1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117
|
============
Vesion 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
|