diff --git a/.gitignore b/.gitignore index a3d1cd8..46e2f8b 100644 --- a/.gitignore +++ b/.gitignore @@ -128,3 +128,4 @@ /389-ds-base-1.3.4.7.tar.bz2 /389-ds-base-1.3.4.8.tar.bz2 /389-ds-base-1.3.4.9.tar.bz2 +/389-ds-base-1.3.4.10.tar.bz2 diff --git a/389-ds-base.spec b/389-ds-base.spec index 8a37192..c1a364f 100644 --- a/389-ds-base.spec +++ b/389-ds-base.spec @@ -33,7 +33,7 @@ Summary: 389 Directory Server (base) Name: 389-ds-base -Version: 1.3.4.9 +Version: 1.3.4.10 Release: %{?relprefix}1%{?prerel}%{?dist} License: GPLv3+ URL: https://port389.org/ @@ -357,6 +357,7 @@ fi %doc LICENSE LICENSE.GPLv3+ LICENSE.openssl README.devel %{_includedir}/%{pkgname} %{_libdir}/%{pkgname}/libslapd.so +%{_libdir}/%{pkgname}/libns-dshttpd.so %if %{use_nunc_stans} %{_libdir}/%{pkgname}/libnunc-stans.so %endif @@ -367,12 +368,34 @@ fi %doc LICENSE LICENSE.GPLv3+ LICENSE.openssl README.devel %dir %{_libdir}/%{pkgname} %{_libdir}/%{pkgname}/libslapd.so.* -%{_libdir}/%{pkgname}/libns-dshttpd.so* +%{_libdir}/%{pkgname}/libns-dshttpd.so.* %if %{use_nunc_stans} -%{_libdir}/%{pkgname}/libnunc-stans.so* +%{_libdir}/%{pkgname}/libnunc-stans.so.* %endif %changelog +* Mon Jun 13 2016 Noriko Hosoi - 1.3.4.10-1 +- Release 1.3.4.10 +- Ticket 48848 - modrdn deleteoldrdn can fail to find old attribute value, perhaps due to case folding +- Ticket 48755 - CI test: test case for ticket 48755 +- Ticket 48755 - moving an entry could make the online init fail +- Ticket 48799 - Test cases for objectClass values being dropped. +- Ticket 48862 - At startup DES to AES password conversion causes timeout in start script +- Ticket 48752 - Page result search should return empty cookie if there is no returned entry +- Ticket 48854 - Running db2index with no options breaks replication +- Ticket 48795 - Make various improvements to create_test.py +- Ticket 47819 - RFE - improve tombstone purging performance +- Ticket 48497 - uncomment pytest from CI test +- Ticket 48078 - CI test - paged_results - TET part +- Ticket 48808 - Add test case +- Ticket 48813 - password history is not updated when an admin resets the password +- Ticket 48808 - Paged results search returns the blank list of entries +- Ticket 48798 - Enable DS to offer weaker DH params in NSS +- Ticket 48799 - objectclass values could be dropped on the consumer +- Ticket 48492 - heap corruption at schema replication. +- Ticket 47888 - Add CI test +- Ticket 47888 - DES to AES password conversion fails if a backend is empty + * Wed Mar 23 2016 Noriko Hosoi - 1.3.4.9-1 - Release 1.3.4.9 - Ticket 48759 - no plugin calls in tombstone purging diff --git a/sources b/sources index c3c7da3..c38a20f 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -92ebb7556a50f29d22516be30d88bdcc 389-ds-base-1.3.4.9.tar.bz2 +d1bcb5f96804c87242aa1cb972cad1b0 389-ds-base-1.3.4.10.tar.bz2 4f61a797a4d9eff4d41c619b7d3d0358 nunc-stans-0.1.5.tar.bz2