ldb/ldb.changes

154 lines
5.5 KiB
Plaintext
Raw Normal View History

-------------------------------------------------------------------
Thu Aug 29 10:43:09 UTC 2013 - lmuelle@suse.com
- Consolidate python files in independent pyldb subpackages.
- Add pyldb to baselibs.conf.
-------------------------------------------------------------------
Tue Jul 2 10:31:06 UTC 2013 - lmuelle@suse.com
- Update to 1.1.16.
+ Bump version to allow a depencency on the substring crash fix.
+ Cope with substring match with no chunks in ldb_filter_from_tree().
+ Ensure not to segfault on a filter such as (mail=).
+ Add missing dependency on replace for ldb.
+ Add more data test data for one level test cases.
+ Add tests for the python api.
+ Add more tests related to onelevel search.
+ Use strncmp instead of strcmp when comparing the val part.
+ Make test output more readable.
-------------------------------------------------------------------
Wed Feb 6 10:50:24 UTC 2013 - lmuelle@suse.com
- Update to 1.1.15.
+ Ensure to decrement the transaction_active whenever we delete
a transaction.
+ Move doxygen comments for ldb_connect to the right place.
-------------------------------------------------------------------
Sun Dec 2 16:56:45 UTC 2012 - lmuelle@suse.com
- Update to 1.1.14.
+ fixed callers for ldb_pack_data() and ldb_unpack_data()
+ move ldb_pack.c into common
+ Add ldbdump, based on tdbdump
+ Remove no-longer-existing ltdb_unpack_data_free from ldb_tdb.h
+ Change ltdb_unpack_data to take an ldb_context
- Update to 1.1.13.
+ Don't use "isprint" in ldb_binary_encode(); (bso#9147).
-------------------------------------------------------------------
Mon Sep 3 09:59:26 UTC 2012 - lmuelle@suse.com
- Update to 1.1.12.
+ Avoid printing secret attributes in ldb trace logs
-------------------------------------------------------------------
Thu Aug 30 16:03:16 UTC 2012 - lmuelle@suse.com
- Update to 1.1.11.
+ LDB:ldb_tdb.c - deny multi-valued attributes manipulation with doublets
+ LDB:ldbsearch - add search filter tests
+ LDB:ldbsearch - search filters do not only contain "="
+ lib/ldb: Use tdb_parse_record and a callback rather than tdb_fetch()
- BuildRequire tevent version >= 0.9.17.
-------------------------------------------------------------------
Thu Aug 16 09:46:57 UTC 2012 - lmuelle@suse.com
- Remove superfluous ldb-tools rpmlintrc file.
-------------------------------------------------------------------
Thu Aug 9 18:06:08 UTC 2012 - lmuelle@suse.com
- Update to 1.1.10.
+ Enhancements and fixes to the s3 read, sesssetup, and server functions
+ s3: Fix a crash in reply_lockingX_error
+ s3:libsmb, smbd, and s4:libcli: add EXTENDED_SIGNATURE support in tcon
+ s3:rpc_server: make usage of session_extract_session_key()
+ s3:smb2_*: make use of SMBD_SMB2_*()
+ s4 and libcli: enahncements and fixes
-------------------------------------------------------------------
Tue Aug 7 22:18:19 UTC 2012 - lmuelle@suse.com
- Update to 1.1.9.
+ Ensure rename target does not exist before deleting old record.
+ Add parameter to avoid NULL format string flagged by -Werror=format.
- Update to 1.1.8.
+ Fixes for pyldb.
+ Drop support for tdb_compat.
- BuildRequire pytalloc-devel.
-------------------------------------------------------------------
Thu Jun 28 16:29:25 UTC 2012 - lmuelle@suse.com
- Disable rpath while configure.
-------------------------------------------------------------------
Wed Jun 13 14:16:37 UTC 2012 - ddiss@suse.com
- Tag GPL-3.0+ based on tdb license; (bnc#765270).
-------------------------------------------------------------------
Sun Jun 3 21:18:46 UTC 2012 - lmuelle@suse.com
- Define library name and use it instead of libldb1.
-------------------------------------------------------------------
Sun Jun 3 14:03:09 UTC 2012 - lmuelle@suse.com
- Add missing post, postun, and files part to the libldb1 package.
-------------------------------------------------------------------
Sat Jun 2 16:00:14 UTC 2012 - lmuelle@suse.com
- Rename package to ldb and add an independent libldb1 subpackage.
- Enhance and polish the package descriptions and summaries.
-------------------------------------------------------------------
Fri Jun 1 15:27:26 UTC 2012 - lmuelle@suse.com
- BuildIgnore libtalloc to prevent a package conflict on Fedora systems.
-------------------------------------------------------------------
Fri Jun 1 14:59:53 UTC 2012 - lmuelle@suse.com
- BuildRequire popt-devel.
-------------------------------------------------------------------
Thu May 31 22:22:49 UTC 2012 - lmuelle@suse.com
- Define and use talloc, tdb, and tevent version macros.
- Define python_sitearch if undefined.
-------------------------------------------------------------------
Thu May 31 13:46:42 UTC 2012 - lmuelle@suse.com
- BuildRequire libtalloc-devel, libtdb-devel, and libtevent-devel.
- Configure with bundled tdb2 library.
-------------------------------------------------------------------
Fri May 25 11:12:36 UTC 2012 - lmuelle@suse.com
- Cleanup BuildRequires and spec file in general.
-------------------------------------------------------------------
Thu May 17 12:44:28 UTC 2012 - lmuelle@suse.com
- BuildRequire libtalloc2-devel >= 2.0.7.
-------------------------------------------------------------------
Mon May 14 15:18:49 UTC 2012 - lmuelle@suse.com
- BuildRequire libtalloc2-devel, libtdb1-devel, and libtevent0-devel.
- Adjust license string.
- Require libldb1 = %{version} from the devel package.
-------------------------------------------------------------------
Wed Sep 7 21:56:42 UTC 2011 - lars@samba.org
- Initial independent libldb1 package.