Author: rjung Date: Thu Aug 30 00:45:42 2007 New Revision: 571063 URL: http://svn.apache.org/viewvc?rev=571063&view=rev Log: Change JK version to 1.2.26-dev.
Modified: tomcat/connectors/trunk/jk/native/STATUS.txt tomcat/connectors/trunk/jk/native/common/jk_version.h tomcat/connectors/trunk/jk/native/common/portable.h.sample tomcat/connectors/trunk/jk/native/configure.in tomcat/connectors/trunk/jk/native/iis/installer/isapi-redirector-win32-msi.ism tomcat/connectors/trunk/jk/native/iis/isapi_redirect.rc tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelog.xml Modified: tomcat/connectors/trunk/jk/native/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/native/STATUS.txt?rev=571063&r1=571062&r2=571063&view=diff ============================================================================== --- tomcat/connectors/trunk/jk/native/STATUS.txt (original) +++ tomcat/connectors/trunk/jk/native/STATUS.txt Thu Aug 30 00:45:42 2007 @@ -3,6 +3,7 @@ Release: + 1.2.26 : in development 1.2.25 : released August 7, 2007 1.2.24 : released July 27, 2007, withdrawn August 2, 2007 1.2.23 : released May 18, 2007 Modified: tomcat/connectors/trunk/jk/native/common/jk_version.h URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/native/common/jk_version.h?rev=571063&r1=571062&r2=571063&view=diff ============================================================================== --- tomcat/connectors/trunk/jk/native/common/jk_version.h (original) +++ tomcat/connectors/trunk/jk/native/common/jk_version.h Thu Aug 30 00:45:42 2007 @@ -26,14 +26,14 @@ /************** START OF AREA TO MODIFY BEFORE RELEASING *************/ #define JK_VERMAJOR 1 #define JK_VERMINOR 2 -#define JK_VERFIX 25 -#define JK_VERSTRING "1.2.25" +#define JK_VERFIX 26 +#define JK_VERSTRING "1.2.26" /* Beta number */ #define JK_VERBETA 0 #define JK_BETASTRING "0" /* set JK_VERISRELEASE to 1 when release (do not forget to commit!) */ -#define JK_VERISRELEASE 1 +#define JK_VERISRELEASE 0 #define JK_VERRC 0 #define JK_RCSTRING "0" Modified: tomcat/connectors/trunk/jk/native/common/portable.h.sample URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/native/common/portable.h.sample?rev=571063&r1=571062&r2=571063&view=diff ============================================================================== --- tomcat/connectors/trunk/jk/native/common/portable.h.sample (original) +++ tomcat/connectors/trunk/jk/native/common/portable.h.sample Thu Aug 30 00:45:42 2007 @@ -96,4 +96,4 @@ #define USE_SO_SNDTIMEO 1 /* Version number of package */ -#define VERSION "1.2.25" +#define VERSION "1.2.26" Modified: tomcat/connectors/trunk/jk/native/configure.in URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/native/configure.in?rev=571063&r1=571062&r2=571063&view=diff ============================================================================== --- tomcat/connectors/trunk/jk/native/configure.in (original) +++ tomcat/connectors/trunk/jk/native/configure.in Thu Aug 30 00:45:42 2007 @@ -11,7 +11,7 @@ dnl package and version. (synchronization with common/jk_version.h ?) PACKAGE=mod_jk -VERSION=1.2.25 +VERSION=1.2.26 AM_INIT_AUTOMAKE(${PACKAGE}, ${VERSION}) Modified: tomcat/connectors/trunk/jk/native/iis/installer/isapi-redirector-win32-msi.ism URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/native/iis/installer/isapi-redirector-win32-msi.ism?rev=571063&r1=571062&r2=571063&view=diff ============================================================================== --- tomcat/connectors/trunk/jk/native/iis/installer/isapi-redirector-win32-msi.ism (original) +++ tomcat/connectors/trunk/jk/native/iis/installer/isapi-redirector-win32-msi.ism Thu Aug 30 00:45:42 2007 @@ -3409,7 +3409,7 @@ <row><td>ProductID</td><td>none</td><td/></row> <row><td>ProductLanguage</td><td>1033</td><td/></row> <row><td>ProductName</td><td>Tomcat Isapi Redirector</td><td/></row> - <row><td>ProductVersion</td><td>1.2.25</td><td/></row> + <row><td>ProductVersion</td><td>1.2.26</td><td/></row> <row><td>ProgressType0</td><td>install</td><td/></row> <row><td>ProgressType1</td><td>Installing</td><td/></row> <row><td>ProgressType2</td><td>installed</td><td/></row> Modified: tomcat/connectors/trunk/jk/native/iis/isapi_redirect.rc URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/native/iis/isapi_redirect.rc?rev=571063&r1=571062&r2=571063&view=diff ============================================================================== --- tomcat/connectors/trunk/jk/native/iis/isapi_redirect.rc (original) +++ tomcat/connectors/trunk/jk/native/iis/isapi_redirect.rc Thu Aug 30 00:45:42 2007 @@ -14,13 +14,13 @@ "specific language governing permissions and " \ "limitations under the License." -#define JK_VERSION_STR "1.2.25" +#define JK_VERSION_STR "1.2.26" #define JK_DLL_BASENAME "isapi_redirect-" JK_VERSION_STR 1 VERSIONINFO - FILEVERSION 1,2,25,0 - PRODUCTVERSION 1,2,25,0 + FILEVERSION 1,2,26,0 + PRODUCTVERSION 1,2,26,0 FILEFLAGSMASK 0x3fL #if defined(_DEBUG) FILEFLAGS 0x01L Modified: tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelog.xml?rev=571063&r1=571062&r2=571063&view=diff ============================================================================== --- tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelog.xml (original) +++ tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelog.xml Thu Aug 30 00:45:42 2007 @@ -23,6 +23,13 @@ new documentation project for JK was started. </p> </section> +<section name="Changes between 1.2.25 and 1.2.26"> + <br /> + <subsection name="Native"> + <changelog> + </changelog> + </subsection> +</section> <section name="Changes between 1.2.24 and 1.2.25"> <br /> <subsection name="Native"> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]