]> git.ipfire.org Git - thirdparty/sarg.git/commitdiff
Set the right date in the ChangeLog.
authorFrédéric Marchal <fmarchal@users.sourceforge.net>
Mon, 12 Jul 2010 07:25:22 +0000 (07:25 +0000)
committerFrédéric Marchal <fmarchal@users.sourceforge.net>
Mon, 12 Jul 2010 07:25:22 +0000 (07:25 +0000)
Don't set the final 2.3.1 version right now.

ChangeLog
configure.in

index 67f0c05645d35427f7d5107b0287782566e56b18..462a87d14ccb0f12b9c1d9c4859c62530b43d158 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,7 +3,7 @@ SARG ChangeLog
 Jul-12-2010 Version 2.3.1
                - Remove the distinct printf for the alpha architecture as it doesn't work anymore and is not necessary anyway.
 
-Jun-10-2010 Version 2.3
+Jun-21-2010 Version 2.3
                - LDAP usertab added. 
                  Now you can have your users in a LDAP Server.
                  Use these tags in sarg.conf: LDAPHost, LDAPPort, LDAPBindDN, LDAPBindPW,
index 7fe0b4950a2e84cc71749df1d957bbaa58521602..b858008a6e17192d5460d273bca551bf1e976815 100644 (file)
@@ -1,5 +1,5 @@
 dnl Process this file with autoconf to produce a configure script.
-AC_INIT([sarg],[2.3.1])
+AC_INIT([sarg],[2.3.1-pre1])
 AC_CONFIG_SRCDIR([log.c])
 AC_CONFIG_AUX_DIR(cfgaux)