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 2012/03/24 14:59:52 UTC

svn commit: r1304795 - in /tomcat/jk/trunk: native/STATUS.txt native/common/jk_version.h native/configure.in xdocs/index.xml xdocs/news/20120301.xml

Author: mturk
Date: Sat Mar 24 13:59:52 2012
New Revision: 1304795

URL: http://svn.apache.org/viewvc?rev=1304795&view=rev
Log:
Bump the version number

Modified:
    tomcat/jk/trunk/native/STATUS.txt
    tomcat/jk/trunk/native/common/jk_version.h
    tomcat/jk/trunk/native/configure.in
    tomcat/jk/trunk/xdocs/index.xml
    tomcat/jk/trunk/xdocs/news/20120301.xml

Modified: tomcat/jk/trunk/native/STATUS.txt
URL: http://svn.apache.org/viewvc/tomcat/jk/trunk/native/STATUS.txt?rev=1304795&r1=1304794&r2=1304795&view=diff
==============================================================================
--- tomcat/jk/trunk/native/STATUS.txt (original)
+++ tomcat/jk/trunk/native/STATUS.txt Sat Mar 24 13:59:52 2012
@@ -18,7 +18,8 @@ Last modified at [$Date$]
 
 Release:
 
-    1.2.35  : current version
+    1.2.36  : in development
+    1.2.35  : released March 24, 2012
     1.2.34  : not released
     1.2.33  : released March 13, 2012
     1.2.32  : released July 8, 2011

Modified: tomcat/jk/trunk/native/common/jk_version.h
URL: http://svn.apache.org/viewvc/tomcat/jk/trunk/native/common/jk_version.h?rev=1304795&r1=1304794&r2=1304795&view=diff
==============================================================================
--- tomcat/jk/trunk/native/common/jk_version.h (original)
+++ tomcat/jk/trunk/native/common/jk_version.h Sat Mar 24 13:59:52 2012
@@ -26,10 +26,10 @@
 /************** START OF AREA TO MODIFY BEFORE RELEASING *************/
 #define JK_VERMAJOR     1
 #define JK_VERMINOR     2
-#define JK_VERFIX       35
+#define JK_VERFIX       36
 
 /* 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/configure.in
URL: http://svn.apache.org/viewvc/tomcat/jk/trunk/native/configure.in?rev=1304795&r1=1304794&r2=1304795&view=diff
==============================================================================
--- tomcat/jk/trunk/native/configure.in (original)
+++ tomcat/jk/trunk/native/configure.in Sat Mar 24 13:59:52 2012
@@ -26,7 +26,7 @@ AC_CANONICAL_SYSTEM
 
 dnl package and version. (synchronization with common/jk_version.h ?)
 PACKAGE=mod_jk
-VERSION=1.2.35
+VERSION=1.2.36
 
 AM_INIT_AUTOMAKE(${PACKAGE}, ${VERSION})
 

Modified: tomcat/jk/trunk/xdocs/index.xml
URL: http://svn.apache.org/viewvc/tomcat/jk/trunk/xdocs/index.xml?rev=1304795&r1=1304794&r2=1304795&view=diff
==============================================================================
--- tomcat/jk/trunk/xdocs/index.xml (original)
+++ tomcat/jk/trunk/xdocs/index.xml Sat Mar 24 13:59:52 2012
@@ -45,6 +45,17 @@ manual is described in more detail below
 <section name="Headlines">
 <br />
 <ul>
+<li><a href="news/20120301.html#24 March - JK-1.2.35 released">24 March 2012 - <b>JK-1.2.35 released</b></a>
+<p>The Apache Tomcat team is proud to announce the immediate availability
+    of Tomcat Connectors 1.2.35 Stable. This release contains bug fixes found in previous release.
+</p>
+<p>Download the <a href="http://www.apache.org/dist/tomcat/tomcat-connectors/jk/tomcat-connectors-1.2.35-src.tar.gz">JK 1.2.35 release sources</a>
+    | <a href="http://www.apache.org/dist/tomcat/tomcat-connectors/jk/tomcat-connectors-1.2.35-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>
+</li>
+
 <li><a href="news/20120301.html#19 March - JK-1.2.33 stability issue">19 March 2012 - <b>JK-1.2.33 stability issue</b></a>
 <p>The Apache Tomcat team wishes to draw your attention to stability issues
     that have been identified with the recent mod_jk 1.2.33 release. If you

Modified: tomcat/jk/trunk/xdocs/news/20120301.xml
URL: http://svn.apache.org/viewvc/tomcat/jk/trunk/xdocs/news/20120301.xml?rev=1304795&r1=1304794&r2=1304795&view=diff
==============================================================================
--- tomcat/jk/trunk/xdocs/news/20120301.xml (original)
+++ tomcat/jk/trunk/xdocs/news/20120301.xml Sat Mar 24 13:59:52 2012
@@ -31,6 +31,20 @@
 
 <section name="2012 News &amp; Status">
 <br />
+<subsection name="24 March - JK-1.2.35 released">
+    <a name="20120301.3"></a>
+    <br />
+    <p>The Apache Tomcat team is proud to announce the immediate availability
+        of Tomcat Connectors 1.2.35. This is a stable release concentrating mainly on
+        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>
 <subsection name="19 March - JK-1.2.33 stability issue">
     <a name="20120301.2"></a>
     <br />



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