Skip to content

Debian Changelog gnome-keyring (2.28.1-1)

2009

gnome-keyring (2.28.1-1) unstable; urgency=low

   [ Josselin Mouette ]
   * Install the autostart file in /usr/share/gnome, not /etc/xdg.
   * Remove the old file in the postinst.
   * Remove .la file, it’s not references anywhere anymore.
   * Drop clean-la.mk include as well.
 
   [ Emilio Pozuelo Monfort ]
   * New upstream release.
     - Wait until env variables are set on startup. Closes: #516230.
     - debian/control.in:
       + Don't build depend on libhal-storage-dev nor suggest hal,
         we now use libgio to monitor volumes.
       + Only require libtasn1-3-dev >= 0.3.4, not >= 1.0.
     - debian/patches/02_uidir_relocate.patch:
       + Updated.
   * Standards-Version is 3.8.3, no changes needed.
   * debian/watch: Don't uupdate.

 -- Emilio Pozuelo Monfort <pochu@debian.org>  Tue, 20 Oct 2009 14:22:49 +0200

gnome-keyring (2.26.1-1) unstable; urgency=low

   * New upstream release.
     + Fixes numerous crashes in the memory allocator.
       Hopefully closes: #522826 for good.
   * Update build-dependencies.
   * Install API documentation for libgcr.
   * 03_secure-mem_crash.patch: dropped, merged upstream.
   * 04_full_path_in_service.patch: dropped, fixed upstream in another
     way.
   * Fix FSF address in copyright file.

 -- Josselin Mouette <joss@debian.org>  Fri, 15 May 2009 11:25:28 +0200

gnome-keyring (2.26.0-4) unstable; urgency=low

   * debian/patches/04_full_path_in_service.patch: Added. Put the full path to
     gnome-keyring-daemon in the .service file. Fixes dbus autostarting the
     daemon on demand

 -- Sjoerd Simons <sjoerd@debian.org>  Sat, 18 Apr 2009 15:34:17 +0100

gnome-keyring (2.26.0-3) unstable; urgency=low

   * libgp11-0.shlibs: add shlibs file for libgp11. Closes: #522381.
   * libgcr0.symbols, libgnome-keyring0.symbols: add
     Build-Depends-Package fields.
   * libgp11-0.symbols: also add symbols file for libgp11.
   * Add missing build-dep on intltool.
   * Pass /etc/ssl/certs as the directory for root certificates.
   * Update glib dependency for libgnome-keyring-dev.
   * Standards version is 3.8.1.
   * 03_secure-mem_crash.patch: new patch, stolen upstream. Fixes
     assertion error in the secure memory allocator. Closes: #522266.
   * pam-configs/gnome-keyring: ship a PAM configuration for the Password
     stanzas.
   * libpam-gnome-keyring.install: install it.
   * libpam-gnome-keyring.{postinst,prerm}: run pam-auth-update.
   * Depend on libpam-runtime (>= 1.0.1-6).
   * libpam-gnome-keyring.README.Debian: remove the documentation for the
     passwd module.

 -- Josselin Mouette <joss@debian.org>  Wed, 08 Apr 2009 15:39:31 +0200

gnome-keyring (2.26.0-2) unstable; urgency=low

   * debian/libgnome-keyring0.shlibs:
   - revert bumping shlibs version to 2.26.0, not needed and harmful now
     that we are in unstable
   * debian/libgnome-keyring0.symbols:
   - add a symbols file for libgnome-keyring0
   * debian/libgcr0.symbols:
   - add symbols file for libgcr0

 -- Gustavo Noronha Silva <kov@debian.org>  Thu, 02 Apr 2009 10:17:30 -0300

gnome-keyring (2.26.0-1) unstable; urgency=low

   * New upstream release
   * debian/libgnome-keyring0.shlibs:
   - bumped shlibs version to 2.26.0
   * debian/copyright:
   - complete rewrite
   * debian/patches/02_uidir_relocate.patch:
   - change the directory where .ui files are installed, so that it
     contains the soversion, to allow for parallel installability of
     binary-incompatible versions
   * debian/rules:
   - do not enable tests, since they aren't really run, and may cause
     problems in some architectures, according to seb128
   * debian/control.in:
   - sync Replaces with the Ubuntu package, for their convenience
 
   Changes imported from/based on the Ubuntu package (thanks!):
   * debian/control.in, debian/libgcr*:
   - added packages for the libgcr library
   * debian/control.in:
   - adjust libtasn1-3-dev build-dependency to require >= 1.0, and add
     build-dep on libtasn1-bin
   * debian/gnome-keyring.install:
   - also install the new .so files gnome-keyring puts in
     /usr/lib/gnome-keyring/{devel,standalone}, and the XDG autostart file

 -- Gustavo Noronha Silva <kov@debian.org>  Sat, 28 Mar 2009 17:15:29 -0300

gnome-keyring (2.24.1-3) UNRELEASED; urgency=low

   [ Loic Minier ]
   * Suggest hal as gnome-keyring attempts to contact it by default and logs a
     warning if it can't.
 
   [ Josselin Mouette ]
   * Build-depend on libglib2.0-doc to ensure proper xrefs.

 -- Loic Minier <lool@dooz.org>  Sun, 15 Mar 2009 14:50:04 +0100

gnome-keyring (2.24.1-2) unstable; urgency=low

   * gnome-keyring depends on dbus-x11. Closes: #509308.

 -- Josselin Mouette <joss@debian.org>  Sun, 08 Mar 2009 19:22:34 +0100

2008

gnome-keyring (2.24.1-1) experimental; urgency=low

   * New upstream release.
     + Uses id_rsa.pub to read public key information. Closes: #431544.
   * Bump glib build-dependency.
   * Bump shlibs for libgnome-keyring0 to 2.23.5.
   * 01_pam-logging-less-verbose.patch: refreshed.
   * 02_dbus_crash.patch: dropped, merged upstream.
   * New packages: libgp11-0 and libgp11-dev.
   * libgnome-keyring-dev.docs: updated for the new source layout.
   * Don’t install the .a and .la for the gnome-keyring pkcs11 module.
   * Don’t run dh_makeshlibs on gnome-keyring package.
   * Pass -O1 -z defs --as-needed to the linker.
   * 99_ltmain_as-needed.patch: make it work on libraries.

 -- Josselin Mouette <joss@debian.org>  Sat, 22 Nov 2008 11:02:45 +0100

gnome-keyring (2.22.3-2) unstable; urgency=low

   * 02_dbus_crash.patch: patch from upstream to fix a crash that happens
     after dbus restarts. Closes: #474418.

 -- Josselin Mouette <joss@debian.org>  Tue, 23 Sep 2008 12:42:14 +0200

gnome-keyring (2.22.3-1) unstable; urgency=low

   * New upstream bugfix release.
   * debian/control.in:
     + Updated Standards-Version to 3.8.0, no additional changes needed.

 -- Sebastian Dröge <slomo@debian.org>  Tue, 01 Jul 2008 08:23:46 +0200

gnome-keyring (2.22.2-1) unstable; urgency=low

   [ Josselin Mouette ]
   * README.Debian: document how passwords are stored, how to disable the
     SSH agent, and how the login keyring works. Closes: #473864.
 
   [ Sebastian Dröge ]
   * New upstream bugfix release.

 -- Sebastian Dröge <slomo@debian.org>  Mon, 02 Jun 2008 11:50:21 +0200

gnome-keyring (2.22.1-1) unstable; urgency=low

   [ Michael Banck ]
   * debian/patches/03_fix_symbol_exporting.patch
     - Added. Fix symbol export to include upper case GNOME_KEYRING_
       symbols as well. Taken from upstream svn, thanks to Andrea Del
       Signore.
 
   [ Sebastian Dröge ]
   * New upstream bugfix release:
     + debian/patches/02_handle_dbus_restart.patch,
       debian/patches/03_fix_symbol_exporting.patch:
       - Dropped, merged upstream.

 -- Sebastian Dröge <slomo@debian.org>  Mon, 07 Apr 2008 06:38:43 +0200

gnome-keyring (2.22.0-2) unstable; urgency=low

   * debian/patches/02_handle_dbus_restart.patch
     - Added. Handle the restart of the system dbus (Closes: #456362)

 -- Sjoerd Simons <sjoerd@debian.org>  Fri, 14 Mar 2008 14:36:07 +0100

gnome-keyring (2.22.0-1) unstable; urgency=low

   [ Emilio Pozuelo Monfort ]
   * New upstream release.
     - Build-Depend on libglib2.0-dev, libgconf2-dev and libtasn1-3-dev.
     - debian/gnome-keyring.docs:
       + Updated to match new keyring-intro.txt location.
     - debian/libgnome-keyring-dev.docs:
       + Likewise for file-format.txt.
     - debian/gnome-keyring.install:
       + Install new files, stolen from the Ubuntu package.
   * Build the test suite.
 
   [ Josselin Mouette ]
   * libpam-gnome-keyring recommends gnome-keyring.
 
   [ Sebastian Dröge ]
   * debian/libgnome-keyring0.shlibs:
     + Update shlibs to >= 2.22.0 because of new API.
   * debian/control.in:
     + Cleanup dependencies of the -dev package.

 -- Sebastian Dröge <slomo@debian.org>  Wed, 12 Mar 2008 11:31:11 +0100

gnome-keyring (2.20.3-1) unstable; urgency=low

   [ Loic Minier ]
   * Downgrade libgnomekeyring dep on gnome-keyring to a Recommends;
     closes: #455203.
   * Wrap build-deps and deps.
   * Add a ${misc:Depends}.
 
   [ Sam Morris ]
   * Add fix_evolution_crash.patch (closes: #456967).
 
   [ Josselin Mouette ]
   * Rework libpam-gnome-keyring description. Closes: #455491.
 
   [ Sebastian Dröge ]
   * New upstream bugfix release:
     + debian/patches/fix_evolution_crash.patch:
       - Dropped, merged upstream.
   * debian/control.in:
     + Update Standards-Version to 3.7.3, no additional changes needed.
   * debian/patches/01_pam-logging-less-verbose.patch:
     + Don't log unknown user names to syslog as they could be accidentally
       typed in password (Closes: #459631).

 -- Sebastian Dröge <slomo@debian.org>  Tue, 08 Jan 2008 20:01:07 +0100

2007

gnome-keyring (2.20.2-1) unstable; urgency=low

   [ Sebastien Bacher ]
 
   * debian/control.in:
     - libpam-gnome-keyring Conflicts,Provides,Replaces libpam-keyring
 
   [ Josselin Mouette ]
   * libpam-gnome-keyring.README.Debian: document how to configure
     pam_gnome_keyring in Debian. Closes: #452731.
   * gnome-keyring recommends libpam-gnome-keyring.
 
   [ Sebastian Dröge ]
   * New upstream bugfix release.

 -- Sebastian Dröge <slomo@debian.org>  Sun, 25 Nov 2007 14:40:12 +0100

gnome-keyring (2.20.1-1) unstable; urgency=low

   * New upstream bugfix release:
     + Dropped patch 01_add-new-keyrings.diff, merged upstream.
     + debian/rules,
       debian/libpam-gnome-keyring.install:
       - The PAM module is automatically installed now, no need to do it by
         hand.
     + debian/libgnome-keyring0.shlibs:
       - Bump shlibs to >= 2.20.1 because of a new possible return value of a
         function.

 -- Sebastian Dröge <slomo@debian.org>  Sun, 21 Oct 2007 21:46:57 +0200

gnome-keyring (2.20.0-3) unstable; urgency=low

   * New patch, 01_add-new-keyrings.diff from upstream svn, to get newly
     created keyrings to list of loaded keyrings; GNOME #476644.

 -- Norbert Tretkowski <nobse@debian.org>  Sat, 06 Oct 2007 17:36:20 +0200

gnome-keyring (2.20.0-2) unstable; urgency=low

   * Upload to unstable.
   * debian/control.in:
     + Use ${binary:Version} instead of ${Source-Version} to make lintian happy.

 -- Sebastian Dröge <slomo@debian.org>  Sat, 29 Sep 2007 17:16:09 +0200

gnome-keyring (2.20.0-1) experimental; urgency=low

   [ Sven Arvidsson ]
   * Add a (very basic) man page for gnome-keyring-daemon
     (Closes: #355667)
   * Ship keyring-intro.txt and file-format.txt in the -dev package
     (Closes: #434718)
 
   [ Loic Minier ]
   * Don't include autotools.mk as it's already included by gnome.mk.
 
   [ Sebastian Dröge ]
   * New upstrem release, most packaging changes taken from Ubuntu.
     Thanks to Sebastien Bacher, Aron Sisak, Baptiste Mille-Mathias
     and Martin Pitt for their work.
   * debian/control.in:
     + Add libgcrypt11-dev, libhal-storage-dev and libpam0g-dev to build
       dependencies and update the libgnome-keyring-dev dependencies.
     + Add a new libpam-gnome-keyring package that contains a PAM module
       to automatically unlock keyrings on login.
   * debian/rules:
     + Build and install the PAM module.
   * debian/libgnome-keyring0.shlibs:
     + Update shlibs to >= 2.19.6.
   * debian/gnome-keyring.docs,
     debian/libgnome-keyring-dev.docs:
     + Update docs that should be shipped.

 -- Sebastian Dröge <slomo@debian.org>  Sat, 22 Sep 2007 10:00:51 +0200

gnome-keyring (0.8.1-2) unstable; urgency=low

   * Upload to unstable, remove check-dist include.

 -- Sebastian Dröge <slomo@debian.org>  Thu, 19 Apr 2007 08:49:25 +0200

gnome-keyring (0.8.1-1) experimental; urgency=low

   * New upstream stable release; no API change; bug fix.
   * Fix watch file to track all stable versions and use HTTP.
   * Bump up Debhelper compatibility level to 5.
   * Drop useless debian/*dirs.
   * Add ${misc:Depends}.

 -- Loic Minier <lool@dooz.org>  Sun, 08 Apr 2007 09:07:52 +0200

gnome-keyring (0.8-1) experimental; urgency=low

   [ Loic Minier ]
   * Add a get-orig-source target to retrieve the upstream tarball.
 
   [ Marc 'HE' Brockschmidt ]
   * Remove unneeded debian/*.files, .install files are in use.
   * New upstream release:
     + Bumped shlibs, new functions available
     + Added build-dep on dbus, to make use of new dbus features
     + debian/patches/30_kfreebsd.patch: Dropped, merged upstream
     + Install gtk-doc documentation to libgnome-keyring-dev
 
   [ Loic Minier ]
   * Don't overwrite DEB_CONFIGURE_EXTRA_FLAGS.
   * Include the new check-dist Makefile to prevent accidental uploads to
     unstable; bump build-dep on gnome-pkg-tools to >= 0.10.

 -- Loic Minier <lool@dooz.org>  Tue, 27 Mar 2007 22:20:24 +0200

2006

gnome-keyring (0.6.0-3) unstable; urgency=low

   * New patch, 30_kfreebsd, fixes build under kfreesbd; thanks Petr Salinger;
     GNOME #382773; closes: #401720.

 -- Loic Minier <lool@dooz.org>  Tue, 5 Dec 2006 22:35:15 +0100

gnome-keyring (0.6.0-2) unstable; urgency=low

   * Upload to unstable.
   * Call clean-la.mk; require gnome-pkg-tools 0.7.

 -- Loic Minier <lool@dooz.org>  Sun, 22 Oct 2006 20:06:57 +0200

gnome-keyring (0.6.0-1) experimental; urgency=low

   * New upstream release.
   * Update build-dependencies.
   * Standards version is 3.7.2.
   * Bump libgnome-keyring0.shlibs.

 -- Josselin Mouette <joss@debian.org>  Tue, 5 Sep 2006 23:14:37 +0200

gnome-keyring (0.4.9-1) unstable; urgency=low

   * New upstream release (bugfix and updated translations).

 -- J.H.M. Dassen (Ray) <jdassen@debian.org>  Thu, 16 Mar 2006 09:48:14 +0100

gnome-keyring (0.4.8-1) unstable; urgency=medium

   * New upstream release (bugfix and updated translations).

 -- J.H.M. Dassen (Ray) <jdassen@debian.org>  Tue, 28 Feb 2006 07:03:41 +0100

gnome-keyring (0.4.7-1) unstable; urgency=low

   * New upstream release (bugfix and translation updates).

 -- J.H.M. Dassen (Ray) <jdassen@debian.org>  Thu, 16 Feb 2006 21:40:14 +0100

2005

gnome-keyring (0.4.6-2) unstable; urgency=low

   * Upload to unstable.

 -- Ondřej Surý <ondrej@sury.org>  Fri, 30 Dec 2005 15:02:56 +0100

gnome-keyring (0.4.6-1) unstable; urgency=low

   [ Sebastien Bacher ]
   * New upstream version:
   - confirm password when selecting new password.
 
   [ Loic Minier ]
   * Update watch file. [debian/watch]

 -- Ondřej Surý <ondrej@sury.org>  Fri, 30 Dec 2005 15:02:39 +0100

gnome-keyring (0.4.5-1) unstable; urgency=low

   * New upstream release
   * debian/control.in:
   - added Section field to source package part
   - removed dependencies on unused ${misc:Depends}
   - updated to Standards-Version 3.6.2.1 with no changes
   * debian/patches/00_relibtoolise.patch:
   - dropped; no longer necessary

 -- Guilherme de S. Pastore <guilherme.pastore@terra.com.br>  Fri, 16 Sep 2005 17:00:20 -0300

gnome-keyring (0.4.3-2) unstable; urgency=low

   * Add dependency on libglib2.0-dev to libgnome-keyring-dev.
     (Closes: #323310) [debian/control, debian/control.in]
   * Update FSF address. [debian/copyright]
   * Bump Standards-Version to 3.6.2. [debian/control, debian/control.in]

 -- Loic Minier <lool@dooz.org>  Sat, 3 Sep 2005 11:26:50 +0200

gnome-keyring (0.4.3-1) unstable; urgency=low

   * New upstream version:
     - Translation updates.
     - Fix bug in acl functions.
     - implement gnome_keyring_set_info.
     - add sync function for all operations.
     - fix leaks.
   * debian/libgnome-keyring0.shlibs:
     - set to the current version.

 -- Sebastien Bacher <seb128@debian.org>  Fri, 1 Jul 2005 23:30:27 +0200

gnome-keyring (0.4.2-1) unstable; urgency=low

   * New upstream release.

 -- Sebastien Bacher <seb128@debian.org>  Thu, 7 Apr 2005 18:22:43 +0200

gnome-keyring (0.4.1-1) unstable; urgency=low

   * New upstream release.
   * debian/patches/00_relibtoolise.patch: use updated seb128's work

 -- Ondřej Surý <ondrej@sury.org>  Wed, 12 Jan 2005 11:51:59 +0100

2004

gnome-keyring (0.4.0-2) unstable; urgency=low

   * GNOME team upload.
   * Upload to unstable.

 -- Jordi Mallach <jordi@debian.org>  Wed, 17 Nov 2004 14:10:30 +0100

gnome-keyring (0.4.0-1) experimental; urgency=low

   * GNOME team upload.
   * New upstream release.
   * debian/control.in: s/informations/information/g.
   * debian/libgnome-keyring0.shlibs: bumped to 0.4.0, new symbols added.
   * debian/patches/00_relibtoolise.patch: updated.

 -- Jordi Mallach <jordi@debian.org>  Tue, 14 Sep 2004 23:47:27 +0200

gnome-keyring (0.2.1-3) unstable; urgency=low

   * Add relibtoolize patch to fix FTBFS on on k*bsd-gnu (Closes: #266763)

 -- Ondřej Surý <ondrej@debian.org>  Thu, 19 Aug 2004 08:35:24 +0200

gnome-keyring (0.2.1-2) unstable; urgency=low

   * Upload to unstable.

 -- Ondřej Surý <ondrej@debian.org>  Mon, 24 May 2004 14:55:38 +0200

gnome-keyring (0.2.1-1) experimental; urgency=low

   * New upstream release.

 -- Ondřej Surý <ondrej@debian.org>  Tue, 20 Apr 2004 11:10:30 +0200

gnome-keyring (0.2.0-3) experimental; urgency=low

   * Add build depends on cdbs, docbook-xml and gtk-doc-tools.

 -- Ondřej Surý <ondrej@debian.org>  Fri, 26 Mar 2004 23:16:28 +0100

gnome-keyring (0.2.0-2) experimental; urgency=low

   * Renamed libgnome-keyring-0 to libgnome-keyring0.

 -- Ondřej Surý <ondrej@debian.org>  Wed, 24 Mar 2004 15:22:32 +0100

gnome-keyring (0.2.0-1) experimental; urgency=low

   * Initial Release.

 -- Ondřej Surý <ondrej@debian.org>  Tue, 23 Mar 2004 12:21:43 +0100

gnome-keyring (2.22.0-3.1) UNRELEASED; urgency=low

   * debian/patches/03_fix_symbol_exporting.patch
     - Added. Fix symbol export to include upper case GNOME_KEYRING_
       symbols as well. Taken from upstream svn, thanks to Andrea Del
       Signore.
   *

 -- Sebastian Dröge <slomo@debian.org>  Mon, 07 Apr 2008 06:38:43 +0200