]> git.sur5r.net Git - openldap/blob - CHANGES
Update CHANGES based on latest changes (since release of 1.0)
[openldap] / CHANGES
1 OpenLDAP Change Log
2
3 Changes included in OpenLDAP 1.1.1
4         CVS Tag: OPENLDAP_REL_ENG_1_1
5         Updated INSTALL and hints
6         Updated slapd/ldif2dbm to disable write sync'ing
7         Fixed libldif/line64 analyzed 3 not 4 bug
8         Fixed slapd/value.c value_cmp bug
9         Fixed slapd/back-ldbm/cache.c delete_internal dntree/idtree bug
10         Fixed slapd/tools DB2 uninitialized Datum bugs
11         Build environment (autoconf)
12                 Fix --enable-wrappers
13                 Fix --without-SERVER-COMPONENTS
14                 Fix library make clean
15                 Fix ltconfig for Solaris ProC and FreeBSD elf
16
17 Changes included in OpenLDAP 1.1.0
18         CVS Tag: OPENLDAP_REL_ENG_1_1_0
19         Updated ANNOUNCEMENT, INSTALL, README for release
20         Updated doc for release
21         Updated slapd.conf to use dc style BaseDN
22         Fixed aclparse debug print
23         Fixed slapd/add memory leak bug
24         Fixed slapd/back-ldbm/cache assert bug
25         Autoconf
26                 Fixed --with-threads=yes bug
27                 Added -pthreads check for OSF/1
28                 Updated LDBM auto check to skip NDBM
29                 Updated libtool for FreeBSD3 elf
30                 Fixed pthread version test 
31
32 Changes included in OpenLDAP 1.1-Beta
33         CVS Tag: OPENLDAP_REL_ENG_1_1_BETA
34         Added ldap.conf support
35         Added configuration preservation support
36         Added slapd passwd handling improvements
37         Updated shared library version to release 1
38         Fixed lib-shared.mk handling of static library
39         Fixed no-ldapd make install bugs
40         Fixed slapd/detach-join thread bug
41         Fixed slapd/nextid-atol bug
42         Fixed slapd/derefDN bug
43         Fixed ldbm2ldif ldif bug
44         Updated slapd to use ch_strdup()
45         Moved ldapfriendly to datadir
46         Updated $(MKDIR) handling to always use -p
47         Updated test007 to skip test if slurpd is not built
48         Modified ud to accept "host" in ud.conf
49         Updated contributed software
50         Updated manuals and other docs
51         Fixed LinuxThread handling on alpha/sparc
52         Autoconf:
53                 Added --with_subdir added
54                 Added pthread_create consistency check
55                 Added additonal caching of results
56                 Fixed REENTRANT defines
57                 Updated Kerberos support
58
59 Changes included in OpenLDAP 1.1-Alpha
60         CVS Tag: OPENLDAP_REL_ENG_1_1_ALPHA3
61         Changed LDBM default to sync on writes
62         Added mail500 BOUNCEFROM patch
63         Added dbcachenowsync option
64         Fixed slapd/ldbm id2children bug
65         Fixed slapd/shell newline bug
66         Fixed whois++ get_dn leak
67         Fixed pointer truncation to int bugs
68         Fixed DEC OSF/1 support bugs
69         Fixed r/w lock initialization on non-final Pthreads
70         Fixed slapd/slurpd file unlock bugs
71         Fixed slurpd string translation bug
72         Fixed slurpd/st mutex unlock bug
73         Moved detach() to -llutil
74         Added lutil_passwd() to -llutil
75         Autoconf:
76                 Fixed thread detection
77                 Removed gcc -traditional tests
78                 Changed --enable-dns to require --enable-referrals
79                 Added -lresolv tests for ldapd and LDAP_DNS
80                 Added basic ISODE checks
81                 Added pwd.h &  getpwuid() tests
82                 Added sys/resource.h test
83         Updated NT support (now builds ud)
84         Added function prototypes
85         Removed library externs
86         Removed lint
87
88
89 Changes included in OpenLDAP 1.1-Alpha
90         CVS Tag: OPENLDAP_REL_ENG_1_1_ALPHA2
91         Added cross compiling detect and warnings
92         Fixed autoconf detection of threads
93         Fixed SunOS/Solaris autoconf problems
94         Fixed SCO build problems
95         Fixed ldapd manual compiling
96         Fixed configure script bugs
97         Fixed toupper/tolower bugs
98         Fixed client/tools install-local bug
99         Fixed sgtty vs termios issues
100         Fixed stdarg issues
101         Fixed USE_LOCKF bug
102         Updated configurable slapd/ACLGROUP objectclass/attribute
103         Updated INSTALL/README files
104         Updated setproctitle code
105         Removed lint
106
107 Changes included in OpenLDAP 1.1-Alpha
108         CVS Tag: OPENLDAP_REL_ENG_1_1_ALPHA
109         Fixed slapd/back-passwd sizelimit bug
110         Fixed slapd/back-ldbm/msearch entry rwlock bug
111         Fixed slapd/filterentry Equality bugs
112         Fixed NT port merge issues
113         Fixed ldif/line64 padding bug
114         Added configurable slapd/ACLGROUPS attribute.
115
116 Changes included in OpenLDAP 1.1-Devel
117         CVS Tag: OPENLDAP_DEVEL_POST_AC
118         Added Autoconf Build Environment
119         Added Basic NT Support
120
121
122 Changes included in OpenLDAP Stable 
123         CVS Tag: OPENLDAP_STABLE 
124         Fixed slapd filter.c to error on stderr
125         Fixed slapd/back-ldbm/group.c member bug
126
127 Changes included in OpenLDAP Stable 
128         CVS Tag: OPENLDAP_STABLE_981025 
129         Added make/gmake comments
130         Changed ACL Group code to use groupOfNames
131         Changed "X.500" -> "LDAP" in UD
132         Fixed slapd partial results bug
133         Fixed slapd Y2K/GMT bug
134                 -DLDAP_LOCALTIME added to provide old behavior
135         Fixed slapd flush writes bug
136         Removed lint
137
138 Changes included in OpenLDAP 1.0.2 
139 CVS Tag: OPENLDAP_STABLE_980929 
140         Updated README, INSTALL files 
141         Updated Linux platform defaults
142         Updated FreeBSD 2 & 3 platform defaults
143         Updated PORTS doc to clarify content
144         Updated slapd/tools to use ldapconfig.h slapd.conf constant
145         Added SCHED_YIELD_MISSING flag
146         Added LDAP_ALLOW_NULL_SEARCH_BASE flag
147         Added core removal to tests/Make-template
148         Fixed slapd/acl debug trace problem
149         Fixed ud/auth.c bound_dn problem 
150         Fixed back-ldbm/idl.c CLDAP include <sys/socket.h> problem
151         Fixed Makefile $(CC) problem
152         Fixed LIBEXEC/SBIN creation problem
153         Fixed gmake RUNDIR not defaulting problem 
154
155 Changes included in OpenLDAP 1.0.1 
156 CVS Tag: OPENLDAP_STABLE_980907 
157         Added GNU Make Support 
158         Added OpenBSD Support 
159         Added FreeBSD 2.x vs 3.x detection 
160         Fixed slapd LDAP_TCP_WRAPPER build problem 
161         Fixed slapd NO_THREADS busy loop problem 
162         Fixed slurpd NULL termination problem 
163         Fixed misc build/install problems 
164         Removed junked binary files from repository/distribution 
165
166 Changes included in OpenLDAP 1.0 
167 CVS Tag: OPENLDAP_1-0 
168         Added TCP Wrapper support to slapd 
169         Added POSIX Threads (final) support 
170         Added ACL enhancements including 
171                 Access by Groups 
172                 POSIX regex support 
173         platform updates, and 
174         numerous bug fixes and build changes. 
175
176 Base Version: University of Michigan LDAP v3.3 
177 CVS Tag: UMICH_3_3