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