Bugfix: A missing flush() meant that reading from stdin didn't always work.
[rox-archive.git] / Help / Changes
blob7857beab24e48ec0d63e8092cae09a4fe41294d7
1                         Archive
2                         A simple archiver
3                         by Thomas Leonard
5 08-Aug-2002
6 ~~~~~~~~~~~
7 Bugfix: A missing flush() meant that reading from stdin didn't always work.
9 19-Aug-2002
10 ~~~~~~~~~~~
11 Moved some of the process handling code into ROX-Lib.
13 21-Jul-2002
14 ~~~~~~~~~~~
15 Auto-detect RPM format files.
16 Preserve permissions when compressing or extracting streams.
18 20-Jul-2002 (Release 1.9.0)
19 ~~~~~~~~~~~
20 Finished upgrading to Gtk+-2.0.
22 31-May-2002
23 ~~~~~~~~~~~
24 Support .rpm and .jar files (Christopher Arndt).
26 02-Nov-2001
27 ~~~~~~~~~~~
28 When archiving, icon changes to show the type of archive that will be
29 created.
31 30-May-2001
32 ~~~~~~~~~~~
33 Removed some more code that is also in ROX-Lib.
35 23-May-2001
36 ~~~~~~~~~~~
37 When extracting an archive in the form 'name-version.ext', the suggested
38 name for the directory is now 'name', without the version (requested by
39 Christopher Arndt).
41 16-May-2001 (Release 0.1.2)
42 ~~~~~~~~~~~
43 If an archive contained a single directory, and that directory contained a
44 file with the same name, extraction failed.
46 14-May-2001
47 ~~~~~~~~~~~
48 Accept uppercase extensions too (Denis Manente).
50 09-May-2001
51 ~~~~~~~~~~~
52 Can now handle rar files (Denis Manente).
54 26-Apr-2001
55 ~~~~~~~~~~~
56 Moved SaveBox and choices code out into ROX-Lib. You need ROX-Lib installed
57 to use this version of Archive!
59 25-Apr-2001
60 ~~~~~~~~~~~
61 Added an AppInfo.xml file with a summary.
63 27-Jan-2001
64 ~~~~~~~~~~~
65 Fixed some bugs which could cause the box to remain open after extracting
66 and some other problems. Errors are now reported better, too.