/[axel]/tags/2.4/CHANGES
ViewVC logotype

Contents of /tags/2.4/CHANGES

Parent Directory Parent Directory | Revision Log Revision Log


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

  ViewVC Help
Powered by ViewVC 1.1.5