============= Version 3.0.1 ============= * Fix documentation of --auto * UI translations: Claude Paroz (fr) Daniel Mustieles (es) Joe Hansen (da) Matej Urbančič (sl) ============= Version 3.0.0 ============= * fix DBus activation * fix missing initial notification * UI translations: Andrej Žnidaršič (sl) Daniel Mustieles (es) Kjartan Maraas (nb) Mario Blättermann (de) =============== Version 2.91.93 =============== * cc-panel: Move pkinit properties to separate tab * Update for NetworkManager 0.9 (Dan Williams) * Minor bug fixes * UI translations: Bruno Brouard (fr) Daniel Mustieles (es) Joe Hansen (da) =============== Version 2.91.91 =============== * Migrate to GDBus (#622885) * add more DBus examples =============== Version 2.91.90 =============== * Check credential cache right after startup so the user gets immediate feedback about her/his Kerberos tickets. * Make "always run" the default, don't exit when no ticket cache exists * Try harder to detect the notification daemon's persistence capabilities during the autostart phase (works around #642666) * UI translations: Andrej Žnidaršič (sl) Daniel Mustieles (es) Daniel Nylander (sv) ============== Version 2.91.6 ============== * Add "Get ticket" button to notifications * Disable tray icon if the notification server supports persistent notifications * Move preferences to a gnome-control-center panel * Display account expiry prompts returned by the KDC * Drop gtksecentry and use GtkEntryBuffer with secmem instead * Use NMClient GObject instead of deprecated functions * Install desktop file to /u/s/applications so GNOME shell can find the icons * UI translations: Andrej Žnidaršič (sl) Bruno Brouard (fr) Daniel Mustieles (es) Djavan Fagundes (pt_BR) Jorge González (es) Mario Blättermann (de) Matej Urbančič (sl) Maxim V. Dziumanenko (uk) * Doc translations: Mario Blättermann (de) Matej Urbančič (sl) ============ Version 0.17 ============ * Add AFS plugin * Add --with-gtk to select the GTK+ 2 or 3 * UI translations: Andrej Žnidaršič (sl) Bruno Brouard (fr) Claude Paroz (fr) Jorge González (es) Mario Blättermann (de) Petter Reinholdtsen (nb) Yinghua Wang (zh_CN) ============ Version 0.16 ============ * Add plugin system * Memory leaks plugged * Bug fixes * Make -DSEAL safe * UI translations: - Andrej Žnidaršič (sl) - Christian.Kirbach (de) - Fran Diéguez (gl) - Jorge González (es) - Mario Blättermann (de) - Petter Reinholdtsen (nb) ============ Version 0.15 ============ * Add DBus signals for ticket acquisition, expiry and renewal. * Bug fixes * UI translations: - Andrej Žnidaršič (sl) - Jorge González (es) - Matej Urbančič (sl) - Maxim V. Dziumanenko (uk) - Petr Kovar (cs) ============ Version 0.14 ============ * add ticket flags to "list tickets" dialog * add manpage for krb5-auth-dialog-preferences * bug fixes * ui i18n updates: - Claude Paroz (fr) - Mario Blättermann (de) ============ Version 0.13 ============ * add "list tickets" dialog * plug memory leaks * lots of bug fixes * ui i18n updates: - Antón Méixome (gl) - Chao-Hsiung Liao (zh_HK) (zh_TW) - Daniel Mustieles (es) - Fran Diéguez (gl) - Jorge González (es) ============ Version 0.12 ============ * ease PKINIT smartcard setup * add new icons * minor bug fixes * ui i18n updates: * es: Jorge Gonzalez * uk: Maxim V. Dziumanenko * doc i18n updates: * sv: Daniel Nylander * es: Jorge Gonzalez ============ Version 0.11 ============ * add a user manual * add svg and 48x48 icons, use them in notifications * add DBus API to destroy ticket cache (can be used by e.g. on laptop suspend, screensaver, ...) * cleanups and bug fixes * i18n updates: * de: Guido Günther * es: Jorge Gonzalez * fr: Claude Paroz * sv: Daniel Nylander * pa: A S Alam * manual i18n: * de: Mario Blättermann ============ Version 0.10 ============ * allow to turn off notifications easily * use GtkBuilder instead of Libglade * reduce number of translatable strings * various i18n fixes (thanks to Christian Persch) * i18n updates: * es: Jorge Gonzalez * pa: A S Alam =========== Version 0.9 =========== * add DBus service so applications can make krb5-auth-dialog check if the user has a valid Kerberos ticket and if not let krb5-auth-dialog get one (prompting for the password if necessary). * grab the keyboard when the dialog is open, avoids typing the password accidentally into other apps * watch the credentials cache via a file monitor. Speeds up notifications when the ticket cache gets modified by other applications * add a preferences capplet * make ticket flags like renewable, forwardable, proxiable configurable * make pkinit anchors configurable * bug fixes and cleanups =========== Version 0.8 =========== * add a tray icon that displays the current status and remaining ticket lifetime * support pkinit (public key client authentication) when building with heimdal * add notifications via libnotify about ticket acquisition and expiry * make most settings configurable via gconf * use GtkSecureEntry instead of GtkEntry to protect the password better * fix i18n * lots of other cleanups and fixes