Release 1.3.2.20

- Ticket 47753 - Add switch to disable pre-hashed password checking
- Ticket 47861 - Certain schema files are not replaced during upgrade
- Ticket 47858 - Internal searches using OP_FLAG_REVERSE_CANDIDATE_ORDER can crash the server
- Ticket 47797 - DB deadlock when two threads (on separated backend) try to record changes in retroCL
- Ticket 47834 - Tombstone_to_glue: if parents are also converted to glue, the target entry's DN must be adjusted.
- Ticket 47692 - single valued attribute replicated ADD does not work
- Ticket 47781 - Server deadlock if online import started while  server is under load
This commit is contained in:
Noriko Hosoi 2014-07-22 16:13:26 -07:00
parent 03fb7d576d
commit ec0b9f6e29
3 changed files with 14 additions and 3 deletions

1
.gitignore vendored
View File

@ -99,3 +99,4 @@
/389-ds-base-1.3.2.17.tar.bz2 /389-ds-base-1.3.2.17.tar.bz2
/389-ds-base-1.3.2.18.tar.bz2 /389-ds-base-1.3.2.18.tar.bz2
/389-ds-base-1.3.2.19.tar.bz2 /389-ds-base-1.3.2.19.tar.bz2
/389-ds-base-1.3.2.20.tar.bz2

View File

@ -24,7 +24,7 @@
Summary: 389 Directory Server (base) Summary: 389 Directory Server (base)
Name: 389-ds-base Name: 389-ds-base
Version: 1.3.2.19 Version: 1.3.2.20
Release: %{?relprefix}1%{?prerel}%{?dist} Release: %{?relprefix}1%{?prerel}%{?dist}
License: GPLv2 with exceptions License: GPLv2 with exceptions
URL: http://port389.org/ URL: http://port389.org/
@ -316,8 +316,18 @@ fi
%{_libdir}/%{pkgname}/libns-dshttpd.so* %{_libdir}/%{pkgname}/libns-dshttpd.so*
%changelog %changelog
* Tue Jul 22 2014 Noriko Hosoi <nhosoi@redhat.com> - 1.3.2.20-1
- Release 1.3.2.20
- Ticket 47753 - Add switch to disable pre-hashed password checking
- Ticket 47861 - Certain schema files are not replaced during upgrade
- Ticket 47858 - Internal searches using OP_FLAG_REVERSE_CANDIDATE_ORDER can crash the server
- Ticket 47797 - DB deadlock when two threads (on separated backend) try to record changes in retroCL
- Ticket 47834 - Tombstone_to_glue: if parents are also converted to glue, the target entry's DN must be adjusted.
- Ticket 47692 - single valued attribute replicated ADD does not work
- Ticket 47781 - Server deadlock if online import started while server is under load
* Thu Jul 03 2014 Noriko Hosoi <nhosoi@redhat.com> - 1.3.2.19-1 * Thu Jul 03 2014 Noriko Hosoi <nhosoi@redhat.com> - 1.3.2.19-1
- Bump version to 1.3.2.19 - Release 1.3.2.19
- Ticket 47779 - Potential deadlock after startup if a dna configuration change is made - Ticket 47779 - Potential deadlock after startup if a dna configuration change is made
- Ticket 47839 - 389-ds production segfault: __memcpy_sse2_unaligned... - Ticket 47839 - 389-ds production segfault: __memcpy_sse2_unaligned...

View File

@ -1 +1 @@
995134fa8d3dc08ea3569c434af7a0dc 389-ds-base-1.3.2.19.tar.bz2 96b4086fca20d5b651286c469b41e8c8 389-ds-base-1.3.2.20.tar.bz2