Always pass a pathname to 'rar'; it can't handle stdin.
[rox-archive.git] / Help / Changes
blobdfebd8e47bfbc4b2554480dd2289e1dbaef810f0
1                         Archive
2                         A simple archiver
3                         by Thomas Leonard
5 * unrar can infinite loop asking for confirm to terminal? *
7 17-Nov-2003
8 ~~~~~~~~~~~
9 Always pass a pathname to 'rar'; it can't handle stdin.
11 27-Aug-2003
12 ~~~~~~~~~~~
13 Spanish translation of AppInfo (Nicolás de la Torre).
15 22-Aug-2003
16 ~~~~~~~~~~~
17 Try to get ROX-Lib via Zero Install.
18 Bugfix: Don't even offer to save a stream if we're just going to report an
19         error.
21 20-Aug-2003 (Release 1.9.3)
22 ~~~~~~~~~~~
23 If an error occurs while extracting, still try not to leave a
24 directory-within-a-directory layout.
26 17-Aug-2003
27 ~~~~~~~~~~~
28 Added 'Delete file afterwards?' checkbox (Christopher Shaffer).
29 Fixed problem with python-2.3.
31 04-Jul-2003
32 ~~~~~~~~~~~
33 Added italian translation in AppInfo.xml (Yuri Bongiorno)
35 16-May-2003 (Release 1.9.2)
36 ~~~~~~~~~~~
37 New icon (Geoff Youngs).
39 05-Feb-2003
40 ~~~~~~~~~~~
41 Patched to work around OpenBSD strangeness (Lars Hansson).
43 02-Feb-2003 (Release 1.9.1)
44 ~~~~~~~~~~~
45 Added support for uuencoded files (Robert Davison).
47 12-Nov-2002
48 ~~~~~~~~~~~
49 Added calls to set the close-on-exec flags. May be needed on some systems?
51 20-Oct-2002
52 ~~~~~~~~~~~
53 Added regression tests for formats.py.
55 09-Oct-2002
56 ~~~~~~~~~~~
57 Bugfix: Previous bugfix broke OpenBSD. Only flush writeable streams!
59 08-Sep-2002
60 ~~~~~~~~~~~
61 Bugfix: A missing flush() meant that reading from stdin didn't always work.
63 19-Aug-2002
64 ~~~~~~~~~~~
65 Moved some of the process handling code into ROX-Lib.
67 21-Jul-2002
68 ~~~~~~~~~~~
69 Auto-detect RPM format files.
70 Preserve permissions when compressing or extracting streams.
72 20-Jul-2002 (Release 1.9.0)
73 ~~~~~~~~~~~
74 Finished upgrading to Gtk+-2.0.
76 31-May-2002
77 ~~~~~~~~~~~
78 Support .rpm and .jar files (Christopher Arndt).
80 02-Nov-2001
81 ~~~~~~~~~~~
82 When archiving, icon changes to show the type of archive that will be
83 created.
85 30-May-2001
86 ~~~~~~~~~~~
87 Removed some more code that is also in ROX-Lib.
89 23-May-2001
90 ~~~~~~~~~~~
91 When extracting an archive in the form 'name-version.ext', the suggested
92 name for the directory is now 'name', without the version (requested by
93 Christopher Arndt).
95 16-May-2001 (Release 0.1.2)
96 ~~~~~~~~~~~
97 If an archive contained a single directory, and that directory contained a
98 file with the same name, extraction failed.
100 14-May-2001
101 ~~~~~~~~~~~
102 Accept uppercase extensions too (Denis Manente).
104 09-May-2001
105 ~~~~~~~~~~~
106 Can now handle rar files (Denis Manente).
108 26-Apr-2001
109 ~~~~~~~~~~~
110 Moved SaveBox and choices code out into ROX-Lib. You need ROX-Lib installed
111 to use this version of Archive!
113 25-Apr-2001
114 ~~~~~~~~~~~
115 Added an AppInfo.xml file with a summary.
117 27-Jan-2001
118 ~~~~~~~~~~~
119 Fixed some bugs which could cause the box to remain open after extracting
120 and some other problems. Errors are now reported better, too.