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 5db7e9baaa229b287a60b5232206c3732a320da5 (commit) via 239d5cd82ba9d9207fec24de2c50a16fc415d6a4 (commit) from 0c357cc88a00bda03aa4a982fc227a5872707df2 (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 5db7e9baaa229b287a60b5232206c3732a320da5 Author: Howard Chu hyc@openldap.org Date: Mon Aug 26 17:56:17 2019 +0100
return to release engineering, ITS#9068
commit 239d5cd82ba9d9207fec24de2c50a16fc415d6a4 Author: Howard Chu hyc@openldap.org Date: Mon Aug 26 17:51:53 2019 +0100
ITS#9068 fix backslash escaping
mdb_load wasn't properly inserting escaped backslashes into the data. mdb_dump wasn't escaping backslashes when generating printable output.
-----------------------------------------------------------------------
Summary of changes: libraries/liblmdb/CHANGES | 3 +++ libraries/liblmdb/mdb_dump.c | 2 ++ libraries/liblmdb/mdb_load.c | 4 ++-- 3 files changed, 7 insertions(+), 2 deletions(-)