aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornalin <nalin@517b70f8-ed25-0410-8bf6-f5db08f7b76e>2006-02-01 18:05:34 +0000
committernalin <nalin@517b70f8-ed25-0410-8bf6-f5db08f7b76e>2006-02-01 18:05:34 +0000
commit8634965106964a6bcdb892216688a8beadbd7e55 (patch)
tree65331d39d6b03039d74d0578484820276c984a20
parentd84022afa4b139b20e2be826ab45e1c84b274a84 (diff)
* README: correct a typo
git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@59 517b70f8-ed25-0410-8bf6-f5db08f7b76e
-rw-r--r--ChangeLog5
-rw-r--r--README2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index dfaaf06..0c8c56c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-02-01 Nalin Dahyabhai <nalin@redhat.com>
+ * README: correct a typo
+ * src/krb5-auth-dialog.c(renew_credentials): fix a warning where we
+ were passing an int where a pointer was expected
+
2006-01-31 Christopher Aillon <caillon@redhat.com>
* configure.ac: Release 0.6
diff --git a/README b/README
index d3b521f..1029b29 100644
--- a/README
+++ b/README
@@ -4,7 +4,7 @@ it to be part of GNOME.
A note on translations:
-Kerberos doesn't translate either it's prompts or its error messages.
+Kerberos doesn't translate either its prompts or its error messages.
As the prompt is very visible, we need to translate it externally. To
do this, the etpo binary in etpo/ can be used to extract the public
strings that kerberos uses. We are checking that in for now, until