Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.3 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • 7-DAY TOP DOWNLOAD
    #
    Program
    Psiphon 3
    3,095 downloads
    Wine 1.4.1 / 1.5.30
    1,191 downloads
    LibreOffice 3.6.6 /
    4.0.3

    1,120 downloads
    BackTrack 5 R3
    1,107 downloads
    Adobe Flash Player
    for Linux
    11.2.202.258

    1,029 downloads
    Red Hat Linux 9
    1,023 downloads
    Linux Mint 14.1 / 15
    RC

    855 downloads
    Red Hat Enterprise
    Linux 6.4

    765 downloads
    Ubuntu 10.10
    764 downloads
    VLC 2.0.6
    721 downloads
    MOST POPULAR DISTROS
    #
    Distribution
    PCLinuxOS 2013.04
    User rating: 4.8/5
    Votes: 367
    OpenMandriva
    20130513

    User rating: 4.4/5
    Votes: 618
    Ubuntu 9.10
    User rating: 4.4/5
    Votes: 266
    Clonezilla LiveCD
    2.1.1-25 / 2.1.2-3

    User rating: 4.3/5
    Votes: 255
    BackTrack 5 R3
    User rating: 4.3/5
    Votes: 565
    Fedora 18
    User rating: 4.3/5
    Votes: 610
    openSUSE Linux 12.3
    / 13.1 Milestone 1

    User rating: 4.2/5
    Votes: 467
    Ubuntu 12.04.2 LTS
    User rating: 4.2/5
    Votes: 663
    Ubuntu 10.04.4 LTS
    User rating: 4.0/5
    Votes: 281
    Linux Mint 14.1 / 15
    RC

    User rating: 4.0/5
    Votes: 352
    Home > Linux > Internet > Log Analyzers > Free-SA > Changelog

    Free-SA 1.6.2 / 2.0.0 Beta 5 - Changelog


    What's new in Free-SA 2.0.0 Beta 4p6:

    May 3rd, 2011

    · Multiple new options for many customizable SVG graphics reports were added.
    · New options 'users_excess' and 'users_excess_limit' were added for generating a plain text report file with users exceeding the specified limit.
    · W3C standards conformance has been defined more precisely, and includes the standard's version number.



    What's new in Free-SA 2.0.0 Beta 4:

    April 26th, 2011

    · Support for conversion of usernames in the top sites report has been added.
    · Portuguese and Lithuanian translations were added.
    · Some problems were fixed and some new options were introduced.



    What's new in Free-SA 2.0.0 Beta 3:

    March 10th, 2010

    · 2815675 (w_svg.c)
    · Incorrect charset in SVG files fixed.
    · FR2810486 (w_config.*, r_efficiency.c)
    · New option 'server_efficiency_bytes_divisor' for enabling bytes divisor in server efficiency report added.
    · (global.mk)
    · Default value of DEBUG variable changed to 0.
    · (w_log_operations.c, l_logformats.*)
    · Automatic FIFO file detection added. The rest of the code adopted to situations when FIFO pipe is used as a log file.
    · 2800864 (w_log_operations.c, w_internal.c)
    · Seriously corrupted logs are completely declined now.
    · FR2831521 (w_config.c)
    · Support for comments and empty lines in username_file (usertab) added.
    · (r_reports.c, r_list.c)
    · If there are no records for UR and TSR then do not produce these reports.
    · (global.mk, src/Makefile)
    · Now it is ok to change OSTYPE in global.mk on the fly.
    · (solaric-native-cc)
    · Corrections for SARCH and CC variables.
    · (share/*)
    · Added Hungarian translation.
    · Switched to secure strlcpy and strlcat functions everywhere.
    · (netbsd-i386-gcc4.mk, ubuntu-i586-gcc4.mk, opensuse-native-gcc4.mk)
    · Added configuration files for NetBSD, Ubuntu and OpenSuSE.
    · (logformats/*)
    · Switched to strncmp instead of (const int *).
    · (w_internal.c)
    · LimitedURL function re-writed.
    · (w_config.c)
    · Fixed warning about putenv.
    · (r_reports.c)
    · Added support for running multiple instances of free-sa.
    · Thanks to bli.
    · Several typos fixed.
    · (configs/altlinux*)
    · Added support for x86_64, DESTDIR and LDADD.
    · (w_config.*, w_log_operations.c)
    · Better const correctness.



    What's new in Free-SA 1.6.2:

    April 11th, 2009

    · Remove records from log file repaired.



    What's new in Free-SA 1.6.1:

    April 10th, 2009

    · Large file support repaired.



    What's new in Free-SA 1.6.0:

    March 23rd, 2009

    · (*/Makefile, configs/*) New building system, similar to one used in openfwtk project.
    · (w_log_operations.c, w_config.*, free-sa.conf.5, free-sa.conf) 'tz_shift' experimental option for specifying time zone difference between proxy and users locations added.
    · (w_internal.c) Bug with divisor="v" fixed.
    · (*, openbsd-i386-gcc3) Bug on OpenBSD which has printf without thousands separator fixed via SATSEP macro.
    · FR2167883 (r_usergraphs.c) Different time ranges in user graphics report (UGR with hours at X axis) and user date time report (UDR) fixed.
    · (w_config.c, Makefile) '-V' option additionally shows following important compile time macros: CC, INSTALL, CFLAGS, LDFLAGS, LIBS, SATSEP.
    · (themes/Makefile) Omit "Nothing to be done" make warning.



    What's new in Free-SA 1.5.0:

    November 25th, 2008

    · The license was changed to the GPLv3+.
    · Experimental support for NetCache and Blue Coat logs via Squid 2.x native log format has been added.
    · The log format autodetection feature has been removed because it appeared useless and slow.
    · A 'skip_errors' experimental option for skipping erroneous log file records has been added.
    · To specify a year value for syslog-based log formats, a SYSLOGYEAR macro was added.
    · Other small fixes were implemented.



    What's new in Free-SA 1.4.4:

    September 9th, 2008

    · A long awaited option for specifying the target reports directory was added.
    · Two bugs with parsing Squid and Postfix log files were fixed for multiple platforms, including FreeBSD.




    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM