- This is the final 1.1.13 release

- git tag 389-admin-1.1.13
- Bug 656441 - Missing library path entry causes LD_PRELOAD error
- setup-ds-admin.pl -u exits with ServerAdminID and as_uid related error
This commit is contained in:
Rich Megginson 2010-11-23 16:08:38 -07:00
commit 8ff78e5b16
5 changed files with 12 additions and 5 deletions

1
.gitignore vendored
View file

@ -1,2 +1,3 @@
*~
389-admin-1.1.12.tar.bz2
/389-admin-1.1.13.tar.bz2

View file

@ -1,7 +1,7 @@
#!/bin/bash
DATE=`date +%Y%m%d`
VERSION=1.1.12
VERSION=1.1.13
PKGNAME=389-admin
TAG=${TAG:-$PKGNAME-$VERSION}
SRCNAME=${PKGNAME}-${VERSION}

View file

@ -1,7 +1,7 @@
#!/bin/bash
DATE=`date +%Y%m%d`
VERSION=1.1.12
VERSION=1.1.13
PKGNAME=389-admin
#SRCNAME=$PKGNAME-$VERSION-$DATE
SRCNAME=$PKGNAME-$VERSION

View file

@ -6,8 +6,8 @@
Summary: 389 Administration Server (admin)
Name: 389-admin
Version: 1.1.12
Release: %{?relprefix}2%{?prerel}%{?dist}
Version: 1.1.13
Release: %{?relprefix}1%{?prerel}%{?dist}
License: GPLv2 and ASL 2.0
URL: http://port389.org/
Group: System Environment/Daemons
@ -171,6 +171,12 @@ end
%{_mandir}/man8/*
%changelog
* Tue Nov 23 2010 Rich Megginson <rmeggins@redhat.com> - 1.1.13-1
- This is the final 1.1.13 release
- git tag 389-admin-1.1.13
- Bug 656441 - Missing library path entry causes LD_PRELOAD error
- setup-ds-admin.pl -u exits with ServerAdminID and as_uid related error
* Wed Nov 17 2010 Nathan Kinder <nkinder@redhat.com> - 1.1.1.12-2
- This is the final 1.1.12 release
- git tag 389-admin-1.1.12

View file

@ -1 +1 @@
cc14c629bfd66d6a35862fcc1ad9973a 389-admin-1.1.12.tar.bz2
0dd329ee4a20a86425e14e3f894e46ae 389-admin-1.1.13.tar.bz2