From 84c9679ca3947017cfb1734f8a30c7d9e176723b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20Marchal?= Date: Fri, 21 May 2010 19:38:29 +0000 Subject: [PATCH] Change the build date and update the date_time_by comment in sarg.conf --- CMakeLists.txt | 2 +- ChangeLog | 4 ++-- include/info.h | 2 +- sarg.conf | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 488c270..340e2e4 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ PROJECT(sarg C) SET(sarg_VERSION 2) SET(sarg_REVISION "3-pre3") SET(sarg_BUILD "") -SET(sarg_BUILDDATE "May-20-2010") +SET(sarg_BUILDDATE "May-21-2010") INCLUDE(AddFileDependencies) INCLUDE(CheckIncludeFile) diff --git a/ChangeLog b/ChangeLog index 1f524a9..bae8552 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,6 @@ SARG ChangeLog -May-19-2009 Version 2.3-pre3 +May-21-2009 Version 2.3-pre3 - LDAP usertab added. Now you can have your users in a LDAP Server. Use these tags in sarg.conf: LDAPHost, LDAPPort, LDAPBindDN, LDAPBindPW, @@ -37,7 +37,7 @@ May-19-2009 Version 2.3-pre3 - Use a computed logarithmic scale for the Y axis when plotting bytes data instead of a fixed scale. - Show the time when plotting the elapsed time. - Fix the reporting of only one user with command line option -u. - - Output both date/time textual reports. + - Output both date/time textual and graphical reports. - Sarg log file now stores the date in the format dd/mm/yyyy and doesn't change it depending on the current date representation selected in sarg.conf. It will break existing sarg log files. - Intermediary log files store the date as dd/mm/yyyy irrespective of the current date representation in sarg.conf. - Fix a regression to accept any directory name length in the index. diff --git a/include/info.h b/include/info.h index 8d88482..47fc5b0 100755 --- a/include/info.h +++ b/include/info.h @@ -1,3 +1,3 @@ -#define VERSION PACKAGE_VERSION" May-20-2010" +#define VERSION PACKAGE_VERSION" May-21-2010" #define PGM PACKAGE_NAME #define URL "http://sarg.sourceforge.net" diff --git a/sarg.conf b/sarg.conf index 3783bb5..2319707 100644 --- a/sarg.conf +++ b/sarg.conf @@ -349,7 +349,7 @@ #long_url no # TAG: date_time_by bytes|elap -# Date/Time reports show the downloaded volume or the elapsed time. +# Date/Time reports show the downloaded volume or the elapsed time or both. # #date_time_by bytes -- 2.47.2