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