new release 1.2.6.1
new release 1.2.6.1 to fix the windows sync problem: Bug 634561 - Server crushes when using Windows Sync Agreement
This commit is contained in:
parent
5fd2662524
commit
d5673ebe57
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,2 +1,2 @@
|
|||||||
*~
|
*~
|
||||||
389-ds-base-1.2.6.tar.bz2
|
389-ds-base-1.2.6.1.tar.bz2
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
For detailed information on developing plugins for
|
For detailed information on developing plugins for
|
||||||
389 Directory Server visit.
|
389 Directory Server visit.
|
||||||
|
|
||||||
http://www.redhat.com/docs/manuals/dir-server/8.1/plugin/index.html
|
|
||||||
http://port389/wiki/Plugins
|
http://port389/wiki/Plugins
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
DATE=`date +%Y%m%d`
|
DATE=`date +%Y%m%d`
|
||||||
# use a real tag name here
|
# use a real tag name here
|
||||||
VERSION=1.2.6
|
VERSION=1.2.6.1
|
||||||
PKGNAME=389-ds-base
|
PKGNAME=389-ds-base
|
||||||
TAG=${TAG:-$PKGNAME-$VERSION}
|
TAG=${TAG:-$PKGNAME-$VERSION}
|
||||||
#SRCNAME=$PKGNAME-$VERSION-$DATE
|
#SRCNAME=$PKGNAME-$VERSION-$DATE
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
DATE=`date +%Y%m%d`
|
DATE=`date +%Y%m%d`
|
||||||
# use a real tag name here
|
# use a real tag name here
|
||||||
VERSION=1.2.6
|
VERSION=1.2.6.1
|
||||||
PKGNAME=389-ds-base
|
PKGNAME=389-ds-base
|
||||||
TAG=${TAG:-$PKGNAME-$VERSION}
|
TAG=${TAG:-$PKGNAME-$VERSION}
|
||||||
URL="http://git.fedorahosted.org/git/?p=389/ds.git;a=snapshot;h=$TAG;sf=tgz"
|
URL="http://git.fedorahosted.org/git/?p=389/ds.git;a=snapshot;h=$TAG;sf=tgz"
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
Summary: 389 Directory Server (base)
|
Summary: 389 Directory Server (base)
|
||||||
Name: 389-ds-base
|
Name: 389-ds-base
|
||||||
Version: 1.2.6
|
Version: 1.2.6.1
|
||||||
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/
|
||||||
@ -348,6 +348,9 @@ end
|
|||||||
%{_datadir}/%{pkgname}-selinux
|
%{_datadir}/%{pkgname}-selinux
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Sep 23 2010 Rich Megginson <rmeggins@redhat.com> - 1.2.6.1-1
|
||||||
|
- Bug 634561 - Server crushes when using Windows Sync Agreement
|
||||||
|
|
||||||
* Thu Aug 26 2010 Rich Megginson <rmeggins@redhat.com> - 1.2.6-1
|
* Thu Aug 26 2010 Rich Megginson <rmeggins@redhat.com> - 1.2.6-1
|
||||||
- This is the final 1.2.6 release
|
- This is the final 1.2.6 release
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user