/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-12 20:25:28 UTC
  • mto: This revision was merged to the branch mainline in revision 741.
  • Revision ID: sinzui.is@verizon.net-20110812202528-4xf4a2t23urx50d2
Updated gst 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
 
  * Don't try to expand options in commit messages. They've been saved from
17
 
    previous commits and won't ever contain option references.
18
 
    (Vincent Ladeuil, #1132719)
19
 
 
20
 
 CHANGES
21
 
 
22
 
  * bzr-notify has been removed, as it was causing regressions
23
 
    on several machines and not particularly useful.
24
 
    (Jelmer Vernooij, #714767, #949798, #998994, #342135, #342136, #394536)
25
 
 
26
 
0.103.0 2011-12-11
 
1
0.101.0 UNRELEASED
27
2
 
28
3
 FEATURES
29
4
 
39
14
    interactive search for revision numbers continues to work.
40
15
    (Sergei Golubchik)
41
16
 
42
 
  * Switch to gtk3. The old gtk2 branch is still available as lp:bzr-gtk/gtk2. (Curtis Hovey)
43
 
 
44
 
  * Remove keyring support - this is broken for GTK3, and replaced by a DBus service
45
 
    that is not specific to GNOME. Instead, bzr or bzr-dbus will provide support
46
 
    for this service. (Jelmer Vernooij)
47
 
 
48
17
 BUG FIXES
49
18
 
50
19
  * Ensure config directory exists before writing configuration.
51
20
    (Jelmer Vernooij, #231150)
52
21
 
53
 
  * Mark as supporting bzr 2.5.0. (Jelmer Vernooij)
54
 
 
55
 
  * Add X-GNOME-Autostart-Delay=30 to bzr-notify.desktop.
56
 
    (Mikkel Kamstrup Erlandsen, #861201)
57
 
 
58
22
0.100.0 2011-03-02
59
23
 
60
24
 BUG FIXES