commit 461783f5ff6469a1e0803954e120394cc3172afd
Author: Guido Günther <agx@sigxcpu.org>
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 <agx@sigxcpu.org>
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 <agx@sigxcpu.org>
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 <agx@sigxcpu.org>
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(-)