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
|
Keryx 1.0 ()
=============
Keryx 0.92 (20 February 2009)
=============
Improvements:
* Added configuration file support
* Added Sources editor
* Added folder options
* Added quick open to start dialog
* Added proxy support
* Added a color map index
* Added translation support
* Added options
* Added automatic update checking
Bugfixes:
* Fixed improper debian package version comparing
* Checks Windows disk free space
Known Bugs:
* Some dependencies are not packages, but other packages Provide the dependency
Keryx 0.91 (31 December 2008)
=============
Improvements:
* wxWidgets interface
* Speed improvements
* Threading for a more responsive interface
* Searching
* Windows binary
* New logo
Known Bugs:
* Windows binary cannot display text printed to console
Keryx 0.12 (26 August 2008)
=============
Added:
* Download.py:
- Allows overwriting of files if they already exist
- If exists and not overwriting, notifies user that file already exists
* Ubuntu.py:
- Overwrites package lists if 'internet' is selected
Bugfixes:
* Fixed #259924 in Ubuntu.py
* Internet package lists are downloaded correctly
Keryx 0.11.1 (19 August 2008)
=============
Bugfixes:
* Fixed bug #258912 in Ubuntu.py
* Packages duplicates are removed
* Fixed an issue with repositories with only one section
Keryx 0.11 (10 August 2008)
=============
Added:
* Ubuntu:
- Calculates package dependencies and downloads them
- Caches package lists to project folder
- Looks in pkglists folder for Local Files
- Checks to see if package is already downloaded
- Installed packages are displayed if package list is empty on project refresh
Bugfixes:
* Small bugfixes
* Ubuntu:
- Status file moved to pkglists folder
- Correctly parses deb entries with multiple sections
Keryx 0.10 (31 July 2008)
-------------------------
* Initial Public Release
|