[axel-commits] r19 - in /trunk: CHANGES axel.h

appaji-guest at users.alioth.debian.org appaji-guest at users.alioth.debian.org
Wed Jan 16 08:30:52 UTC 2008


Author: appaji-guest
Date: Wed Jan 16 08:30:52 2008
New Revision: 19

URL: http://svn.debian.org/wsvn/axel/?sc=1&rev=19
Log:
Prepare for 1.1

Modified:
    trunk/CHANGES
    trunk/axel.h

Modified: trunk/CHANGES
URL: http://svn.debian.org/wsvn/axel/trunk/CHANGES?rev=19&op=diff
==============================================================================
--- trunk/CHANGES (original)
+++ trunk/CHANGES Wed Jan 16 08:30:52 2008
@@ -1,3 +1,15 @@
+Version 1.1:
+
+- Compilation for GNU/kFreeBSD, thanks to Cyril Brulebois
+- Use simple pop-ups for Help and Bug Report buttons
+- Use strncpy instead of strcpy for length sensitive copies
+- Always compile with -g, disable -O3
+- Translation updates: de.po thanks Hermann J. Beckers
+- Update manpages axel.1 and axel-kapt.1
+- Prevent crash and raise error if FTP CWD fails
+- Prevent crash on long URLs and increase max length of URL to 1024
+- Fix segfaults on HTTP404 and HTTP401 responses
+
 Version 1.0b:
 - Removed spaces between -S[x] in man-pages, etc. They mess things up.
 - Fixed configure for OpenBSD.

Modified: trunk/axel.h
URL: http://svn.debian.org/wsvn/axel/trunk/axel.h?rev=19&op=diff
==============================================================================
--- trunk/axel.h (original)
+++ trunk/axel.h Wed Jan 16 08:30:52 2008
@@ -66,7 +66,7 @@
 /* Compiled-in settings							*/
 #define MAX_STRING		1024
 #define MAX_REDIR		5
-#define AXEL_VERSION_STRING	"1.0b"
+#define AXEL_VERSION_STRING	"1.1"
 #define USER_AGENT		"Axel " AXEL_VERSION_STRING " (" ARCH ")"
 
 typedef struct




More information about the axel-commits mailing list