/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: Curtis Hovey
  • Date: 2011-09-03 01:25:04 UTC
  • mto: This revision was merged to the branch mainline in revision 741.
  • Revision ID: sinzui.is@verizon.net-20110903012504-0jr4diz9033g5df2
Menu fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
0.104.0 UNRELEASED
2
 
 
3
 
 BUG FIXES
4
 
 
5
 
  * Fix compatibility with newer versions of gir-gtk which don't allow
6
 
    None in STRING columns of ListStores. (Jelmer Vernooij)
7
 
 
8
 
  * Properly handle popup menus when there is no selected revision in
9
 
    "bzr viz". (Jelmer Vernooij, #281717)
10
 
 
11
 
0.103.0 2011-12-11
 
1
0.101.0 UNRELEASED
12
2
 
13
3
 FEATURES
14
4
 
24
14
    interactive search for revision numbers continues to work.
25
15
    (Sergei Golubchik)
26
16
 
27
 
  * Switch to gtk3. The old gtk2 branch is still available as lp:bzr-gtk/gtk2. (Curtis Hovey)
28
 
 
29
 
  * Remove keyring support - this is broken for GTK3, and replaced by a DBus service
30
 
    that is not specific to GNOME. Instead, bzr or bzr-dbus will provide support
31
 
    for this service. (Jelmer Vernooij)
32
 
 
33
17
 BUG FIXES
34
18
 
35
19
  * Ensure config directory exists before writing configuration.
36
20
    (Jelmer Vernooij, #231150)
37
21
 
38
 
  * Mark as supporting bzr 2.5.0. (Jelmer Vernooij)
39
 
 
40
 
  * Add X-GNOME-Autostart-Delay=30 to bzr-notify.desktop.
41
 
    (Mikkel Kamstrup Erlandsen, #861201)
42
 
 
43
22
0.100.0 2011-03-02
44
23
 
45
24
 BUG FIXES