diff --git a/.gitignore b/.gitignore index 83d0110..59455e0 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ authconfig-6.1.8.tar.bz2 /authconfig-6.1.16.tar.bz2 /authconfig-6.1.17.tar.bz2 /authconfig-6.2.0.tar.bz2 +/authconfig-6.2.1.tar.bz2 diff --git a/authconfig.spec b/authconfig.spec index a6b3fbe..a702261 100644 --- a/authconfig.spec +++ b/authconfig.spec @@ -1,6 +1,6 @@ Summary: Command line tool for setting up authentication from network services Name: authconfig -Version: 6.2.0 +Version: 6.2.1 Release: 1%{?dist} License: GPLv2+ ExclusiveOS: Linux @@ -124,6 +124,10 @@ authconfig --update --nostart >/dev/null 2>&1 || : %{_datadir}/icons/hicolor/256x256/apps/system-config-authentication.* %changelog +* Sat Feb 18 2012 Tomas Mraz - 6.2.1-1 +- fix traceback in the command-line ui (#794900) +- updated translations + * Thu Feb 16 2012 Tomas Mraz - 6.2.0-1 - add support for password requirements settings - add support for joining IPAv2 domains diff --git a/sources b/sources index f9ad860..4c27f4a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a08dcf48a647c26f98b65a195f5c1f8a authconfig-6.2.0.tar.bz2 +9a1d5f0c6e7e03e3dc82ddeff2454241 authconfig-6.2.1.tar.bz2