diff options
author | Xavier Roche <roche@httrack.com> | 2016-08-24 10:30:22 +0200 |
---|---|---|
committer | Xavier Roche <roche@httrack.com> | 2016-08-24 10:30:22 +0200 |
commit | a9a7aa6c523001a5fbedde801a536f13c417aed6 (patch) | |
tree | ace31c65e7b815a7d288d277900f0c41b8ddf423 | |
parent | 96cb7434336f2bfabdf755fd14a77e0b15e6829b (diff) |
Updated version to 3.48-24
-rw-r--r-- | INSTALL | 21 | ||||
-rwxr-xr-x | configure | 20 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | man/httrack.1 | 2 | ||||
-rw-r--r-- | src/htsglobal.h | 4 |
6 files changed, 23 insertions, 28 deletions
@@ -50,36 +50,31 @@ of `autoconf'. The simplest way to compile this package is: - 1. From a shell command prompt, retrieve the latest source from the - git repository and sub repositories by typing: - - `git clone --recursive https://github.com/xroche/httrack.git' - - 2. `cd' to the directory containing the package's source code and type + 1. `cd' to the directory containing the package's source code and type `./configure' to configure the package for your system. Running `configure' might take a while. While running, it prints some messages telling which features it is checking for. - 3. Type `make' to compile the package. + 2. Type `make' to compile the package. - 4. Optionally, type `make check' to run any self-tests that come with + 3. Optionally, type `make check' to run any self-tests that come with the package, generally using the just-built uninstalled binaries. - 5. Type `make install' to install the programs and any data files and + 4. Type `make install' to install the programs and any data files and documentation. When installing into a prefix owned by root, it is recommended that the package be configured and built as a regular user, and only the `make install' phase executed with root privileges. - 6. Optionally, type `make installcheck' to repeat any self-tests, but + 5. Optionally, type `make installcheck' to repeat any self-tests, but this time using the binaries in their final installed location. This target does not install anything. Running this target as a regular user, particularly if the prior `make install' required root privileges, verifies that the installation completed correctly. - 7. You can remove the program binaries and object files from the + 6. You can remove the program binaries and object files from the source code directory by typing `make clean'. To also remove the files that `configure' created (so you can compile the package for a different kind of computer), type `make distclean'. There is @@ -88,12 +83,12 @@ of `autoconf'. all sorts of other programs in order to regenerate files that came with the distribution. - 8. Often, you can also type `make uninstall' to remove the installed + 7. Often, you can also type `make uninstall' to remove the installed files again. In practice, not all packages have tested that uninstallation works correctly, even though it is required by the GNU Coding Standards. - 9. Some packages, particularly those that use Automake, provide `make + 8. Some packages, particularly those that use Automake, provide `make distcheck', which can by used by developers to test that all other targets like `make install' and `make uninstall' work correctly. This target is generally not run by end users. @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for httrack 3.48.23. +# Generated by GNU Autoconf 2.69 for httrack 3.48.24. # # Report bugs to <roche+packaging@httrack.com>. # @@ -616,8 +616,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='httrack' PACKAGE_TARNAME='httrack' -PACKAGE_VERSION='3.48.23' -PACKAGE_STRING='httrack 3.48.23' +PACKAGE_VERSION='3.48.24' +PACKAGE_STRING='httrack 3.48.24' PACKAGE_BUGREPORT='roche+packaging@httrack.com' PACKAGE_URL='http://www.httrack.com/' @@ -1361,7 +1361,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures httrack 3.48.23 to adapt to many kinds of systems. +\`configure' configures httrack 3.48.24 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1431,7 +1431,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of httrack 3.48.23:";; + short | recursive ) echo "Configuration of httrack 3.48.24:";; esac cat <<\_ACEOF @@ -1547,7 +1547,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -httrack configure 3.48.23 +httrack configure 3.48.24 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2179,7 +2179,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by httrack $as_me 3.48.23, which was +It was created by httrack $as_me 3.48.24, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -3048,7 +3048,7 @@ fi # Define the identity of the package. PACKAGE='httrack' - VERSION='3.48.23' + VERSION='3.48.24' cat >>confdefs.h <<_ACEOF @@ -15095,7 +15095,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by httrack $as_me 3.48.23, which was +This file was extended by httrack $as_me 3.48.24, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -15162,7 +15162,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -httrack config.status 3.48.23 +httrack config.status 3.48.24 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index e790421..1dbccf3 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.59) -AC_INIT([httrack], [3.48.23], [roche+packaging@httrack.com], [httrack], [http://www.httrack.com/]) +AC_INIT([httrack], [3.48.24], [roche+packaging@httrack.com], [httrack], [http://www.httrack.com/]) AC_COPYRIGHT([ HTTrack Website Copier, Offline Browser for Windows and Unix Copyright (C) 1998-2015 Xavier Roche and other contributors diff --git a/debian/changelog b/debian/changelog index 623103e..f7abdc2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,7 +3,7 @@ httrack (3.48.24-1) unstable; urgency=low * Removed recommends non-existing package (libssl1.0.0) closes:#835258 - -- Xavier Roche <roche@proliant.localnet> Wed, 24 Aug 2016 09:04:28 +0200 + -- Xavier Roche <xavier@debian.org> Wed, 24 Aug 2016 09:04:28 +0200 httrack (3.48.23-1) unstable; urgency=medium diff --git a/man/httrack.1 b/man/httrack.1 index a970946..fde5e9f 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 "26 April 2016" "httrack website copier" +.TH httrack 1 "24 August 2016" "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 b0fff1a..7cd3982 100644 --- a/src/htsglobal.h +++ b/src/htsglobal.h @@ -36,8 +36,8 @@ Please visit our Website: http://www.httrack.com #define HTTRACK_GLOBAL_DEFH // Version (also check external version information) -#define HTTRACK_VERSION "3.48-23" -#define HTTRACK_VERSIONID "3.48.23" +#define HTTRACK_VERSION "3.48-24" +#define HTTRACK_VERSIONID "3.48.24" #define HTTRACK_AFF_VERSION "3.x" #define HTTRACK_LIB_VERSION "2.0" |