Package Release Info

tdb-1.4.13-160000.2.2

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

libtdb1-32bit
python3-tdb-32bit

Change Logs

* Wed Mar 12 2025 scabrero@suse.de
- Update to 1.4.13
  * Add LGPLv3 LICENSE file
* Tue Sep 10 2024 nopower@suse.com
- Update to 1.4.12
  * Regression fix for ABI problem
    TDB_1_4_11 vs. TDB_1.4.11
- Update to 1.4.11
  * Add tdbdump -x option to output all data as hex values
  * Add missing overflow check for num_values in pytdb.c
  * Remove Py2 related tests
  * Update times in tdb_transaction_commit per fd, not per name
  * Fix compilation with TDB_TRACE=1
  * Allow tracing of internal tdb
* Thu May 16 2024 scabrero@suse.de
- Update to 1.4.10
  * build with Python 3.12 (bso#15513)
  * documentation fixes
  * minor build fixes
* Tue Sep 26 2023 nopower@suse.com
-  Update to 1.4.9
  * Remove remaining, but broken python2 support
  * Spelling fixes
  * python: Safely clear structure members
* Fri Mar 17 2023 scabrero@suse.de
- Update to 1.4.8:
  * Support python 3.12
* Sat Sep 17 2022 dmueller@suse.com
- 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 jcnengel@gmail.com
- 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 scabrero@suse.de
- 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 nopower@suse.com
- 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 jmcdonough@suse.com
- 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