-
Notifications
You must be signed in to change notification settings - Fork 5
/
ChangeLog
77 lines (50 loc) · 2.09 KB
/
ChangeLog
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
2017-07-29 Julien Enselme <[email protected]> - 2.1.0
- Can save options used to generate a password
2017-07-05 Julien Enselme <[email protected]> - v2.0.3
- Remove NEWS file
- Update ChangeLog
2017-07-05 Julien Enselme <[email protected]> - v2.0.2
- Improve Makefile
2017-07-02 Julien Enselme <[email protected]> - v2.0.1
- Add .appdata file
2017-06-21 Julien Enselme <[email protected]> - v2.0.0
- Works on Python 3 and GTK3 instead of Python 2 and GTK2
- Add a copy to cilpboard button
03-17-2008 Chris Ladd <[email protected]>
* Makefile:
Changed build process to remove the extension on gnome-password-generator.py
* gnome-password-generator.py:
Rewrote the menu code to use the new UIManager API in gtk [Bug 1885591]. Added file extension.
08-12-2007 Chris Ladd <[email protected]>
* gnome-password-generator:
Added new character set selection feature. Added check
for the minimum PyGTK and Python versions. Replaced
deprecated gtk.TRUE and gtk.FALSE with True and False.
Added ability to use urandom for random number generation
if available.
06-07-2004 Chris Ladd <[email protected]>
* Makefile:
Changed it to install the png instead of an svg.
* gnome-password-generator:
Changed it to use gnome-password-generator.png as the image.
* gnome-password-generator.desktop:
Changed it to use gnome-password-generator.png as the image.
04-05-2004 Chris Ladd <[email protected]>
* Makefile:
Added a make all command to the build system. This step
correctly specifies the pixmap directory.
04-05-2004 Chris Ladd <[email protected]>
* Makefile:
Changed the install system to use make install.
* install.sh:
Removed it.
* gnome-password-generator:
Added a PIXMAPDIR variable to get overwritten with the
correct directory location by the Makefile.
* gnome-password-generator.desktop:
Cleanups to the Comment field.
03-15-2004 Chris Ladd <[email protected]>
* gnome-password-generator:
Added a check at the beginning of the program for the
proper version of PyGTK. If an older than needed version
is found a error dialog is displayed.