aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcaillon <caillon@517b70f8-ed25-0410-8bf6-f5db08f7b76e>2006-07-24 17:59:24 +0000
committercaillon <caillon@517b70f8-ed25-0410-8bf6-f5db08f7b76e>2006-07-24 17:59:24 +0000
commit4d35371c465d9c0c30664f26b7dc8a0c19629bee (patch)
tree305e3ca5d9ee8be17961da40fbe30bff3001f9bf
parent38c7caad918aa96e4dfa72dd45218e546605d56c (diff)
2006-07-24 Christopher Aillon <caillon@redhat.com>
* configure.ac: Release 0.7 git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@65 517b70f8-ed25-0410-8bf6-f5db08f7b76e
-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