aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2009-11-01 19:51:11 +0100
committerGuido Günther <agx@sigxcpu.org>2009-11-01 19:51:11 +0100
commit45e3112c89c4be974014fe0b7f7341e05894f294 (patch)
tree190b64d00afc9c6f57cc2f5a45a10a0165d13c03 /ChangeLog
parentImported Upstream version 0.13 (diff)
downloadkrb5-auth-dialog-45e3112c89c4be974014fe0b7f7341e05894f294.tar.gz
krb5-auth-dialog-45e3112c89c4be974014fe0b7f7341e05894f294.tar.bz2
krb5-auth-dialog-45e3112c89c4be974014fe0b7f7341e05894f294.zip
Imported Upstream version 0.14
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog95
1 files changed, 95 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5b2f0e1..8d0953e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,100 @@
# Generated by Makefile. Do not edit.
+commit 81ece99bdcb17748e3ece5bb48e4902cf1224899
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Sun Nov 1 19:19:45 2009 +0100
+
+ release 0.14
+
+ NEWS | 10 ++++++++++
+ configure.ac | 2 +-
+ 2 files changed, 11 insertions(+), 1 deletions(-)
+
+commit 4fd24944efbe31f89cbb9384e8dc02f7dcbc82fc
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Wed Oct 28 07:43:42 2009 +0100
+
+ Change seriesid to something unique
+
+ BZ: #599725
+
+ help/krb5-auth-dialog.omf.in | 2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+commit 2620a7e910dfad2efdaf48c2c61587d42c887ac5
+Author: Mario Blättermann <mariobl@gnome.org>
+Date: Mon Oct 19 23:26:42 2009 +0200
+
+ Updated German translation
+
+ po/de.po | 848 ++++++++++++++++++++++++++++++++++----------------------------
+ 1 files changed, 463 insertions(+), 385 deletions(-)
+
+commit 4b6bf54f2f34e417619e4785af3fe110494f0bec
+Author: Claude Paroz <claude@2xlibre.net>
+Date: Fri Oct 16 23:53:53 2009 +0200
+
+ Updated French translation
+
+ po/fr.po | 807 ++++++++++++++++++++++++++++++--------------------------------
+ 1 files changed, 390 insertions(+), 417 deletions(-)
+
+commit f7da4928083f811897e7cd938ea331d18926f7b2
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Fri Oct 9 19:49:06 2009 +0200
+
+ make error dialog appear in the window list
+
+ so it can still be closed if another window moves over it.
+
+ src/krb5-auth-pwdialog.c | 49 +++++++++++++++++++++++++++++++--------------
+ 1 files changed, 34 insertions(+), 15 deletions(-)
+
+commit 17f830245d522db0b950de993ff3e3fed5b56846
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Tue Sep 29 14:08:50 2009 +0200
+
+ Add manpage for krb5-auth-dialog-preferences
+
+ configure.ac | 1 +
+ preferences/Makefile.am | 2 ++
+ preferences/krb5-auth-dialog-preferences.1.in | 22 ++++++++++++++++++++++
+ 3 files changed, 25 insertions(+), 0 deletions(-)
+
+commit 545556973cfcc5bb033a5f32592e7da958566722
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Tue Sep 29 13:36:19 2009 +0200
+
+ Use gtk_window_present instead of gtk_show_widget
+
+ so the dialog is pushed into the foreground when selected from the menu.
+
+ src/krb5-auth-tickets.c | 2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+commit beefba604239fbfb9ea4399af1c93139ad5b8bac
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Tue Sep 29 13:33:41 2009 +0200
+
+ Add some ticket flags to the dialog
+
+ src/krb5-auth-dialog.c | 9 +++++++++
+ src/krb5-auth-tickets.c | 41 ++++++++++++++++++++++++++++++++---------
+ src/krb5-auth-tickets.h | 3 +++
+ 3 files changed, 44 insertions(+), 9 deletions(-)
+
+commit 66006c1a43fbb831d6c98914f7f0711dd4fcdd21
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Tue Sep 29 12:34:46 2009 +0200
+
+ Make ticket dialog non resizable
+
+ This makes sure window managers like maximus don't try to automaxmize
+ the dialog.
+
+ src/krb5-auth-dialog.xml | 1 +
+ 1 files changed, 1 insertions(+), 0 deletions(-)
+
commit 64a5d362a0e5a615512e5a2fe3d2b8123c076e93
Author: Guido Günther <agx@sigxcpu.org>
Date: Mon Sep 28 18:35:14 2009 +0200
bgstack15