Hello community,

here is the log from the commit of package httrack for openSUSE:Factory checked 
in at 2018-01-01 22:31:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/httrack (Old)
 and      /work/SRC/openSUSE:Factory/.httrack.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "httrack"

Mon Jan  1 22:31:10 2018 rev:10 rq:560894 version:3.49.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/httrack/httrack.changes  2016-08-05 
18:17:44.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.httrack.new/httrack.changes     2018-01-01 
22:31:22.441250467 +0100
@@ -1,0 +2,10 @@
+Sun Oct  1 15:42:18 UTC 2017 - [email protected]
+
+- Updated to version 3.49.2:
+  * Fixed: Buffer overflow in output option commandline argument
+    (VL-ID 2068).
+  * Minor fixes.
+- Changes from version 3.48.23:
+  * Fixed: FTBFS with openssl 1.1.0.
+
+-------------------------------------------------------------------

Old:
----
  httrack-3.48.22.tar.gz

New:
----
  httrack-3.49.2.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ httrack.spec ++++++
--- /var/tmp/diff_new_pack.kiHiub/_old  2018-01-01 22:31:24.816457456 +0100
+++ /var/tmp/diff_new_pack.kiHiub/_new  2018-01-01 22:31:24.820456121 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package httrack
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2011 Malcolm Lewis [email protected]
 #
 # All modifications and additions to the file contributed by third parties
@@ -19,13 +19,13 @@
 
 %define so_ver 2
 Name:           httrack
-Version:        3.48.22
+Version:        3.49.2
 Release:        0
 Summary:        Offline Browser Utility
 License:        GPL-3.0+
 Group:          Productivity/Networking/Web/Utilities
 Url:            http://www.httrack.com/
-Source0:        http://download.httrack.com/%{name}-%{version}.tar.gz
+Source0:        https://mirror.httrack.com/%{name}-%{version}.tar.gz
 # PATCH-FIX-OPENSUSE httrack-fix-strict-aliasing-punning.patch 
[email protected] -- Add -fno-strict-aliasing to DEFAULT_CFLAGS
 Patch0:         httrack-fix-strict-aliasing-punning.patch
 BuildRequires:  fdupes

++++++ httrack-3.48.22.tar.gz -> httrack-3.49.2.tar.gz ++++++
++++ 1718 lines of diff (skipped)
++++    retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/httrack-3.48.22/README new/httrack-3.49.2/README
--- old/httrack-3.48.22/README  2016-04-26 19:25:35.000000000 +0200
+++ new/httrack-3.49.2/README   2017-04-01 21:38:16.000000000 +0200
@@ -1,5 +1,5 @@
 HTTrack Website Copier, Offline Browser for Windows and Unix
-Copyright (C) 1998-2016 Xavier Roche and other contributors
+Copyright (C) 1998-2017 Xavier Roche and other contributors
 
 Welcome to HTTrack Website Copier!
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/httrack-3.48.22/configure.ac new/httrack-3.49.2/configure.ac
--- old/httrack-3.48.22/configure.ac    2016-04-26 19:41:03.000000000 +0200
+++ new/httrack-3.49.2/configure.ac     2017-05-20 10:45:07.000000000 +0200
@@ -1,6 +1,6 @@
 AC_PREREQ(2.59)
 
-AC_INIT([httrack], [3.48.22], [[email protected]], [httrack], 
[http://www.httrack.com/])
+AC_INIT([httrack], [3.49.2], [[email protected]], [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
@@ -31,7 +31,7 @@
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_HEADERS(config.h)
 AM_INIT_AUTOMAKE([subdir-objects])
-VERSION_INFO="2:48:0"
+VERSION_INFO="2:49:0"
 AM_MAINTAINER_MODE
 AC_USE_SYSTEM_EXTENSIONS
 
@@ -160,7 +160,7 @@
        ]
        )
 LIBS="$LIBS $OPENSSL_LIBS"
-AC_CHECK_LIB(ssl, SSL_library_init,
+AC_CHECK_LIB(ssl, SSL_CTX_new,
        [
        OPENSSL_LIBS="$OPENSSL_LIBS -lssl"
        AC_DEFINE(HTS_USEOPENSSL, 1, [Check for OpenSSL])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/httrack-3.48.22/history.txt new/httrack-3.49.2/history.txt
--- old/httrack-3.48.22/history.txt     2016-04-26 19:40:44.000000000 +0200
+++ new/httrack-3.49.2/history.txt      2017-05-20 10:44:29.000000000 +0200
@@ -4,6 +4,13 @@
 
 This file lists all changes and fixes that have been made for HTTrack
 
+3.49-2
++ Fixed: Buffer overflow in output option commandline argument (VL-ID 2068) 
(Hosein Askari)
++ Fixed: Minor fixes
+
+3.48-23
++ Fixed: on Linux, FTBFS with openssl 1.1.0
+
 3.48-22
 + Fixed: on Windows, fixed possible DLL local injection (Tunisian Cyber)
 + Fixed: various typos
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/httrack-3.48.22/html/fcguide.html new/httrack-3.49.2/html/fcguide.html
--- old/httrack-3.48.22/html/fcguide.html       2016-04-26 19:10:23.000000000 
+0200
+++ new/httrack-3.49.2/html/fcguide.html        2017-04-01 18:11:25.000000000 
+0200
@@ -121,7 +121,7 @@
 precisely the right thing to do at any given point.  I was using
 recepies rather than knowledge to get the job done - and I was pestering
 the authors for those recepies.  After a few days of very helpful
-assistance from the authors I volenteered to write a users manual for
+assistance from the authors I volunteered to write a users manual for
 httrack - and here it is.  I hope it gets the job done.
 
 <hr>
@@ -645,14 +645,14 @@
 the remainder of the questions required to mirror the site.
 
 <p align=justify> The -g option allows you to get the files exactly as
-they are and store them in the currant directory.  This is handy for a
+they are and store them in the current directory.  This is handy for a
 relatively small collection of information where organization isn't
 important.  With this option, the html files will not even be parsed to
 look for other URLs.  This option is useful for getting isolated files
 (e.g., httrack -g www.mydrivers.com/drivers/windrv32.exe). 
 
 
-<p align=justify> If I start a collection process and it fails for ome
+<p align=justify> If I start a collection process and it fails for one
 reason or another - such as me interrupting it because I am running out
 of disk space - or a network outage - then I can restart the process by
 using the -i option:
@@ -859,15 +859,6 @@
 With 128 sockets: 0,93MB/s
 </pre></ul>
 
-<p align=justify> The timeout option causes downloads to time out after
-a non-response from a download attempt.  30 seconds is pretty reasonable
-for many sites.  You might want to increase the number of retries as
-well so that you try again and again after such timeouts. 
-
-<pre><b><i>
-httrack http://www.shoesizes.com -O /tmp/shoesizes -%c20
-</i></b></pre>
-
 <p align=justify> This limits the number of connections per second.  It
 is similar to the above option but allows the pace to be controlled
 rather than the simultanaety.  It is particulsrly useful for long-term
@@ -875,6 +866,15 @@
 The default is 10 connections per second.
 
 <pre><b><i>
+httrack http://www.shoesizes.com -O /tmp/shoesizes -%c20
+</i></b></pre>
+
+<p align=justify> The timeout option causes downloads to time out after
+a non-response from a download attempt.  30 seconds is pretty reasonable
+for many sites.  You might want to increase the number of retries as
+well so that you try again and again after such timeouts. 
+
+<pre><b><i>
 httrack http://www.shoesizes.com -O /tmp/shoesizes -T30
 </i></b></pre>
 
@@ -910,7 +910,7 @@
 
 <p align=justify> Of course these options can be combined to provide a
 powerful set of criteria for when to continue a download and when to
-give it up, how hard to push other sites.  and how much to stress
+give it up, how hard to push other sites, and how much to stress
 infrastructures. 
 
 <hr>
@@ -944,7 +944,7 @@
 httrack http://www.shoesizes.com -O /tmp/shoesizes '%P0'
 </i></b></pre>
 
-<p align=justify> Now here is a classic bit of cleaverness that 'does
+<p align=justify> Now here is a classic bit of cleverness that 'does
 the right thing' for some cases.  In this instance, we are asking
 httrack to get images - like gif and jpeg files that are used by a web
 page in its display, even though we would not normally get them.  For
@@ -1517,7 +1517,7 @@
 httrack http://www.shoesizes.com -O /tmp/shoesizes %v
 </i></b></pre>
 
-<p align=justify> Animated information when using consol-based version,
+<p align=justify> Animated information when using console-based version,
 example:
 <pre>
 17/95: localhost/manual/handler.html (6387 bytes) - OK
@@ -1942,7 +1942,7 @@
 <p align=justify> Starting with the initially specified URLs, the
 default operation mode is to mirror starting from these URLs downward
 into the directory structure of the host (i.e.  if one of your starting
-pagees was www.all.net/test/a.html, all links starting with www.all.net/test/
+pages was www.all.net/test/a.html, all links starting with www.all.net/test/
 will be collected but links in www.all.net/anything-else will not be
 collected, because they are in a higher directory strcuture level.  This
 prevents HTTrack from mirroring the whole site.  If you may want to
@@ -2219,7 +2219,7 @@
 </b></i></pre>
 
 <p align=justify> In these cases, there is a small probability of a hash
-collision forlarge numbers of files.
+collision for large numbers of files.
 
 <hr>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/httrack-3.48.22/html/httrack.man.html 
new/httrack-3.49.2/html/httrack.man.html
--- old/httrack-3.48.22/html/httrack.man.html   2016-04-26 19:25:40.000000000 
+0200
+++ new/httrack-3.49.2/html/httrack.man.html    2017-05-20 10:42:37.000000000 
+0200
@@ -1,4 +1,4 @@
-<!-- Creator     : groff version 1.21 -->
+<!-- Creator     : groff version 1.22.2 -->
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
 "http://www.w3.org/TR/html4/loose.dtd";>
 <html>
@@ -1560,7 +1560,7 @@
 
 
 <p>maximum number of links (&minus;#L1000000)
-(&minus;&minus;advanced&minus;maxlinks)</p> </td></tr>
+(&minus;&minus;advanced&minus;maxlinks[=N])</p> </td></tr>
 <tr valign="top" align="left">
 <td width="11%"></td>
 <td width="6%">
@@ -2286,7 +2286,7 @@
 
 
 <p style="margin-left:11%; margin-top: 1em">Copyright (C)
-1998-2016 Xavier Roche and other contributors</p>
+1998-2017 Xavier Roche and other contributors</p>
 
 <p style="margin-left:11%; margin-top: 1em">This program is
 free software: you can redistribute it and/or modify it
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/httrack-3.48.22/lang/Italiano.txt new/httrack-3.49.2/lang/Italiano.txt
--- old/httrack-3.48.22/lang/Italiano.txt       2016-04-26 19:10:23.000000000 
+0200
+++ new/httrack-3.49.2/lang/Italiano.txt        2016-08-24 09:10:51.000000000 
+0200
@@ -41,7 +41,7 @@
 Action not yet implemented
 Azione non ancora possibile
 Error deleting this project
-C'� stato un errore durante l'eliminazione di questo progetto
+C'� stato un errore durante l'eliminazione di questo progetto
 Select a rule for the filter
 Seleziona le regole per il filtro
 Enter keywords for the filter
@@ -81,7 +81,7 @@
 gif\r\nWill match all GIF files
 gif\r\nTrover� tutti i file gif
 blue\r\nWill find all files with a matching 'blue' sub-string such as 
'bluesky-small.jpeg'
-blue\r\nTrover� tutti i file contenenti blue, es. 'bluesky-small.jpeg'
+blue\r\nTrover� tutti i file contenenti 'blue', es. 'bluesky-small.jpeg'
 bigfile.mov\r\nWill match the file 'bigfile.mov', but not 'bigfile2.mov'
 bigfile.mov\r\nTrover� il file 'bigfile.mov', ma non 'bigfile2.mov'
 cgi\r\nWill find links with folder name matching sub-string 'cgi' such as 
/cgi-bin/somecgi.cgi
@@ -97,7 +97,7 @@
 someweb\r\nWill find any links with matching sub-string such as 
www.someweb.com/.., www.test.abc/fromsomeweb/index.html, 
www.test.abc/test/someweb.html etc.
 someweb\r\nTrover� tutti i collegamenti come www.someweb.com/.., 
www.test.abc/fromsomeweb/index.html, www.test.abc/test/someweb.html etc.
 www.test.com/test/someweb.html\r\nWill only find the 
'www.test.com/test/someweb.html' file. Note that you have to type the complete 
path (URL + site path)
-www.test.com/test/someweb.html\r\nTrover� soltanto il collegamenti 
www.test.com/test/someweb.html. Notate che bisogna inserire sia l'indirizo 
(www.xxx.yyy), che il percorso (/test/someweb.html)
+www.test.com/test/someweb.html\r\nTrover� soltanto il collegamenti 
www.test.com/test/someweb.html. Nota che bisogna inserire sia l'indirizo 
(www.xxx.yyy), che il percorso (/test/someweb.html)
 All links will match
 Tutti i collegamenti verranno rifiutati/accettati
 Add exclusion filter
@@ -121,7 +121,7 @@
 View log files
 Visualizza i file di log
 Browse HTML start page
-Visualizza la pagina html iniziale
+Visualizza la pagina HTML iniziale
 End of mirror
 Fine del mirror
 View log files
@@ -169,15 +169,15 @@
 error
 errore
 Receiving files..
-Ricezione dei file
+Ricezione dei file..
 Parsing HTML file..
 Analisi file html..
 Purging files..
-Pulizia file
+Pulizia file..
 Loading cache in progress..
 Caricamento della cache in corso...
 Parsing HTML file (testing links)..
-Analisi file HTML (test dei collegamenti)
+Analisi file HTML (test dei collegamenti)..
 Pause - Toggle [Mirror]/[Pause download] to resume operation
 Pausa (seleziona [Aiuto]/[Pausa] per continuare)
 Finishing pending transfers - Select [Cancel] to stop now!
@@ -205,7 +205,7 @@
 * * MIRROR ABORTED! * *\r\nThe current temporary cache is required for any 
update operation and only contains data downloaded during the present aborted 
session.\r\nThe former cache might contain more complete information; if you do 
not want to lose that information, you have to restore it and delete the 
current cache.\r\n[Note: This can easily be done here by erasing the 
hts-cache/new.* files]\r\n\r\nDo you think the former cache might contain more 
complete information, and do you want to restore it?
 * * MIRROR INTERROTTO! * *\r\nLa cache corrente � necessaria per le operazioni 
di aggiornamento e contiene solo i dati scaricati durante questa sessione 
interrotta.\r\nLa cache precedente potrebbe contenere informazioni pi� 
complete; se non vuoi perdere quelle informazioni, devi ripristinarla e 
cancellare la cache corrente.\r\n[Nota: per fare questo, cancella il contenuto 
della cartella hts-cache del mirror]\r\n\r\nPensi che la cache precedente possa 
contenere informazioni pi� complete e vuoi ripristinarla?
 * * MIRROR ERROR! * *\r\nHTTrack has detected that the current mirror is 
empty. If it was an update, the previous mirror has been restored.\r\nReason: 
the first page(s) either could not be found, or a connection problem 
occured.\r\n=> Ensure that the website still exists, and/or check your proxy 
settings! <=
-* * ERRORE NEL MIRROR! * *\r\nHTTrack ha stabilito che il mirror attuale � 
vuoto. Se questo � un'aggiornamento, il mirror precedente � stato 
ripristinato.\r\nMotivo: la prima pagina(e) non � stata trovata oppure c'� 
stato un problema durante la connessione\r\n=> Assicuratevi che il sito esista 
ancora, e/o verificate le vostre impostazioni del proxy! <=
+* * ERRORE NEL MIRROR! * *\r\nHTTrack ha stabilito che il mirror attuale � 
vuoto. Se questo � un aggiornamento, il mirror precedente � stato 
ripristinato.\r\nMotivo: la prima pagina(e) non � stata trovata oppure c'� 
stato un problema durante la connessione\r\n=> Assicurati che il sito esista 
ancora, e/o verificate le vostre impostazioni del proxy! <=
 \n\nTip: Click [View log file] to see warning or error messages
 \nSuggerimento: Clicca [Visualizza filr di log] per vedere i messaggi di 
avvertimento o di errore
 Error deleting a hts-cache/new.* file, please do it manually
@@ -374,10 +374,10 @@
 Crea file di log per segnalare errori e informazioni
 Generate DOS 8-3 filenames ONLY
 Genera solo nomi di file in formato 8.3
-Generate ISO9660 filenames ONLY for CDROM medias
+Generate ISO 9660 filenames ONLY for CDROM medias
 Genera nomi di file in formato ISO9660 per i CDROM
 Do not create HTML error pages
-Non generare pagine d'errore html
+Non generare pagine d'errore HTML
 Select file types to be saved to disk
 Seleziona i tipi di file da scrivere sul disco
 Select parsing direction
@@ -399,7 +399,7 @@
 Maximum number of retries on non-fatal errors
 Massimo numero di tentativi nel caso di un errore non fatale
 Maximum size for any single HTML file
-Massima dimensione per una pagina html
+Massima dimensione per una pagina HTML
 Maximum size for any single non-HTML file
 La dimensione massima per un file
 Maximum amount of bytes to retrieve from the Web
@@ -417,7 +417,7 @@
 Browser identity
 Identit� del browser
 Comment to be placed in each HTML file
-Pi� di pagina per ogni file HTML
+Pi� di pagina per ogni file HTML
 Back to starting page
 Torna alla pagina iniziale
 Save current preferences as default values
@@ -455,13 +455,13 @@
 Attempt to limit retransfers through several tricks (file size test..)
 Tentativo di limitare il numero di ripetizioni dei trasferimenti, usando 
alcuni truchi (test della dimensione del file..)
 Attempt to limit the number of links by skipping similar URLs 
(www.foo.com==foo.com, http=https ..)
-
+Tentativo di limitare il numero di link, saltando URL simili 
(www.foo.com==foo.com, http=https ..)
 Write external links without login/password
 Salva link esterni senza login e password
 Write internal links without query string
 Salva i link interni senza stringa query
 Get non-HTML files related to a link, eg external .ZIP or pictures
-Scarica file non-html vicino ai collegamenti (es. .ZIP o immagini presenti 
all'esterno)
+Scarica file non-HTML vicino ai collegamenti (es. .ZIP o immagini presenti 
all'esterno)
 Test all links (even forbidden ones)
 Verifica tutti i collegamenti (anche quelli vietati)
 Try to catch all URLs (even in unknown tags/code)
@@ -483,7 +483,7 @@
 DOS names (8+3)
 Nomi DOS (8+3)
 ISO9660 names (CDROM)
-Nomi ISO9660 (CDROM)
+Nomi ISO 9660 (CDROM)
 No error pages
 Senza pagine d'errore
 Primary Scan Rule
@@ -505,7 +505,7 @@
 Identity
 Identit�
 HTML footer
-Pi� di pagina HTML
+Pi� di pagina HTML
 N# connections
 N� di connessioni
 Abandon host if error
@@ -521,7 +521,7 @@
 TimeOut(s)
 TimeOut
 Persistent connections (Keep-Alive)
-Connessioni persistenti (Keep-alive)
+Connessioni persistenti (keep-alive)
 Reduce connection time and type lookup time using persistent connections
 Riduci tempo di connessione e il tempo di verifica del tipo usando la 
connessione persistente
 Retries
@@ -597,7 +597,7 @@
 Do you really want to quit WinHTTrack Website Copier?
 Vuoi veramente uscire da WinHTTrack?
 Do not connect to a provider (already connected)
-non effettuare la connessione al provider (gi� connesso)
+Non effettuare la connessione al provider (gi� connesso)
 Do not use remote access connection
 Non usare la connessione di accesso remoto
 Schedule the mirroring operation
@@ -633,7 +633,7 @@
 Disconnect when finished
 Disconnetti alla fine
 Disconnect modem on completion
-Disconnetti il modem quando il mirror � finito
+Disconnetti il modem quando il mirror � finito
 \r\n(Please notify us of any bug or problem)\r\n\r\nDevelopment:\r\nInterface 
(Windows): Xavier Roche\r\nSpider: Xavier Roche\r\nJavaParserClasses: Yann 
Philippot\r\n\r\n(C)1998-2003 Xavier Roche and other contributors\r\nMANY 
THANKS for translation tips to:\r\nRobert Lagadec ([email protected])
 \r\n(informateci degli errori o problemi)\r\n\rSviluppo:\r\nInterfacccia: 
Xavier Roche\r\nSpider: Xavier Roche\r\nJavaParserClasses: Yann 
Philippot\r\n\r\n(C)1998-2003 Xavier Roche and other contributors\r\nMANY 
THANKS for Italian translations to:\r\nWitold Krakowski ([email protected])
 About WinHTTrack Website Copier
@@ -645,7 +645,7 @@
 Your answer:
 La vostra risposta:
 Link detected..
-� stato trovato un collegamento
+� stato trovato un collegamento
 Choose a rule
 Scegli una regola
 Ignore this link
@@ -721,17 +721,17 @@
 Reset to default options
 Azzera le opzioni di default
 Load options...
-Carica le opzioni
+Carica le opzioni...
 Save options as...
 Salva le opzioni come...
 Language preference...
-Preferenza di lingua
+Preferenza di lingua...
 Contents...
-Indice
+Indice...
 About WinHTTrack...
-Informazioni su WinHTTrack Website Copier
+Informazioni su WinHTTrack...
 New project\tCtrl+N
-Nuovo progetto / importa...
+Nuovo progetto\tCtrl+N
 &Open...\tCtrl+O
 &Apri...\tCtrl+O
 &Save\tCtrl+S
@@ -751,7 +751,7 @@
 Proxy settings
 Preferenze del proxy
 Proxy address:
-L'Indirizzo del proxy
+Indirizzo del proxy
 Proxy port:
 Port del proxy
 Authentication (only if needed)
@@ -777,9 +777,9 @@
 Click here to select path
 Clicca qui per selezionare il percorso
 Select or create a new category name, to sort your mirrors in categories
-
+Seleziona o crea una nuova categoria
 HTTrack Project Wizard...
-Wizard per progetto HTTrack
+Wizard per progetto HTTrack...
 New project name:
 Il nome del nuovo progetto:
 Existing project name:
@@ -789,7 +789,7 @@
 Base path:
 Il percorso base:
 Project category:
-
+Categoria del progetto:
 C:\\My Web Sites
 C:\\Mie pagine Web
 Type a new project name, \r\nor select existing project to update/resume
@@ -837,7 +837,7 @@
 Unable to save parameters!
 Impossibile salvare i parametri!
 Please drag only one folder at a time
-Trascina solo una cartella
+Trascina solo una cartella alla volta
 Please drag only folders, not files
 Trascina solo una cartella, non un file
 Please drag folders only
@@ -851,7 +851,7 @@
 Too manu URLs, cannot handle so many links!!
 Troppi URL, il programma non pu� servire cos� tanti collegamenti!
 Not enough memory, fatal internal error..
-Troppa poca memoria, grave errore interno...
+Troppa poca memoria, errore interno fatale...
 Unknown operation!
 Operazione sconosciuta!
 Add this URL?\r\n
@@ -879,7 +879,7 @@
 More information:
 Pi� informazioni:
 Welcome to WinHTTrack Website Copier!\n\nPlease click on the NEXT button 
to\n\n- start a new project\n- or resume a partial download
-Benvenuti nel WinHTTrack Website Copier\n\nClicca sul pulsante NEXT per 
iniziare o continuare un progetto
+Benvenuti nel WinHTTrack Website Copier!\n\nClicca sul pulsante NEXT per 
iniziare o continuare un progetto
 File names with extension:\nFile names containing:\nThis file name:\nFolder 
names containing:\nThis folder name:\nLinks on this domain:\nLinks on domains 
containing:\nLinks from this host:\nLinks containing:\nThis link:\nALL LINKS
 Tipi di file con l'estensione:\nNomi di file contenenti:\nQuesto nome di 
file:\nNomi di cartella contenenti:\nQuesto nome cartella:\nCollegamenti in 
questo dominio:\nCollegamenti nei domini contenenti:\nCollegamenti da questo 
host:\nCollegamenti contenenti:\nQuesto collegamento:\nTUTTI I COLLEGAMENTI
 Show all\nHide debug\nHide infos\nHide debug and infos
@@ -887,7 +887,7 @@
 Site-structure (default)\nHtml in web/,       images/other files in 
web/images/\nHtml in web/html,   images/other in web/images\nHtml in web/,      
 images/other in web/\nHtml in web/,       images/other in web/xxx, where xxx 
is the file extension\nHtml in web/html,   images/other in 
web/xxx\nSite-structure, without www.domain.xxx/\nHtml in site_name/, 
images/other files in site_name/images/\nHtml in site_name/html, images/other 
in site_name/images\nHtml in site_name/, images/other in site_name/\nHtml in 
site_name/, images/other in site_name/xxx\nHtml in site_name/html, images/other 
in site_name/xxx\nAll files in web/, with random names (gadget !)\nAll files in 
site_name/, with random names (gadget !)\nUser-defined structure..
 Struttura del sito (default)\nHtml nel web,      immagini/altri file nel 
web/immagini/\nHtml nel web/html,  immagini/altro nel web/immagini\nHtml nel 
web/,        immagini/altro nel web/\nHtml nel web/,        immagini/altro nel 
web/xxx, dove xxx � l'estensione del file\nHtml nel web/html,   immagini/altro 
nel web/xxx\nStruttura del sito, senza www.dominio.xxx/\nHtml nel 
nome_del_sito/,immagini/altri file nel nome_del_sito/immagini/\nHtml nel 
nome_del_sito/html,immagini/altro nel nome_del file/immagini\nHtml nel 
nome_del_sito/,immagini/altro nel nome_del_sito/\nHtml nel 
nome_del_sito/,immagini/altro nel nome_del_sito/xxx\nHtml nel 
nome_del_sito/html,immagini/altro nel nome_del_sito/xxx\nTutti i file nel 
web/,con nomi casuali\nTutti i file nel nome_del_sito/,con nomi 
casuali\nStruttura definita dall'utente..
 Just scan\nStore html files\nStore non html files\nStore all files 
(default)\nStore html files first
-Soltanto scanning\nSalva file html\nSalva file non-html\nSalva tutti i file 
(default)\nSalva prima i file html
+Soltanto scanning\nSalva file html\nSalva file non-html\nSalva tutti i file 
(default)\nSalva prima i file HTML
 Stay in the same directory\nCan go down (default)\nCan go up\nCan both go up & 
down
 Non uscire dalla directory\nPuoi andare gi� nella struttura (default)\nPuoi 
salire\nPuoi sia scendere che salire
 Stay on the same address (default)\nStay on the same domain\nStay on the same 
top level domain\nGo everywhere on the web
@@ -901,7 +901,7 @@
 Download web site(s)\nDownload web site(s) + questions\nGet individual 
files\nDownload all sites in pages (multiple mirror)\nTest links in pages 
(bookmark test)\n* Continue interrupted download\n* Update existing download
 Scarica il sito(i) web\nScarica il sito(i) (con richieste)\nScarica file 
separati\nScarica tutti i siti nelle pagine (mirror multiplo)\nVerifica i 
collegamenti nelle pagine (test dei bookmark)\n* Continua un download 
interrotto\n* Aggiorna un download esistente
 Relative URI / Absolute URL (default)\nAbsolute URL / Absolute URL\nAbsolute 
URI / Absolute URL\nOriginal URL / Original URL
-URL Relativo / URL Assoluto (default)\nURL Assoluto / URL Assoluto\nURL 
Assoluto 7 URL Assoluto\nURL Originale / URL Originale
+URL Relativo / URL Assoluto (default)\nURL Assoluto / URL Assoluto\nURL 
Assoluto / URL Assoluto\nURL Originale / URL Originale
 Open Source offline browser
 Browser offline open source
 Website Copier/Offline Browser. Copy remote websites to your computer. Free.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/httrack-3.48.22/license.txt new/httrack-3.49.2/license.txt
--- old/httrack-3.48.22/license.txt     2016-04-26 19:25:31.000000000 +0200
+++ new/httrack-3.49.2/license.txt      2017-04-01 21:38:16.000000000 +0200
@@ -1,7 +1,7 @@
 HTTrack Website Copier License Agreement:
 
 HTTrack Website Copier, Offline Browser for Windows and Unix
-Copyright (C) 1998-2016 Xavier Roche and other contributors
+Copyright (C) 1998-2017 Xavier Roche and other contributors
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/httrack-3.48.22/man/httrack.1 new/httrack-3.49.2/man/httrack.1
--- old/httrack-3.48.22/man/httrack.1   2016-04-26 19:24:55.000000000 +0200
+++ new/httrack-3.49.2/man/httrack.1    2017-05-20 10:42:37.000000000 +0200
@@ -1,7 +1,7 @@
 .\" Process this file with
 .\" groff -man -Tascii httrack.1
 .\"
-.TH httrack 1 "15 March 2016" "httrack website copier"
+.TH httrack 1 "20 May 2017" "httrack website copier"
 .SH NAME
 httrack \- offline browser : copy websites to a local directory
 .SH SYNOPSIS
@@ -439,7 +439,7 @@
 .IP \-#K
 scan stdin (debug) (\-\-debug\-scanstdin)
 .IP \-#L
-maximum number of links (\-#L1000000) (\-\-advanced\-maxlinks)
+maximum number of links (\-#L1000000) (\-\-advanced\-maxlinks[=N])
 .IP \-#p
 display ugly progress information (\-\-advanced\-progressinfo)
 .IP \-#P
@@ -610,7 +610,7 @@
 .B <[email protected]>.
 Include a complete, self-contained example that will allow the bug to be 
reproduced, and say which version of httrack you are using. Do not forget to 
detail options used, OS version, and any other information you deem necessary.
 .SH COPYRIGHT
-Copyright (C) 1998-2016 Xavier Roche and other contributors
+Copyright (C) 1998-2017 Xavier Roche and other contributors
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/httrack-3.48.22/src/hts-indextmpl.h new/httrack-3.49.2/src/hts-indextmpl.h
--- old/httrack-3.48.22/src/hts-indextmpl.h     2016-04-26 19:23:51.000000000 
+0200
+++ new/httrack-3.49.2/src/hts-indextmpl.h      2017-04-01 21:38:16.000000000 
+0200
@@ -1,7 +1,7 @@
 /* ------------------------------------------------------------ */
 /*
 HTTrack Website Copier, Offline Browser for Windows and Unix
-Copyright (C) 1998-2016 Xavier Roche and other contributors
+Copyright (C) 1998-2017 Xavier Roche and other contributors
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/httrack-3.48.22/src/htsalias.c new/httrack-3.49.2/src/htsalias.c
--- old/httrack-3.48.22/src/htsalias.c  2016-04-26 19:23:50.000000000 +0200
+++ new/httrack-3.49.2/src/htsalias.c   2017-04-01 21:38:16.000000000 +0200
@@ -1,7 +1,7 @@
 /* ------------------------------------------------------------ */
 /*
 HTTrack Website Copier, Offline Browser for Windows and Unix
-Copyright (C) 1998-2016 Xavier Roche and other contributors
+Copyright (C) 1998-2017 Xavier Roche and other contributors
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/httrack-3.48.22/src/htsalias.h new/httrack-3.49.2/src/htsalias.h
--- old/httrack-3.48.22/src/htsalias.h  2016-04-26 19:23:50.000000000 +0200
+++ new/httrack-3.49.2/src/htsalias.h   2017-04-01 21:38:16.000000000 +0200
@@ -1,7 +1,7 @@
 /* ------------------------------------------------------------ */
 /*
 HTTrack Website Copier, Offline Browser for Windows and Unix
-Copyright (C) 1998-2016 Xavier Roche and other contributors
+Copyright (C) 1998-2017 Xavier Roche and other contributors
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/httrack-3.48.22/src/htsarrays.h new/httrack-3.49.2/src/htsarrays.h
--- old/httrack-3.48.22/src/htsarrays.h 2016-04-26 19:23:50.000000000 +0200
+++ new/httrack-3.49.2/src/htsarrays.h  2017-04-01 21:38:16.000000000 +0200
@@ -1,7 +1,7 @@
 /* ------------------------------------------------------------ */
 /*
 HTTrack Website Copier, Offline Browser for Windows and Unix
-Copyright (C) 1998-2016 Xavier Roche and other contributors
+Copyright (C) 1998-2017 Xavier Roche and other contributors
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/httrack-3.48.22/src/htsback.c new/httrack-3.49.2/src/htsback.c
--- old/httrack-3.48.22/src/htsback.c   2016-04-26 19:23:50.000000000 +0200
+++ new/httrack-3.49.2/src/htsback.c    2017-04-01 21:38:16.000000000 +0200
@@ -1,7 +1,7 @@
 /* ------------------------------------------------------------ */
 /*
 HTTrack Website Copier, Offline Browser for Windows and Unix
-Copyright (C) 1998-2016 Xavier Roche and other contributors
+Copyright (C) 1998-2017 Xavier Roche and other contributors
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
@@ -2536,6 +2536,9 @@
               // new session
               back[i].r.ssl_con = SSL_new(openssl_ctx);
               if (back[i].r.ssl_con) {
+                const char* hostname = jump_protocol_const(back[i].url_adr);
+                // some servers expect the hostname on the clienthello (SNI 
TLS extension)
+                SSL_set_tlsext_host_name(back[i].r.ssl_con, hostname);
                 SSL_clear(back[i].r.ssl_con);
                 if (SSL_set_fd(back[i].r.ssl_con, (int) back[i].r.soc) == 1) {
                   SSL_set_connect_state(back[i].r.ssl_con);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/httrack-3.48.22/src/htsback.h new/httrack-3.49.2/src/htsback.h
--- old/httrack-3.48.22/src/htsback.h   2016-04-26 19:23:50.000000000 +0200
+++ new/httrack-3.49.2/src/htsback.h    2017-04-01 21:38:16.000000000 +0200
@@ -1,7 +1,7 @@
 /* ------------------------------------------------------------ */
 /*
 HTTrack Website Copier, Offline Browser for Windows and Unix
-Copyright (C) 1998-2016 Xavier Roche and other contributors
+Copyright (C) 1998-2017 Xavier Roche and other contributors
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/httrack-3.48.22/src/htsbase.h new/httrack-3.49.2/src/htsbase.h
--- old/httrack-3.48.22/src/htsbase.h   2016-04-26 19:23:51.000000000 +0200
+++ new/httrack-3.49.2/src/htsbase.h    2017-04-01 21:38:16.000000000 +0200
@@ -1,7 +1,7 @@
 /* ------------------------------------------------------------ */
 /*
 HTTrack Website Copier, Offline Browser for Windows and Unix
-Copyright (C) 1998-2016 Xavier Roche and other contributors
+Copyright (C) 1998-2017 Xavier Roche and other contributors
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/httrack-3.48.22/src/htsbasenet.h new/httrack-3.49.2/src/htsbasenet.h
--- old/httrack-3.48.22/src/htsbasenet.h        2016-04-26 19:23:51.000000000 
+0200
+++ new/httrack-3.49.2/src/htsbasenet.h 2017-04-01 21:38:16.000000000 +0200
@@ -1,7 +1,7 @@
 /* ------------------------------------------------------------ */
 /*
 HTTrack Website Copier, Offline Browser for Windows and Unix
-Copyright (C) 1998-2016 Xavier Roche and other contributors
+Copyright (C) 1998-2017 Xavier Roche and other contributors
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/httrack-3.48.22/src/htsbauth.c new/httrack-3.49.2/src/htsbauth.c
--- old/httrack-3.48.22/src/htsbauth.c  2016-04-26 19:23:51.000000000 +0200
+++ new/httrack-3.49.2/src/htsbauth.c   2017-04-01 21:38:16.000000000 +0200
@@ -1,6 +1,6 @@
 /*
 HTTrack Website Copier, Offline Browser for Windows and Unix
-Copyright (C) 1998-2016 Xavier Roche and other contributors
+Copyright (C) 1998-2017 Xavier Roche and other contributors
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/httrack-3.48.22/src/htsbauth.h new/httrack-3.49.2/src/htsbauth.h
--- old/httrack-3.48.22/src/htsbauth.h  2016-04-26 19:23:51.000000000 +0200
+++ new/httrack-3.49.2/src/htsbauth.h   2017-04-01 21:38:16.000000000 +0200
@@ -1,7 +1,7 @@
 /* ------------------------------------------------------------ */
 /*
 HTTrack Website Copier, Offline Browser for Windows and Unix
-Copyright (C) 1998-2016 Xavier Roche and other contributors
+Copyright (C) 1998-2017 Xavier Roche and other contributors
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/httrack-3.48.22/src/htscache.c new/httrack-3.49.2/src/htscache.c
--- old/httrack-3.48.22/src/htscache.c  2016-04-26 19:23:51.000000000 +0200
+++ new/httrack-3.49.2/src/htscache.c   2017-04-01 21:38:16.000000000 +0200
@@ -1,7 +1,7 @@
 /* ------------------------------------------------------------ */
 /*
 HTTrack Website Copier, Offline Browser for Windows and Unix
-Copyright (C) 1998-2016 Xavier Roche and other contributors
+Copyright (C) 1998-2017 Xavier Roche and other contributors
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/httrack-3.48.22/src/htscache.h new/httrack-3.49.2/src/htscache.h
--- old/httrack-3.48.22/src/htscache.h  2016-04-26 19:23:51.000000000 +0200
+++ new/httrack-3.49.2/src/htscache.h   2017-04-01 21:38:16.000000000 +0200
@@ -1,7 +1,7 @@
 /* ------------------------------------------------------------ */
 /*
 HTTrack Website Copier, Offline Browser for Windows and Unix
-Copyright (C) 1998-2016 Xavier Roche and other contributors
+Copyright (C) 1998-2017 Xavier Roche and other contributors
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/httrack-3.48.22/src/htscatchurl.c new/httrack-3.49.2/src/htscatchurl.c
--- old/httrack-3.48.22/src/htscatchurl.c       2016-04-26 19:23:51.000000000 
+0200
+++ new/httrack-3.49.2/src/htscatchurl.c        2017-04-01 21:38:16.000000000 
+0200
@@ -1,7 +1,7 @@
 /* ------------------------------------------------------------ */
 /*
 HTTrack Website Copier, Offline Browser for Windows and Unix
-Copyright (C) 1998-2016 Xavier Roche and other contributors
+Copyright (C) 1998-2017 Xavier Roche and other contributors
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/httrack-3.48.22/src/htscatchurl.h new/httrack-3.49.2/src/htscatchurl.h
--- old/httrack-3.48.22/src/htscatchurl.h       2016-04-26 19:23:51.000000000 
+0200
+++ new/httrack-3.49.2/src/htscatchurl.h        2017-04-01 21:38:16.000000000 
+0200
@@ -1,7 +1,7 @@
 /* ------------------------------------------------------------ */
 /*
 HTTrack Website Copier, Offline Browser for Windows and Unix
-Copyright (C) 1998-2016 Xavier Roche and other contributors
+Copyright (C) 1998-2017 Xavier Roche and other contributors
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/httrack-3.48.22/src/htscharset.c new/httrack-3.49.2/src/htscharset.c
--- old/httrack-3.48.22/src/htscharset.c        2016-04-26 19:23:51.000000000 
+0200
+++ new/httrack-3.49.2/src/htscharset.c 2017-04-01 21:38:16.000000000 +0200
@@ -1,7 +1,7 @@
 /* ------------------------------------------------------------ */
 /*
 HTTrack Website Copier, Offline Browser for Windows and Unix
-Copyright (C) 1998-2016 Xavier Roche and other contributors
+Copyright (C) 1998-2017 Xavier Roche and other contributors
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/httrack-3.48.22/src/htscharset.h new/httrack-3.49.2/src/htscharset.h
--- old/httrack-3.48.22/src/htscharset.h        2016-04-26 19:23:51.000000000 
+0200
+++ new/httrack-3.49.2/src/htscharset.h 2017-04-01 21:38:16.000000000 +0200
@@ -1,7 +1,7 @@
 /* ------------------------------------------------------------ */
 /*
 HTTrack Website Copier, Offline Browser for Windows and Unix
-Copyright (C) 1998-2016 Xavier Roche and other contributors
+Copyright (C) 1998-2017 Xavier Roche and other contributors
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/httrack-3.48.22/src/htsconfig.h new/httrack-3.49.2/src/htsconfig.h
--- old/httrack-3.48.22/src/htsconfig.h 2016-04-26 19:23:51.000000000 +0200
+++ new/httrack-3.49.2/src/htsconfig.h  2017-04-01 21:38:16.000000000 +0200
@@ -1,7 +1,7 @@
 /* ------------------------------------------------------------ */
 /*
 HTTrack Website Copier, Offline Browser for Windows and Unix
-Copyright (C) 1998-2016 Xavier Roche and other contributors
+Copyright (C) 1998-2017 Xavier Roche and other contributors
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/httrack-3.48.22/src/htscore.c new/httrack-3.49.2/src/htscore.c
--- old/httrack-3.48.22/src/htscore.c   2016-04-26 19:23:51.000000000 +0200
+++ new/httrack-3.49.2/src/htscore.c    2017-04-01 21:38:16.000000000 +0200
@@ -1,7 +1,7 @@
 /* ------------------------------------------------------------ */
 /*
 HTTrack Website Copier, Offline Browser for Windows and Unix
-Copyright (C) 1998-2016 Xavier Roche and other contributors
+Copyright (C) 1998-2017 Xavier Roche and other contributors
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
@@ -3993,5 +3993,5 @@
   (void) a;
 }
 
-// HTTrack Website Copier Copyright (C) 1998-2016 Xavier Roche and other 
contributors
+// HTTrack Website Copier Copyright (C) 1998-2017 Xavier Roche and other 
contributors
 //
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/httrack-3.48.22/src/htscore.h new/httrack-3.49.2/src/htscore.h
--- old/httrack-3.48.22/src/htscore.h   2016-04-26 19:23:51.000000000 +0200
+++ new/httrack-3.49.2/src/htscore.h    2017-04-01 21:38:16.000000000 +0200
@@ -1,7 +1,7 @@
 /* ------------------------------------------------------------ */
 /*
 HTTrack Website Copier, Offline Browser for Windows and Unix
-Copyright (C) 1998-2016 Xavier Roche and other contributors
+Copyright (C) 1998-2017 Xavier Roche and other contributors
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/httrack-3.48.22/src/htscoremain.c new/httrack-3.49.2/src/htscoremain.c
--- old/httrack-3.48.22/src/htscoremain.c       2016-04-26 19:23:51.000000000 
+0200
+++ new/httrack-3.49.2/src/htscoremain.c        2017-05-13 15:29:34.000000000 
+0200
@@ -1,7 +1,7 @@
 /* ------------------------------------------------------------ */
 /*
 HTTrack Website Copier, Offline Browser for Windows and Unix
-Copyright (C) 1998-2016 Xavier Roche and other contributors
+Copyright (C) 1998-2017 Xavier Roche and other contributors
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
@@ -2996,7 +2996,7 @@
         }
       }
 
-      strcpy(n_lock,
+      strcpybuff(n_lock,
              fconcat(OPT_GET_BUFF(opt), OPT_GET_BUFF_SIZE(opt), 
StringBuff(opt->path_log),
                      "hts-in_progress.lock"));
       //sprintf(n_lock,fconcat(OPT_GET_BUFF(opt), 
StringBuff(opt->path_log),"hts-in_progress.lock"),n);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/httrack-3.48.22/src/htscoremain.h new/httrack-3.49.2/src/htscoremain.h
--- old/httrack-3.48.22/src/htscoremain.h       2016-04-26 19:23:51.000000000 
+0200
+++ new/httrack-3.49.2/src/htscoremain.h        2017-04-01 21:38:16.000000000 
+0200
@@ -1,7 +1,7 @@
 /* ------------------------------------------------------------ */
 /*
 HTTrack Website Copier, Offline Browser for Windows and Unix
-Copyright (C) 1998-2016 Xavier Roche and other contributors
+Copyright (C) 1998-2017 Xavier Roche and other contributors
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/httrack-3.48.22/src/htsdefines.h new/httrack-3.49.2/src/htsdefines.h
--- old/httrack-3.48.22/src/htsdefines.h        2016-04-26 19:23:51.000000000 
+0200
+++ new/httrack-3.49.2/src/htsdefines.h 2017-04-01 21:38:16.000000000 +0200
@@ -1,7 +1,7 @@
 /* ------------------------------------------------------------ */
 /*
 HTTrack Website Copier, Offline Browser for Windows and Unix
-Copyright (C) 1998-2016 Xavier Roche and other contributors
+Copyright (C) 1998-2017 Xavier Roche and other contributors
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/httrack-3.48.22/src/htsencoding.c new/httrack-3.49.2/src/htsencoding.c
--- old/httrack-3.48.22/src/htsencoding.c       2016-04-26 19:23:51.000000000 
+0200
+++ new/httrack-3.49.2/src/htsencoding.c        2017-04-01 21:38:16.000000000 
+0200
@@ -1,7 +1,7 @@
 /* ------------------------------------------------------------ */
 /*
 HTTrack Website Copier, Offline Browser for Windows and Unix
-Copyright (C) 1998-2016 Xavier Roche and other contributors
+Copyright (C) 1998-2017 Xavier Roche and other contributors
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/httrack-3.48.22/src/htsencoding.h new/httrack-3.49.2/src/htsencoding.h
--- old/httrack-3.48.22/src/htsencoding.h       2016-04-26 19:23:51.000000000 
+0200
+++ new/httrack-3.49.2/src/htsencoding.h        2017-04-01 21:38:16.000000000 
+0200
@@ -1,7 +1,7 @@
 /* ------------------------------------------------------------ */
 /*
 HTTrack Website Copier, Offline Browser for Windows and Unix
-Copyright (C) 1998-2016 Xavier Roche and other contributors
+Copyright (C) 1998-2017 Xavier Roche and other contributors
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/httrack-3.48.22/src/htsfilters.c new/httrack-3.49.2/src/htsfilters.c
--- old/httrack-3.48.22/src/htsfilters.c        2016-04-26 19:23:51.000000000 
+0200
+++ new/httrack-3.49.2/src/htsfilters.c 2017-04-01 21:38:16.000000000 +0200
@@ -1,7 +1,7 @@
 /* ------------------------------------------------------------ */
 /*
 HTTrack Website Copier, Offline Browser for Windows and Unix
-Copyright (C) 1998-2016 Xavier Roche and other contributors
+Copyright (C) 1998-2017 Xavier Roche and other contributors
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/httrack-3.48.22/src/htsfilters.h new/httrack-3.49.2/src/htsfilters.h
--- old/httrack-3.48.22/src/htsfilters.h        2016-04-26 19:23:51.000000000 
+0200
+++ new/httrack-3.49.2/src/htsfilters.h 2017-04-01 21:38:16.000000000 +0200
@@ -1,7 +1,7 @@
 /* ------------------------------------------------------------ */
 /*
 HTTrack Website Copier, Offline Browser for Windows and Unix
-Copyright (C) 1998-2016 Xavier Roche and other contributors
+Copyright (C) 1998-2017 Xavier Roche and other contributors
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/httrack-3.48.22/src/htsftp.c new/httrack-3.49.2/src/htsftp.c
--- old/httrack-3.48.22/src/htsftp.c    2016-04-26 19:23:51.000000000 +0200
+++ new/httrack-3.49.2/src/htsftp.c     2017-04-01 21:38:16.000000000 +0200
@@ -1,7 +1,7 @@
 /* ------------------------------------------------------------ */
 /*
 HTTrack Website Copier, Offline Browser for Windows and Unix
-Copyright (C) 1998-2016 Xavier Roche and other contributors
+Copyright (C) 1998-2017 Xavier Roche and other contributors
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/httrack-3.48.22/src/htsftp.h new/httrack-3.49.2/src/htsftp.h
--- old/httrack-3.48.22/src/htsftp.h    2016-04-26 19:23:51.000000000 +0200
+++ new/httrack-3.49.2/src/htsftp.h     2017-04-01 21:38:16.000000000 +0200
@@ -1,7 +1,7 @@
 /* ------------------------------------------------------------ */
 /*
 HTTrack Website Copier, Offline Browser for Windows and Unix
-Copyright (C) 1998-2016 Xavier Roche and other contributors
+Copyright (C) 1998-2017 Xavier Roche and other contributors
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/httrack-3.48.22/src/htsglobal.h new/httrack-3.49.2/src/htsglobal.h
--- old/httrack-3.48.22/src/htsglobal.h 2016-04-26 19:23:51.000000000 +0200
+++ new/httrack-3.49.2/src/htsglobal.h  2017-05-20 10:33:03.000000000 +0200
@@ -1,7 +1,7 @@
 /* ------------------------------------------------------------ */
 /*
 HTTrack Website Copier, Offline Browser for Windows and Unix
-Copyright (C) 1998-2016 Xavier Roche and other contributors
+Copyright (C) 1998-2017 Xavier Roche and other contributors
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
@@ -36,8 +36,8 @@
 #define HTTRACK_GLOBAL_DEFH
 
 // Version (also check external version information)
-#define HTTRACK_VERSION      "3.48-22"
-#define HTTRACK_VERSIONID    "3.48.22"
+#define HTTRACK_VERSION      "3.49-2"
+#define HTTRACK_VERSIONID    "3.49.2"
 #define HTTRACK_AFF_VERSION  "3.x"
 #define HTTRACK_LIB_VERSION  "2.0"
 
@@ -206,7 +206,7 @@
 /* Taille max ligne de commande (>=HTS_URLMAXSIZE*2) */
 #define HTS_CDLMAXSIZE 1024
 
-/* Copyright (C) 1998-2016 Xavier Roche and other contributors */
+/* Copyright (C) 1998-2017 Xavier Roche and other contributors */
 #define HTTRACK_AFF_AUTHORS "[XR&CO'2014]"
 #define HTS_DEFAULT_FOOTER "<!-- Mirrored from %s%s by HTTrack Website 
Copier/"HTTRACK_AFF_VERSION" "HTTRACK_AFF_AUTHORS", %s -->"
 #define HTTRACK_WEB "http://www.httrack.com";
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/httrack-3.48.22/src/htshash.c new/httrack-3.49.2/src/htshash.c
--- old/httrack-3.48.22/src/htshash.c   2016-04-26 19:23:51.000000000 +0200
+++ new/httrack-3.49.2/src/htshash.c    2017-04-01 21:38:16.000000000 +0200
@@ -1,7 +1,7 @@
 /* ------------------------------------------------------------ */
 /*
 HTTrack Website Copier, Offline Browser for Windows and Unix
-Copyright (C) 1998-2016 Xavier Roche and other contributors
+Copyright (C) 1998-2017 Xavier Roche and other contributors
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/httrack-3.48.22/src/htshash.h new/httrack-3.49.2/src/htshash.h
--- old/httrack-3.48.22/src/htshash.h   2016-04-26 19:23:51.000000000 +0200
+++ new/httrack-3.49.2/src/htshash.h    2017-04-01 21:38:16.000000000 +0200
@@ -1,7 +1,7 @@
 /* ------------------------------------------------------------ */
 /*
 HTTrack Website Copier, Offline Browser for Windows and Unix
-Copyright (C) 1998-2016 Xavier Roche and other contributors
+Copyright (C) 1998-2017 Xavier Roche and other contributors
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/httrack-3.48.22/src/htshelp.c new/httrack-3.49.2/src/htshelp.c
--- old/httrack-3.48.22/src/htshelp.c   2016-04-26 19:23:51.000000000 +0200
+++ new/httrack-3.49.2/src/htshelp.c    2017-04-01 21:38:16.000000000 +0200
@@ -1,7 +1,7 @@
 /* ------------------------------------------------------------ */
 /*
 HTTrack Website Copier, Offline Browser for Windows and Unix
-Copyright (C) 1998-2016 Xavier Roche and other contributors
+Copyright (C) 1998-2017 Xavier Roche and other contributors
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
@@ -182,7 +182,7 @@
   printf("\n");
   printf("Welcome to HTTrack Website Copier (Offline Browser) " HTTRACK_VERSION
          "%s\n", hts_get_version_info(opt));
-  printf("Copyright (C) 1998-2016 Xavier Roche and other contributors\n");
+  printf("Copyright (C) 1998-2017 Xavier Roche and other contributors\n");
 #ifdef _WIN32
   printf("Note: You are running the commandline version,\n");
   printf("run 'WinHTTrack.exe' to get the GUI version.\n");
@@ -795,7 +795,7 @@
   sprintf(info, "HTTrack version " HTTRACK_VERSION "%s",
           hts_is_available());
   infomsg(info);
-  infomsg("Copyright (C) 1998-2016 Xavier Roche and other contributors");
+  infomsg("Copyright (C) 1998-2017 Xavier Roche and other contributors");
 #ifdef HTS_PLATFORM_NAME
   infomsg("[compiled: " HTS_PLATFORM_NAME "]");
 #endif
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/httrack-3.48.22/src/htshelp.h new/httrack-3.49.2/src/htshelp.h
--- old/httrack-3.48.22/src/htshelp.h   2016-04-26 19:23:51.000000000 +0200
+++ new/httrack-3.49.2/src/htshelp.h    2017-04-01 21:38:16.000000000 +0200
@@ -1,7 +1,7 @@
 /* ------------------------------------------------------------ */
 /*
 HTTrack Website Copier, Offline Browser for Windows and Unix
-Copyright (C) 1998-2016 Xavier Roche and other contributors
+Copyright (C) 1998-2017 Xavier Roche and other contributors
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/httrack-3.48.22/src/htsindex.c new/httrack-3.49.2/src/htsindex.c
--- old/httrack-3.48.22/src/htsindex.c  2016-04-26 19:23:51.000000000 +0200
+++ new/httrack-3.49.2/src/htsindex.c   2017-04-01 21:38:16.000000000 +0200
@@ -1,7 +1,7 @@
 /* ------------------------------------------------------------ */
 /*
 HTTrack Website Copier, Offline Browser for Windows and Unix
-Copyright (C) 1998-2016 Xavier Roche and other contributors
+Copyright (C) 1998-2017 Xavier Roche and other contributors
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/httrack-3.48.22/src/htsindex.h new/httrack-3.49.2/src/htsindex.h
--- old/httrack-3.48.22/src/htsindex.h  2016-04-26 19:23:51.000000000 +0200
+++ new/httrack-3.49.2/src/htsindex.h   2017-04-01 21:38:16.000000000 +0200
@@ -1,7 +1,7 @@
 /* ------------------------------------------------------------ */
 /*
 HTTrack Website Copier, Offline Browser for Windows and Unix
-Copyright (C) 1998-2016 Xavier Roche and other contributors
+Copyright (C) 1998-2017 Xavier Roche and other contributors
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/httrack-3.48.22/src/htsjava.c new/httrack-3.49.2/src/htsjava.c
--- old/httrack-3.48.22/src/htsjava.c   2016-04-26 19:23:51.000000000 +0200
+++ new/httrack-3.49.2/src/htsjava.c    2017-04-01 21:38:16.000000000 +0200
@@ -1,7 +1,7 @@
 /* ------------------------------------------------------------ */
 /*
 HTTrack Website Copier, Offline Browser for Windows and Unix
-Copyright (C) 1998-2016 Xavier Roche and other contributors
+Copyright (C) 1998-2017 Xavier Roche and other contributors
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/httrack-3.48.22/src/htsjava.h new/httrack-3.49.2/src/htsjava.h
--- old/httrack-3.48.22/src/htsjava.h   2016-04-26 19:23:51.000000000 +0200
+++ new/httrack-3.49.2/src/htsjava.h    2017-04-01 21:38:16.000000000 +0200
@@ -1,7 +1,7 @@
 /* ------------------------------------------------------------ */
 /*
 HTTrack Website Copier, Offline Browser for Windows and Unix
-Copyright (C) 1998-2016 Xavier Roche and other contributors
+Copyright (C) 1998-2017 Xavier Roche and other contributors
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/httrack-3.48.22/src/htslib.c new/httrack-3.49.2/src/htslib.c
--- old/httrack-3.48.22/src/htslib.c    2016-04-26 19:23:51.000000000 +0200
+++ new/httrack-3.49.2/src/htslib.c     2017-04-01 22:00:27.000000000 +0200
@@ -1,7 +1,7 @@
 /* ------------------------------------------------------------ */
 /*
 HTTrack Website Copier, Offline Browser for Windows and Unix
-Copyright (C) 1998-2016 Xavier Roche and other contributors
+Copyright (C) 1998-2017 Xavier Roche and other contributors
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
@@ -68,7 +68,11 @@
 #include <time.h>
 #include <stdarg.h>
 
+#ifndef _WIN32
+#include <sys/time.h>
+#else
 #include <sys/timeb.h>
+#endif
 #include <fcntl.h>
 
 // pour utimbuf
@@ -2575,11 +2579,20 @@
 // number of millisec since 1970
 HTSEXT_API TStamp mtime_local(void) {
 #ifndef HTS_DO_NOT_USE_FTIME
-  struct timeb B;
+#ifndef _WIN32
+  struct timeval tv;
+  if (gettimeofday(&tv, NULL) != 0) {
+    assert(! "gettimeofday");
+  }
 
+  return (TStamp) (((TStamp) tv.tv_sec * (TStamp) 1000)
+                   + ((TStamp) tv.tv_usec / (TStamp) 1000000));
+#else
+  struct timeb B;
   ftime(&B);
   return (TStamp) (((TStamp) B.time * (TStamp) 1000)
                    + ((TStamp) B.millitm));
+#endif
 #else
   // not precise..
   return (TStamp) (((TStamp) time_local() * (TStamp) 1000)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/httrack-3.48.22/src/htslib.h new/httrack-3.49.2/src/htslib.h
--- old/httrack-3.48.22/src/htslib.h    2016-04-26 19:23:51.000000000 +0200
+++ new/httrack-3.49.2/src/htslib.h     2017-04-01 21:38:16.000000000 +0200
@@ -1,7 +1,7 @@
 /* ------------------------------------------------------------ */
 /*
 HTTrack Website Copier, Offline Browser for Windows and Unix
-Copyright (C) 1998-2016 Xavier Roche and other contributors
+Copyright (C) 1998-2017 Xavier Roche and other contributors
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/httrack-3.48.22/src/htsmd5.c new/httrack-3.49.2/src/htsmd5.c
--- old/httrack-3.48.22/src/htsmd5.c    2016-04-26 19:23:51.000000000 +0200
+++ new/httrack-3.49.2/src/htsmd5.c     2017-04-01 21:38:16.000000000 +0200
@@ -1,7 +1,7 @@
 
 /*
 HTTrack Website Copier, Offline Browser for Windows and Unix
-Copyright (C) 1998-2016 Xavier Roche and other contributors
+Copyright (C) 1998-2017 Xavier Roche and other contributors
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/httrack-3.48.22/src/htsmd5.h new/httrack-3.49.2/src/htsmd5.h
--- old/httrack-3.48.22/src/htsmd5.h    2016-04-26 19:23:51.000000000 +0200
+++ new/httrack-3.49.2/src/htsmd5.h     2017-04-01 21:38:16.000000000 +0200
@@ -1,7 +1,7 @@
 /* ------------------------------------------------------------ */
 /*
 HTTrack Website Copier, Offline Browser for Windows and Unix
-Copyright (C) 1998-2016 Xavier Roche and other contributors
+Copyright (C) 1998-2017 Xavier Roche and other contributors
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/httrack-3.48.22/src/htsmodules.c new/httrack-3.49.2/src/htsmodules.c
--- old/httrack-3.48.22/src/htsmodules.c        2016-04-26 19:23:51.000000000 
+0200
+++ new/httrack-3.49.2/src/htsmodules.c 2017-04-01 21:38:16.000000000 +0200
@@ -1,7 +1,7 @@
 /* ------------------------------------------------------------ */
 /*
 HTTrack Website Copier, Offline Browser for Windows and Unix
-Copyright (C) 1998-2016 Xavier Roche and other contributors
+Copyright (C) 1998-2017 Xavier Roche and other contributors
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/httrack-3.48.22/src/htsmodules.h new/httrack-3.49.2/src/htsmodules.h
--- old/httrack-3.48.22/src/htsmodules.h        2016-04-26 19:23:51.000000000 
+0200
+++ new/httrack-3.49.2/src/htsmodules.h 2017-04-01 21:38:16.000000000 +0200
@@ -1,7 +1,7 @@
 /* ------------------------------------------------------------ */
 /*
 HTTrack Website Copier, Offline Browser for Windows and Unix
-Copyright (C) 1998-2016 Xavier Roche and other contributors
+Copyright (C) 1998-2017 Xavier Roche and other contributors
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/httrack-3.48.22/src/htsname.c new/httrack-3.49.2/src/htsname.c
--- old/httrack-3.48.22/src/htsname.c   2016-04-26 19:23:51.000000000 +0200
+++ new/httrack-3.49.2/src/htsname.c    2017-04-01 21:38:16.000000000 +0200
@@ -1,7 +1,7 @@
 /* ------------------------------------------------------------ */
 /*
 HTTrack Website Copier, Offline Browser for Windows and Unix
-Copyright (C) 1998-2016 Xavier Roche and other contributors
+Copyright (C) 1998-2017 Xavier Roche and other contributors
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/httrack-3.48.22/src/htsname.h new/httrack-3.49.2/src/htsname.h
--- old/httrack-3.48.22/src/htsname.h   2016-04-26 19:23:51.000000000 +0200
+++ new/httrack-3.49.2/src/htsname.h    2017-04-01 21:38:16.000000000 +0200
@@ -1,7 +1,7 @@
 /* ------------------------------------------------------------ */
 /*
 HTTrack Website Copier, Offline Browser for Windows and Unix
-Copyright (C) 1998-2016 Xavier Roche and other contributors
+Copyright (C) 1998-2017 Xavier Roche and other contributors
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/httrack-3.48.22/src/htsnet.h new/httrack-3.49.2/src/htsnet.h
--- old/httrack-3.48.22/src/htsnet.h    2016-04-26 19:23:51.000000000 +0200
+++ new/httrack-3.49.2/src/htsnet.h     2017-04-01 21:38:16.000000000 +0200
@@ -1,7 +1,7 @@
 /* ------------------------------------------------------------ */
 /*
 HTTrack Website Copier, Offline Browser for Windows and Unix
-Copyright (C) 1998-2016 Xavier Roche and other contributors
+Copyright (C) 1998-2017 Xavier Roche and other contributors
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/httrack-3.48.22/src/htsopt.h new/httrack-3.49.2/src/htsopt.h
--- old/httrack-3.48.22/src/htsopt.h    2016-04-26 19:23:51.000000000 +0200
+++ new/httrack-3.49.2/src/htsopt.h     2017-04-01 21:38:16.000000000 +0200
@@ -1,7 +1,7 @@
 /* ------------------------------------------------------------ */
 /*
 HTTrack Website Copier, Offline Browser for Windows and Unix
-Copyright (C) 1998-2016 Xavier Roche and other contributors
+Copyright (C) 1998-2017 Xavier Roche and other contributors
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/httrack-3.48.22/src/htsparse.c new/httrack-3.49.2/src/htsparse.c
--- old/httrack-3.48.22/src/htsparse.c  2016-04-26 19:23:51.000000000 +0200
+++ new/httrack-3.49.2/src/htsparse.c   2017-04-01 21:38:16.000000000 +0200
@@ -1,7 +1,7 @@
 /* ------------------------------------------------------------ */
 /*
 HTTrack Website Copier, Offline Browser for Windows and Unix
-Copyright (C) 1998-2016 Xavier Roche and other contributors
+Copyright (C) 1998-2017 Xavier Roche and other contributors
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
@@ -699,7 +699,7 @@
               break;
             case 1:
               // And the closing comment info tag
-              if ((p = strfield(html, "</html") != 0)) {
+              if ((p = strfield(html, "</html")) != 0) {
                 emited_footer++;
               } else {
                 p = 0;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/httrack-3.48.22/src/htsparse.h new/httrack-3.49.2/src/htsparse.h
--- old/httrack-3.48.22/src/htsparse.h  2016-04-26 19:23:51.000000000 +0200
+++ new/httrack-3.49.2/src/htsparse.h   2017-04-01 21:38:16.000000000 +0200
@@ -1,7 +1,7 @@
 /* ------------------------------------------------------------ */
 /*
 HTTrack Website Copier, Offline Browser for Windows and Unix
-Copyright (C) 1998-2016 Xavier Roche and other contributors
+Copyright (C) 1998-2017 Xavier Roche and other contributors
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/httrack-3.48.22/src/htsrobots.c new/httrack-3.49.2/src/htsrobots.c
--- old/httrack-3.48.22/src/htsrobots.c 2016-04-26 19:23:51.000000000 +0200
+++ new/httrack-3.49.2/src/htsrobots.c  2017-04-01 21:38:16.000000000 +0200
@@ -1,7 +1,7 @@
 /* ------------------------------------------------------------ */
 /*
 HTTrack Website Copier, Offline Browser for Windows and Unix
-Copyright (C) 1998-2016 Xavier Roche and other contributors
+Copyright (C) 1998-2017 Xavier Roche and other contributors
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/httrack-3.48.22/src/htsrobots.h new/httrack-3.49.2/src/htsrobots.h
--- old/httrack-3.48.22/src/htsrobots.h 2016-04-26 19:23:51.000000000 +0200
+++ new/httrack-3.49.2/src/htsrobots.h  2017-04-01 21:38:16.000000000 +0200
@@ -1,7 +1,7 @@
 /* ------------------------------------------------------------ */
 /*
 HTTrack Website Copier, Offline Browser for Windows and Unix
-Copyright (C) 1998-2016 Xavier Roche and other contributors
+Copyright (C) 1998-2017 Xavier Roche and other contributors
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/httrack-3.48.22/src/htssafe.h new/httrack-3.49.2/src/htssafe.h
--- old/httrack-3.48.22/src/htssafe.h   2016-04-26 19:23:51.000000000 +0200
+++ new/httrack-3.49.2/src/htssafe.h    2017-04-01 21:38:16.000000000 +0200
@@ -1,7 +1,7 @@
 /* ------------------------------------------------------------ */
 /*
 HTTrack Website Copier, Offline Browser for Windows and Unix
-Copyright (C) 1998-2016 Xavier Roche and other contributors
+Copyright (C) 1998-2017 Xavier Roche and other contributors
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/httrack-3.48.22/src/htsserver.c new/httrack-3.49.2/src/htsserver.c
--- old/httrack-3.48.22/src/htsserver.c 2016-04-26 19:23:51.000000000 +0200
+++ new/httrack-3.49.2/src/htsserver.c  2017-04-01 21:38:16.000000000 +0200
@@ -1,7 +1,7 @@
 /* ------------------------------------------------------------ */
 /*
 HTTrack Website Copier, Offline Browser for Windows and Unix
-Copyright (C) 1998-2016 Xavier Roche and other contributors
+Copyright (C) 1998-2017 Xavier Roche and other contributors
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/httrack-3.48.22/src/htsserver.h new/httrack-3.49.2/src/htsserver.h
--- old/httrack-3.48.22/src/htsserver.h 2016-04-26 19:23:51.000000000 +0200
+++ new/httrack-3.49.2/src/htsserver.h  2017-04-01 21:38:16.000000000 +0200
@@ -1,7 +1,7 @@
 /* ------------------------------------------------------------ */
 /*
 HTTrack Website Copier, Offline Browser for Windows and Unix
-Copyright (C) 1998-2016 Xavier Roche and other contributors
+Copyright (C) 1998-2017 Xavier Roche and other contributors
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/httrack-3.48.22/src/htsstrings.h new/httrack-3.49.2/src/htsstrings.h
--- old/httrack-3.48.22/src/htsstrings.h        2016-04-26 19:23:51.000000000 
+0200
+++ new/httrack-3.49.2/src/htsstrings.h 2017-04-01 21:38:16.000000000 +0200
@@ -1,7 +1,7 @@
 /* ------------------------------------------------------------ */
 /*
 HTTrack Website Copier, Offline Browser for Windows and Unix
-Copyright (C) 1998-2016 Xavier Roche and other contributors
+Copyright (C) 1998-2017 Xavier Roche and other contributors
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/httrack-3.48.22/src/htsthread.c new/httrack-3.49.2/src/htsthread.c
--- old/httrack-3.48.22/src/htsthread.c 2016-04-26 19:23:51.000000000 +0200
+++ new/httrack-3.49.2/src/htsthread.c  2017-04-01 21:38:16.000000000 +0200
@@ -1,7 +1,7 @@
 /* ------------------------------------------------------------ */
 /*
 HTTrack Website Copier, Offline Browser for Windows and Unix
-Copyright (C) 1998-2016 Xavier Roche and other contributors
+Copyright (C) 1998-2017 Xavier Roche and other contributors
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/httrack-3.48.22/src/htsthread.h new/httrack-3.49.2/src/htsthread.h
--- old/httrack-3.48.22/src/htsthread.h 2016-04-26 19:23:51.000000000 +0200
+++ new/httrack-3.49.2/src/htsthread.h  2017-04-01 21:38:16.000000000 +0200
@@ -1,7 +1,7 @@
 /* ------------------------------------------------------------ */
 /*
 HTTrack Website Copier, Offline Browser for Windows and Unix
-Copyright (C) 1998-2016 Xavier Roche and other contributors
+Copyright (C) 1998-2017 Xavier Roche and other contributors
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/httrack-3.48.22/src/htstools.c new/httrack-3.49.2/src/htstools.c
--- old/httrack-3.48.22/src/htstools.c  2016-04-26 19:23:51.000000000 +0200
+++ new/httrack-3.49.2/src/htstools.c   2017-04-01 21:38:16.000000000 +0200
@@ -1,7 +1,7 @@
 /* ------------------------------------------------------------ */
 /*
 HTTrack Website Copier, Offline Browser for Windows and Unix
-Copyright (C) 1998-2016 Xavier Roche and other contributors
+Copyright (C) 1998-2017 Xavier Roche and other contributors
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/httrack-3.48.22/src/htstools.h new/httrack-3.49.2/src/htstools.h
--- old/httrack-3.48.22/src/htstools.h  2016-04-26 19:23:51.000000000 +0200
+++ new/httrack-3.49.2/src/htstools.h   2017-04-01 21:38:16.000000000 +0200
@@ -1,7 +1,7 @@
 /* ------------------------------------------------------------ */
 /*
 HTTrack Website Copier, Offline Browser for Windows and Unix
-Copyright (C) 1998-2016 Xavier Roche and other contributors
+Copyright (C) 1998-2017 Xavier Roche and other contributors
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/httrack-3.48.22/src/htsweb.c new/httrack-3.49.2/src/htsweb.c
--- old/httrack-3.48.22/src/htsweb.c    2016-04-26 19:23:51.000000000 +0200
+++ new/httrack-3.49.2/src/htsweb.c     2017-04-01 21:38:17.000000000 +0200
@@ -1,7 +1,7 @@
 /* ------------------------------------------------------------ */
 /*
 HTTrack Website Copier, Offline Browser for Windows and Unix
-Copyright (C) 1998-2016 Xavier Roche and other contributors
+Copyright (C) 1998-2017 Xavier Roche and other contributors
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/httrack-3.48.22/src/htsweb.h new/httrack-3.49.2/src/htsweb.h
--- old/httrack-3.48.22/src/htsweb.h    2016-04-26 19:23:51.000000000 +0200
+++ new/httrack-3.49.2/src/htsweb.h     2017-04-01 21:38:17.000000000 +0200
@@ -1,7 +1,7 @@
 /* ------------------------------------------------------------ */
 /*
 HTTrack Website Copier, Offline Browser for Windows and Unix
-Copyright (C) 1998-2016 Xavier Roche and other contributors
+Copyright (C) 1998-2017 Xavier Roche and other contributors
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/httrack-3.48.22/src/htswizard.c new/httrack-3.49.2/src/htswizard.c
--- old/httrack-3.48.22/src/htswizard.c 2016-04-26 19:23:51.000000000 +0200
+++ new/httrack-3.49.2/src/htswizard.c  2017-04-01 21:38:17.000000000 +0200
@@ -1,7 +1,7 @@
 /* ------------------------------------------------------------ */
 /*
 HTTrack Website Copier, Offline Browser for Windows and Unix
-Copyright (C) 1998-2016 Xavier Roche and other contributors
+Copyright (C) 1998-2017 Xavier Roche and other contributors
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/httrack-3.48.22/src/htswizard.h new/httrack-3.49.2/src/htswizard.h
--- old/httrack-3.48.22/src/htswizard.h 2016-04-26 19:23:51.000000000 +0200
+++ new/httrack-3.49.2/src/htswizard.h  2017-04-01 21:38:17.000000000 +0200
@@ -1,7 +1,7 @@
 /* ------------------------------------------------------------ */
 /*
 HTTrack Website Copier, Offline Browser for Windows and Unix
-Copyright (C) 1998-2016 Xavier Roche and other contributors
+Copyright (C) 1998-2017 Xavier Roche and other contributors
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/httrack-3.48.22/src/htswrap.c new/httrack-3.49.2/src/htswrap.c
--- old/httrack-3.48.22/src/htswrap.c   2016-04-26 19:23:51.000000000 +0200
+++ new/httrack-3.49.2/src/htswrap.c    2017-04-01 21:38:17.000000000 +0200
@@ -1,7 +1,7 @@
 /* ------------------------------------------------------------ */
 /*
 HTTrack Website Copier, Offline Browser for Windows and Unix
-Copyright (C) 1998-2016 Xavier Roche and other contributors
+Copyright (C) 1998-2017 Xavier Roche and other contributors
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/httrack-3.48.22/src/htswrap.h new/httrack-3.49.2/src/htswrap.h
--- old/httrack-3.48.22/src/htswrap.h   2016-04-26 19:23:51.000000000 +0200
+++ new/httrack-3.49.2/src/htswrap.h    2017-04-01 21:38:17.000000000 +0200
@@ -1,7 +1,7 @@
 /* ------------------------------------------------------------ */
 /*
 HTTrack Website Copier, Offline Browser for Windows and Unix
-Copyright (C) 1998-2016 Xavier Roche and other contributors
+Copyright (C) 1998-2017 Xavier Roche and other contributors
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/httrack-3.48.22/src/htszlib.c new/httrack-3.49.2/src/htszlib.c
--- old/httrack-3.48.22/src/htszlib.c   2016-04-26 19:23:51.000000000 +0200
+++ new/httrack-3.49.2/src/htszlib.c    2017-04-01 21:38:17.000000000 +0200
@@ -1,7 +1,7 @@
 /* ------------------------------------------------------------ */
 /*
 HTTrack Website Copier, Offline Browser for Windows and Unix
-Copyright (C) 1998-2016 Xavier Roche and other contributors
+Copyright (C) 1998-2017 Xavier Roche and other contributors
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/httrack-3.48.22/src/htszlib.h new/httrack-3.49.2/src/htszlib.h
--- old/httrack-3.48.22/src/htszlib.h   2016-04-26 19:23:51.000000000 +0200
+++ new/httrack-3.49.2/src/htszlib.h    2017-04-01 21:38:17.000000000 +0200
@@ -1,7 +1,7 @@
 /* ------------------------------------------------------------ */
 /*
 HTTrack Website Copier, Offline Browser for Windows and Unix
-Copyright (C) 1998-2016 Xavier Roche and other contributors
+Copyright (C) 1998-2017 Xavier Roche and other contributors
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/httrack-3.48.22/src/httrack-library.h 
new/httrack-3.49.2/src/httrack-library.h
--- old/httrack-3.48.22/src/httrack-library.h   2016-04-26 19:23:51.000000000 
+0200
+++ new/httrack-3.49.2/src/httrack-library.h    2017-04-01 21:38:17.000000000 
+0200
@@ -1,7 +1,7 @@
 /* ------------------------------------------------------------ */
 /*
 HTTrack Website Copier, Offline Browser for Windows and Unix
-Copyright (C) 1998-2016 Xavier Roche and other contributors
+Copyright (C) 1998-2017 Xavier Roche and other contributors
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/httrack-3.48.22/src/httrack.c new/httrack-3.49.2/src/httrack.c
--- old/httrack-3.48.22/src/httrack.c   2016-04-26 19:23:51.000000000 +0200
+++ new/httrack-3.49.2/src/httrack.c    2017-04-01 21:38:17.000000000 +0200
@@ -1,7 +1,7 @@
 /* ------------------------------------------------------------ */
 /*
 HTTrack Website Copier, Offline Browser for Windows and Unix
-Copyright (C) 1998-2016 Xavier Roche and other contributors
+Copyright (C) 1998-2017 Xavier Roche and other contributors
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/httrack-3.48.22/src/httrack.h new/httrack-3.49.2/src/httrack.h
--- old/httrack-3.48.22/src/httrack.h   2016-04-26 19:23:51.000000000 +0200
+++ new/httrack-3.49.2/src/httrack.h    2017-04-01 21:38:17.000000000 +0200
@@ -1,7 +1,7 @@
 /* ------------------------------------------------------------ */
 /*
 HTTrack Website Copier, Offline Browser for Windows and Unix
-Copyright (C) 1998-2016 Xavier Roche and other contributors
+Copyright (C) 1998-2017 Xavier Roche and other contributors
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/httrack-3.48.22/src/proxy/main.c new/httrack-3.49.2/src/proxy/main.c
--- old/httrack-3.48.22/src/proxy/main.c        2016-04-26 19:23:51.000000000 
+0200
+++ new/httrack-3.49.2/src/proxy/main.c 2017-04-01 21:38:17.000000000 +0200
@@ -1,7 +1,7 @@
 /* ------------------------------------------------------------ */
 /*
 HTTrack Website Copier, Offline Browser for Windows and Unix
-Copyright (C) 1998-2016 Xavier Roche and other contributors
+Copyright (C) 1998-2017 Xavier Roche and other contributors
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
@@ -91,7 +91,7 @@
   /* Args */
   printf("ProxyTrack %s, build proxies upon HTTrack Website Copier Archives\n",
          PROXYTRACK_VERSION);
-  printf("Copyright (C) 1998-2016 Xavier Roche and other contributors\n");
+  printf("Copyright (C) 1998-2017 Xavier Roche and other contributors\n");
   printf("\n");
   printf("This program is free software: you can redistribute it and/or 
modify\n");
   printf("it under the terms of the GNU General Public License as published 
by\n");
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/httrack-3.48.22/src/proxy/proxystrings.h 
new/httrack-3.49.2/src/proxy/proxystrings.h
--- old/httrack-3.48.22/src/proxy/proxystrings.h        2016-04-26 
19:23:51.000000000 +0200
+++ new/httrack-3.49.2/src/proxy/proxystrings.h 2017-04-01 21:38:17.000000000 
+0200
@@ -1,7 +1,7 @@
 /* ------------------------------------------------------------ */
 /*
 HTTrack Website Copier, Offline Browser for Windows and Unix
-Copyright (C) 1998-2016 Xavier Roche and other contributors
+Copyright (C) 1998-2017 Xavier Roche and other contributors
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/httrack-3.48.22/src/proxy/proxytrack.c 
new/httrack-3.49.2/src/proxy/proxytrack.c
--- old/httrack-3.48.22/src/proxy/proxytrack.c  2016-04-26 19:23:51.000000000 
+0200
+++ new/httrack-3.49.2/src/proxy/proxytrack.c   2017-04-01 21:38:17.000000000 
+0200
@@ -1,7 +1,7 @@
 /* ------------------------------------------------------------ */
 /*
 HTTrack Website Copier, Offline Browser for Windows and Unix
-Copyright (C) 1998-2016 Xavier Roche and other contributors
+Copyright (C) 1998-2017 Xavier Roche and other contributors
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/httrack-3.48.22/src/proxy/proxytrack.h 
new/httrack-3.49.2/src/proxy/proxytrack.h
--- old/httrack-3.48.22/src/proxy/proxytrack.h  2016-04-26 19:23:51.000000000 
+0200
+++ new/httrack-3.49.2/src/proxy/proxytrack.h   2017-04-01 21:38:17.000000000 
+0200
@@ -1,7 +1,7 @@
 /* ------------------------------------------------------------ */
 /*
 HTTrack Website Copier, Offline Browser for Windows and Unix
-Copyright (C) 1998-2016 Xavier Roche and other contributors
+Copyright (C) 1998-2017 Xavier Roche and other contributors
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/httrack-3.48.22/src/proxy/store.c new/httrack-3.49.2/src/proxy/store.c
--- old/httrack-3.48.22/src/proxy/store.c       2016-04-26 19:23:51.000000000 
+0200
+++ new/httrack-3.49.2/src/proxy/store.c        2017-04-01 21:38:17.000000000 
+0200
@@ -1,7 +1,7 @@
 /* ------------------------------------------------------------ */
 /*
 HTTrack Website Copier, Offline Browser for Windows and Unix
-Copyright (C) 1998-2016 Xavier Roche and other contributors
+Copyright (C) 1998-2017 Xavier Roche and other contributors
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/httrack-3.48.22/src/proxy/store.h new/httrack-3.49.2/src/proxy/store.h
--- old/httrack-3.48.22/src/proxy/store.h       2016-04-26 19:23:51.000000000 
+0200
+++ new/httrack-3.49.2/src/proxy/store.h        2017-04-01 21:38:17.000000000 
+0200
@@ -1,7 +1,7 @@
 /* ------------------------------------------------------------ */
 /*
 HTTrack Website Copier, Offline Browser for Windows and Unix
-Copyright (C) 1998-2016 Xavier Roche and other contributors
+Copyright (C) 1998-2017 Xavier Roche and other contributors
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by


Reply via email to