]> git.sur5r.net Git - openldap/blob - CHANGES
ffddf84d9fadf3b6072e0a2f8834e90e7cff8788
[openldap] / CHANGES
1 OpenLDAP 2.2 Change Log
2
3 OpenLDAP 2.2.11 Engineering
4         Fixed slapd undefined objectclass bug (ITS#3097)
5         Fixed slapd acl dn="" bug
6         Updated slapd limits handling
7         Build Environment
8                 Fixed MacOSX sl_free interop bug (ITS#3092)
9                 Fixed libtool -static bug
10                 Added Berkeley DB mismatch check
11
12 OpenLDAP 2.2.10 Release
13         Build Environment
14                 Fix configure bug (ITS#3094)
15
16 OpenLDAP 2.2.9 Release
17         Fixed slapd syncrepl replication bugs (ITS#3055,3056,3069)
18         Fixed slapd slurpd update bugs
19         Fixed slapd inappropriate bind error disclosure bugs
20         Fixed slapd sun_path portability bug
21         Fixed slapd passwd referral memory leak
22         Fixed slapd sasl userdb checkpass bug (ITS#3048)
23         Fixed slapd duplicate value detection (ITS#3066)
24         Fixed slapd permissive modify control (ITS#3068)
25         Fixed slapd updateref handling
26         Fixed slapd saslauthz subtree scope bug (ITS#3077)
27         Fixed back-bdb paged results bug (ITS#3076)
28         Fixed back-bdb "" suffix bug (ITS#3063)
29         Fixed back-bdb/hdb/ldbm approx w/o index bug (ITS#3062)
30         Fixed back-meta compare return code (ITS#3042)
31         Fixed back-ldbm IDL delete bug (ITS#3046)
32         Fixed back-ldbm modrdn indexing bug (ITS#3059)
33         Fixed libldap parse_oid core dump bug (ITS#3065)
34         Fixed ldapmodify missing error information bug (ITS#3057)
35         Fixed ldapsearch paged results error handling
36         Updated slapd limits handling
37         Updated slapd overlay framework
38         Added slapd Delivery Method syntax validation (ITS#3052)
39         Added libldap ditContentRule oidMacro support (ITS#2920)
40         Removed lint
41         Build Environment
42                 Fixed slapd dynamic backend build (ITS#3044)
43                 Fixed slaptools DESTDIR handling (ITS#3070)
44                 Removed deprecated configure options
45                 Updated configure backend/overlay options
46                   Requires changes in module configuration practices
47
48 OpenLDAP 2.2.8 Release
49         Fixed slapd/slapadd syncrepl bugs (ITS#2948,2995)
50         Fixed slapd sasl-regexp multiple entry bug (ITS#3033)
51         Fixed slapd bind method portability bug (ITS#3038)
52         Fixed libldap try_read1msg bug (ITS#2982)
53         Added slapd numericStringOrderingMatch rule support (ITS#2988)
54         Added slurpd replication interval config option (ITS#2768)
55         Build Environment
56                 Fixed shared library soname issues (ITS#3035)
57                   May requires changes in link practices of dependent apps
58
59 OpenLDAP 2.2.7 Release
60         Fixed slapd IDL avl_delete failure bug (ITS#3004)
61         Fixed slapd erroneous illegal filter handling (ITS#2977)
62         Fixed slapd syncrepl bugs (multiple)
63         Fixed slapd value regex ACL bug (ITS#3008)
64         Fixed slapd SASL dnauthz bug (ITS#2961)
65         Fixed slapcat tools bug (ITS#2974)
66         Fixed back-monitor crash when used with overlays (ITS#3023)
67         Fixed back-ldap massaged base free (ITS#2999)
68         Fixed back-meta memory leak issues (ITS#2986)
69         Fixed back-glue search abandon handling (ITS#2999)
70         Fixed back-sql undefined attribute name request bug (ITS#3005)
71         Fixed back-sql oracle-related issues (ITS#2641)
72         Fixed back-bdb empty suffix/contextCSN bug (ITS#2970)
73         Fixed libldap/slapd '=' escape in DN (ITS#3009)
74         Fixed back-sql attribute subtype in search request
75         Updated ldapsearch paged results handling
76         Added total operation count in back-monitor (ITS#2983)
77         Added slapd ACL peername/expand styles (ITS#2907, ITS#3010)
78         Added slapd ACL set logging (ITS#2949)
79         Build Environment
80                 Fixed overlay module build issue (ITS#2978)
81                 Fixed libldap T_SRV portability bug (ITS#2990)
82                 Fixed AIX portability issues (ITS#2997,2998)
83                 Fixed shared library soname versioning (ITS#3016)
84                   Requires changes in link practices of dependent apps
85                 Updated MS win32 port (ITS#2992)
86         Documentation
87                 Fixed ldapmodrdn(1) manpage (ITS#3003)
88                 Updated release documents
89
90 OpenLDAP 2.2.6 Release
91         Fixed slapd SASL callback handling (ITS#2926)
92         Fixed slapd backglue sizelimit bug (ITS#2888)
93         Fixed slapd numericStringMatch bug (ITS#2938)
94         Fixed libldap maxbuf handling (ITS#2944,2956)
95         Fixed libldap_r abandon msgid mutex bug 
96         Fixed liblutil NS MTA MD5 passwd len bug (ITS#2899)
97         Fixed slapd pcache DB init bug (ITS#2960)
98         Updated libldap reference handling (ITS#2984)
99         Updated slapd syncrepl support (multiple)
100         Updated slapd connection deferred logging (ITS#2959)
101         Updated slapd filter logging
102         Updated back-ldap
103         Updated back-bdb to use Btree indices instead of Hashes
104                 Requires recreation of indices of existing databases
105         Added slapd limit groups (ITS#2967)
106         Build Environment
107                 Fixed test021 portable echo bug (ITS#2933, ITS#2879)
108                 Fixed EBCDIC conversion bugs (ITS#2962)
109         Documentation
110                 Misc. man page updates
111         Contributed Software
112                 Added slapd passwd modules
113                 Updated libcldap++
114
115 OpenLDAP 2.2.5 Release
116         Fixed slapd filter bug (ITS#2901)
117         Fixed slapd/syncrepl shutdown bug (ITS#2910)
118         Fixed back-glue sizeExceeded bug (ITS#2888)
119         Fixed back-bdb syncrepl psearch add bug
120         Fixed back-bdb/tools duplicate entry detection (ITS#2905)
121         Fixed back-ldap suffix massage when --enable-rewrite=no (ITS#2923)
122         Updated slapi to honor access denied return value from ACL plugins
123         Fixed slapcat backglue subsequent subordinates bug (ITS#2924)
124         Updated slappasswd error reporting (ITS#2906)
125         Fixed CYGWIN/MINGW threading bug (ITS#2921)
126         Fixed GYGWIN/MINGW ldapsearch glob problem (ITS#2922)
127         Build environment
128                 Fixed slapd passwd portable C bug (ITS#2900)
129                 Fixed librewrite portable C bug (ITS#2908)
130                 Fixed libldap/dnssrv.c building on MacOS X
131                 Fixed CYGWIN/MINGW configure issues (ITS#2918)
132                 Fixed z/OS configure issues
133         Documentation
134                 Updated ldapsearch(1) -t description (ITS#2925)
135
136
137 OpenLDAP 2.2.4 Release
138         Initial release for "general" use.
139