aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS19
1 files changed, 16 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index b2602c1..cfad6e0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,22 @@
===============
-Version 2.91.6
+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 notificaions
-* Move preferences to cc-panel
+* 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
bgstack15