mturk 2005/03/29 21:38:08
Modified: jk/native/common jk_version.h
jk/native/iis isapi_redirect.rc
jk/native/iis/installer isapi-redirector-win32-msi.ism
jk/xdocs changelog.xml
jk/xdocs/news 20041100.xml
Log:
Bump the version number to 1.2.10
Revision Changes Path
1.36 +3 -3 jakarta-tomcat-connectors/jk/native/common/jk_version.h
Index: jk_version.h
===================================================================
RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native/common/jk_version.h,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- jk_version.h 26 Mar 2005 12:12:06 -0000 1.35
+++ jk_version.h 30 Mar 2005 05:38:07 -0000 1.36
@@ -25,8 +25,8 @@
/************** START OF AREA TO MODIFY BEFORE RELEASING *************/
#define JK_VERMAJOR 1
#define JK_VERMINOR 2
-#define JK_VERFIX 9
-#define JK_VERSTRING "1.2.9"
+#define JK_VERFIX 10
+#define JK_VERSTRING "1.2.10"
/* Beta number */
#define JK_VERBETA 0
1.2 +3 -3 jakarta-tomcat-connectors/jk/native/iis/isapi_redirect.rc
Index: isapi_redirect.rc
===================================================================
RCS file:
/home/cvs/jakarta-tomcat-connectors/jk/native/iis/isapi_redirect.rc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- isapi_redirect.rc 28 Mar 2005 06:58:58 -0000 1.1
+++ isapi_redirect.rc 30 Mar 2005 05:38:07 -0000 1.2
@@ -14,13 +14,13 @@
"specific language governing permissions and " \
"limitations under the License."
-#define JK_VERSION_STR "1.2.9"
+#define JK_VERSION_STR "1.2.10"
#define JK_DLL_BASENAME "isapi_redirect-" JK_VERSION_STR
1 VERSIONINFO
- FILEVERSION 1,2,9,0
- PRODUCTVERSION 1,2,9,0
+ FILEVERSION 1,2,10,0
+ PRODUCTVERSION 1,2,10,0
FILEFLAGSMASK 0x3fL
#if defined(_DEBUG)
FILEFLAGS 0x01L
1.6 +1 -1
jakarta-tomcat-connectors/jk/native/iis/installer/isapi-redirector-win32-msi.ism
Index: isapi-redirector-win32-msi.ism
===================================================================
RCS file:
/home/cvs/jakarta-tomcat-connectors/jk/native/iis/installer/isapi-redirector-win32-msi.ism,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- isapi-redirector-win32-msi.ism 18 Mar 2005 18:09:48 -0000 1.5
+++ isapi-redirector-win32-msi.ism 30 Mar 2005 05:38:07 -0000 1.6
@@ -3288,7 +3288,7 @@
<row><td>ProductID</td><td>none</td><td/></row>
<row><td>ProductLanguage</td><td>1033</td><td/></row>
<row><td>ProductName</td><td>Jakarta Isapi
Redirector</td><td/></row>
- <row><td>ProductVersion</td><td>1.2.9</td><td/></row>
+ <row><td>ProductVersion</td><td>1.2.10</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>
1.18 +1 -1 jakarta-tomcat-connectors/jk/xdocs/changelog.xml
Index: changelog.xml
===================================================================
RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/changelog.xml,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- changelog.xml 28 Mar 2005 09:55:30 -0000 1.17
+++ changelog.xml 30 Mar 2005 05:38:07 -0000 1.18
@@ -21,7 +21,7 @@
new documentation project for JK has been started.
</p>
</section>
-<section name="Changes with JK 1.2.9">
+<section name="Changes with JK 1.2.10">
<br />
<subsection name="Native">
<changelog>
1.11 +24 -0 jakarta-tomcat-connectors/jk/xdocs/news/20041100.xml
Index: 20041100.xml
===================================================================
RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/news/20041100.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- 20041100.xml 18 Mar 2005 08:39:24 -0000 1.10
+++ 20041100.xml 30 Mar 2005 05:38:07 -0000 1.11
@@ -21,6 +21,30 @@
</a>
<hr size="1" noshade="noshade" />
-->
+<a name="20050330.1">
+<h3>18 March - JK-1.2.10 released</h3>
+<p>The Apache Jakarta Tomcat team is proud to announce the immediate
availability
+of Jakarta Tomcat Connectors 1.2.10 The release contains a significant number
+of bug fixes and new features.
+</p>
+<p>
+We expect it to be ratified as a Stable release when the vote takes place
+in the next two weeks.
+</p>
+<p>
+ Please see the <a href="../changelog.html">ChangeLog</a> for a full list of
changes.
+</p>
+<warn>
+Since release 1.2.10 the <b>JkShmFile</b> property has been added for
+Apache 1.3.x and Apache 2.x web servers on UNIX and LINUX platforms.
+Load balancer will not work properly if this directive is not present.
+</warn>
+<p>If you find any bugs during testing this release, please fill in the
+<a
href="http://issues.apache.org/bugzilla/enter_bug.cgi?product=Tomcat%205">Bugzilla</a>
+Bug Report. When entering bug select <b>Native:JK</b> Component.
+</p>
+</a>
+<hr size="1" noshade="noshade" />
<a name="20050318.1">
<h3>18 March - JK-1.2.9-beta released</h3>
<p>The Apache Jakarta Tomcat team is proud to announce the immediate
availability
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]