From e9bd5a5cfb644971209533ed77a73a0daedbe977 Mon Sep 17 00:00:00 2001 From: Mark Reynolds Date: Oct 12 2016 17:18:21 +0000 Subject: Bumped version to 1.2.15 - Ticket 49003 - Managed role error dialog empty - Ticket 49003 - Add the host and port to the ldapurl in the role form - Ticket 48926 - Fixed reset & save button behavior in the password/account lockout panels - Bumped version to 1.2.14 - Ticket 48926 - fix "expiresin" entry definition - Bumped version to 1.2.13 - Ticket #48933 - drop support for legacy replication - need to clean code - Ticket 48926 - Inactive "save" button in "Password policy" dialog - Ticket 47469 - Cannot enter time in Replication schedule in console - Ticket 48823 - ds-console - add IPv6 support - Ticket #48417 - ds-console: lower password history minimum to 1 --- diff --git a/.gitignore b/.gitignore index f62ddc4..9a89c58 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /389-ds-console-1.2.9.tar.bz2 /389-ds-console-1.2.10.tar.bz2 /389-ds-console-1.2.12.tar.bz2 +/389-ds-console-1.2.15.tar.bz2 diff --git a/389-ds-console.spec b/389-ds-console.spec index 1c63db6..d4ccbd3 100644 --- a/389-ds-console.spec +++ b/389-ds-console.spec @@ -1,21 +1,21 @@ %define major_version 1.2 -%define minor_version 12 +%define minor_version 15 %define shortname 389-ds %define pkgname dirsrv Name: 389-ds-console Version: %{major_version}.%{minor_version} -Release: 3%{?dist} +Release: 1%{?dist} Summary: 389 Directory Server Management Console Group: Applications/System -License: GPLv2 -URL: http://port389.org +License: GPLv3 +URL: http://www.port389.org BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -Source: http://port389.org/binaries/%{name}-%{version}.tar.bz2 +Source: http://www.port389.org/binaries/%{name}-%{version}.tar.bz2 Requires: 389-admin BuildRequires: ant >= 1.6.2 BuildRequires: ldapjdk @@ -85,6 +85,20 @@ rm -rf $RPM_BUILD_ROOT %doc %{_datadir}/%{pkgname}/manual/en/slapd/help/*.html %changelog +* Wed Oct 12 2016 Mark Reynolds - 1.2.15-1 +- Bumped version to 1.2.15 +- Ticket 49003 - Managed role error dialog empty +- Ticket 49003 - Add the host and port to the ldapurl in the role form +- Ticket 48926 - Fixed reset & save button behavior in the password/account lockout panels +- Bumped version to 1.2.14 +- Ticket 48926 - fix "expiresin" entry definition +- Bumped version to 1.2.13 +- Ticket #48933 - drop support for legacy replication - need to clean code +- Ticket 48926 - Inactive "save" button in "Password policy" dialog +- Ticket 47469 - Cannot enter time in Replication schedule in console +- Ticket 48823 - ds-console - add IPv6 support +- Ticket #48417 - ds-console: lower password history minimum to 1 + * Wed Feb 03 2016 Fedora Release Engineering - 1.2.12-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 9178cfa..30f586c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -423108a3daf39f33e5de5a424c9212fb 389-ds-console-1.2.12.tar.bz2 +c1732bf57416ca188f6c713e6c61f13e 389-ds-console-1.2.15.tar.bz2