forked from jengelh/openldap2
Changelog cleanup to prepare for Factory submission
OBS-URL: https://build.opensuse.org/package/show/network:ldap/openldap2?expand=0&rev=42
This commit is contained in:
parent
337b984955
commit
d10c410656
@ -7,25 +7,35 @@ Fri Jul 23 07:49:40 UTC 2010 - rhafer@novell.com
|
||||
Thu Jul 1 13:02:13 UTC 2010 - rhafer@novell.com
|
||||
|
||||
- Updated to 2.4.23:
|
||||
* Fixed libldap to return server's error code (ITS#6569)
|
||||
* Fixed libldap memleaks (ITS#6568)
|
||||
* Fixed liblutil off-by-one with delta (ITS#6541)
|
||||
* Fixed slapd acls with glued databases (ITS#6468)
|
||||
* Fixed slapd syncrepl rid logging (ITS#6533)
|
||||
* Fixed slapd modrdn handling of invalid values (bnc#612430,
|
||||
ITS#6570)
|
||||
* Fixed slapd-bdb hasSubordinates computation (ITS#6549)
|
||||
* Fixed slapd-bdb to use memcpy instead for strcpy (ITS#6474)
|
||||
* Fixed slapd-bdb entry cache delete failure (ITS#6577)
|
||||
* Fixed slapd-ldap to return control responses (ITS#6530)
|
||||
* Fixed slapo-ppolicy to use Debug (ITS#6566)
|
||||
* Fixed slapo-refint to zero out freed DN vals (ITS#6572)
|
||||
* Fixed slapo-rwm to use Debug (ITS#6566)
|
||||
* Fixed slapo-sssvlv to use Debug (ITS#6566)
|
||||
* Fixed slapo-syncprov lost deletes in refresh phase (bnc#606294,
|
||||
ITS#6555)
|
||||
* Fixed slapo-valsort to use Debug (ITS#6566)
|
||||
* Fixed contrib/nssov network.c missing patch (ITS#6562)
|
||||
* Fixed libldap to return server's error code (ITS#6569)
|
||||
* Fixed libldap memleaks (ITS#6568)
|
||||
* Fixed liblutil off-by-one with delta (ITS#6541)
|
||||
* Fixed slapd acls with glued databases (ITS#6468)
|
||||
* Fixed slapd syncrepl rid logging (ITS#6533)
|
||||
* Fixed slapd modrdn handling of invalid values (bnc#612430,
|
||||
ITS#6570)
|
||||
* Fixed slapd-bdb hasSubordinates computation (ITS#6549)
|
||||
* Fixed slapd-bdb to use memcpy instead for strcpy (ITS#6474)
|
||||
* Fixed slapd-bdb entry cache delete failure (ITS#6577)
|
||||
* Fixed slapd-ldap to return control responses (ITS#6530)
|
||||
* Fixed slapo-ppolicy to use Debug (ITS#6566)
|
||||
* Fixed slapo-refint to zero out freed DN vals (ITS#6572)
|
||||
* Fixed slapo-rwm to use Debug (ITS#6566)
|
||||
* Fixed slapo-sssvlv to use Debug (ITS#6566)
|
||||
* Fixed slapo-syncprov lost deletes in refresh phase (bnc#606294,
|
||||
ITS#6555)
|
||||
* Fixed slapo-valsort to use Debug (ITS#6566)
|
||||
* Fixed contrib/nssov network.c missing patch (ITS#6562)
|
||||
- New subpackage openldap2-back-sql. Contains the SQL backend
|
||||
module plus some documentation (bnc#395719)
|
||||
- generate Patches from git tree (resulted in all patches being
|
||||
renamed)
|
||||
- installing binaries without stripping them is done by setting
|
||||
the STRIP enviroment variable instead for patching the Makefile
|
||||
now
|
||||
- Fixed a bug in the syncprov overlay which could lead to not
|
||||
replicate delete Operations (ITS#6555, bnc#606294)
|
||||
- BuildRequires cleanup
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 1 12:48:18 UTC 2010 - rhafer@novell.com
|
||||
@ -36,85 +46,12 @@ Thu Jul 1 12:48:18 UTC 2010 - rhafer@novell.com
|
||||
"refreshAndPersist" replication failed to replicate under
|
||||
certain circumstances (bnc#606294, ITS#6555)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 17 15:53:49 UTC 2010 - rhafer@novell.com
|
||||
|
||||
- New subpackage openldap2-back-sql. Contains the SQL backend
|
||||
module plus some documentation (bnc#395719)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 17 13:02:40 UTC 2010 - rhafer@novell.com
|
||||
|
||||
- generate Patches from git tree (resulted in all patches being
|
||||
renamed)
|
||||
- installing binaries without stripping them is done by setting
|
||||
the STRIP enviroment variable instead for patching the Makefile
|
||||
now
|
||||
- Fixed a bug in the syncprov overlay which could lead to not
|
||||
replicate delete Operations (ITS#6555, bnc#606294)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 10 13:35:59 UTC 2010 - rhafer@novell.com
|
||||
|
||||
- Create /var/run/slapd on demand. /var/run might be mounted on
|
||||
tmpfs.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 28 11:17:06 UTC 2010 - rhafer@novell.com
|
||||
|
||||
- BuildRequires cleanup
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 26 15:14:17 UTC 2010 - rhafer@novell.com
|
||||
|
||||
- Updated to 2.4.22:
|
||||
* Added slapd SLAP_SCHEMA_EXPOSE flag for hidden schema elements
|
||||
(ITS#6435)
|
||||
* Added slapd tools selective iterations (ITS#6442)
|
||||
* Added slapd syncrepl TCP keepalive (ITS#6389)
|
||||
* Added slapo-ldap idassert-passthru (ITS#6456)
|
||||
* Added slapo-pbind
|
||||
* Fixed libldap gmtime re-entrancy (ITS#6262)
|
||||
* Fixed libldap gssapi off by one error (ITS#6223)
|
||||
* Fixed libldap referral on bind behavior(ITS#6510)
|
||||
* Fixed slapd acl non-entry internal searches (ITS#6481)
|
||||
* Fixed slapd acl attrval style initialization (ITS#6520)
|
||||
* Fixed slapd certificateListValidate (ITS#6466)
|
||||
* Fixed slapd empty URI parsing (ITS#6465)
|
||||
* Fixed slapd glued misplaced entries (ITS#6506)
|
||||
* Fixed slapd glued paged cookies (ITS#6507)
|
||||
* Fixed slapd glued paged results (ITS#6504)
|
||||
* Fixed slapd gmtime re-entrancy (ITS#6262)
|
||||
* Fixed slapd to ignore controls with unrecognized flag
|
||||
(ITS#6480)
|
||||
* Fixed slapd entry ownership (ITS#5340)
|
||||
* Fixed slapd sasl auxprop_lookup (ITS#6441)
|
||||
* Fixed slapd sasl auxprop ssf (ITS#5195)
|
||||
* Fixed slapd syncrepl for attributes with no matching rule
|
||||
(ITS#6458)
|
||||
* Fixed slapd syncrepl for unknown attrs and delta-sync
|
||||
(ITS#6473)
|
||||
* Fixed slapd syncrep loop with moddn (ITS#6472)
|
||||
* Fixed slapo-accesslog to not replicate internal purges
|
||||
(ITS#6519)
|
||||
* Fixed slapd-bdb contextCSN updates from updatedn (ITS#6469)
|
||||
* Fixed slapd-bdb lockobj zeroing (ITS#6501)
|
||||
* Fixed slapd-ldap/meta control criticality (ITS#6523)
|
||||
* Fixed slapd-ldap/meta with ordered values (ITS#6516)
|
||||
* Fixed slapo-collect entry ownership (ITS#5340,ITS#6423)
|
||||
* Fixed slapo-dds with NULL backend (ITS#6490)
|
||||
* Fixed slapo-dynlist entry ownership (ITS#5340,ITS#6423)
|
||||
* Fixed slapo-memberof attr count (ITS#6508)
|
||||
* Fixed slapo-pcache to release its own entries (ITS#6484)
|
||||
* Fixed slapo-pcache with NULL backend (ITS#6490)
|
||||
* Fixed slapo-rwm entry release handling (ITS#6484)
|
||||
* Fixed slapo-rwm memory handling with rewrites (ITS#6526)
|
||||
* Fixed slapo-rwm olcRwmMap handling (ITS#6436)
|
||||
* Fixed slapo-rwm entry ownership (ITS#5340,ITS#6423)
|
||||
* Fixed slapo-syncprov memory leak (ITS#6459)
|
||||
* Fixed slapo-translucent counter increment (ITS#6497)
|
||||
* Fixed slapo-valsort entry ownership (ITS#5340,ITS#6423)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 15 08:18:49 UTC 2010 - adrian@suse.de
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user