/b-gtk/fix-viz

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/b-gtk/fix-viz

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Jelmer Vernooij
  • Date: 2008-03-30 15:51:15 UTC
  • mfrom: (450.1.6 trunk)
  • mto: (450.1.11 trunk)
  • mto: This revision was merged to the branch mainline in revision 458.
  • Revision ID: jelmer@samba.org-20080330155115-qmf874szoqvyq9cl
Merge trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
0.94.0  UNRELEASED
2
2
 
 
3
 CHANGES
 
4
 
 
5
  * Removed tortoise-bzr, which now has its own project (http://launchpad.net/tortoisebzr)
 
6
 
3
7
 UI
4
8
 
5
9
  * Made the tags associated with a revision render next to the revision
8
12
  * Made the tag list in the revision view be comma-separated. (Daniel Schierbeck)
9
13
 
10
14
  * Add bugs tab in the branch view. (Jelmer Vernooij)
 
15
  
 
16
  * New Tango-styled icons. This time properly licensed under the GPL.
 
17
    (Simon Pascal Klein)
 
18
 
 
19
  * Support showing multiple branches in "bzr viz". (Jelmer Vernooij)
11
20
 
12
21
 BUG FIXES
13
22
 
15
24
 
16
25
  * Catch UnsupportedProtocol exception in the Nautilus extension. (#77965)
17
26
  
18
 
  * Make Nautilus extension work again. (#111826, Toshio Kuratomi)
 
27
  * Make Nautilus extension work again. (#111826, Toshio Kuratomi, Jelmer Vernooij)
19
28
  
20
29
  * Make viz not throw errors when there are 0 commits. (#173698, Gary van der
21
30
    Merwe)
29
38
    no longer warn about newer (unknown) versions of Bazaar, on the assumption
30
39
        the API is sufficiently stable now. (Jelmer Vernooij)
31
40
 
 
41
  * Support child_submit_to setting in gsend. (Jelmer Vernooij)
 
42
 
32
43
 INTERNALS
33
44
 
34
45
  * Refactored the revisionview. (Daniel Schierbeck)
35
46
 
 
47
  * It is now possible to use the diff view as a widget. (Jelmer Vernooij)
 
48
 
36
49
0.93.0  2007-12-10
37
50
 
38
51
 UI