Added support for Ace archives (Rodolfo Borges).
[rox-archive.git] / Help / Changes
blob04153d926432517260ad390b9bcaf3779fefa224
1                         Archive
2                         A simple archiver
3                         by Thomas Leonard
5 * unrar can infinite loop asking for confirm to terminal? *
7 17-Apr-2005 (Release 1.9.5)
8 ~~~~~~~~~~~
9 Added support for Ace archives (Rodolfo Borges).
11 10-Apr-2005
12 ~~~~~~~~~~~
13 Don't let the default name be the same as the original file. Try it without
14 the extension, or with '.unpacked' if there is no extension (Thomas Leonard).
15 Use PipeThroughCommand from ROX-Lib, instead of our own version (Thomas
16 Leonard).
17 Moved unit tests to a separate directory (Thomas Leonard).
19 23-Dec-2004
20 ~~~~~~~~~~~
21 Added Chinese translation (Babyfai Cheung).
23 01-Dec-2004
24 ~~~~~~~~~~~
25 Prefer gtk.main to gtk.mainloop and gtk.main_quit to gtk.mainquit (Stephen 
26 Watson).
28 17-Nov-2004
29 ~~~~~~~~~~~
30 Use GtkComboBox if available, avoids warning from pygtk 2.4 (Stephen Watson).
32 12-Mar-2004
33 ~~~~~~~~~~~
34 Support for Unix compressed (.Z) files (Guido Schimmels).
36 10-Mar-2004
37 ~~~~~~~~~~~
38 Detect a new kind of Zip format (PK00).
40 08-Mar-2004
41 ~~~~~~~~~~~
42 Added German translation (Guido Schimmels).
44 07-Jan-2004 (Release 1.9.4)
45 ~~~~~~~~~~~
46 Added italian translation (Yuri Bongiorno)
48 02-Dec-2003
49 ~~~~~~~~~~~
50 Made Archive translatable and added a Spanish translation (Pablo Molino
51 Gonzalez).
53 17-Nov-2003
54 ~~~~~~~~~~~
55 Always pass a pathname to 'rar'; it can't handle stdin.
57 27-Aug-2003
58 ~~~~~~~~~~~
59 Spanish translation of AppInfo (Nicolás de la Torre).
61 22-Aug-2003
62 ~~~~~~~~~~~
63 Try to get ROX-Lib via Zero Install.
64 Bugfix: Don't even offer to save a stream if we're just going to report an
65         error.
67 20-Aug-2003 (Release 1.9.3)
68 ~~~~~~~~~~~
69 If an error occurs while extracting, still try not to leave a
70 directory-within-a-directory layout.
72 17-Aug-2003
73 ~~~~~~~~~~~
74 Added 'Delete file afterwards?' checkbox (Christopher Shaffer).
75 Fixed problem with python-2.3.
77 04-Jul-2003
78 ~~~~~~~~~~~
79 Added italian translation in AppInfo.xml (Yuri Bongiorno)
81 16-May-2003 (Release 1.9.2)
82 ~~~~~~~~~~~
83 New icon (Geoff Youngs).
85 05-Feb-2003
86 ~~~~~~~~~~~
87 Patched to work around OpenBSD strangeness (Lars Hansson).
89 02-Feb-2003 (Release 1.9.1)
90 ~~~~~~~~~~~
91 Added support for uuencoded files (Robert Davison).
93 12-Nov-2002
94 ~~~~~~~~~~~
95 Added calls to set the close-on-exec flags. May be needed on some systems?
97 20-Oct-2002
98 ~~~~~~~~~~~
99 Added regression tests for formats.py.
101 09-Oct-2002
102 ~~~~~~~~~~~
103 Bugfix: Previous bugfix broke OpenBSD. Only flush writeable streams!
105 08-Sep-2002
106 ~~~~~~~~~~~
107 Bugfix: A missing flush() meant that reading from stdin didn't always work.
109 19-Aug-2002
110 ~~~~~~~~~~~
111 Moved some of the process handling code into ROX-Lib.
113 21-Jul-2002
114 ~~~~~~~~~~~
115 Auto-detect RPM format files.
116 Preserve permissions when compressing or extracting streams.
118 20-Jul-2002 (Release 1.9.0)
119 ~~~~~~~~~~~
120 Finished upgrading to Gtk+-2.0.
122 31-May-2002
123 ~~~~~~~~~~~
124 Support .rpm and .jar files (Christopher Arndt).
126 02-Nov-2001
127 ~~~~~~~~~~~
128 When archiving, icon changes to show the type of archive that will be
129 created.
131 30-May-2001
132 ~~~~~~~~~~~
133 Removed some more code that is also in ROX-Lib.
135 23-May-2001
136 ~~~~~~~~~~~
137 When extracting an archive in the form 'name-version.ext', the suggested
138 name for the directory is now 'name', without the version (requested by
139 Christopher Arndt).
141 16-May-2001 (Release 0.1.2)
142 ~~~~~~~~~~~
143 If an archive contained a single directory, and that directory contained a
144 file with the same name, extraction failed.
146 14-May-2001
147 ~~~~~~~~~~~
148 Accept uppercase extensions too (Denis Manente).
150 09-May-2001
151 ~~~~~~~~~~~
152 Can now handle rar files (Denis Manente).
154 26-Apr-2001
155 ~~~~~~~~~~~
156 Moved SaveBox and choices code out into ROX-Lib. You need ROX-Lib installed
157 to use this version of Archive!
159 25-Apr-2001
160 ~~~~~~~~~~~
161 Added an AppInfo.xml file with a summary.
163 27-Jan-2001
164 ~~~~~~~~~~~
165 Fixed some bugs which could cause the box to remain open after extracting
166 and some other problems. Errors are now reported better, too.