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 fb030ad58b)
This commit is contained in:
Noriko Hosoi 2015-02-04 15:24:16 -08:00
commit 441d69424d
3 changed files with 16 additions and 3 deletions

1
.gitignore vendored
View file

@ -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

View file

@ -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 <nhosoi@redhat.com> - 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 <rel-eng@lists.fedoraproject.org> - 1.2.7-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild

View file

@ -1 +1 @@
3972f6b0e606804f00781021fb9c6154 389-ds-console-1.2.7.tar.bz2
fbae9ade3319f09dc1656dd07e2e014b 389-ds-console-1.2.9.tar.bz2