Changelog for
python-tdb-32bit-1.3.0-8.1.x86_64.rpm :
Fri May 23 14:00:00 2014 lmuelleAATTsuse.com
- Update to version 1.3.0.
+ add TDB_MUTEX_LOCKING support
+ consolidate tdb allocation code - re-use dead records at hash top.
+ don\'t alter errno on success of tdb_open_ex()
+ introduce tdb->hdr_ofs
+ introduce TDB_SUPPORTED_FEATURE_FLAGS
+ return ENOSYS if the tdb was created with spinlocks.
+ use asprintf() to simplify tdb_summary()
+ test: add a \"skip()\" macro.
add marklock deadlock test
add mutex related tests
add PING command to external-agent.c
add shutdown_agent() helper function
add UNMAP command to external-agent.c
always call fflush() after [f]printf() in tap-interface.h
avoid const warnings by using \'discard_const_p(uint8_t,\' instead of
\'(void
*)\'
correctly use stderr, not stdout, in fail()
remove \"\
\" in diag() arguments
+ tools: add -l option to tdbbackup
add -l option to tdbtool
add -m option to tdbtorture
Allow tdbtool to r/o open mutexed tdbs
avoid const warnings in tdbdump.c
explicitly use TDB_NOLOCK in tdbdump
+ tdb_wrap: Remove tdb_wrap_open_ again
+ wscript: maintain a global list of unit tests
- Include stdbool.h in tdb.h; (bso#10625).
+ include_stdbool_bso10625.patch
Fri May 23 14:00:00 2014 lmuelleAATTsuse.com
- Don\'t require pkg-config from the libtdb package.
Thu Mar 20 13:00:00 2014 lmuelleAATTsuse.com
- Update to version 1.2.13.
+ Reduce freelist contention
+ Make \"tdb_purge_dead\" internally public
+ Make \"tdb_find_dead\" internally public
+ Add \"last_ptr\" to tdb_find_dead
+ Move adding tailer space to tdb_find_dead
+ Do a best fit search for dead records
+ Don\'t purge records to a blocked freelist
+ Fix a tdb corruption
+ always open internal databases with incompatible hash.
+ in tdb_delete_hash, make lock/unlock bracket more obvious
+ simplify tdb_delete_hash() a bit
+ tdbtool: dump record magic with fixed number of 8 hex digits
+ tdbtool: dump record hash with fixed number of 8 hex digits
+ Avoid reallocs for lockrecs
+ Fix some typos in comments.
+ Fix CID 1034959 Uninitialized scalar variable
+ Fix CID 1034960 Uninitialized scalar variable
+ Fix typos.
Fri Dec 6 13:00:00 2013 lmuelleAATTsuse.com
- Verify source tar ball gpg signature.
Wed Dec 4 13:00:00 2013 mlsAATTsuse.de
- Adapt specfile to ppc64le.
Thu Aug 29 14:00:00 2013 lmuelleAATTsuse.com
- PreReq /sbin/ldconfig from python-tdb.
Thu Aug 29 14:00:00 2013 lmuelleAATTsuse.com
- Add python-tdb to baselibs.conf.
Mon Jul 22 14:00:00 2013 lmuelleAATTsuse.com
- Don\'t package tdb tools man pages for pre-11.0 systems as they\'re not built
due to a missing docbook stylesheet.
Tue Jun 4 14:00:00 2013 lmuelleAATTsuse.com
- Update to version 1.2.12.
+ internal code cleanups
+ crash fix for pytdb
+ fix for 4GB overflow detection
Mon Jan 7 13:00:00 2013 dvaleevAATTsuse.com
- Refresh ignore-tdb1-run-transaction-expand.diff patch.
Sun Dec 2 13:00:00 2012 lmuelleAATTsuse.com
- Update to version 1.2.11.
+ Make tdb robust against improper CLEAR_IF_FIRST restart
+ Make robust against shrinking tdbs
+ add -e option to tdbdump (and docment it).
+ tdbdump should log errors, and fail in that case.
+ add tdb_rescue()
+ Fix a typo
+ return unpack error on strdup failure
+ finish weaning off err.h.
+ don\'t use err.h in tests.
+ make TDB_NOSYNC merely disable sync.
+ remove unused debug_fprintf() macro that breaks the build
+ tests: fix use of a non-existent word (existant)
Sat Jul 7 14:00:00 2012 dvaleevAATTsuse.com
- Ignore tdb run transaction expand check on ppc as well; (bnc#769268).
Thu Jun 28 14:00:00 2012 lmuelleAATTsuse.com
- Ignore tdb run transaction expand check on ppc64; (bnc#769268).
Thu Jun 21 14:00:00 2012 adrianAATTsuse.de
- disable test suite on qemu emulated builds
Wed Jun 13 14:00:00 2012 ddissAATTsuse.com
- Build and link binaries with PIE flags.
Tue Jun 5 14:00:00 2012 lmuelleAATTsuse.com
- Remove superfluous tdb-tools rpmlintrc; (bnc#765476).
Sun Jun 3 14:00:00 2012 lmuelleAATTsuse.com
- Define library name and use it instead of libtdb1.
Sat Jun 2 14:00:00 2012 lmuelleAATTsuse.com
- Add tdb tar ball gpg signature as source.
Sat Jun 2 14:00:00 2012 lmuelleAATTsuse.com
- Rename package to tdb and add an independent libtdb1 subpackage.
- Rename rpmlintrc file from libtdb1 to tdb-tools.
- Remove bogus requires to itself from libtdb1 package.
Thu May 31 14:00:00 2012 lmuelleAATTsuse.com
- BuildRequire pkg-config for post-10.2 systems and else pkgconfig.
Thu May 31 14:00:00 2012 lmuelleAATTsuse.com
- Rename libtdb1-devel to libtdb-devel.
Wed May 30 14:00:00 2012 lmuelleAATTsuse.com
- Define python_sitearch if undefined.
Wed May 30 14:00:00 2012 lmuelleAATTsuse.com
- Remove superfluous AutoReqProv on line.
Wed May 16 14:00:00 2012 lmuelleAATTsuse.com
- Require pkg-config from the devel package.
Wed May 16 14:00:00 2012 lmuelleAATTsuse.com
- Move python file to python-tdb subpackage.
- Build and add tdbbackup, tdbdump, tdbrestore, and tdbtool man pages.
Wed May 16 14:00:00 2012 lmuelleAATTsuse.com
- Cleanup BuildRequires.
- Polish package descriptions.
- Add rpmlintrc file to set badness for non PIE code to 0.
Wed Sep 7 14:00:00 2011 larsAATTsamba.org
- Initial independent libtdb1 package.