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