diff --git a/.gitignore b/.gitignore index 0304d3c..a82741d 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,6 @@ /389-admin-1.1.27.tar.bz2 /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 +/389-admin-1.1.35.tar.bz2 diff --git a/389-admin-git-local.sh b/389-admin-git-local.sh index b474d73..0c67d30 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.29 +VERSION=1.1.35 PKGNAME=389-admin TAG=${TAG:-$PKGNAME-$VERSION} SRCNAME=${PKGNAME}-${VERSION} diff --git a/389-admin-git.sh b/389-admin-git.sh index 4b53603..0b5093e 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.29 +VERSION=1.1.35 PKGNAME=389-admin #SRCNAME=$PKGNAME-$VERSION-$DATE SRCNAME=$PKGNAME-$VERSION diff --git a/389-admin.spec b/389-admin.spec index 0df092d..5ee4bee 100644 --- a/389-admin.spec +++ b/389-admin.spec @@ -6,7 +6,7 @@ Summary: 389 Administration Server (admin) Name: 389-admin -Version: 1.1.29 +Version: 1.1.35 Release: %{?relprefix}1%{?prerel}%{?dist} License: GPLv2 and ASL 2.0 URL: http://port389.org/ @@ -132,6 +132,30 @@ fi %{_mandir}/man8/* %changelog +* Tue Aug 20 2013 Rich Megginson - 1.1.35-1 +- 0417dc7 add Eclipse and patch files +- f2004ea compiler warning - ldif_read_record lineno type depends on openldap version +- Ticket #47413 389-admin fails to build with latest httpd +- 2a67826 add more debugging for SSL connection problems +- Ticket #47465 problem with 389-adminutil detection in m4/adminutil.m4 in 389-admin and 389-dsgw +- Ticket #47486 compiler warnings in adminutil, admin, dsgw +- 14b1bf9 ignore files generated by Eclipse +- Ticket 47467 - Improve CRL import error messages +- Ticket 362 - Directory Console generates insufficient key strength +- Ticket 47466 - Importing CA cert with existing name crashes security CGI +- Ticket 47468 - Change security password validation error is out of order +- Ticket #47334 - Avoid quoting all settings in console.conf +- Ticket #47333 - Relabel lockfile when starting Admin Server +- Ticket #47298 - remove-ds-admin.pl does not stop the admin server +- Ticket #567 - Restart of Admin server from console fails on segfault + +* Wed Jan 16 2013 Noriko Hosoi - 1.1.31-1 +- bump version to 1.1.31 +- 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 + * Tue Mar 27 2012 Rich Megginson - 1.1.29-1 - 4ec23c0 If htmladmin fails to connect to the server, the cgi could crash. diff --git a/sources b/sources index f2ab5b7..8d5af0e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4bda83e9f5644e0bd25fdf7b6ce9e5ee 389-admin-1.1.29.tar.bz2 +e35a453e92648b1ca980bb0abe1904e4 389-admin-1.1.35.tar.bz2