Author: jfclere Date: Fri Mar 2 06:25:46 2007 New Revision: 513780 URL: http://svn.apache.org/viewvc?view=rev&rev=513780 Log: Change version to 1.2.22
Modified: tomcat/connectors/trunk/jk/native/STATUS.txt 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?view=diff&rev=513780&r1=513779&r2=513780 ============================================================================== --- tomcat/connectors/trunk/jk/native/STATUS.txt (original) +++ tomcat/connectors/trunk/jk/native/STATUS.txt Fri Mar 2 06:25:46 2007 @@ -3,6 +3,7 @@ Release: + 1.2.22 : in development 1.2.21 : released March 1, 2007 1.2.20 : released December 10, 2006 1.2.19 : released September 17, 2006 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?view=diff&rev=513780&r1=513779&r2=513780 ============================================================================== --- tomcat/connectors/trunk/jk/native/common/portable.h.sample (original) +++ tomcat/connectors/trunk/jk/native/common/portable.h.sample Fri Mar 2 06:25:46 2007 @@ -93,4 +93,4 @@ #define USE_SO_SNDTIMEO 1 /* Version number of package */ -#define VERSION "1.2.21" +#define VERSION "1.2.22" Modified: tomcat/connectors/trunk/jk/native/configure.in URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/native/configure.in?view=diff&rev=513780&r1=513779&r2=513780 ============================================================================== --- tomcat/connectors/trunk/jk/native/configure.in (original) +++ tomcat/connectors/trunk/jk/native/configure.in Fri Mar 2 06:25:46 2007 @@ -11,7 +11,7 @@ dnl package and version. (synchronization with common/jk_version.h ?) PACKAGE=mod_jk -VERSION=1.2.21 +VERSION=1.2.22 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?view=diff&rev=513780&r1=513779&r2=513780 ============================================================================== --- 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 Fri Mar 2 06:25:46 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.21</td><td/></row> + <row><td>ProductVersion</td><td>1.2.22</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?view=diff&rev=513780&r1=513779&r2=513780 ============================================================================== --- tomcat/connectors/trunk/jk/native/iis/isapi_redirect.rc (original) +++ tomcat/connectors/trunk/jk/native/iis/isapi_redirect.rc Fri Mar 2 06:25:46 2007 @@ -1,4 +1,4 @@ -#define JK_COPYRIGHT "Copyright 2000-2006 The Apache Software " \ +#define JK_COPYRIGHT "Copyright 2000-2007 The Apache Software " \ "Foundation or its licensors, as applicable." #define JK_LICENSE "Licensed under the Apache License, Version 2.0 " \ @@ -14,13 +14,13 @@ "specific language governing permissions and " \ "limitations under the License." -#define JK_VERSION_STR "1.2.21" +#define JK_VERSION_STR "1.2.22" #define JK_DLL_BASENAME "isapi_redirect-" JK_VERSION_STR 1 VERSIONINFO - FILEVERSION 1,2,21,0 - PRODUCTVERSION 1,2,21,0 + FILEVERSION 1,2,22,0 + PRODUCTVERSION 1,2,22,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?view=diff&rev=513780&r1=513779&r2=513780 ============================================================================== --- tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelog.xml (original) +++ tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelog.xml Fri Mar 2 06:25:46 2007 @@ -22,6 +22,9 @@ new documentation project for JK was started. </p> </section> +<section name="Changes between 1.2.21 and 1.2.22"> + <br /> +</section> <section name="Changes between 1.2.20 and 1.2.21"> <br /> <subsection name="Native"> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]