edc43b224d
OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/tdb?expand=0&rev=49
170 lines
5.8 KiB
Plaintext
170 lines
5.8 KiB
Plaintext
-------------------------------------------------------------------
|
|
Fri May 23 20:10:17 UTC 2014 - lmuelle@suse.com
|
|
|
|
- Don't require pkg-config from the main package.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Mar 20 19:12:16 UTC 2014 - lmuelle@suse.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:29:03 UTC 2013 - lmuelle@suse.com
|
|
|
|
- Verify source tar ball gpg signature.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Dec 4 15:26:19 CET 2013 - mls@suse.de
|
|
|
|
- Adapt specfile to ppc64le.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Aug 29 12:01:12 UTC 2013 - lmuelle@suse.com
|
|
|
|
- PreReq /sbin/ldconfig from python-tdb.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Aug 29 10:55:11 UTC 2013 - lmuelle@suse.com
|
|
|
|
- Add python-tdb to baselibs.conf.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jul 22 10:53:36 UTC 2013 - lmuelle@suse.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:45:40 UTC 2013 - lmuelle@suse.com
|
|
|
|
- Update to version 1.2.12.
|
|
+ internal code cleanups
|
|
+ crash fix for pytdb
|
|
+ fix for 4GB overflow detection
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jan 7 23:49:48 UTC 2013 - dvaleev@suse.com
|
|
|
|
- Refresh ignore-tdb1-run-transaction-expand.diff patch.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Dec 2 17:27:15 UTC 2012 - lmuelle@suse.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 15:42:23 UTC 2012 - dvaleev@suse.com
|
|
|
|
- Ignore tdb run transaction expand check on ppc as well; (bnc#769268).
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jun 28 21:19:51 UTC 2012 - lmuelle@suse.com
|
|
|
|
- Ignore tdb run transaction expand check on ppc64; (bnc#769268).
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jun 21 20:40:55 UTC 2012 - adrian@suse.de
|
|
|
|
- disable test suite on qemu emulated builds
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jun 13 10:23:35 UTC 2012 - ddiss@suse.com
|
|
|
|
- Build and link binaries with PIE flags.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jun 5 12:08:57 UTC 2012 - lmuelle@suse.com
|
|
|
|
- Remove superfluous tdb-tools rpmlintrc; (bnc#765476).
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jun 3 21:46:25 UTC 2012 - lmuelle@suse.com
|
|
|
|
- Define library name and use it instead of libtdb1.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jun 2 18:38:42 UTC 2012 - lmuelle@suse.com
|
|
|
|
- Add tdb tar ball gpg signature as source.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jun 2 14:32:09 UTC 2012 - lmuelle@suse.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:13:31 UTC 2012 - lmuelle@suse.com
|
|
|
|
- BuildRequire pkg-config for post-10.2 systems and else pkgconfig.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu May 31 12:09:09 UTC 2012 - lmuelle@suse.com
|
|
|
|
- Rename libtdb1-devel to libtdb-devel.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed May 30 16:39:26 UTC 2012 - lmuelle@suse.com
|
|
|
|
- Define python_sitearch if undefined.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed May 30 15:36:34 UTC 2012 - lmuelle@suse.com
|
|
|
|
- Remove superfluous AutoReqProv on line.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed May 16 09:09:53 UTC 2012 - lmuelle@suse.com
|
|
|
|
- Require pkg-config from the devel package.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed May 16 09:01:07 UTC 2012 - lmuelle@suse.com
|
|
|
|
- Move python file to python-tdb subpackage.
|
|
- Build and add tdbbackup, tdbdump, tdbrestore, and tdbtool man pages.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed May 16 08:34:17 UTC 2012 - lmuelle@suse.com
|
|
|
|
- Cleanup BuildRequires.
|
|
- Polish package descriptions.
|
|
- Add rpmlintrc file to set badness for non PIE code to 0.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Sep 7 17:52:30 UTC 2011 - lars@samba.org
|
|
|
|
- Initial independent libtdb1 package.
|
|
|