From ca71a0f06e24fd58a18b76c9df01c85642f63bdb Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Wed, 9 Mar 2011 10:55:05 +0100 Subject: New upstream version 2.91.91 --- ChangeLog | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c5be144..0065bac 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,63 @@ # Generated by Makefile. Do not edit. +commit 461783f5ff6469a1e0803954e120394cc3172afd +Author: Guido Günther +Date: Mon Mar 7 18:26:50 2011 +0100 + + Bump version to 2.91.91 + + NEWS | 6 ++++++ + configure.ac | 2 +- + 2 files changed, 7 insertions(+), 1 deletions(-) + +commit ce202b6975ff0390ac2ef56d2f24f5f15b56c384 +Author: Guido Günther +Date: Fri Feb 25 23:09:22 2011 +0100 + + Port to GDBus + + https://bugzilla.gnome.org/show_bug.cgi?id=622885 + + configure.ac | 12 +-- + etpo/Makefile.am | 2 - + plugins/ka-plugin-afs.c | 6 +- + src/.gitignore | 1 - + src/Makefile.am | 14 --- + src/ka-applet-priv.h | 5 + + src/ka-applet.c | 28 ++++-- + src/ka-dbus.c | 249 +++++++++++++++++++++++++++++++++++----------- + src/ka-dbus.h | 12 +-- + src/ka-dbus.xml | 30 ------ + src/ka-dialog.c | 15 ++- + 11 files changed, 234 insertions(+), 140 deletions(-) + +commit d7fb06fed1ef841e854ede85980c9e5d6544e868 +Author: Guido Günther +Date: Thu Feb 24 21:59:36 2011 +0100 + + Reindent according to CodingStyle + + CodingStyle | 5 +- + src/ka-dbus.c | 134 +++--- + src/ka-dbus.h | 12 +- + src/ka-dialog.c | 1509 ++++++++++++++++++++++++++--------------------------- + src/ka-pwdialog.c | 403 ++++++++------- + src/ka-pwdialog.h | 21 +- + src/ka-tickets.c | 147 +++--- + src/ka-tickets.h | 18 +- + 8 files changed, 1132 insertions(+), 1117 deletions(-) + +commit 345521f0e3bd7e3ba0b9975da9db70702aec60e4 +Author: Guido Günther +Date: Sun Feb 27 15:43:16 2011 +0100 + + Add acquire ticket and destroy ccache via DBus examples + + examples/Makefile.am | 2 ++ + examples/destroy-ccache.py | 8 ++++++++ + examples/tgt-acquire.py | 8 ++++++++ + 3 files changed, 18 insertions(+), 0 deletions(-) + commit 1824f443fcd94b2cce375d3f3b3d1636230e332b Author: Guido Günther Date: Thu Feb 24 19:39:37 2011 +0100 -- cgit