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

Contents of /tags/2.4/CHANGES

Parent Directory Parent Directory | Revision Log Revision Log


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

  ViewVC Help
Powered by ViewVC 1.1.5