Skip to content

Releases: axel-download-accelerator/axel

Version 2.17.4

20 Jul 01:24
Compare
Choose a tag to compare

New Features

  • TCP Fast Open support on Linux
  • Fixed building against Bionic libc (Android)

Other Changes

  • TCP code cleanup
  • Removed dependency on libm
  • Build system fixes and improvements
  • All translations updated
  • Updatea to the documentation

Bug Fixes

  • Data types and format string cleanup
  • String handling cleanup (fixed potential overflows)

Version 2.17.3

20 May 17:05
Compare
Choose a tag to compare

Bugfixes

  • Fixed build on Darwin / Mac OS X
  • Fixed download loops caused by last byte pointer being off by one
  • Fixed linking issues (i18n and posix threads)

Other Changes

  • Builds now use canonical host triplet instead of uname -s
  • Updated build instructions
  • Code cleanup

Version 2.17.2

15 May 08:23
Compare
Choose a tag to compare

Bug fixes

  • Fixed HTTP request-ranges to be zero-based (#206)
  • Fixed typo "too may" -> "too many"
  • Replace malloc + memset calls with calloc
  • Sanitize progress bar buffer len passed to memset (#207)

Version 2.17.1

10 May 17:52
Compare
Choose a tag to compare

Bug fixes

  • Fixed comparison error in axel_divide (#205)
  • Make sure maxconns is at least 1 (to avoid divide-by-zero errors)

Version 2.17

09 May 08:38
Compare
Choose a tag to compare

New features

  • Updated all translations
  • Updated build documentation
  • Added support for parsing IPv6 literal hostnames (#169)

Bug fixes

  • Fixed composition of URLs in redirections (#144)
  • Fixed request range calculation (#187)
  • Major code cleanup
    • Cleanup of alternate progress output
    • Removed global string buffers
    • Fixed min and max macros
    • Moved User-Agent header to conf->add_header (#194)
    • Integers for speed ratio and delay calculation
  • Fixed filename extraction from URL
  • Fixed request-target message to proxy
  • Handle secure protocol's schema even with SSL disabled (#158)
  • Fixed Content-Disposition filename value decoding
  • Strip leading hyphens in extracted filenames

Version 2.16.1

05 Dec 05:24
Compare
Choose a tag to compare

Bugfix release

  • Fixed building against static OpenSSL

Version 2.16

25 Nov 04:05
Compare
Choose a tag to compare
  • Buildsystem fixes and improvements
  • Fixed bug that produces empty files with -q/--quiet
  • Fixed formatting of the version/copyright message
  • Header files reorganization
  • Style fixes

Translations:

  • Spanish translation
  • Updated Portuguese translation

Version 2.15

11 Oct 00:50
Compare
Choose a tag to compare

From now on, release tarballs will be available, which include the buildsystem so you don't depend on autotools.

This release includes many important bug fixes, including fixes to security issues. Specially important for distributions is that now the builds should be reproducible (please report any bugs).

See the ChangeLog for details.

Translations:

  • Italian
  • Indonesian
  • Improvements to Simplified Chinese

v2.14.1

17 Sep 01:18
Compare
Choose a tag to compare
  • Fix to avoid stall due to missing unlock.

v2.14

10 Sep 18:41
Compare
Choose a tag to compare
  • Added --no-clobber option.
  • Allow user to choose between IPv4 and IPv6.
  • Implemented HTTP proxy authentication.
  • Several fixes and improvements (see the ChangeLog file).