From cc2cada6cac9113edc7c1f4901567364632ba6e0 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Wed, 6 Apr 2011 16:24:57 +0200 Subject: New upstream version 3.0.0 --- ChangeLog | 137 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 137 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1bd29da..bf8db57 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,142 @@ # Generated by Makefile. Do not edit. +commit 048b63e48ac57a63ecb3759f0a58c431ee09bf4f +Author: Guido Günther +Date: Mon Apr 4 15:20:33 2011 +0200 + + Bump version to 3.0.0 + + NEWS | 11 +++++++++++ + configure.ac | 2 +- + 2 files changed, 12 insertions(+), 1 deletions(-) + +commit b9431bc950ff61e0985abd106b4a68402376b355 +Author: Guido Günther +Date: Fri Apr 1 18:35:44 2011 +0200 + + Move object registration from name acquired to bus acquired + + This unbreaks dbus based activation where the exported interfaces + wouldn't be available when the application first requesting it looks at + it resulting in: + + DBusException: org.freedesktop.DBus.Error.UnknownMethod: No such interface `org.gnome.KrbAuthDialog' on object at path /org/gnome/KrbAuthDialog + + src/ka-dbus.c | 8 ++++---- + 1 files changed, 4 insertions(+), 4 deletions(-) + +commit a5b7c21fba6f99afb768604a20fe394edee9dd16 +Author: Guido Günther +Date: Fri Apr 1 17:54:28 2011 +0200 + + Remove superfluous default argument + + src/org.gnome.KrbAuthDialog.service.in | 2 +- + 1 files changed, 1 insertions(+), 1 deletions(-) + +commit 94643b1b79172860c09efcfe8be874170f69562d +Author: Guido Günther +Date: Fri Apr 1 16:11:36 2011 +0200 + + Update copyright and comments + + src/ka-applet.c | 6 +++--- + 1 files changed, 3 insertions(+), 3 deletions(-) + +commit 6dbcd27838a820d98421af9cdbe9955d1d003902 +Author: Mario Blättermann +Date: Thu Mar 31 22:37:50 2011 +0200 + + [l10n] Updated German translation + + po/de.po | 268 ++++++++++++++++++++++++++++++-------------------------------- + 1 files changed, 131 insertions(+), 137 deletions(-) + +commit cdc8fd453e1c4fc52472409eadb5a61d616c240b +Author: Guido Günther +Date: Wed Mar 30 15:25:55 2011 +0200 + + Simplify by using gtk_tree_view_insert_column_with_attributes + + src/ka-tickets.c | 72 +++++++++++++++++++++++++++--------------------------- + 1 files changed, 36 insertions(+), 36 deletions(-) + +commit 5ec9b6df318c816f3d1ff1604baba5f6a3a0dc2b +Author: Guido Günther +Date: Wed Mar 30 15:04:01 2011 +0200 + + Ignore generated bz2 files + + .gitignore | 1 + + 1 files changed, 1 insertions(+), 0 deletions(-) + +commit 2d61d9a54da71c87d6f6837eb5fb5db883aafe73 +Author: Guido Günther +Date: Wed Mar 30 14:58:31 2011 +0200 + + Special case initial notification + + this makes sure the user sees an initial notification and the + notification message doesn't talk about "refreshing" when we're actually + just reporting the current status. + + src/ka-applet.c | 13 +++++++++---- + 1 files changed, 9 insertions(+), 4 deletions(-) + +commit aa02873b65668c69067090041af3803fc753b239 +Author: Guido Günther +Date: Wed Mar 30 14:03:53 2011 +0200 + + Fix description for translators + + cc-panel/gnome-ka-panel.desktop.in | 2 +- + 1 files changed, 1 insertions(+), 1 deletions(-) + +commit 589643460d363128ca5ef268aa49d0501bf65206 +Author: Andrej Žnidaršič +Date: Tue Mar 29 16:16:32 2011 +0200 + + Updated Slovenian translation + + po/sl.po | 158 ++++++++++++++++++++++++++++++++++---------------------------- + 1 files changed, 86 insertions(+), 72 deletions(-) + +commit 9cf49075f942fb0ae67685458bedca8ef0449912 +Author: Kjartan Maraas +Date: Mon Mar 28 20:39:34 2011 +0200 + + Updated Norwegian bokmål translation + + po/nb.po | 260 +++++++++++++++++++++++++++++++------------------------------ + 1 files changed, 132 insertions(+), 128 deletions(-) + +commit 378378f939868df01669042d1a5f8e1541950b10 +Author: Daniel Mustieles +Date: Mon Mar 28 19:07:48 2011 +0200 + + Updated Spanish translation + + po/es.po | 15 +++++++-------- + 1 files changed, 7 insertions(+), 8 deletions(-) + +commit 8c28c8a6500fa28426a493c1c26039a0c2668d93 +Author: Guido Günther +Date: Sun Mar 27 22:15:22 2011 +0200 + + Add bug-database and download-page + + krb5-auth-dialog.doap | 2 ++ + 1 files changed, 2 insertions(+), 0 deletions(-) + +commit 8c192286510afa28b056317321b062f107d6f994 +Author: Guido Günther +Date: Sun Mar 27 22:08:55 2011 +0200 + + Add description to doap file + + krb5-auth-dialog.doap | 7 +++++++ + 1 files changed, 7 insertions(+), 0 deletions(-) + commit 3504c98b48de8abd16d9331c332a0fed09803b2f Author: Guido Günther Date: Sat Mar 26 08:46:35 2011 +0100 -- cgit