diff options
author | Guido Günther <agx@sigxcpu.org> | 2011-02-24 20:00:30 +0100 |
---|---|---|
committer | Guido Günther <agx@sigxcpu.org> | 2011-02-24 20:00:30 +0100 |
commit | 2a51379a21903f4df0b43d0c83b670b66fbc8e4a (patch) | |
tree | bdf4636fa16aa09de3b7ae565a410d49c0cf2d4c /ChangeLog | |
parent | New upstream version 2.91.6 (diff) | |
download | krb5-auth-dialog-2a51379a21903f4df0b43d0c83b670b66fbc8e4a.tar.gz krb5-auth-dialog-2a51379a21903f4df0b43d0c83b670b66fbc8e4a.tar.bz2 krb5-auth-dialog-2a51379a21903f4df0b43d0c83b670b66fbc8e4a.zip |
New upstream version 2.91.90
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 88 |
1 files changed, 85 insertions, 3 deletions
@@ -1,6 +1,88 @@ # Generated by Makefile. Do not edit. -commit 1c8b99d5acc234896017d32087ff0204bf56d5ea +commit 1824f443fcd94b2cce375d3f3b3d1636230e332b +Author: Guido Günther <agx@sigxcpu.org> +Date: Thu Feb 24 19:39:37 2011 +0100 + + Bump version to 2.91.90 + + NEWS | 15 ++++++++++++++- + configure.ac | 2 +- + 2 files changed, 15 insertions(+), 2 deletions(-) + +commit 1c3f34f7dd486e50ed8ba89baff13042ae2bed69 +Author: Guido Günther <agx@sigxcpu.org> +Date: Thu Feb 24 19:26:11 2011 +0100 + + Check credential cache status when entering the mainloop + + Instead of waiting for the first time the expiry timer kicks in check + for valid tickets once we've set up everything. + + src/ka-dialog.c | 10 ++++++++++ + 1 files changed, 10 insertions(+), 0 deletions(-) + +commit 6c81e8cbf5c9a59f4412fcd96668ec192e7311bd +Author: Guido Günther <agx@sigxcpu.org> +Date: Thu Feb 24 18:28:51 2011 +0100 + + Make always_run the default + + Debian Bug: #582497 + + src/ka-dialog.c | 10 ++++------ + 1 files changed, 4 insertions(+), 6 deletions(-) + +commit ab3c8a7335af2b9a881eb05c1e71e2679ac46338 +Author: Guido Günther <agx@sigxcpu.org> +Date: Thu Feb 24 13:20:13 2011 +0100 + + Add a band aid for #642666 + + src/ka-applet.c | 34 ++++++++++++++++++++++------------ + 1 files changed, 22 insertions(+), 12 deletions(-) + +commit 0497c19b4ece56ce68837f032f3c87866d9011ba +Author: Guido Günther <agx@sigxcpu.org> +Date: Tue Feb 15 21:36:30 2011 +0100 + + Rename the UI definitions to .ui + + po/POTFILES.in | 2 +- + src/Makefile.am | 2 +- + src/ka-applet.c | 2 +- + src/krb5-auth-dialog.ui | 216 ++++++++++++++++++++++++++++++++++++++++++++++ + src/krb5-auth-dialog.xml | 216 ---------------------------------------------- + 5 files changed, 219 insertions(+), 219 deletions(-) + +commit 286054dfc9dabd0fa10d229ae1c71a9f2dd40326 +Author: Andrej Žnidaršič <andrej.znidarsic@gmail.com> +Date: Sat Feb 19 11:12:34 2011 +0100 + + Updated Slovenian translation + + po/sl.po | 150 ++++++++++++++++++++++++++++++------------------------------- + 1 files changed, 74 insertions(+), 76 deletions(-) + +commit ba63a6711ab3e0b286ea29ff9a576681c0241a9c +Author: Daniel Nylander <po@danielnylander.se> +Date: Tue Feb 15 22:16:17 2011 +0100 + + Updated Swedish translation + + po/sv.po | 416 ++++++++++++++++++++++++++++++++------------------------------ + 1 files changed, 213 insertions(+), 203 deletions(-) + +commit 88acc9ee38f59eaf5800e49cd94c767d5dafdbc8 +Author: Daniel Mustieles <daniel.mustieles@gmail.com> +Date: Tue Feb 15 21:31:36 2011 +0100 + + Updated Spanish translation + + po/es.po | 159 +++++++++++++++++++++++++++++++------------------------------ + 1 files changed, 81 insertions(+), 78 deletions(-) + +commit 6ab2def9525e9a8c6d7520bd7ffbaea0b9d5545c Author: Guido Günther <agx@sigxcpu.org> Date: Mon Feb 14 08:35:35 2011 +0100 @@ -12,11 +94,11 @@ Date: Mon Feb 14 08:35:35 2011 +0100 configure.ac | 2 +- 2 files changed, 24 insertions(+), 1 deletions(-) -commit 1374a17d8a5b6e65514a6eda9c86fed74ffa62cd +commit 255bc9697d0e0542c5ea367fb2dbec2e18d3100b Author: Guido Günther <agx@sigxcpu.org> Date: Mon Feb 14 18:54:58 2011 +0100 - Use KA_NAME instead of PACKAGENAME + Use KA_NAME instead of PACKAGE for a translatable application name in the notification area |