1.2.7.a5 release - git tag 389-ds-base-1.2.7.a5

- Bug 643979 - Strange byte sequence for attribute with no values (nsslapd-referral)
- Bug 635009 - Add one-way AD sync capability
- Bug 572018 - Upgrading from 1.2.5 to 1.2.6.a2 deletes userRoot
- put replication config entries in separate file
- Bug 567282 - server can not abandon searchRequest of "simple paged results"
- Bug 329751 - "nested" filtered roles searches candidates more than needed
- Bug 521088 - DNA should check ACLs before getting a value from the range
This commit is contained in:
Rich Megginson 2010-11-23 19:16:56 -07:00
parent 08943206c6
commit 4e04d662f6
5 changed files with 12 additions and 5 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
*~
389-ds-base-1.2.7.tar.bz2
/389-ds-base-1.2.7.1.tar.bz2

View File

@ -2,7 +2,7 @@
DATE=`date +%Y%m%d`
# use a real tag name here
VERSION=1.2.7
VERSION=1.2.7.1
PKGNAME=389-ds-base
TAG=${TAG:-$PKGNAME-$VERSION}
#SRCNAME=$PKGNAME-$VERSION-$DATE

View File

@ -2,7 +2,7 @@
DATE=`date +%Y%m%d`
# use a real tag name here
VERSION=1.2.7
VERSION=1.2.7.1
PKGNAME=389-ds-base
TAG=${TAG:-$PKGNAME-$VERSION}
URL="http://git.fedorahosted.org/git/?p=389/ds.git;a=snapshot;h=$TAG;sf=tgz"

View File

@ -11,8 +11,8 @@
Summary: 389 Directory Server (base)
Name: 389-ds-base
Version: 1.2.7
Release: %{?relprefix}2%{?prerel}%{?dist}
Version: 1.2.7.1
Release: %{?relprefix}1%{?prerel}%{?dist}
License: GPLv2 with exceptions
URL: http://port389.org/
Group: System Environment/Daemons
@ -299,6 +299,12 @@ end
%{_libdir}/%{pkgname}/*.so
%changelog
* Tue Nov 23 2010 Rich Megginson <rmeggins@redhat.com> - 1.2.7.1-1
- 1.2.7.1 release - git tag 389-ds-base-1.2.7.1
- Bug 656515 - Allow Name and Optional UID syntax for grouping attributes
- Bug 656392 - Remove calls to ber_err_print()
- Bug 625950 - hash nsslapd-rootpw changes in audit log
* Tue Nov 16 2010 Nathan Kinder <nkinder@redhat.com> - 1.2.7-2
- 1.2.7 release - git tag 389-ds-base-1.2.7

View File

@ -1 +1 @@
89d0641e5f20d2a1e760a560e1f25423 389-ds-base-1.2.7.tar.bz2
03d4493c121e6f45ce11f6633f3759a3 389-ds-base-1.2.7.1.tar.bz2