If an error occurs while extracting, still try not to leave a directory-within-a...
[rox-archive.git] / Help / Changes
blob89924c508b2ed2ec78e73a27e90830499f35ea81
1                         Archive
2                         A simple archiver
3                         by Thomas Leonard
5 20-Aug-2003 (Release 1.9.3)
6 ~~~~~~~~~~~
7 If an error occurs while extracting, still try not to leave a directory-within-a-directory
8 layout.
10 17-Aug-2003
11 ~~~~~~~~~~~
12 Added 'Delete file afterwards?' checkbox (Christopher Shaffer).
13 Fixed problem with python-2.3.
15 04-Jul-2003
16 ~~~~~~~~~~~
17 Added italian translation in AppInfo.xml (Yuri Bongiorno)
19 16-May-2003 (Release 1.9.2)
20 ~~~~~~~~~~~
21 New icon (Geoff Youngs).
23 05-Feb-2003
24 ~~~~~~~~~~~
25 Patched to work around OpenBSD strangeness (Lars Hansson).
27 02-Feb-2003 (Release 1.9.1)
28 ~~~~~~~~~~~
29 Added support for uuencoded files (Robert Davison).
31 12-Nov-2002
32 ~~~~~~~~~~~
33 Added calls to set the close-on-exec flags. May be needed on some systems?
35 20-Oct-2002
36 ~~~~~~~~~~~
37 Added regression tests for formats.py.
39 09-Oct-2002
40 ~~~~~~~~~~~
41 Bugfix: Previous bugfix broke OpenBSD. Only flush writeable streams!
43 08-Sep-2002
44 ~~~~~~~~~~~
45 Bugfix: A missing flush() meant that reading from stdin didn't always work.
47 19-Aug-2002
48 ~~~~~~~~~~~
49 Moved some of the process handling code into ROX-Lib.
51 21-Jul-2002
52 ~~~~~~~~~~~
53 Auto-detect RPM format files.
54 Preserve permissions when compressing or extracting streams.
56 20-Jul-2002 (Release 1.9.0)
57 ~~~~~~~~~~~
58 Finished upgrading to Gtk+-2.0.
60 31-May-2002
61 ~~~~~~~~~~~
62 Support .rpm and .jar files (Christopher Arndt).
64 02-Nov-2001
65 ~~~~~~~~~~~
66 When archiving, icon changes to show the type of archive that will be
67 created.
69 30-May-2001
70 ~~~~~~~~~~~
71 Removed some more code that is also in ROX-Lib.
73 23-May-2001
74 ~~~~~~~~~~~
75 When extracting an archive in the form 'name-version.ext', the suggested
76 name for the directory is now 'name', without the version (requested by
77 Christopher Arndt).
79 16-May-2001 (Release 0.1.2)
80 ~~~~~~~~~~~
81 If an archive contained a single directory, and that directory contained a
82 file with the same name, extraction failed.
84 14-May-2001
85 ~~~~~~~~~~~
86 Accept uppercase extensions too (Denis Manente).
88 09-May-2001
89 ~~~~~~~~~~~
90 Can now handle rar files (Denis Manente).
92 26-Apr-2001
93 ~~~~~~~~~~~
94 Moved SaveBox and choices code out into ROX-Lib. You need ROX-Lib installed
95 to use this version of Archive!
97 25-Apr-2001
98 ~~~~~~~~~~~
99 Added an AppInfo.xml file with a summary.
101 27-Jan-2001
102 ~~~~~~~~~~~
103 Fixed some bugs which could cause the box to remain open after extracting
104 and some other problems. Errors are now reported better, too.