Changelog for
libtdb1-32bit-1.4.7-5.2.x86_64.rpm :
* Sat Sep 17 2022 Dirk Müller
- update to 1.4.7:
* configure/Makefile: export PYTHONHASHSEED=1 in all \'configure/Makefile\' scripts
* lib:tdb: Reformat shell scripts- spec file cleanups
* Wed Mar 16 2022 Johannes Engel - Update to 1.4.6 + Drop obsolete patch 0001-tdb-Fix-invalid-syntax-in-tdb.h.patch + Fix Python docstrings + Use atomic operations for tdb_[increment|get]_seqnum + Raw performance torture to beat tdb_increment_seqnum
* Fri Sep 17 2021 Samuel Cabrero - Update to version 1.4.4 + Fix a memory leak on error + python: remove all \'from __future__ import print_function\' + Fix CID 1471761 String not null terminated + Use hex_byte() in parse_hex() + Use hex_byte() in read_data() + fix studio compiler build + Fix some signed/unsigned comparisons + also use __has_attribute macro to check for attribute support + Fix clang 9 missing-field-initializer warnings + pytdb tests: add test for storev() + pytdb: add python binding for storev() + tdbtorture: Use ARRAY_DEL_ELEMENT() + py3: Remove #define PyInt_FromLong PyLong_FromLong + py3: Remove #define PyInt_AsLong PyLong_AsLong + py3: Remove #define PyInt_Check PyLong_Check + tdb: Align integer types- Drop obsolete patch ignore-tdb1-run-transaction-expand.diff- Fix header file using undefined function visibility macro; Add patch 0001-tdb-Fix-invalid-syntax-in-tdb.h.patch; (bso#14762);
* Fri Mar 06 2020 Noel Power - Update to version 1.4.3 + Upgrade waf to version 2.0.18 to fix a cross-compilation issue; (bso#13846). + lib/tdb/docs/tracing.txt: typo fixes
* Thu Oct 03 2019 James McDonough - Update to version 1.4.2 + Build fixes + Improve the performance by inlining the tdb_oob() checks + Do not propogate any errors from tdb_repack() to tdb_transaction_commit(); (bso#13952) + Remove Python 2.x support except to build just the bare C library + Remove --extra-python (a build time mode to produce Python2 and Python3 bindings at the same time) + New minor version to allow Samba 4.10 to release a tdb if required from that branch
* Tue Mar 05 2019 dmulderAATTsuse.com- Update to 1.3.18 + Fix build problems with older python versions. + C99 build fixes. + Fix standalone build of tdb.
* Wed Jan 23 2019 dmulderAATTsuse.com- Update to 1.3.17
* Tue Sep 25 2018 Samuel Cabrero - Update license to LGPL-3.0
* Wed Aug 08 2018 dmulderAATTsuse.com- Update to 1.3.16. + Fix build on AIX + Python3 compatibility fixes + Use tdb_wipe_all in \"erase\" command + Harden allocating the tdb recovery area + Make sure the hash size fits + Harden tdb_check_used_record against overflow + Harden tdb_rec_read + Handle TDB_NEXT_LOCK_ERR in tdb_traverse_internal + Fix build warnings
* Fri Apr 27 2018 david.mulderAATTsuse.com- Remove the conflicts between python3-tdb and python-tdb. These packages don\'t actually conflict, and need to be installed together in order to build samba with python3.