From: Frédéric Marchal Date: Mon, 12 Jul 2010 07:25:22 +0000 (+0000) Subject: Set the right date in the ChangeLog. X-Git-Tag: v2.3.1~31 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2141e6cae4c48e1bf091a8cd6dbe83999f91e7cc;p=thirdparty%2Fsarg.git Set the right date in the ChangeLog. Don't set the final 2.3.1 version right now. --- diff --git a/ChangeLog b/ChangeLog index 67f0c05..462a87d 100644 --- 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, diff --git a/configure.in b/configure.in index 7fe0b49..b858008 100644 --- a/configure.in +++ b/configure.in @@ -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)