/[axel]/trunk/CHANGES
ViewVC logotype

Contents of /trunk/CHANGES

Parent Directory Parent Directory | Revision Log Revision Log


Revision 108 - (show annotations) (download)
Mon Apr 27 13:51:32 2009 UTC (4 years, 1 month ago) by appaji
File size: 11520 byte(s)
Add MimeType and fix Categories in the desktop file
1 UNRELEASED:
2
3 Version 2.4
4
5 - Fix a buffer overflow caused by wrong size limits when copying strings (Closes: #311569), thanks Michael Schwendt and the Fedora project members
6 - Fix thread hangups due to incorrect synchronization (Closes: #311469), thanks Yao Shi
7 - Removed Fedora packaging file. axel will be available in the Fedora repositories soon.
8 - Use /etc/ instead of /usr/etc/ as the default system-wide configuration location.
9 - Respect environment CFLAGS in configure.
10 - Allow special characters in arguments to configure.
11 - Add MimeType and fix Categories in the desktop file.
12
13 Version 2.3
14
15 - Wait for thread termination in axel.c:axel_do (Closes: #311255), thanks John Ripa
16 - New Chinese translation and manpage, thanks Shuge Lee
17 - Fix LFS support for FTP (Closes: #311320)
18 - Fix LFS support (Closes: #311324), thanks Rodrigue Le Bayon
19
20 Version 2.2:
21
22 - Fix a buffer overflow in http.c:http_encode.
23
24 Version 2.1:
25
26 - Fix version string. 2.0 still reported 1.1, thanks Ajay R Ramjatan
27 - Fix new MB/s display (was showing B/s). Thanks Philipp Hagemeister
28
29 Version 2.0:
30
31 - Large file support thanks thanks David Turnbull
32 - Custom Header Support thanks Eli Yukelzon
33 - New russian translation thanks newhren
34 - Fix segfault in -H option thanks Philipp Hagemeister
35 - Honour http_proxy and prefer it over HTTP_PROXY
36 - Add new RPM spec file thanks bbbush
37
38 Finished Sep 12 2008
39
40 Version 1.1:
41
42 - Compilation for GNU/kFreeBSD, thanks to Cyril Brulebois
43 - Use simple pop-ups for Help and Bug Report buttons
44 - Use strncpy instead of strcpy for length sensitive copies
45 - Always compile with -g, disable -O3
46 - Translation updates: de.po thanks Hermann J. Beckers
47 - Update manpages axel.1 and axel-kapt.1
48 - Prevent crash and raise error if FTP CWD fails
49 - Prevent crash on long URLs and increase max length of URL to 1024
50 - Fix segfaults on HTTP404 and HTTP401 responses
51
52 Finished Jan 18 2008
53
54 Version 1.0b:
55 - Removed spaces between -S[x] in man-pages, etc. They mess things up.
56 - Fixed configure for OpenBSD.
57 - Fixed configuration bug: s/alternate_interface/alternate_output/ in
58 axelrc.example, thanks to CLOTILDE Guy Daniel for the bug report!
59 - Fixed weird behaviour when downloading from an unsupported server.
60 - Fixed buffer overflow in conn.c. (CAN-2005-0390)
61
62 Finished Apr 06 2005
63
64
65 Version 1.0a:
66 - gstrip on Solaris/SPARC breaks the binary, so stripping is made optional
67 (but enabled by default!) and /usr/ccs/bin/strip is used instead of
68 gstrip.
69 - Fixed a small (not harmful) errorcode interpretation bug in the ftp_size
70 code.
71 - Downloading from unsupported sites works better now.
72 - Added support for downloading using more than one local network interface.
73 - Fixed a potential SIGSEGV bug. Would only happen with about more than 64
74 connections usually. Still strange things can happen with too many
75 connections when using Linux..
76 - Hopefully fixed the problem with downloading from forwarding URL's.
77 - HTTP %-escapes are handled now.
78 - Alternate progress indicator with estimation of remaining download time
79 - Changed the return-code a bit, see man-page for details.
80
81 Finished Feb 19 2002
82
83
84 Version 1.0:
85 - Fixed a reconnect problem: Check for stalled connections was skipped by
86 previous versions if there is no active connection.
87 - Solaris does not have www in /etc/services which confused Axel. Fixed.
88 - Created a new build system.
89 - install utility not used anymore: Solaris' install does weird things.
90 - Added support for Cygwin and Solaris.
91 - Corrected a little problem in de.po.
92 - Thrown out the packaging stuff.
93
94 Finished Dec 6 2001
95
96
97 Version 0.99b brings you:
98 - Debian package bugfix.
99 - Restored i18n support.
100
101 Finished Nov 16 2001
102
103
104 Version 0.99a brings you:
105 - Small bugfix for dumb HTTP bug.
106
107 Finished Nov 10 2001
108
109
110 Version 0.99 brings you:
111 - Improved speed limiter. (For low speeds a smaller buffer works better,
112 so the buffer is resized automatically for low speeds.)
113 - Some FTP servers don't ask for a password which confused ftp.c. Fixed.
114 - Some HTTP servers send chunked data when using HTTP/1.1. So I went back
115 to HTTP/1.0.. (This also fixes the occasional filesearching.com problem)
116 - Even more problems with FTP server reply codes, but they must be fixed
117 now, Axel's RFC compliant.
118 - For HTTP downloads a Range: header is not sent when downloading starting
119 at byte 0. This is just a work-around for a problem with a weird webserver
120 which sends corrupted data when a Range: header is sent. It's just a
121 work-around for a rare problem, it does not really fix anything.
122 - RPM package for axel-kapt added.
123
124 Finished Nov 9 2001
125
126
127 Version 0.98 brings you:
128 - Fixed the weird percentage indicator bug. (Was buggy for large files,
129 did not affect the downloaded data.)
130 - For single connection downloads from Apache: Apache returns a 200 result
131 code when the specified file range is the complete file. Axel handles
132 this correctly now.
133 - Roxen FTP servers return the address and port number without brackets
134 after a passive command. This is RFC-compliant but quite unique. But now
135 handled correctly.
136 - Fixed some things to make it work on Darwin again.
137 - 'Upgraded' HTTP requests to HTTP/1.1. Tried this to fix a download
138 corruption bug for downloads from archive.progeny.com, but it did not
139 work. wget's resume has exactly the same problem. But using HTTP/1.1 is
140 more compliant (because in fact HTTP/1.0 does not support Ranges) so I'll
141 keep it this way..
142 - Previous version used to delete the statefile in some cases. Fixed.
143
144 Finished Nov 3 2001
145
146
147 Version 0.97 (Bitcrusher) brings you:
148 - Major redesign: Moved a lot of code from main() to separate functions,
149 it should make it easier to create different interfaces for the program.
150 - All those ifdefs were a mess, they don't exist anymore. Separate threads
151 for setting up connections are used by default now. Version 0.96 will not
152 disappear, by the way.
153 - HTTP HEAD request not used anymore: Squid's headers are incorrect when
154 using the HEAD request.
155 - conn_disconnect did not work for FTP connections through HTTP proxies.
156 - Documentation fix, sort of: The example configuration file still said
157 proxies are unsupported. But they are supported for quite some time
158 already.
159 - Wrote a small (Small? Larger than any other doc.. :-) description of the
160 Axel API.
161 - Added finish_time code. (Credits to sjoerd@huiswerkservice.nl)
162 - Calling conn_setup without calling conn_init first also works when using
163 a proxy now.
164 - A client for filesearching.com. You can use it to search for mirrors and
165 download from more than mirror at once.
166 - Fixed another segfault bug which did not show up on my own system...
167 Also fixed by 0.96a.
168 - Global error string is gone. Unusable in threaded programs.
169 - The -V switch stopped working some time ago because I forgot to put it
170 in the getopt string. Now it's back, alive and kickin'...
171 - TYPE I should be done quite early. Some servers return weird file sizes
172 when still in ASCII mode.
173 - ftp.c (ftp_wait) sometimes resized conn->message to below MAX_STRING
174 which is Not Good(tm).
175 - I18N support is a bit broken at this time, it'll be fixed later.
176 - Tidied up the man-page a bit.
177 - Removed config.h file, -D flags used again.
178 - Added axel-kapt interface.
179 - Changed syntax: Local file must be specified using the -o option now.
180 This allows the user to specify more than one URL and all of them will
181 be used for the download. A local directory can be passed as well, the
182 program will append the correct filename.
183 - Fixed a bug which caused the program not to be able to download files
184 for which only one byte has to be downloaded for one of the connections.
185 - Why bitcrusher? Just because I liked to have a code name for this
186 release... Bit crusher is a name of a musical group here in the
187 Netherlands, and it's a nice name for a downloader as well, I hope...
188
189 Finished Oct 25 2001
190
191
192 Version 0.96 brings you:
193 - Fixed a terrible bug which caused any FTP download to corrupt. I promise
194 I will test the program before any next release. :-(( HTTP did work in
195 0.95.
196
197 Finished Aug 14 2001 (Why is this fix so late? Because the actual release
198 of version 0.95 was only last Friday/Saturday...)
199
200 And yes, I tested it now. It works now. HTTP and FTP.
201
202
203 Version 0.95 brings you:
204 - An important bugfix: When bringing up the connection failed, the program
205 used to be unable to reconnect. :(
206 - Small changes to make the program compile on FreeBSD and Darwin.
207 - Support check for FTP servers is done only once now.
208 - SIZE command is really used now.
209 - Fixed a SIGINT-does-not-abort problem. Btw: Ctrl-\ (SIGQUIT) always works!
210 - Connection status messages are not displayed by default. You can enable
211 them with the verbose-option.
212
213 Finished Aug 7 2001
214
215
216 Version 0.94 brings you:
217 - 'make install' uses install instead of mkdir/cp now.
218 - Added 'make uninstall' option.
219 - Added more explanations to axelrc.example.
220 - It uses the HTTP HEAD request now. Didn't know that one before. :)
221 - Debian packaging stuff and RPM .spec file included by default.
222 - select() problem now really understood... The real point was, that
223 sometimes select() was called with an empty fd set. Now I solved the
224 problem in a more 'useful' way.
225
226 Finished Jun 26 2001
227
228
229 Version 0.93 brings you:
230 - A compile-time option to remove all the multi-connection stuff. Program
231 works without state files then, and it's a bit smaller, just in case you
232 need a very small program and if you don't believe in acceleration. :)
233 - The SIZE command is now used as long as the URL does not contain wildcards.
234 Because FTP servers are just too different. :(
235 - You can do FTP downloads through HTTP proxies now.
236 - The weird initial 1-second delay which happened sometimes does not exist
237 anymore: It was because of select(), which does not return immediately
238 if there's data on a socket before the call starts. My first solution
239 is using a lower timeout, I hope there's a better solution available...
240 - Local file existence check.
241 - Small bug fixed in conf.c.
242
243 Finished May 22 2001
244
245
246 Version 0.92 brings you:
247 - A credits file!! ;)
248 - A German translation. Herrman J. Beckers: Thanks a lot!
249 - ftp.c should understand weird Macintosh FTP servers too, now.
250 - Connections are initialized in a different thread because then the program
251 can go on downloading data from other connections while setting up. Quick
252 hack, but it works.
253 - config.h contains the configuration definitions now.
254 - A URL - can be specified. The program will read a URL from stdin. Might
255 be useful if you don't want other people to see the URL in the 'ps aux'
256 output. (Think about passwords in URLs...)
257
258 Finished May 11 2001
259
260
261 Version 0.91 brings you:
262 - A man page.
263 - A quiet mode.
264 - A Debian package. (0.9 .deb exists too, but that was after the 'official'
265 0.9 release..)
266 - Made the sizes/times displayed after downloading more human-readable.
267 - Corrected some stupid things in the nl.po file.
268 - No bug in ftp_wait anymore, (or at least one bug less ;) the program was a
269 bit too late with the realloc() sometimes. I just hate those multi-line
270 replies.. :(
271 - HTTP proxy support. no_proxy configuration flag also in use.
272 - Support for empty configuration strings.
273 - URL parser understands wrongly formatted URLs like slashdot.org. (instead
274 of the correct http://slashdot.org/)
275
276 Finished Apr 30 2001
277
278
279 Version 0.9 brings you:
280 - See the README for all the old features.
281 - Internationalization support.
282 - Clearer error messages.
283 - Probably some bug fixes too.
284 - A highly sophisticated Makefile.. ;)
285
286 Finished Apr 22 2001

  ViewVC Help
Powered by ViewVC 1.1.5