From 8bc30a69033b1cb506f89d452b822cde32ad9adc Mon Sep 17 00:00:00 2001 From: Tomas Mraz Date: Mar 27 2012 10:16:02 +0000 Subject: Prepare new release 6.2.2. --- diff --git a/authconfig.spec.in b/authconfig.spec.in index 40b40b3..b8d90fa 100644 --- a/authconfig.spec.in +++ b/authconfig.spec.in @@ -125,6 +125,12 @@ authconfig --update --nostart >/dev/null 2>&1 || : %{_datadir}/icons/hicolor/256x256/apps/system-config-authentication.* %changelog +* Tue Mar 27 2012 Tomas Mraz - 6.2.2-1 +- use the new --noac option with ipa-client-install +- add sss to the services entry in nsswitch.conf +- call res_init() to reread resolv.conf before res_send() +- updated translations + * Sat Feb 18 2012 Tomas Mraz - 6.2.1-1 - fix traceback in the command-line ui (#794900) - updated translations diff --git a/configure.in b/configure.in index e5373b5..243b44f 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -AC_INIT(authconfig, 6.2.1) +AC_INIT(authconfig, 6.2.2) AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip]) AC_PREFIX_DEFAULT(/usr) AC_PROG_CC