|
1 | 1 | New features and Compatibility breaking |
2 | 2 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| 3 | +2018-06-04 v1.1.8 |
3 | 4 | 2018-02-23 v1.1.7 |
4 | 5 | 2018-01-30 libreldap: import - Public key pinning support (ITS#8753). |
5 | 6 | 2018-01-28 libunicode: import - Allow to recognize title-case characters even if they do not have lower-case equivalents (ITS#8508). |
@@ -93,6 +94,9 @@ New features and Compatibility breaking |
93 | 94 |
|
94 | 95 | Documentation |
95 | 96 | ~~~~~~~~~~~~~ |
| 97 | +2018-06-04 v1.1.8 |
| 98 | +2018-03-20 man: SASL_MECH/SASL_REALM are not user-only (ITS#8818). |
| 99 | +2018-02-27 man: fix SIGHUB typo. |
96 | 100 | 2018-02-23 v1.1.7 |
97 | 101 | 2018-02-11 man, contrib: fix one more typo. |
98 | 102 | 2018-02-11 automake: add Russian man-pages. |
@@ -164,6 +168,10 @@ Documentation |
164 | 168 |
|
165 | 169 | Major and Security Bugs |
166 | 170 | ~~~~~~~~~~~~~~~~~~~~~~~ |
| 171 | +2018-06-04 v1.1.8 |
| 172 | +2018-05-04 mdbx: fix wrong freeDB search. |
| 173 | +2018-04-03 slapd: fix memory corruption in connection-handling code. |
| 174 | +2018-03-28 syncprov: fix op_response() segfault. |
167 | 175 | 2018-02-23 v1.1.7 |
168 | 176 | 2018-02-05 back-ldap: fix search double-free and/or memory corruption. |
169 | 177 | 2018-01-22 overlay-sss: fix server-side-sort overlay segfault. |
@@ -268,6 +276,12 @@ Major and Security Bugs |
268 | 276 |
|
269 | 277 | Minor Bugs |
270 | 278 | ~~~~~~~~~~ |
| 279 | +2018-06-04 v1.1.8 |
| 280 | +2018-05-24 syncprov: import - don't check for existing value when deleting values (ITS#8616). |
| 281 | +2018-05-05 slapd: import - fix domainScope control to ensure the control value is absent (ITS#8840). |
| 282 | +2018-05-04 mdbx: backport - can't use fakepage mp_ptrs directly (ITS#8819). |
| 283 | +2018-05-04 mdbx: backport - fix regression in 0.9.19 (ITS#8760). |
| 284 | +2018-05-04 mdbx: backport - fix FIRST_DUP/LAST_DUP cursor bounds check (ITS#8722). |
271 | 285 | 2018-02-23 v1.1.7 |
272 | 286 | 2018-02-14 libmdbx: legacy - fix cursor ops (squashed ITS#8722). |
273 | 287 | 2018-02-13 overlay-dds: fix callbacks (invalid results or bug-check). |
@@ -694,6 +708,9 @@ Minor Bugs |
694 | 708 |
|
695 | 709 | Performance |
696 | 710 | ~~~~~~~~~~~ |
| 711 | +2018-06-04 v1.1.8 |
| 712 | +2018-05-04 mdbx: backport - XCURSOR_REFRESH() fixups/cleanup. |
| 713 | +2018-03-12 syncprov, syncrepl, accesslog: reduce unnecessary writes of contextCSN entry (ITS#8789). |
697 | 714 | 2018-02-23 v1.1.7 |
698 | 715 | 2018-02-15 slapd: isolate tsan-mutexes under #ifdef __SANITIZE_THREAD__. |
699 | 716 | 2018-02-13 accesslog: fix CSNs for purge logs. |
@@ -750,6 +767,16 @@ Performance |
750 | 767 |
|
751 | 768 | Build |
752 | 769 | ~~~~~ |
| 770 | +2018-06-04 v1.1.8 |
| 771 | +2018-05-04 mdbx: fix check make target (minor). |
| 772 | +2018-04-04 reopenldap: refine bootstrap.sh |
| 773 | +2018-03-29 automake: fix -fno-lto for ".symver memcpy_compat, memcpy@@@GLIBC_2.2.5" |
| 774 | +2018-03-12 liblutil: fix warning variable 'hex' set but not used (minor). |
| 775 | +2018-03-12 libreldap, slapd: avoid trigraphs in comments (minor). |
| 776 | +2018-03-12 ldapmodify: fix 'uninit' warnigs form lcc (minor). |
| 777 | +2018-03-12 libreldap: fix callbacks for NSPR. |
| 778 | +2018-03-12 libreldap: #ifdef for SSL_LIBRARY_VERSION_TLS_1_3. |
| 779 | +2018-03-12 liblutil: fix 'uninit' warnig from lcc (minor). |
753 | 780 | 2018-02-23 v1.1.7 |
754 | 781 | 2018-02-14 contrib-smbk5pwd: fix RELDAP_TLS/RELDAP_TLS_FALLBACK. |
755 | 782 | 2018-02-14 contrib-passwd-totp: fix RELDAP_TLS/RELDAP_TLS_FALLBACK. |
@@ -882,6 +909,9 @@ Build |
882 | 909 |
|
883 | 910 | Cosmetics |
884 | 911 | ~~~~~~~~~ |
| 912 | +2018-06-04 v1.1.8 |
| 913 | +2018-05-04 mdbx: minor fixup comments and warnings. |
| 914 | +2018-03-23 reopenldap: sync CHANGES.OpenLDAP. |
885 | 915 | 2018-02-23 v1.1.7 |
886 | 916 | 2018-02-14 tests: update its8800 to be less different from openldap. |
887 | 917 | 2018-02-14 tests: enumerate its-ignore messages. |
@@ -944,6 +974,15 @@ Cosmetics |
944 | 974 |
|
945 | 975 | Other |
946 | 976 | ~~~~~ |
| 977 | +2018-06-04 v1.1.8 |
| 978 | +2018-05-24 tests: import - fix copypasta in its8444 regression script. |
| 979 | +2018-03-29 ci: add 'bootstrap' step info ps-build.sh |
| 980 | +2018-03-29 ci: drop support for old/legacy versions. |
| 981 | +2018-03-29 ci: rename CFLAGS to EXTRA_CFLAGS. |
| 982 | +2018-03-12 slapd: add backtrace support for Elbrus. |
| 983 | +2018-03-12 reopenldap: update reldap.h and ldap_cdefs.h for Elbrus. |
| 984 | +2018-03-12 libmdbx: update defs.h for Elbrus. |
| 985 | +2018-03-11 tests: import - Ensure there are no differences due to different checkpoints (ITS#8800). |
947 | 986 | 2018-02-23 v1.1.7 |
948 | 987 | 2018-02-14 tests: skip its4336 regression for ldap-backend. |
949 | 988 | 2018-02-14 tests: skip its4326 regression for ldap-backend. |
|
0 commit comments