summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Roche <xroche@users.noreply.github.com>2012-06-23 09:10:27 +0000
committerXavier Roche <xroche@users.noreply.github.com>2012-06-23 09:10:27 +0000
commit6dcff999ba76ef7312d450d511b969da1018c0cb (patch)
tree127689c8ccfa8f530798d633aec3e8a62606e5fb
parentfe3d6e5f53fa7b954a560c6c49974efb49b47008 (diff)
Version 3.46
-rw-r--r--debian/changelog2
-rw-r--r--history.txt5
-rw-r--r--html/httrack.man.html2
-rw-r--r--man/httrack.12
-rw-r--r--src/htsglobal.h2
5 files changed, 8 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog
index 7ee086c..2395489 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,7 +3,7 @@ httrack (3.46.1-1) unstable; urgency=low
* Updated to 3.46.1 (3.46-1)
closes:#674053
- -- Xavier Roche <xavier@debian.org> Sun, 06 May 2012 16:09:41 +0200
+ -- Xavier Roche <xavier@debian.org> Sat, 23 Jun 2012 11:06:37 +0200
httrack (3.45.4-1) unstable; urgency=low
diff --git a/history.txt b/history.txt
index b09081d..474e108 100644
--- a/history.txt
+++ b/history.txt
@@ -4,13 +4,16 @@ HTTrack Website Copier release history:
This file lists all changes and fixes that have been made for HTTrack.
-3.46-1-beta*
+3.46-1
* New: UTF-8 filenames handling
* Fixed: fixed bug in handling of update/continue with erased files or renamed files, leading to "Unexpected 412/416 error (Requested Range Not Satisfiable)" and/or "Previous cache file not found" (-1)" errors
* Fixed: escape characters >= 128 when sending GET/HEAD requests to avoid server errors
* Fixed: do not use "delayed" extensions when the mirror is aborting
* Fixed: generate error pages when needed (Brent Palmer)
* Fixed: parsing issue with js files due to "script" tags (Vasiliy)
+* Fixed: anonymous FTP without password (Luiz)
+* Fixed: Makefile issues regarding parrallel build and examples (Sebastian Pipping)
+* Fixed: removed deprecated and annoying "Accept-Charset" header in requests (Piotr Engelking )
3.45-4
* New: source license is now GPLv3
diff --git a/html/httrack.man.html b/html/httrack.man.html
index ffa9142..f1f0511 100644
--- a/html/httrack.man.html
+++ b/html/httrack.man.html
@@ -1,5 +1,5 @@
<!-- Creator : groff version 1.20.1 -->
-<!-- CreationDate: Mon May 7 12:09:26 2012 -->
+<!-- CreationDate: Sat Jun 23 11:09:58 2012 -->
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
diff --git a/man/httrack.1 b/man/httrack.1
index 3f60e48..1ff6320 100644
--- a/man/httrack.1
+++ b/man/httrack.1
@@ -1,7 +1,7 @@
.\" Process this file with
.\" groff -man -Tascii httrack.1
.\"
-.TH httrack 1 "HTTrack version 3.46-1 (compiled May 6 2012)" "httrack website copier"
+.TH httrack 1 "May 2012" "httrack website copier"
.SH NAME
httrack \- offline browser : copy websites to a local directory
.SH SYNOPSIS
diff --git a/src/htsglobal.h b/src/htsglobal.h
index e9445a5..e2cdea1 100644
--- a/src/htsglobal.h
+++ b/src/htsglobal.h
@@ -40,7 +40,7 @@ Please visit our Website: http://www.httrack.com
#define HTTRACK_GLOBAL_DEFH
// Version (also check external version information)
-#define HTTRACK_VERSION "3.46-BETA-3"
+#define HTTRACK_VERSION "3.46"
#define HTTRACK_VERSIONID "3.46.1"
#define HTTRACK_AFF_VERSION "3.x"
#define HTTRACK_LIB_VERSION "2.0"