-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathChanges
83 lines (66 loc) · 1.82 KB
/
Changes
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
krb5-ticket-watcher
2022-10-30
- version 1.0.4
- replaced tray icon with circle and digits, which means how many days stay before password will expired
- refactor code from "c with classes" with simple c++
- refactor cmake and cpack scripts
2009-07-18:
- 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.
2009-03-16:
- version 1.0.2
- fix building with gcc 4.4
- update translations
2008-09-05:
- version 1.0.1
- Move text for the ticket flags legend out of the ui file
This make translation a little bit easier.
2008-08-28:
- version 1.0.0
- Build with cmake
- use gettext for translations
2008-08-24:
- replace Q3ListView with QTreeWidget
- remove the use of QT3Support lib
2008-06-28:
- 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
2008-06-22:
- start porting to QT4
2007-05-02:
- add "Name" key to desktop file
2007-03-25:
- use qt linguist for translations
2007-01-28:
- add "restore" to the menu
- add kdestroy functionality
2007-01-21:
- version 0.2.0
- calculate renewtime from ticket if available
- move some krb5 library function calls to v5.cpp
2006-11-01:
- version 0.1.3
- implement more options for kinit dialog
(tkt_lifetime, renewtime)
- hide options in kinit dialog by default
- update translation
2006-10-22:
- version 0.1.2
- add TODO, TicketListItem.*
- use TicketListItem to show the status of the ticket
- add column 'Time Remaining' to listview
- better date format in ticket view
- calculate remaining time of a ticket
- seperate name from realm
- show available realms in a combobox
- fix some memleaks
- change look of the password change dialog
2006-10-14:
- version 0.1.1
- initial release