aboutsummaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog94
1 files changed, 94 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..bdc8093
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,94 @@
+krb5-auth-dialog (0.8+svn128-1) unstable; urgency=low
+
+ * [d0f7048] Imported Upstream version 0.8+svn128
+ * dbus interface
+ * [7d35a63] reenable autogen.sh for SVN snapshot
+ * [0a0e716] drop patches applied upstream:
+ * 0002-don-t-try-pkinit-if-pk_userid-is-non-null-but-empty.patch
+ * 0003-move- icons-to-datadir-krb5-auth-dialog.patch
+
+ -- Guido Günther <agx@sigxcpu.org> Sun, 01 Mar 2009 15:27:18 +0100
+
+krb5-auth-dialog (0.8-3) unstable; urgency=low
+
+ * upload to unstable
+ * [8600023] add ${misc:depends}
+ * [858f4d8] move icons to $(datadir)/krb5-auth-dialog
+
+ -- Guido Günther <agx@sigxcpu.org> Fri, 20 Feb 2009 16:51:12 +0100
+
+krb5-auth-dialog (0.8-2) experimental; urgency=low
+
+ * [30f663e] add Vcs-{Git,Browser} fields
+ * [dc19dd3] don't try pkinit if pk_userid is non-null but empty
+
+ -- Guido Günther <agx@sigxcpu.org> Mon, 19 Jan 2009 22:19:49 +0100
+
+krb5-auth-dialog (0.8-1) experimental; urgency=low
+
+ * [88b8041] Imported Upstream version 0.8
+ * [453e157] set more gnomeish invisible char
+ * [a81f793] released version doesn't need to run autogen.sh
+ * [ce03b8f] build-dep on quilt
+
+ -- Guido Günther <agx@sigxcpu.org> Sat, 10 Jan 2009 16:28:24 +0100
+
+krb5-auth-dialog (0.7.jit26357da-1) experimental; urgency=low
+
+ * [6a45cdd] Imported Upstream version 0.7.jit26357da
+ * Based on upstream version 0.7 plus our changes at:
+ http://honk.sigxcpu.org/git/krb5-auth-dialog.git
+ * support pkinit
+ * add extra icon for "ticket is about to expire"
+ * add gconf schema
+ * [08f4d3e] build against heimdal for pkinit support
+ * [dc90dff] update description
+ * [168739c] new standards version
+ * [37e6092] depend on gconf2
+ * [fa542d6] drop quilt dependeny
+
+ -- Guido Günther <agx@sigxcpu.org> Sat, 18 Oct 2008 18:46:37 +0200
+
+krb5-auth-dialog (0.7.hit7cc1d84-1) unstable; urgency=low
+
+ * New "Upstream" Version
+ * Based on upstream version 0.7 plus our changes at:
+ http://honk.sigxcpu.org/git/krb5-auth-dialog.git
+ * don't popup the dialog if we have a tray icon
+ * set a more gnomeish invisible-char
+ * remove width_request from krb5_auth_message_label so the realm name
+ doesn't get cut off
+ * drop desktop-file.diff & man-section.diff since we have that in our
+ "upstream" git now
+
+ -- Guido Guenther <agx@sigxcpu.org> Mon, 21 Jul 2008 01:16:40 -0230
+
+krb5-auth-dialog (0.7.git30891fc-1) unstable; urgency=low
+
+ * New "Upstream" Version:
+ * Based on upstream version 0.7 plus our changes at:
+ http://honk.sigxcpu.org/git/krb5-auth-dialog.git
+ * use GtkSecureEntry to fetch password
+ * adds trayicon
+ * fix localization
+ * close dialog when credentials were acquired by other means
+ * use libnotify and gconf
+ * session handling via dbus
+ * use g_timeout_add_seconds to save battery power
+ * set a proper icon
+
+ -- Guido Guenther <agx@sigxcpu.org> Sun, 08 Jun 2008 17:29:06 +0200
+
+krb5-auth-dialog (0.6-1) unstable; urgency=low
+
+ * Initial version based on the ubuntu package by Andrew Mitchell
+ (Closes: #461203)
+ * Changes:
+ * fix manpage section
+ * fix desktop file
+ * update FSF address
+ * use autotools-dev to update config.{sub,guess}
+ * use -Wl,--as-needed
+ * added watch file
+
+ -- Guido Guenther <agx@sigxcpu.org> Thu, 17 Jan 2008 10:13:38 +0100
bgstack15