From daedd98264fd9aa755f3122d46ce27f93e08cfca Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Sat, 19 Jun 2010 15:27:57 +0200 Subject: Imported Upstream version 0.16~rc2 --- ChangeLog | 219 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 219 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e811cac..13c2fe4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,224 @@ # Generated by Makefile. Do not edit. +commit 71809f1d4372da6ba62c2d678063f006746d07cb +Author: Guido Günther +Date: Fri Jun 18 20:55:06 2010 +0200 + + Make sure my_creds is properly initialized so freeing doesn't dump core + + src/ka-dialog.c | 2 ++ + 1 files changed, 2 insertions(+), 0 deletions(-) + +commit 1eadac644636641ff28e0abe9b6701cecee39dbb +Author: Guido Günther +Date: Fri Jun 18 20:25:23 2010 +0200 + + Move free'ing functions together + + src/ka-dialog.c | 3 +-- + 1 files changed, 1 insertions(+), 2 deletions(-) + +commit 4743967cb6b3655250b121461812e95934912350 +Author: Guido Günther +Date: Fri Jun 18 19:42:46 2010 +0200 + + No need to fill opts when we're not using them + + so ka_set_ticket_options can go too. + + src/ka-dialog.c | 44 -------------------------------------------- + 1 files changed, 0 insertions(+), 44 deletions(-) + +commit e91acf3273856f07a594403109ddc8edbdad651e +Author: Guido Günther +Date: Fri Jun 18 19:37:41 2010 +0200 + + Free my_creds unconditionally + + to avoid leaks. + + src/ka-dialog.c | 5 +++-- + 1 files changed, 3 insertions(+), 2 deletions(-) + +commit 26c5f6ebd9f205418a159887fbde6cba66623622 +Author: Guido Günther +Date: Mon Jun 7 18:51:56 2010 +0200 + + Drop Encoding=UTF-8 from desktop file + + src/krb5-auth-dialog.desktop.in | 1 - + 1 files changed, 0 insertions(+), 1 deletions(-) + +commit 88a05524474ebbc363167714246c7c3cfde57463 +Author: Guido Günther +Date: Sun Jun 6 19:16:25 2010 +0200 + + Handle errors from notify_notification_close + + src/ka-applet.c | 13 +++++++++++-- + 1 files changed, 11 insertions(+), 2 deletions(-) + +commit 20f96e0a3c7384feadc29c1ac8b8434743b9fdca +Author: Guido Günther +Date: Sun Jun 6 18:01:23 2010 +0200 + + Update file rename in note to translators + + src/dummy-strings.c | 2 +- + 1 files changed, 1 insertions(+), 1 deletions(-) + +commit 379d47bb6deb1771007235408abf2140ca33dd7b +Author: Petter Reinholdtsen +Date: Sun Jun 6 17:59:12 2010 +0200 + + Update nb translation + + po/nb.po | 995 ++++++++++++++++++++++++++++---------------------------------- + 1 files changed, 450 insertions(+), 545 deletions(-) + +commit 7a7832ce3a7c4adffca663fd5298ac76a47abf27 +Author: Guido Günther +Date: Sun Jun 6 17:56:38 2010 +0200 + + Explain howto create a pot file + + README | 23 +++++++++++++++++------ + 1 files changed, 17 insertions(+), 6 deletions(-) + +commit 5f6d0ea21bc5dab47acd8f478cf866b2dbd084b5 +Author: Guido Günther +Date: Sat Jun 5 16:54:30 2010 +0200 + + Check for libnm-glib instead of libnm_glib + + Debian Bug http://bugs.debian.org/569319 + + configure.ac | 2 +- + 1 files changed, 1 insertions(+), 1 deletions(-) + +commit 61cc98a71b711bad8336a9863ca64a2c6d53875a +Author: Guido Günther +Date: Sat Jun 5 16:21:00 2010 +0200 + + Drop -Wstrict-prototypes + + since the GTK+ header's issue a warning: + gtkitemfactory.h:47: warning: function declaration isn’t a prototype + making us overlook real erros. + + acinclude.m4 | 4 ++-- + 1 files changed, 2 insertions(+), 2 deletions(-) + +commit 5da354a13041ade8f969a78b351294337e131d99 +Author: Guido Günther +Date: Sat Jun 5 15:25:17 2010 +0200 + + Unref file monitor + + src/ka-dialog.c | 15 +++++++-------- + 1 files changed, 7 insertions(+), 8 deletions(-) + +commit 6e0435e8b67c845f717f17c7403fb1edf797dfb9 +Author: Guido Günther +Date: Sat Jun 5 14:51:50 2010 +0200 + + Use g_warning instead of g_print on gconf errors + + src/ka-gconf-tools.c | 10 +++++----- + src/ka-gconf.c | 4 ++-- + 2 files changed, 7 insertions(+), 7 deletions(-) + +commit e3bf7f23494478e5225229ea099edc2f52297c7c +Author: Guido Günther +Date: Sat Jun 5 14:46:26 2010 +0200 + + Use g_clear_error (&error) instead of g_error_free (error) + + so we don't have to check if error is set. + + preferences/ka-preferences.c | 2 +- + src/ka-applet.c | 4 ++-- + src/ka-dialog.c | 5 ++--- + src/ka-gconf-tools.c | 10 +++++----- + src/ka-gconf.c | 2 +- + src/ka-tools.c | 2 +- + 6 files changed, 12 insertions(+), 13 deletions(-) + +commit d4e12192f046c13402a6c258cc669bb13284945f +Author: Fran Diéguez +Date: Sun May 23 02:39:26 2010 +0200 + + Updated Galician translations + + po/gl.po | 159 ++++++++++++++++++++++++++++++++++++++----------------------- + 1 files changed, 99 insertions(+), 60 deletions(-) + +commit 510d24160ce166a4b3c6dd31d06dc03594bb4a0a +Author: Christian.Kirbach +Date: Fri May 21 09:43:17 2010 +0200 + + Updated German translation + + po/de.po | 131 ++++++++++++++++++++++++++++++++----------------------------- + 1 files changed, 69 insertions(+), 62 deletions(-) + +commit 6fe2410819a2c0e2810065a34430e0e9c638cede +Author: Matthew L. Dailey +Date: Sun May 16 16:35:48 2010 +0200 + + Don't consider credentials renewable unless the renew_till time is later than the current expiry + + src/ka-dialog.c | 8 ++++++-- + 1 files changed, 6 insertions(+), 2 deletions(-) + +commit 8a5129030c4bb993a41ed685e653f17579849d33 +Author: Guido Günther +Date: Sat May 8 15:44:10 2010 +0200 + + Add gseal-gtk-compat.h from gedit + + and add missing accessors so we can build gtksecentry with GTK+ down to + 2.12. + + See https://bugs.g10code.com/gnupg/issue1224 + + gtksecentry/Makefile.am | 7 ++++- + gtksecentry/gseal-gtk-compat.h | 61 ++++++++++++++++++++++++++++++++++++++++ + gtksecentry/gtksecentry.h | 1 + + 3 files changed, 68 insertions(+), 1 deletions(-) + +commit 26633cb549efb6743b115cc95502df6f3475c5cb +Author: Guido Günther +Date: Thu May 6 19:29:29 2010 +0200 + + Make gtksecentry -DSEAL safe + + See https://bugs.g10code.com/gnupg/issue1224 + + gtksecentry/gtksecentry.c | 193 ++++++++++++++++++++++++++------------------- + 1 files changed, 112 insertions(+), 81 deletions(-) + +commit 80e64ae643ecdcf70e08302ba0b3ef52271cc647 +Author: Guido Günther +Date: Sat May 8 14:38:09 2010 +0200 + + Make -DSEAL safe + + src/ka-pwdialog.c | 5 +++-- + 1 files changed, 3 insertions(+), 2 deletions(-) + +commit 85cbdef98a2fcb1d2480db9b0783d08c4efbe889 +Author: Guido Günther +Date: Wed May 5 17:51:21 2010 +0200 + + Set window_position to center-always + + so we're centered on the screen instead of ending up in the top left + corner. + + src/krb5-auth-dialog.xml | 4 ++-- + 1 files changed, 2 insertions(+), 2 deletions(-) + commit 9a1e5a769be82454c134ca189a274af13b561d79 Author: Guido Günther Date: Tue May 4 07:30:38 2010 +0200 -- cgit