From 3840499fece8ab58b854867d4c6742b47c0e1d5c Mon Sep 17 00:00:00 2001 From: Noriko Hosoi Date: Jan 16 2013 23:44:21 +0000 Subject: bump version to 1.1.30 - Ticket #476 - 389 ds do not start on F18 due to missing modules - Ticket #293 - remove-ds-admin.pl does not remove everything - Ticket 400 - BIND operation result not checked properly in admin server - Ticket 401 - Console login fails with anonymous access disabled --- diff --git a/.gitignore b/.gitignore index 971354c..84ff418 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ /389-admin-1.1.28.tar.bz2 /389-admin-1.1.29.tar.bz2 /389-admin-1.1.30.tar.bz2 +/389-admin-1.1.31.tar.bz2 diff --git a/389-admin-git-local.sh b/389-admin-git-local.sh index 36ab481..547d900 100755 --- a/389-admin-git-local.sh +++ b/389-admin-git-local.sh @@ -1,7 +1,7 @@ #!/bin/bash DATE=`date +%Y%m%d` -VERSION=1.1.30 +VERSION=1.1.31 PKGNAME=389-admin TAG=${TAG:-$PKGNAME-$VERSION} SRCNAME=${PKGNAME}-${VERSION} diff --git a/389-admin-git.sh b/389-admin-git.sh index a75fa99..a2ddfd3 100755 --- a/389-admin-git.sh +++ b/389-admin-git.sh @@ -1,7 +1,7 @@ #!/bin/bash DATE=`date +%Y%m%d` -VERSION=1.1.30 +VERSION=1.1.31 PKGNAME=389-admin #SRCNAME=$PKGNAME-$VERSION-$DATE SRCNAME=$PKGNAME-$VERSION diff --git a/389-admin.spec b/389-admin.spec index 18152d9..48bb893 100644 --- a/389-admin.spec +++ b/389-admin.spec @@ -9,7 +9,7 @@ Summary: 389 Administration Server (admin) Name: 389-admin -Version: 1.1.30 +Version: 1.1.31 Release: %{?relprefix}1%{?prerel}%{?dist}.1 License: GPLv2 and ASL 2.0 URL: http://port389.org/ @@ -128,6 +128,13 @@ end %{_mandir}/man8/* %changelog +* Wed Jan 16 2013 Noriko Hosoi - 1.1.31-1 +- bump version to 1.1.30 +- Ticket #476 - 389 ds do not start on F18 due to missing modules +- Ticket #293 - remove-ds-admin.pl does not remove everything +- Ticket 400 - BIND operation result not checked properly in admin server +- Ticket 401 - Console login fails with anonymous access disabled + * Wed Jul 18 2012 Fedora Release Engineering - 1.1.30-1.1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild diff --git a/sources b/sources index 71a0885..b277014 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2a163a73d9eb96062b27e5d94e36e80f 389-admin-1.1.30.tar.bz2 +3abcdb7d588f6a22b613602c21d1d973 389-admin-1.1.31.tar.bz2