~ubuntu-branches/ubuntu/natty/gnome-keyring/natty-proposed

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-03-10 21:37:48 UTC
  • mfrom: (1.1.59 upstream)
  • Revision ID: james.westby@ubuntu.com-20100310213748-imimrnfxu32ih4t3
Tags: 2.29.92-0ubuntu1
* New upstream version:
  - Fix various problems with not storing secret value properly.
  - Return no results when a search includes a bad collection identifier.
  - Don't raise error if ssh client disconnects early.
  - Allow running in a test environment.
  - Fix error when setting default keyring to NULL.
  - Autostart gnome-keyring-daemon in LXDE as well.
  - Rework the startup again, to use a singleton crontrolled via dbus, to help
    when no process was started by pam.
  - Display password and confirm prompts when creating keyring.
  - Allow specifying CKA_ID when creating collection.
  - Give translatable label to created login keyring.
  - When no default keyring set, use login keyring.
  - Fix problem initializing socket path in rpc module.
  - Fix endless loop in reading data.
  - Potential fix or sporadic crash.
  - Solaris build fixes.
  - Updated translations.
* debian/patches/05_git_no_read_looping.patch:
  - the change is in the new version

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Changes in version 2.29.92 are:
 
2
 * Fix various problems with not storing secret value properly.
 
3
 * Return no results when a search includes a bad collection identifier.
 
4
 * Don't raise error if ssh client disconnects early.
 
5
 * Allow running in a test environment.
 
6
 * Fix error when setting default keyring to NULL.
 
7
 * Autostart gnome-keyring-daemon in LXDE as well.
 
8
 * Rework the startup again, to use a singleton crontrolled via dbus, to help
 
9
   when no process was started by pam.
 
10
 * Display password and confirm prompts when creating keyring.
 
11
 * Allow specifying CKA_ID when creating collection.
 
12
 * Give translatable label to created login keyring.
 
13
 * When no default keyring set, use login keyring.
 
14
 * Fix problem initializing socket path in rpc module.
 
15
 * Fix endless loop in reading data.
 
16
 * Potential fix or sporadic crash.
 
17
 * Solaris build fixes.
 
18
 * Updated translations.
 
19
 
1
20
Changes in version 2.29.90 are:
2
21
 * Quit daemon when the dbus session is disconnected.
3
22
 * GNU Hurd build fixes.