TODO item.
[rox-archive.git] / Help / Changes
blob74fcfd12f31a6e7e49b0ffc0cf5b5deb21bb4f4b
1                         Archive
2                         A simple archiver
3                         by Thomas Leonard
5 TODO: uuencode
7 12-Nov-2002
8 ~~~~~~~~~~~
9 Added calls to set the close-on-exec flags. May be needed on some systems?
11 20-Oct-2002
12 ~~~~~~~~~~~
13 Added regression tests for formats.py.
15 09-Oct-2002
16 ~~~~~~~~~~~
17 Bugfix: Previous bugfix broke OpenBSD. Only flush writeable streams!
19 08-Sep-2002
20 ~~~~~~~~~~~
21 Bugfix: A missing flush() meant that reading from stdin didn't always work.
23 19-Aug-2002
24 ~~~~~~~~~~~
25 Moved some of the process handling code into ROX-Lib.
27 21-Jul-2002
28 ~~~~~~~~~~~
29 Auto-detect RPM format files.
30 Preserve permissions when compressing or extracting streams.
32 20-Jul-2002 (Release 1.9.0)
33 ~~~~~~~~~~~
34 Finished upgrading to Gtk+-2.0.
36 31-May-2002
37 ~~~~~~~~~~~
38 Support .rpm and .jar files (Christopher Arndt).
40 02-Nov-2001
41 ~~~~~~~~~~~
42 When archiving, icon changes to show the type of archive that will be
43 created.
45 30-May-2001
46 ~~~~~~~~~~~
47 Removed some more code that is also in ROX-Lib.
49 23-May-2001
50 ~~~~~~~~~~~
51 When extracting an archive in the form 'name-version.ext', the suggested
52 name for the directory is now 'name', without the version (requested by
53 Christopher Arndt).
55 16-May-2001 (Release 0.1.2)
56 ~~~~~~~~~~~
57 If an archive contained a single directory, and that directory contained a
58 file with the same name, extraction failed.
60 14-May-2001
61 ~~~~~~~~~~~
62 Accept uppercase extensions too (Denis Manente).
64 09-May-2001
65 ~~~~~~~~~~~
66 Can now handle rar files (Denis Manente).
68 26-Apr-2001
69 ~~~~~~~~~~~
70 Moved SaveBox and choices code out into ROX-Lib. You need ROX-Lib installed
71 to use this version of Archive!
73 25-Apr-2001
74 ~~~~~~~~~~~
75 Added an AppInfo.xml file with a summary.
77 27-Jan-2001
78 ~~~~~~~~~~~
79 Fixed some bugs which could cause the box to remain open after extracting
80 and some other problems. Errors are now reported better, too.