A ref change was pushed to the OpenLDAP (openldap.git) repository.
It will be available in the public mirror shortly.
The annotated tag, LMDB_0.9.22 has been created
at c760e564a0c043ccb69fa8d183bce411cc9476ec (tag)
tagging 5033a08c86fb6ef0adddabad327422a1c0c0069a (commit)
replaces LMDB_0.9.18
tagged by Quanah Gibson-Mount
on Thu Mar 22 15:27:54 2018 +0000
- Log -----------------------------------------------------------------
LMDB 0.9.22
Hallvard Furuseth (32):
Comment ovpage code in mdb_cursor_put()
mdb_env_setup_locks: Plug mutexattr leak on error
lmdb.h Caveats: Reserved vs. actual mem/disk usage
Fix comment: SysV semaphores -> Posix semaphores
Pass cursor to mdb_page_get(), mdb_node_read().
Cleanup: Add flag DB_DUPDATA, drop DB_DIRTY hack
Factor out refreshing sub-page pointers
ITS#8209 MDB_CP_COMPACT: Threading/error handling
ITS#8209 MDB_CP_COMPACT: Handle empty or broken DB
Silence warning for initializer "mdb_copy my = {0}"
Doc fixes: VALID_FLAGS, mm_last_pg, mt_loose_count
Comment MDB_page
Fix mdb_page_list() message
Clean up MDB_USE_ROBUST #defines
ITS#7682 F_NOCACHE: Allow error, skip any O_DIRECT
Drop spurious Errcode() call
Clean up strange fcntl result check
ITS#7992 Tighter utf8_to_utf16(), fix errcodes
Factor filename handling out to mdb_fname_*()
Move opening files to mdb_fopen()
ITS#8505 Set FD_CLOEXEC for me_mfd,env_copy as well
ITS#8505 Protect parent from fork()-pthread_exit()
ITS#8505 Clarify fork() caveat, mdb_env_get_fd(), flock->fcntl.
Only set me_mfd if needed. Drop unused read access.
Note functions which must set MDB_TXN_ERROR on failure
doxygen cleanup
ITS#8542 mdb_dbi_open(): Protect mainDB cursors
ITS#8504 Fix prev commit: mc_error, #ifdef SIGPIPE
Doxygen fixes. Use DISTRIBUTE_GROUP_DOC.
More MDB_node doc
XCURSOR_REFRESH() fixups/cleanup
Tweak ITS#8722 fix: Use XCURSOR_REFRESH()
Howard Chu (36):
Tweak Win32 errmsg buffer
ITS#8393 fix MDB_GET_BOTH on non-dup record
mdb_drop optimization
ITS#8406 fix xcursors after cursor_del
ITS#8412 fix NEXT_DUP after cursor_del
RE 0.9.19
ITS#8424 init cursor in mdb_env_cwalk
ITS#8339 Solaris 10/11 robust mutex fixes
ITS#8339, #8424
WIN64 needs off_t redefined too
More for ITS#8406 (xcursor fixups)
Add MDB_PREV_MULTIPLE (collected mdb.master changes)
ITS#8481 make shared lib suffix overridable
Fix mdb_audit() printf format
ITS#8489 reset cursor EOF flag in cursor_set
More 0.9.19 updates
ITS#8554 kFreeBSD is like BSD
ITS#8554
Release 0.9.19
ITS#8558 fix mdb_load with escaped plaintext
RE 0.9.20
ITS#8557 fix mdb_cursor_last
Tweak cursor_next C_EOF check
ITS#8557
Happy New Year
Release 0.9.20
Fix f8ce8a82717ddefdc912fa47c07f1bdee2a3336b
0.9.20 still baking
Further fix f8ce8a82717ddefdc912fa47c07f1bdee2a3336b
ITS#8622 fix xcursor after cursor_del
Release 0.9.21
ITS#8760 fix regression in 0.9.19
ITS#8699 more for cursor_del ITS#8622
ITS#8722 fix FIRST_DUP/LAST_DUP cursor bounds check
ITS#8819 can't use fakepage mp_ptrs directly
Release 0.9.22
Lorenz Bauer (1):
ITS#8504 mdb_env_copyfd2(): Don't abort on SIGPIPE
Quanah Gibson-Mount (9):
0.9.22 engineering
ITS#8612 Fix Solaris builds with liblmdb
ITS#8612
ITS#8760
Fix ITS location
ITS#8622
ITS#8722
Happy New Year
Update release date
-----------------------------------------------------------------------
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git
A ref change was pushed to the OpenLDAP (openldap.git) repository.
It will be available in the public mirror shortly.
The branch, mdb.RE/0.9 has been updated
via 5033a08c86fb6ef0adddabad327422a1c0c0069a (commit)
via 385193cd520c3b238fe9048d47e8abf8383386bc (commit)
from 2f4948f1e4793e71963bc651b1c1721279fd681f (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 5033a08c86fb6ef0adddabad327422a1c0c0069a
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Thu Mar 22 15:23:05 2018 +0000
Update release date
commit 385193cd520c3b238fe9048d47e8abf8383386bc
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Thu Mar 22 15:20:57 2018 +0000
Happy New Year
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/CHANGES | 2 +-
libraries/liblmdb/COPYRIGHT | 2 +-
libraries/liblmdb/intro.doc | 2 +-
libraries/liblmdb/lmdb.h | 2 +-
libraries/liblmdb/mdb.c | 2 +-
libraries/liblmdb/mdb_copy.1 | 2 +-
libraries/liblmdb/mdb_copy.c | 2 +-
libraries/liblmdb/mdb_dump.1 | 2 +-
libraries/liblmdb/mdb_dump.c | 2 +-
libraries/liblmdb/mdb_load.1 | 2 +-
libraries/liblmdb/mdb_load.c | 2 +-
libraries/liblmdb/mdb_stat.1 | 2 +-
libraries/liblmdb/mdb_stat.c | 2 +-
libraries/liblmdb/midl.c | 4 ++--
libraries/liblmdb/midl.h | 4 ++--
libraries/liblmdb/mtest.c | 2 +-
libraries/liblmdb/mtest2.c | 2 +-
libraries/liblmdb/mtest3.c | 2 +-
libraries/liblmdb/mtest4.c | 2 +-
libraries/liblmdb/mtest5.c | 2 +-
libraries/liblmdb/mtest6.c | 2 +-
libraries/liblmdb/sample-bdb.txt | 2 +-
libraries/liblmdb/sample-mdb.txt | 2 +-
23 files changed, 25 insertions(+), 25 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git
A ref change was pushed to the OpenLDAP (openldap.git) repository.
It will be available in the public mirror shortly.
The branch, mdb.master has been updated
via 0a2622317f189c7062d03d050be6766586a548b2 (commit)
from 3b0f68a462355c5d565abff20d1515dce2afe697 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 0a2622317f189c7062d03d050be6766586a548b2
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Thu Mar 22 15:20:57 2018 +0000
Happy New Year
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/COPYRIGHT | 2 +-
libraries/liblmdb/intro.doc | 2 +-
libraries/liblmdb/lmdb.h | 2 +-
libraries/liblmdb/mdb.c | 2 +-
libraries/liblmdb/mdb_copy.1 | 2 +-
libraries/liblmdb/mdb_copy.c | 2 +-
libraries/liblmdb/mdb_drop.1 | 2 +-
libraries/liblmdb/mdb_drop.c | 2 +-
libraries/liblmdb/mdb_dump.1 | 2 +-
libraries/liblmdb/mdb_dump.c | 2 +-
libraries/liblmdb/mdb_load.1 | 2 +-
libraries/liblmdb/mdb_load.c | 2 +-
libraries/liblmdb/mdb_stat.1 | 2 +-
libraries/liblmdb/mdb_stat.c | 2 +-
libraries/liblmdb/midl.c | 4 ++--
libraries/liblmdb/midl.h | 4 ++--
libraries/liblmdb/mtest.c | 2 +-
libraries/liblmdb/mtest2.c | 2 +-
libraries/liblmdb/mtest3.c | 2 +-
libraries/liblmdb/mtest4.c | 2 +-
libraries/liblmdb/mtest5.c | 2 +-
libraries/liblmdb/mtest6.c | 2 +-
libraries/liblmdb/sample-bdb.txt | 2 +-
libraries/liblmdb/sample-mdb.txt | 2 +-
24 files changed, 26 insertions(+), 26 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git
A ref change was pushed to the OpenLDAP (openldap.git) repository.
It will be available in the public mirror shortly.
The branch, mdb.RE/0.9 has been updated
via 2f4948f1e4793e71963bc651b1c1721279fd681f (commit)
via e77918a903d980ff789b7e32f71725481e870510 (commit)
from a351fe0b64f4c2f9896d7e77cf3aba443df69b1c (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 2f4948f1e4793e71963bc651b1c1721279fd681f
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Mar 21 22:50:02 2018 +0000
Release 0.9.22
commit e77918a903d980ff789b7e32f71725481e870510
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Mar 20 18:34:56 2018 +0000
ITS#8819 can't use fakepage mp_ptrs directly
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/CHANGES | 3 ++-
libraries/liblmdb/lmdb.h | 4 ++--
libraries/liblmdb/mdb.c | 3 ++-
3 files changed, 6 insertions(+), 4 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git
A ref change was pushed to the OpenLDAP (openldap.git) repository.
It will be available in the public mirror shortly.
The branch, mdb.master has been updated
via 3b0f68a462355c5d565abff20d1515dce2afe697 (commit)
from e85ae1fe883b4847f07cfebc2630636d06e429c3 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 3b0f68a462355c5d565abff20d1515dce2afe697
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Mar 20 18:34:56 2018 +0000
ITS#8819 can't use fakepage mp_ptrs directly
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git
A ref change was pushed to the OpenLDAP (openldap.git) repository.
It will be available in the public mirror shortly.
The branch, master has been updated
via f183b81a686fed9409aa93a839618c6943d2da03 (commit)
from 22cc51d061e40f3e6370be668ef81ab0dc0bd282 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit f183b81a686fed9409aa93a839618c6943d2da03
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Mar 13 18:55:50 2018 +0000
ITS#8818 SASL_MECH/SASL_REALM are not user-only
Changed as of ITS#4327 commit 86d10729
-----------------------------------------------------------------------
Summary of changes:
doc/man/man5/ldap.conf.5 | 2 --
1 file changed, 2 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git