You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by mt...@apache.org on 2010/03/01 09:51:41 UTC

svn commit: r917423 - in /tomcat/jk/trunk: native/common/jk_version.h native/iis/isapi_redirect.rc xdocs/index.xml xdocs/miscellaneous/changelog.xml xdocs/news/20100101.xml

Author: mturk
Date: Mon Mar  1 08:51:41 2010
New Revision: 917423

URL: http://svn.apache.org/viewvc?rev=917423&view=rev
Log:
Advance to the 1.2.31-dev

Modified:
    tomcat/jk/trunk/native/common/jk_version.h
    tomcat/jk/trunk/native/iis/isapi_redirect.rc
    tomcat/jk/trunk/xdocs/index.xml
    tomcat/jk/trunk/xdocs/miscellaneous/changelog.xml
    tomcat/jk/trunk/xdocs/news/20100101.xml

Modified: tomcat/jk/trunk/native/common/jk_version.h
URL: http://svn.apache.org/viewvc/tomcat/jk/trunk/native/common/jk_version.h?rev=917423&r1=917422&r2=917423&view=diff
==============================================================================
--- tomcat/jk/trunk/native/common/jk_version.h (original)
+++ tomcat/jk/trunk/native/common/jk_version.h Mon Mar  1 08:51:41 2010
@@ -26,11 +26,11 @@
 /************** START OF AREA TO MODIFY BEFORE RELEASING *************/
 #define JK_VERMAJOR     1
 #define JK_VERMINOR     2
-#define JK_VERFIX       30
-#define JK_VERSTRING    "1.2.30"
+#define JK_VERFIX       31
+#define JK_VERSTRING    "1.2.31"
 
 /* set JK_VERISRELEASE to 1 when release (do not forget to commit!) */
-#define JK_VERISRELEASE 1
+#define JK_VERISRELEASE 0
 /* Beta number */
 #define JK_VERBETA      0
 #define JK_BETASTRING   "0"

Modified: tomcat/jk/trunk/native/iis/isapi_redirect.rc
URL: http://svn.apache.org/viewvc/tomcat/jk/trunk/native/iis/isapi_redirect.rc?rev=917423&r1=917422&r2=917423&view=diff
==============================================================================
--- tomcat/jk/trunk/native/iis/isapi_redirect.rc (original)
+++ tomcat/jk/trunk/native/iis/isapi_redirect.rc Mon Mar  1 08:51:41 2010
@@ -18,13 +18,13 @@
                    "specific language governing permissions and " \
                    "limitations under the License."
 
-#define JK_VERSION_STR  "1.2.30"
+#define JK_VERSION_STR  "1.2.31"
 #define JK_DLL_BASENAME "isapi_redirect-" JK_VERSION_STR
 
 
 1 VERSIONINFO
- FILEVERSION 1,2,30,0
- PRODUCTVERSION 1,2,30,0
+ FILEVERSION 1,2,31,0
+ PRODUCTVERSION 1,2,31,0
  FILEFLAGSMASK 0x3fL
 #if defined(_DEBUG)
  FILEFLAGS 0x01L

Modified: tomcat/jk/trunk/xdocs/index.xml
URL: http://svn.apache.org/viewvc/tomcat/jk/trunk/xdocs/index.xml?rev=917423&r1=917422&r2=917423&view=diff
==============================================================================
--- tomcat/jk/trunk/xdocs/index.xml (original)
+++ tomcat/jk/trunk/xdocs/index.xml Mon Mar  1 08:51:41 2010
@@ -45,12 +45,12 @@
 <section name="Headlines">
 <br />
 <ul>
-<li><a href="news/20100101.html#26 February - JK-1.2.29 released">26 February 2010 - <b>JK-1.2.29 released</b></a>
+<li><a href="news/20100101.html#1 March - JK-1.2.30 released">26 February 2010 - <b>JK-1.2.30 released</b></a>
 <p>The Apache Tomcat team is proud to announce the immediate availability
-of Tomcat Connectors 1.2.29 Stable. This release contains mainly bug fixes
+of Tomcat Connectors 1.2.30 Stable. This release contains mainly bug fixes
 </p>
-<p>Download the <a href="http://www.apache.org/dist/tomcat/tomcat-connectors/jk/source/jk-1.2.29/tomcat-connectors-1.2.29-src.tar.gz">JK 1.2.29 release sources</a>
- | <a href="http://www.apache.org/dist/tomcat/tomcat-connectors/jk/source/jk-1.2.29/tomcat-connectors-1.2.29-src.tar.gz.asc">PGP signature</a>
+<p>Download the <a href="http://www.apache.org/dist/tomcat/tomcat-connectors/jk/source/jk-1.2.30/tomcat-connectors-1.2.30-src.tar.gz">JK 1.2.30 release sources</a>
+ | <a href="http://www.apache.org/dist/tomcat/tomcat-connectors/jk/source/jk-1.2.30/tomcat-connectors-1.2.30-src.tar.gz.asc">PGP signature</a>
 </p>
 <p>Download the <a href="http://www.apache.org/dist/tomcat/tomcat-connectors/jk/binaries/">binaries</a> for selected platforms.
 </p>
@@ -250,6 +250,8 @@
 </p>
 
 <ul>
+<li><a href="news/20100101.html"><b>2010</b></a>
+</li>
 <li><a href="news/20090301.html"><b>2009</b></a>
 </li>
 <li><a href="news/20081001.html"><b>2008</b></a>

Modified: tomcat/jk/trunk/xdocs/miscellaneous/changelog.xml
URL: http://svn.apache.org/viewvc/tomcat/jk/trunk/xdocs/miscellaneous/changelog.xml?rev=917423&r1=917422&r2=917423&view=diff
==============================================================================
--- tomcat/jk/trunk/xdocs/miscellaneous/changelog.xml (original)
+++ tomcat/jk/trunk/xdocs/miscellaneous/changelog.xml Mon Mar  1 08:51:41 2010
@@ -39,17 +39,7 @@
   new documentation project for JK was started.
   </p>
 </section>
-<section name="Changes between 1.2.29 and 1.2.30">
-  <br />
-  <subsection name="Native">
-    <changelog>
-      <fix>
-        <bug>48826</bug>: IIS: Fix core on POST. (mturk)
-      </fix>
-    </changelog>
-  </subsection>
-</section>
-<section name="Changes between 1.2.28 and 1.2.29">
+<section name="Changes between 1.2.28 and 1.2.30">
   <br />
   <subsection name="Native">
     <changelog>

Modified: tomcat/jk/trunk/xdocs/news/20100101.xml
URL: http://svn.apache.org/viewvc/tomcat/jk/trunk/xdocs/news/20100101.xml?rev=917423&r1=917422&r2=917423&view=diff
==============================================================================
--- tomcat/jk/trunk/xdocs/news/20100101.xml (original)
+++ tomcat/jk/trunk/xdocs/news/20100101.xml Mon Mar  1 08:51:41 2010
@@ -31,8 +31,33 @@
 
 <section name="2010 News &amp; Status">
 <br />
+<subsection name="1 March - JK-1.2.30 released">
+<a name="20100301.1"></a>
+<br />
+<p>The Apache Tomcat team is proud to announce the immediate availability
+of Tomcat Connectors 1.2.30. This is a stable release concentrating mainly on
+some bug fixes.
+</p><p>
+ Please see the <a href="../miscellaneous/changelog.html">ChangeLog</a> for a full list of changes.
+</p>
+<p>If you find any bugs while using this release, please fill in the
+<a href="https://issues.apache.org/bugzilla/enter_bug.cgi?product=Tomcat%20Connectors">Bugzilla</a>
+Bug Report.
+</p>
+</subsection>
+
+<br />
+<subsection name="1 March - JK-1.2.29 withdrawn">
+<a name="20100301.2"></a>
+<br />
+<p>Tomcat Connectors 1.2.29 has been withdrawn because of regression inside
+Microsoft IIS connector.
+</p>
+</subsection>
+
+<br />
 <subsection name="26 February - JK-1.2.29 released">
-<a name="20100226.1"></a>
+<a name="20100226.3"></a>
 <br />
 <p>The Apache Tomcat team is proud to announce the immediate availability
 of Tomcat Connectors 1.2.29. This is a stable release concentrating mainly on



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org