From 8e08079253e70eb7176d787fb99df4c0bde7eb10 Mon Sep 17 00:00:00 2001 From: Mark Reynolds Date: Fri, 3 Oct 2014 11:39:45 -0400 Subject: [PATCH 1/4] Ticket 47917 - Fix Source location to use new wiki url --- 389-ds-console.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/389-ds-console.spec b/389-ds-console.spec index 71977ad..0334bf6 100644 --- a/389-ds-console.spec +++ b/389-ds-console.spec @@ -15,7 +15,7 @@ URL: http://port389.org BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -Source: http://port389.org/sources/%{name}-%{version}.tar.bz2 +Source: http://port389.org/binaries/%{name}-%{version}.tar.bz2 Requires: 389-admin BuildRequires: ant >= 1.6.2 BuildRequires: ldapjdk From d1be024536799d2d107fdc3139d5dae1f97ccd98 Mon Sep 17 00:00:00 2001 From: Noriko Hosoi Date: Wed, 4 Feb 2015 15:24:16 -0800 Subject: [PATCH 2/4] Bumped version to 1.2.9 - Bug 1184175 - DS Console always sets nsSSL3 to "on" when a securty setting is adjusted (DS 47994) - Bug 916045 - RFE: Winsync loses connection with AD objects when they move from the console. (#47380) - Bug 1173281 - DS console - right clicking an object does not select that object (#135) - Bug 1134688 - DS Console does not correctly disable SSL (#47887) - Bug 963254 - DS instance cannot be restored from remote console (#47485) - Ticket 47886 - DS Console - mouse wheel speed very slow - Bug 758983 - DS Console should timeout when mismatched port and protocol combination is chosen (#176) - Bug 1173283 - DS Console - java exception when refreshing schema (#47883) - Bug 1173284 - Window too large for Manage password policy (#96) (cherry picked from commit fb030ad58b13af6b35bdb014a2805c02b7598ee8) --- .gitignore | 1 + 389-ds-console.spec | 16 ++++++++++++++-- sources | 2 +- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 8a767e5..886ce90 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /389-ds-console-1.2.5.tar.bz2 /389-ds-console-1.2.6.tar.bz2 /389-ds-console-1.2.7.tar.bz2 +/389-ds-console-1.2.9.tar.bz2 diff --git a/389-ds-console.spec b/389-ds-console.spec index 0334bf6..21fb7e5 100644 --- a/389-ds-console.spec +++ b/389-ds-console.spec @@ -1,12 +1,12 @@ %define major_version 1.2 -%define minor_version 7 +%define minor_version 9 %define shortname 389-ds %define pkgname dirsrv Name: 389-ds-console Version: %{major_version}.%{minor_version} -Release: 4%{?dist} +Release: 1%{?dist} Summary: 389 Directory Server Management Console Group: Applications/System @@ -85,6 +85,18 @@ rm -rf $RPM_BUILD_ROOT %doc %{_datadir}/%{pkgname}/manual/en/slapd/help/*.html %changelog +* Wed Feb 04 2015 Noriko Hosoi - 1.2.9-1 +- Bumped version to 1.2.9 +- Bug 1184175 - DS Console always sets nsSSL3 to "on" when a securty setting is adjusted (DS 47994) +- Bug 916045 - RFE: Winsync loses connection with AD objects when they move from the console. (#47380) +- Bug 1173281 - DS console - right clicking an object does not select that object (#135) +- Bug 1134688 - DS Console does not correctly disable SSL (#47887) +- Bug 963254 - DS instance cannot be restored from remote console (#47485) +- Ticket 47886 - DS Console - mouse wheel speed very slow +- Bug 758983 - DS Console should timeout when mismatched port and protocol combination is chosen (#176) +- Bug 1173283 - DS Console - java exception when refreshing schema (#47883) +- Bug 1173284 - Window too large for Manage password policy (#96) + * Fri Jun 06 2014 Fedora Release Engineering - 1.2.7-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild diff --git a/sources b/sources index dc09ff9..21997bb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3972f6b0e606804f00781021fb9c6154 389-ds-console-1.2.7.tar.bz2 +fbae9ade3319f09dc1656dd07e2e014b 389-ds-console-1.2.9.tar.bz2 From 9f71db990435e7160e99f3b241235d5325afd5c4 Mon Sep 17 00:00:00 2001 From: Noriko Hosoi Date: Wed, 11 Feb 2015 13:48:01 -0800 Subject: [PATCH 3/4] Bumped version to 1.2.10 - Bug 1022104 - Remove versioned jarfiles from _javadir (idm-console-framework) --- .gitignore | 1 + 389-ds-console.spec | 6 +++++- sources | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 886ce90..ddf9f25 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /389-ds-console-1.2.6.tar.bz2 /389-ds-console-1.2.7.tar.bz2 /389-ds-console-1.2.9.tar.bz2 +/389-ds-console-1.2.10.tar.bz2 diff --git a/389-ds-console.spec b/389-ds-console.spec index 21fb7e5..258b3bc 100644 --- a/389-ds-console.spec +++ b/389-ds-console.spec @@ -1,5 +1,5 @@ %define major_version 1.2 -%define minor_version 9 +%define minor_version 10 %define shortname 389-ds %define pkgname dirsrv @@ -85,6 +85,10 @@ rm -rf $RPM_BUILD_ROOT %doc %{_datadir}/%{pkgname}/manual/en/slapd/help/*.html %changelog +* Wed Feb 11 2015 Noriko Hosoi - 1.2.10-1 +- Bumped version to 1.2.10 +- Bug 1022104 - Remove versioned jarfiles from _javadir (idm-console-framework) + * Wed Feb 04 2015 Noriko Hosoi - 1.2.9-1 - Bumped version to 1.2.9 - Bug 1184175 - DS Console always sets nsSSL3 to "on" when a securty setting is adjusted (DS 47994) diff --git a/sources b/sources index 21997bb..2d4632c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -fbae9ade3319f09dc1656dd07e2e014b 389-ds-console-1.2.9.tar.bz2 +f1398caedbeaf1ab9d67a857ff06ae1b 389-ds-console-1.2.10.tar.bz2 From 39f1bb1dedb741622b42e87e9e25090cadc0dc18 Mon Sep 17 00:00:00 2001 From: Noriko Hosoi Date: Wed, 10 Jun 2015 17:14:48 -0700 Subject: [PATCH 4/4] Release 1.2.12 - Ticket 48139 - drop support for legacy replication - Ticket 48130 - Add "+all" and "-TLS_RSA_WITH_AES_128_GCM_SHA256" to Console Cipher Preference for TLS --- .gitignore | 1 + 389-ds-console.spec | 10 +++++++++- sources | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index ddf9f25..f62ddc4 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /389-ds-console-1.2.7.tar.bz2 /389-ds-console-1.2.9.tar.bz2 /389-ds-console-1.2.10.tar.bz2 +/389-ds-console-1.2.12.tar.bz2 diff --git a/389-ds-console.spec b/389-ds-console.spec index 258b3bc..06b92eb 100644 --- a/389-ds-console.spec +++ b/389-ds-console.spec @@ -1,5 +1,5 @@ %define major_version 1.2 -%define minor_version 10 +%define minor_version 12 %define shortname 389-ds %define pkgname dirsrv @@ -85,6 +85,14 @@ rm -rf $RPM_BUILD_ROOT %doc %{_datadir}/%{pkgname}/manual/en/slapd/help/*.html %changelog +* Wed Jun 10 2015 Noriko Hosoi - 1.2.12-1 +- Release 1.2.12 +- Ticket 48139 - drop support for legacy replication + +* Wed Mar 18 2015 Noriko Hosoi - 1.2.11-1 +- Release 1.2.11 +- Ticket 48130 - Add "+all" and "-TLS_RSA_WITH_AES_128_GCM_SHA256" to Console Cipher Preference for TLS + * Wed Feb 11 2015 Noriko Hosoi - 1.2.10-1 - Bumped version to 1.2.10 - Bug 1022104 - Remove versioned jarfiles from _javadir (idm-console-framework) diff --git a/sources b/sources index 2d4632c..9178cfa 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f1398caedbeaf1ab9d67a857ff06ae1b 389-ds-console-1.2.10.tar.bz2 +423108a3daf39f33e5de5a424c9212fb 389-ds-console-1.2.12.tar.bz2