From eafd110730ff123526439b807b3adc229a19c1ee Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Sat, 3 Apr 2010 17:48:36 +0200 Subject: Imported Upstream version 0.15 --- ChangeLog | 212 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 212 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 8d0953e..facaee7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,217 @@ # Generated by Makefile. Do not edit. +commit c69b7aed3f4a7801bdded38d3b3cc5d2ab33baad +Author: Guido Günther +Date: Sat Apr 3 17:32:31 2010 +0200 + + Release 0.15 + + NEWS | 12 ++++++++++++ + configure.ac | 2 +- + 2 files changed, 13 insertions(+), 1 deletions(-) + +commit 16be06e1fd924f3792eb419324ecd816e61c5175 +Author: Guido Günther +Date: Sat Apr 3 17:34:59 2010 +0200 + + About README + + README | 8 ++++++-- + 1 files changed, 6 insertions(+), 2 deletions(-) + +commit c374a7f8dbe6ef40c65752e3f35635d50d6b9260 +Author: Guido Günther +Date: Fri Apr 2 16:39:37 2010 +0200 + + Add simple DBUS signal listener example + + Makefile.am | 2 +- + configure.ac | 1 + + examples/Makefile.am | 2 + + examples/tgt-signals.py | 76 +++++++++++++++++++++++++++++++++++++++++++++++ + 4 files changed, 80 insertions(+), 1 deletions(-) + +commit af7a2fe7f99c59c454624c0ddea2e6e59d33edb5 +Author: Matej Urbančič +Date: Sat Apr 3 10:02:12 2010 +0200 + + Updated Slovenian translation + + po/sl.po | 1112 +++++++++++++++++++++++++++++++++----------------------------- + 1 files changed, 586 insertions(+), 526 deletions(-) + +commit 6657dffa9acf9bd9bc360709cc0b5d6a855df05a +Author: Guido Günther +Date: Fri Apr 2 16:13:56 2010 +0200 + + Wire up ka_pwdialog_finalize + + src/krb5-auth-pwdialog.c | 3 +++ + 1 files changed, 3 insertions(+), 0 deletions(-) + +commit a1212c22e083c0d7c6a957e18c839426def29bbd +Author: Guido Günther +Date: Fri Apr 2 14:28:41 2010 +0200 + + Update .gitignore files + + .gitignore | 1 + + help/.gitignore | 4 +++- + preferences/.gitignore | 1 + + 3 files changed, 5 insertions(+), 1 deletions(-) + +commit f5940e34ffa6e42065a50273c9967f3c6c77fc5e +Author: Guido Günther +Date: Thu Mar 25 21:41:18 2010 +0100 + + Send DBUS signals on ticket acquisition, expiery and renewal + + allows external helpers to perform actions like running aklog. + + src/krb5-auth-applet-dbus.xml | 12 ++++++++++ + src/krb5-auth-applet.c | 48 +++++++++++++++++++++++++++++++++++++++- + src/krb5-auth-applet.h | 10 ++++++++ + src/krb5-auth-dialog.c | 32 +++++++++++++++++++++++++- + src/krb5-auth-dialog.h | 1 + + 5 files changed, 99 insertions(+), 4 deletions(-) + +commit 8bf5bd61f7d5242f76ec0e73f40a013cfa01acad +Author: Maxim V. Dziumanenko +Date: Fri Apr 2 15:49:45 2010 +0300 + + Updated Ukrainian translation + + po/uk.po | 92 +++++++++++++++++++++++++++++++++++++++++++++++-------------- + 1 files changed, 71 insertions(+), 21 deletions(-) + +commit ad5b2afd22bdf5e0af02c5de08b046671ce2b2bc +Author: Petr Kovar +Date: Sun Mar 21 19:38:35 2010 +0100 + + Add Czech translation by Zdenek Hatas + + po/LINGUAS | 1 + + po/cs.po | 1691 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + 2 files changed, 1692 insertions(+), 0 deletions(-) + +commit 27f584e90fb965aac0101dac23cd91e2304ee5c7 +Author: Guido Günther +Date: Sat Mar 20 17:41:27 2010 +0100 + + Use gtk_status_icon_set_tooltip_text + + instead of the deprecated gtk_status_icon_set_tooltip + + src/krb5-auth-applet.c | 4 ++-- + 1 files changed, 2 insertions(+), 2 deletions(-) + +commit 99af82aa7cdd7958314e6ecec22409155529f369 +Author: Guido Günther +Date: Sat Mar 20 17:36:02 2010 +0100 + + Set icon name + + to help screenreaders + + src/krb5-auth-applet.c | 1 + + 1 files changed, 1 insertions(+), 0 deletions(-) + +commit b95c26ebb9b57b813469ba15e78ba8fe2853de1c +Author: Jorge González +Date: Sat Feb 20 09:49:45 2010 +0100 + + Updated Spanish translation + + po/es.po | 27 +++++++++++++-------------- + 1 files changed, 13 insertions(+), 14 deletions(-) + +commit 1be6b136ed491636e91ee0a3a05ae2a63ff33507 +Author: Andrej Žnidaršič +Date: Thu Feb 18 13:50:16 2010 +0100 + + Updated Slovenian translation + + po/sl.po | 38 ++++++++++++++++++++------------------ + 1 files changed, 20 insertions(+), 18 deletions(-) + +commit ac8611db0d9be2280e95fd654d57843868df2b39 +Author: Guido Günther +Date: Tue Sep 15 17:30:26 2009 +0200 + + Mark pk_userid and pk_anchors as G_GNUC_UNUSED + + they're only used with MIT Kerberos. + + src/krb5-auth-dialog.c | 3 ++- + 1 files changed, 2 insertions(+), 1 deletions(-) + +commit 221ec2732acc5ac58ceaf67101614d8115268e14 +Author: Guido Günther +Date: Sun Feb 7 02:32:24 2010 +0100 + + Enable silent build rules + + if available + + configure.ac | 1 + + 1 files changed, 1 insertions(+), 0 deletions(-) + +commit 592dc35e911170e58ba6698925ec664b20ca1abc +Author: Guido Günther +Date: Thu Feb 4 19:02:13 2010 +0100 + + Ignore SCC (sqlite) cache type + + since we'd need to monitor the db journal etc. too. + + src/krb5-auth-dialog.c | 9 +++++---- + 1 files changed, 5 insertions(+), 4 deletions(-) + +commit 852e24e50d9f68c8458f14f62a38ada86a0084a1 +Author: Guido Günther +Date: Mon Jan 4 21:44:36 2010 +0100 + + Fix build without libnotify + + src/krb5-auth-applet.c | 2 +- + 1 files changed, 1 insertions(+), 1 deletions(-) + +commit 0e88520e03c0e45f12a23d2bb6fed1047b6b8bd9 +Author: Andrej Žnidaršič +Date: Thu Feb 4 19:14:53 2010 +0100 + + Updated Slovenian translation + + po/sl.po | 153 ++++++++++++++++++++++++++----------------------------------- + 1 files changed, 65 insertions(+), 88 deletions(-) + +commit 5a6c2e68fbfdd873d1a7d0fe3de7352393bf70df +Author: Matej Urbančič +Date: Sat Jan 23 20:29:14 2010 +0100 + + Added sl for Slovenian translation + + po/LINGUAS | 1 + + 1 files changed, 1 insertions(+), 0 deletions(-) + +commit 6c4fbabe9bb09a74478e9d41886ec0b7ebf7b631 +Author: Andrej Žnidaršič +Date: Sat Jan 23 20:29:08 2010 +0100 + + Updated Slovenian translation + + po/sl.po | 1731 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + 1 files changed, 1731 insertions(+), 0 deletions(-) + +commit 8e5d97848b68f0972bfc2f4b09cc950ade602173 +Author: Jorge González +Date: Mon Nov 2 12:25:49 2009 +0100 + + Added Spanish translation + + po/es.po | 65 ++++++++++++++++++++++++++++++++++++++++++++----------------- + 1 files changed, 47 insertions(+), 18 deletions(-) + commit 81ece99bdcb17748e3ece5bb48e4902cf1224899 Author: Guido Günther Date: Sun Nov 1 19:19:45 2009 +0100 -- cgit