From: hal9 Date: Tue, 14 Nov 2006 02:08:59 +0000 (+0000) Subject: Setting version string to 3.0.6 UNRELEASED. This needs to be reset to 3.0.6 X-Git-Tag: v_3_0_6~7 X-Git-Url: http://www.privoxy.org/gitweb/%22http:/sourceforge.net/tracker/?a=commitdiff_plain;h=c18a0ea227e1c59f517ac72d7232ccd6ca547f67;hp=51dd3416173631d3cdbd51bd35d8cf6a349e13c2;p=privoxy.git Setting version string to 3.0.6 UNRELEASED. This needs to be reset to 3.0.6 stable just before CVS is tagged for release. --- diff --git a/configure.in b/configure.in index c2b1ed44..190d752a 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. dnl -dnl $Id: configure.in,v 1.93 2006/09/22 01:26:20 hal9 Exp $ +dnl $Id: configure.in,v 1.94 2006/11/13 19:05:50 fabiankeil Exp $ dnl dnl Written by and Copyright (C) 2001 - 2004 the SourceForge dnl Privoxy team. http://www.privoxy.org/ @@ -28,6 +28,16 @@ dnl or write to the Free Software Foundation, Inc., 59 dnl Temple Place - Suite 330, Boston, MA 02111-1307, USA. dnl dnl $Log: configure.in,v $ +dnl Revision 1.94 2006/11/13 19:05:50 fabiankeil +dnl Make pthread mutex locking more generic. Instead of +dnl checking for OSX and OpenBSD, check for FEATURE_PTHREAD +dnl and use mutex locking unless there is an _r function +dnl available. Better safe than sorry. +dnl +dnl Fixes "./configure --disable-pthread" and should result +dnl in less threading-related problems on pthread-using platforms, +dnl but it still doesn't fix BR#1122404. +dnl dnl Revision 1.93 2006/09/22 01:26:20 hal9 dnl Set version to 3.0.5 BETA for hopefully release this weekend. dnl @@ -447,7 +457,7 @@ dnl ================================================================= dnl AutoConf Initialization dnl ================================================================= -AC_REVISION($Revision: 1.93 $) +AC_REVISION($Revision: 1.94 $) AC_INIT(jcc.c) if test ! -f config.h.in; then @@ -493,8 +503,8 @@ dnl ================================================================= VERSION_MAJOR=3 VERSION_MINOR=0 -VERSION_POINT=5 -CODE_STATUS="BETA" +VERSION_POINT=6 +CODE_STATUS="UNRELEASED" dnl CODE_STATUS can be "alpha", "beta", or "stable", and will be dnl used for CGI output. Set version to 0.0.0 and status to "UNRELEASED"