Change logs for webalizer source package in Feisty

  • webalizer (2.01.10-31) unstable; urgency=low
    
      * Better write webalizer/upgrade2011030 message in template file. 
        (Closes: #383820, #397193)
      * Changed cron script to dont abort, and continue when occour error with
        just one .conf file. Now it continue and just print a error message.
        (Closes: #384214)
      * 22_php_as_htm_in_sample.conf.dpatch. (Closes: #247124)
        - Enable Pagetype option to manage php files as htm.
      * Move actual configuration of the package to the postinst script.  The
        config script now only contains the questions (Closes: #397383, #383984).
        Thanks to Julien Danjou <email address hidden>.
      * Parse the configuration file in the config script, if it exists, and
        register the information in the debconf database.  This way, the
        postinst will respect local changes, and dpkg-reconfigure can actually
        be used (which wasn't possible in the old setup).
      * Create /etc/webalizer directory if it does not exist. (Closes: #382023)
      * Added configure option to force webalizer read conf files from
        /etc/webalizer (Closes: #396309). thanks to Frank Küster
        <email address hidden>
      * Solved a bug in 17_gettext patch, thanks to Diego Chaparro
        <email address hidden>. (Closes: #380060)
      * Added a debconf option to enable DNSCache. (Closes: #389572)
    
      [ Debconf Translations ]
      * Portuguese by Rui Branco (Closes: #396645).
      * Japanese by Hideki Yamane (Closes: #396145).
      * Czech by Miroslav Kure (Closes: #384763).
    
     -- Ubuntu Archive Auto-Sync <email address hidden>   Thu,  16 Nov 2006 17:09:33 +0000
  • webalizer (2.01.10-30.1) unstable; urgency=medium
    
      * Non-maintainer upload for RC bug.
    
      * Fix RC build failure: add autoconf to the build-dependencies.
        Thanks Martin Braure de Calignon, closes: #379584.
    
      [ Debconf Translations ]
      * Portuguese by Rui Branco (Closes: #381383).
      * French by Gregory Colpart (Closes: #382792).
    
    webalizer (2.01.10-30) unstable; urgency=low
    
      * Added dpatch support, changed and ordered old changes to dpatch.
      * 01_basic_patch. Thanks to Landon Curt Noll.
         - Ability to process very large log files (> 2GB in size).
         - Added some missing locations from the ISO UN codes and from GeoIP's list.
         - Some location names have been corrected or changed to their official name.
         - Added some more TLDs.
         - Let the DNS cache exist for at least a month.
         - Avoid referrer spamming, turns the "top N referrer" table into just values.
         - Correctly process log entries made during a leap second.
        02_64bit. Thanks to Landon Curt Noll.
         - Avoid 32 bit counter overflow.
        03_history. Thanks to Landon Curt Noll.
         - Extend the summary page for longer than 12 months.
         - Added track_hist bash script.
        04_geolizer. Thanks to Landon Curt Noll.
         - Added support to geolizer. (Closes: #285434)
         - Added libgeoip-dev as Build-depends.
        05_apache_logio.
         - Added logio support for new apache2 mod_logio logfiles.
        06_UserColor. Thanks to Benoît Rouits. <<email address hidden>.
         - Allow one to customize the colors of the charts.
        07_w3c-v4. Thanks to Klaus Reimer <email address hidden>.
         - Implement W3C extended log file format support.
        08_symlink_vulnerability. Thanks to Julien Danjou <email address hidden>.
         - Converted patch that solve a "symlink vulnerability".
        09_ipv6_support. Thanks to Arkadiusz Mi¶kiewicz <email address hidden>
         - Added IPV6 support.
        10_remove_db1_dependence
         - Removed db1_* dependence.
        11_various_buffer_overflows. Thanks to Torsten <email address hidden>,
           Timo Sirainen <email address hidden> and  Ulf Harnhammar <email address hidden>.
         - Fixed buffer overflow while parsing squid logs.
         - Fixed several "potential" buffer overflows.
         - Fixed ftp parser overflowing timestamp from log file.
         - Fixed buffer overflow when parsing FTP xfer log files.
         - Fixed buffer overflow when parsing webalizer.conf.
         - Fixed off-by-one bug in the DNS handling.
        12_recognize_Opera_browsers. Thanks to 
           Steinar H. Gunderson <email address hidden>
         - Webalizer now recognizes Opera browsers.
        13_add_NoFollow_feature. Thanks to Robert Cheramy <email address hidden>.
         - Add "Nofollow" option.
        14_add_search_engines. Thanks to Gavin Rogers <email address hidden>
           and Cyril Bouthors <email address hidden>.
         - Added more search engines in sample.conf file.
        15_ignore_localhost. Thanks to 
           Norbert Bottlaender-Prier <email address hidden>
         - Ignore localhost by default in sample.conf file.
        16_fix_typos_webalizer.1
         - Fix typo errors in webalizer.1 man file.
        17_gettext
         - German po translation, thanks to Florian Zumbiehl <email address hidden>.
           (Closes: #364086)
         - Changed wrong country name in no.po file. (Closes: #351753)
         - Added support to "string context" with gettext, this solve problem
           with equal strings that have different mean. (Closes: #295219)
         - Added a little text about this patch in README.Debian.(Closes: #334984)
        18_ttf_support_throught_libgd. Thanks to Tatsuki Sugiura <email address hidden>.
         - make possible to use TrueTypeFont throught libgd. (Closes: #201723)
        19_add_PagePrefix_feature. Thanks to 
           Remco van de Meent <email address hidden>
         - Added new PagePrefix feature. (Closes: #149183)
        20_fix_capital_letter_option. Thanks to 
           Frank IJskes <email address hidden> (Closes: #358764)
        21_remove_-v_option. (Closes: #308190)
           Remove -v option to follows common and already established guidelines.
      * Removed debian/cron-multiple-config file.
      * Recreated a new daily cron file (webalizer.cron.daily) with support to
        many .conf files. (Closes: #229179)
      * Add msfree.png and webalizer.png to package. (Closes: #352366)
      * Changed Build-Dependence from libpng3-dev to libpng12-dev.
      * Added Homepage: in debian/control and updated Long Description.
      * Added autotools-dev as build dependence, and always run autoconf in rules
        file.
      * Standards-Version: 3.7.2.
      * Updated Descriptions in debian/templates file to complain with Policy.
      * Updated debian/config script to check if webalizer is older than this
        release and if yes move /etc/webalizer.conf to new place.
      * Suggests apache2's log file on installation. (Closes: #232564)
      * Remove /var/www/webalizer directory after purge, remove output for
        /dev/null in mkdir command and change exit code to 1 instead -1. 
        (Closes: #349594)
      * Updated pt_BR debconf translation.
    
     -- Ubuntu Archive Auto-Sync <email address hidden>   Wed,  08 Nov 2006 20:04:35 +0000
  • webalizer (2.01.10-29) unstable; urgency=low
    
      * Solved "symlink vulnerability", Thanks to Julien Danjou <email address hidden>.
        (Closes: #359745)
    
    webalizer (2.01.10-28) unstable; urgency=low
    
      * Added a simple FAQ with Questions and Answers in README.Debian.
        (closes: #81918, #114768, #258058, #98749, #298823)
      * Portuguese po-debconf translation, thanks to Miguel Figueiredo
        <email address hidden>. (closes: #338067)
      * Added more information about DNS lookups in DNS.README file (line 160 to
        162). (closes: #309359)
      * Changed webalizer.cron.daily to run webalizer even when current log file
        is empty. (closes: #252816)
      * Solved various buffer overflows, thanks to: Ulf Harnhammar
        <email address hidden>. (closes: #343877)
      * Removed unused file "x".
      * Added "sensis.com.au" as SearchEngine in sample.conf. (closes: #327496)
      * Deleted CVS directory to solve "source-contains-CVS-dir CVS" lintian
        error.
      * Added patch with new "Nofollow" option. Thanks to Robert Cheramy
        <email address hidden> (Closes: #293794)
    
     -- Ubuntu Archive Auto-Sync <email address hidden>   Thu,  15 Jun 2006 16:08:35 +0100