Sophie

Sophie

distrib > Mandriva > current > x86_64 > media > main-release > by-pkgid > c6694e98bc0b852f01cc4272788a91fb > files > 11

nss_updatedb-8-5mdv2010.1.x86_64.rpm

$Id: ChangeLog,v 1.8 2007/10/27 00:43:42 lukeh Exp $
===============================================================

8	Guido Guenther <agx@sigxcpu.org>

	* load database into a temporary file for atomic
	  switchover

7	Guido Guenther <agx@sigxcpu.org>

	* fix a segfault in cache.c

6	Guido Guenther <agx@sigxcpu.org>

	* fix incorrectly applied patches

5	Guido Guenther <agx@sigxcpu.org>

	* properly truncate the database in the db4 case,
	  otherwise old entries (no longer in the ldap tree)
	  won't get removed - we do the same for db3
	* properly close the database before closing the
	  environment. According to the docs we should do so
	  before closing the environment
	* use DB_AUTO_COMMIT with db->open so aborting the
	  transaction works properly. The old method of passing
	  the transaction ID doesn't seem to work with more recent
	  libdb4.3 and libd4.4 releases. Without that you'll get a
	  corrupted db when running nss_updatedb without a reachable
	  ldap server.

4	Luke Howard <lukeh@padl.com>

	* fix BUG#206

3	Luke Howard <lukeh@padl.com>

	* support for DB 4.x
	* transact database update if DB library supports
	  transactions
	* make path configurable with DB_DIR
	* support for "db_nss" library

2	Luke Howard <lukeh@padl.com>

	* fix DB build error

1	Luke Howard <lukeh@padl.com>

	* initial version