From 58f46935b264b688f812250c1f22804cd2cb0a50 Mon Sep 17 00:00:00 2001 From: Tomas Mraz Date: Jul 25 2014 16:03:57 +0000 Subject: Prepare release 6.2.9 --- diff --git a/authconfig.spec.in b/authconfig.spec.in index 7afcc88..7cd0f45 100644 --- a/authconfig.spec.in +++ b/authconfig.spec.in @@ -117,6 +117,16 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %{_datadir}/icons/hicolor/256x256/apps/system-config-authentication.* %changelog +* Fri Jul 25 2014 Tomáš Mráz - 6.2.9-1 +- support screensaver lock handling by GDM +- fix pam_pkcs11 options +- enable/disable/restart only services that are affected by the configuration + changes +- do not overwrite special ldap base values +- display error message if winbind or IPA domain join fails +- fix invocation of IPA domain join from GUI +- translation updates + * Fri Nov 1 2013 Tomáš Mráz - 6.2.8-1 - detect invalid LDAP uri and report error - fix handling of IPA domain join errors and uninstall diff --git a/configure.ac b/configure.ac index 63edb92..c4ca076 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(authconfig, 6.2.8) +AC_INIT(authconfig, 6.2.9) AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip]) AC_PREFIX_DEFAULT(/usr) AC_PROG_CC