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 c06807ec453d3d202a6abe1c62d02be51b0456ac (commit) from e7538fa462d637bfc9924ba9e70f2abb213e2cf5 (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 c06807ec453d3d202a6abe1c62d02be51b0456ac Author: Howard Chu hyc@openldap.org Date: Sun Jan 19 19:05:04 2020 +0000
ITS#9120 fix tm2time compat breakage
Add lutil_tm2gtime for Proleptic Gregorian calendar, revert lutil_tm2time to previous behavior using Unix epoch
-----------------------------------------------------------------------
Summary of changes: include/lutil.h | 11 +++++-- libraries/liblutil/utils.c | 71 ++++++++++++++++++++++++++++++++++++++++++--- servers/slapd/schema_init.c | 4 +-- 3 files changed, 77 insertions(+), 9 deletions(-)