[Date Prev][Date Next] [Chronological] [Thread] [Top]

OpenLDAP 2.4.44 available, LMDB 0.9.18 available



OpenLDAP 2.4.44 is now available for download as detailed on our download page:

	http://www.openldap.org/software/download/

and should soon be available on all official mirrors:
	
	ftp://ftp.openldap.org/pub/OpenLDAP/MIRRORS

This is a maintenance release and is made available for general use. Users of OpenLDAP Software are encouraged to upgrade.


Significant contributors are:

	Howard Chu (Symas Corp)
	Hallvard Furuseth (University of Oslo)
	Quanah Gibson-Mount (Synacor, Inc)

OpenLDAP 2.4.44 Release (2016/02/05)
       Fixed slapd-bdb/hdb missing olcDbChecksum config attr (ITS#8337)
Fixed slapd-mdb behavior with long lived read transactions (ITS#8226)
       Fixed slapd-mdb cleanup after failed transaction (ITS#8360)
       Fixed slapd-sql missing id_query/olcSqlIdQuery (ITS#8329)
       Fixed slapo-accesslog callback initialization (ITS#8351)
Fixed slapo-ppolicy pwdMaxRecordedFailure must never be zero (ITS#8327)
       Fixed slapo-syncprov abandon processing (ITS#8354)
       Fixed slapo-syncprov ctxcsn snapshot on refresh (ITS#8281, ITS#8365)
       Documentation
               admin24 Stop linking to Berkeley DB downloads (ITS#8362)
               admin24 Update documentation for LMDB preference


MD5(openldap-2.4.44.tgz)= 693ac26de86231f8dcae2b4e9d768e51
SHA1(openldap-2.4.44.tgz)= 016a738d050a68d388602a74b5e991035cdba149

LMDB 0.9.18 Release (2016/02/05)
       Fix robust mutex detection on glibc 2.10-11 (ITS#8330)
       Fix page_search_root assert on FreeDB (ITS#8336)
       Fix MDB_APPENDDUP vs. rewrite(single item) (ITS#8334)
       Fix mdb_copy of large files on Windows
       Fix subcursor move after delete (ITS#8355)
       Fix mdb_midl_shirnk off-by-one (ITS#8363)
       Check for utf8_to_utf16 failures (ITS#7992)
       Catch strdup failure in mdb_dbi_open
       Build
               Additional makefile var tweaks (ITS#8169)
       Documentation
               Add Getting Started page
               Update WRITEMAP description