/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-08-27 18:03:04 UTC
  • mto: This revision was merged to the branch mainline in revision 741.
  • Revision ID: sinzui.is@verizon.net-20110827180304-9405wmp3lyzq5jx2
Updated most of BranchView to gtk3.

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
 
  * Ignore bzr-handle-patch.desktop in sofware center.
12
 
    (Jelmer Vernooij, #854245)
13
 
 
14
 
  * Fix searching in tree views. (Jelmer Vernooij, #928301)
15
 
 
16
 
 CHANGES
17
 
 
18
 
  * bzr-notify has been removed, as it was causing regressions
19
 
    on several machines and not particularly useful.
20
 
    (Jelmer Vernooij, #714767, #949798, #998994, #342135, #342136, #394536)
21
 
 
22
 
0.103.0 2011-12-11
 
1
0.101.0 UNRELEASED
23
2
 
24
3
 FEATURES
25
4
 
35
14
    interactive search for revision numbers continues to work.
36
15
    (Sergei Golubchik)
37
16
 
38
 
  * Switch to gtk3. The old gtk2 branch is still available as lp:bzr-gtk/gtk2. (Curtis Hovey)
39
 
 
40
 
  * Remove keyring support - this is broken for GTK3, and replaced by a DBus service
41
 
    that is not specific to GNOME. Instead, bzr or bzr-dbus will provide support
42
 
    for this service. (Jelmer Vernooij)
43
 
 
44
17
 BUG FIXES
45
18
 
46
19
  * Ensure config directory exists before writing configuration.
47
20
    (Jelmer Vernooij, #231150)
48
21
 
49
 
  * Mark as supporting bzr 2.5.0. (Jelmer Vernooij)
50
 
 
51
 
  * Add X-GNOME-Autostart-Delay=30 to bzr-notify.desktop.
52
 
    (Mikkel Kamstrup Erlandsen, #861201)
53
 
 
54
22
0.100.0 2011-03-02
55
23
 
56
24
 BUG FIXES