SHA256
1
0
forked from pool/ldb

- Update to 1.1.18.

+ fix a typo in the comment, LDB_FLAGS_MOD_xxx -> LDB_FLAG_MOD_xxx
  + Fix check for third_party
  + make the successful ldb_transaction_start() message clearer
  + ldb-samba: fix a memory leak in ldif_canonicalise_objectCategory()
  + ldb-samba: Move pyldb-utils dependency to python_samba__ldb
  + build: improve detection of srcdir

OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/ldb?expand=0&rev=58
This commit is contained in:
Lars Müller
2014-12-21 20:30:31 +00:00
committed by Git OBS Bridge
parent a866ec473e
commit dce1ac5a0d
6 changed files with 26 additions and 15 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sun Dec 21 20:23:19 UTC 2014 - lmuelle@suse.com
- Update to 1.1.18.
+ fix a typo in the comment, LDB_FLAGS_MOD_xxx -> LDB_FLAG_MOD_xxx
+ Fix check for third_party
+ make the successful ldb_transaction_start() message clearer
+ ldb-samba: fix a memory leak in ldif_canonicalise_objectCategory()
+ ldb-samba: Move pyldb-utils dependency to python_samba__ldb
+ build: improve detection of srcdir
-------------------------------------------------------------------
Thu Nov 6 13:24:43 UTC 2014 - lmuelle@suse.com