~bzr/bzr-gtk/credits.pickle-hack

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Jelmer Vernooij
  • Date: 2010-07-21 18:02:15 UTC
  • mfrom: (621.18.41 trunk)
  • Revision ID: jelmer@debian.org-20100721180215-c651psxtlatgthnp
* New upstream snapshot.
 + Copes with newer versions of gnomekeyring raising IOError.
   Closes: #581820
* Bump standards version to 3.9.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
0.99.0 UNRELEASED
 
2
 
 
3
BUG FIXES
 
4
 
 
5
   * Guard setup() call when not loaded as __main__. (Robert Collins)
 
6
 
 
7
   * Ignore gnomekeyring.IOError when checking if credentials are available 
 
8
     in the GNOME keyring. (Jelmer Vernooij, #534326)
 
9
 
 
10
   * Don't crash when there is already a lan-notify instance running.
 
11
     (Jelmer Vernooij, #339284)
 
12
 
 
13
   * Return the credentials if successfully found in gnome-keyring.
 
14
     (John Szakmeister)
 
15
 
 
16
FEATURES
 
17
 
 
18
  * Add 'Find' button to start text search.
 
19
    (Martin Pool, #556347)
 
20
 
 
21
  * Add 'glog' as an alias for visualize (aka viz) as too many
 
22
    people are still confused.
 
23
    (Vincent Ladeuil)
 
24
 
 
25
  * Add support for Indicator Application (Sense Hofstede, Jelmer Vernooij,
 
26
    #518179)
 
27
 
 
28
  * Add more tooltips to Olive. (Adrian Room, #333876)
 
29
 
1
30
0.98.0 2010-02-24
2
31
 
3
32
BUG FIXES