-
Notifications
You must be signed in to change notification settings - Fork 2
/
News
54 lines (41 loc) · 1.12 KB
/
News
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
krb5-ticket-watcher
Version 1.0.5
- add tray menu icon with days
- add applicaton options in ~/.config/krb5tw/options.cfg
- use qt5keychain for credential saving and reading
Version 1.0.4
- refactor code to be more c++
Version 1.0.3
- replace realm list in kinit with default realm only
to build with krb5 1.7
- fix remaining ticket lifetime in the tooltip and the
ticket view.
Version 1.0.2
- fix building with gcc 4.4
- update translations
Version 1.0.1
- Move text for the ticket flags legend out of the ui file
This make translation a little bit easier.
Version 1.0.0
- Build with cmake
- use gettext for translations
- remove use of Qt3Support
Version 0.9.2
- add change password menu item
- better error messages
- show the remaining time of the krbtgt in the tooltip
- show message if tgt was renewed
- porting to QT4
Version 0.2.1:
- use qt linguist for translations
Version 0.2.0:
- add "restore" to the menu
- add kdestroy functionality
- calculate renewtime from ticket if available
Version 0.1.3:
- new kinit dialog
Version 0.1.2:
- New look of the kinit dialog
- New Ticket view
Version 0.1.0:
- initial release