aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 346de08..aecca53 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2006-07-24 Christopher Aillon <caillon@redhat.com>
+ * configure.ac: Release 0.7
+
+2006-07-24 Christopher Aillon <caillon@redhat.com>
+
* src/krb5-auth-dialog.c: Don't immediately retry
to reach the KDC if it is unavailable. That will
just loop forever (until the KDC becomes available).
diff --git a/configure.ac b/configure.ac
index db354a2..02197f2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_INIT(src/krb5-auth-dialog.c)
-AM_INIT_AUTOMAKE(krb5-auth-dialog, 0.6)
+AM_INIT_AUTOMAKE(krb5-auth-dialog, 0.7)
AM_CONFIG_HEADER(config.h)
AM_MAINTAINER_MODE