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 2013/09/16 08:04:51 UTC

svn commit: r1523544 - in /tomcat/native/branches/1.1.x: build.properties.default build.xml native/include/tcn_version.h native/os/win32/libtcnative.rc xdocs/index.xml xdocs/news/2013.xml

Author: mturk
Date: Mon Sep 16 06:04:51 2013
New Revision: 1523544

URL: http://svn.apache.org/r1523544
Log:
Add 1.1.28 release note and increment version numbers

Modified:
    tomcat/native/branches/1.1.x/build.properties.default
    tomcat/native/branches/1.1.x/build.xml
    tomcat/native/branches/1.1.x/native/include/tcn_version.h
    tomcat/native/branches/1.1.x/native/os/win32/libtcnative.rc
    tomcat/native/branches/1.1.x/xdocs/index.xml
    tomcat/native/branches/1.1.x/xdocs/news/2013.xml

Modified: tomcat/native/branches/1.1.x/build.properties.default
URL: http://svn.apache.org/viewvc/tomcat/native/branches/1.1.x/build.properties.default?rev=1523544&r1=1523543&r2=1523544&view=diff
==============================================================================
--- tomcat/native/branches/1.1.x/build.properties.default (original)
+++ tomcat/native/branches/1.1.x/build.properties.default Mon Sep 16 06:04:51 2013
@@ -18,7 +18,7 @@
 # ----- Version Control Flags -----
 version.major=1
 version.minor=1
-version.build=28
+version.build=29
 version.patch=0
 version.suffix=-dev
 #version.suffix=

Modified: tomcat/native/branches/1.1.x/build.xml
URL: http://svn.apache.org/viewvc/tomcat/native/branches/1.1.x/build.xml?rev=1523544&r1=1523543&r2=1523544&view=diff
==============================================================================
--- tomcat/native/branches/1.1.x/build.xml (original)
+++ tomcat/native/branches/1.1.x/build.xml Mon Sep 16 06:04:51 2013
@@ -33,7 +33,7 @@
     <property name="year"                  value="2013" />
     <property name="version.major"         value="1" />
     <property name="version.minor"         value="1" />
-    <property name="version.build"         value="23" />
+    <property name="version.build"         value="29" />
     <property name="version.patch"         value="0" />
     <property name="version.suffix"        value="-dev" />
 

Modified: tomcat/native/branches/1.1.x/native/include/tcn_version.h
URL: http://svn.apache.org/viewvc/tomcat/native/branches/1.1.x/native/include/tcn_version.h?rev=1523544&r1=1523543&r2=1523544&view=diff
==============================================================================
--- tomcat/native/branches/1.1.x/native/include/tcn_version.h (original)
+++ tomcat/native/branches/1.1.x/native/include/tcn_version.h Mon Sep 16 06:04:51 2013
@@ -69,13 +69,13 @@ extern "C" {
 #define TCN_MINOR_VERSION       1
 
 /** patch level */
-#define TCN_PATCH_VERSION       28
+#define TCN_PATCH_VERSION       29
 
 /**
  *  This symbol is defined for internal, "development" copies of TCN. This
  *  symbol will be #undef'd for releases.
  */
-#define TCN_IS_DEV_VERSION      0
+#define TCN_IS_DEV_VERSION      1
 
 
 /** The formatted string of APU's version */

Modified: tomcat/native/branches/1.1.x/native/os/win32/libtcnative.rc
URL: http://svn.apache.org/viewvc/tomcat/native/branches/1.1.x/native/os/win32/libtcnative.rc?rev=1523544&r1=1523543&r2=1523544&view=diff
==============================================================================
--- tomcat/native/branches/1.1.x/native/os/win32/libtcnative.rc (original)
+++ tomcat/native/branches/1.1.x/native/os/win32/libtcnative.rc Mon Sep 16 06:04:51 2013
@@ -20,7 +20,7 @@ LANGUAGE 0x9,0x1
                      "See the License for the specific language governing " \
                      "permissions and limitations under the License."
 
-#define TCN_VERSION "1.1.28"
+#define TCN_VERSION "1.1.29"
 1000 ICON "apache.ico"
 
 1001 DIALOGEX 0, 0, 252, 51
@@ -36,8 +36,8 @@ BEGIN
 END
 
 1 VERSIONINFO
- FILEVERSION 1,1,28,0
- PRODUCTVERSION 1,1,28,0
+ FILEVERSION 1,1,29,0
+ PRODUCTVERSION 1,1,29,0
  FILEFLAGSMASK 0x3fL
 #ifdef _DEBUG
  FILEFLAGS 0x1L

Modified: tomcat/native/branches/1.1.x/xdocs/index.xml
URL: http://svn.apache.org/viewvc/tomcat/native/branches/1.1.x/xdocs/index.xml?rev=1523544&r1=1523543&r2=1523544&view=diff
==============================================================================
--- tomcat/native/branches/1.1.x/xdocs/index.xml (original)
+++ tomcat/native/branches/1.1.x/xdocs/index.xml Mon Sep 16 06:04:51 2013
@@ -66,8 +66,8 @@
 <br />
 <ul>
 
-<li><a href="news/2013.html#20130211.1">12 February 2013 - <b>TC-Native-1.1.27 released</b></a>
-<p>The Apache Tomcat team is proud to announce the immediate availability of Tomcat Native 1.1.27 Stable.
+<li><a href="news/2013.html#20130916.1">16 September 2013 - <b>TC-Native-1.1.28 released</b></a>
+<p>The Apache Tomcat team is proud to announce the immediate availability of Tomcat Native 1.1.28 Stable.
 </p>
 <p>
  The sources and the binaries for selected platforms are available from the

Modified: tomcat/native/branches/1.1.x/xdocs/news/2013.xml
URL: http://svn.apache.org/viewvc/tomcat/native/branches/1.1.x/xdocs/news/2013.xml?rev=1523544&r1=1523543&r2=1523544&view=diff
==============================================================================
--- tomcat/native/branches/1.1.x/xdocs/news/2013.xml (original)
+++ tomcat/native/branches/1.1.x/xdocs/news/2013.xml Mon Sep 16 06:04:51 2013
@@ -31,6 +31,18 @@
 
 <section name="2013 News &amp; Status">
 <br />
+<a name="20130916.1">
+<h3>16 September - TC-Native-1.1.28 released</h3>
+</a>
+<p>The Apache Tomcat team is proud to announce the immediate availability
+of Tomcat Native 1.1.28. This is a bug fixing release.
+</p>
+<br />
+<p>
+ Please see the <a href="../miscellaneous/changelog.html">ChangeLog</a> for a full list of changes.
+</p>
+<hr size="1" noshade="noshade" />
+<br />
 <a name="20130212.1">
 <h3>12 February - TC-Native-1.1.27 released</h3>
 </a>



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