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/02/12 13:22:29 UTC

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

Author: mturk
Date: Tue Feb 12 12:22:29 2013
New Revision: 1445131

URL: http://svn.apache.org/r1445131
Log:
inc version numbers and add release support files

Added:
    tomcat/native/branches/1.1.x/xdocs/news/2013.xml   (with props)
Modified:
    tomcat/native/branches/1.1.x/build.properties.default
    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/miscellaneous/project.xml
    tomcat/native/branches/1.1.x/xdocs/news/project.xml
    tomcat/native/branches/1.1.x/xdocs/project.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=1445131&r1=1445130&r2=1445131&view=diff
==============================================================================
--- tomcat/native/branches/1.1.x/build.properties.default (original)
+++ tomcat/native/branches/1.1.x/build.properties.default Tue Feb 12 12:22:29 2013
@@ -18,10 +18,10 @@
 # ----- Version Control Flags -----
 version.major=1
 version.minor=1
-version.build=27
+version.build=28
 version.patch=0
-#version.suffix=-dev
-version.suffix=
+version.suffix=-dev
+#version.suffix=
 
 # ----- Default Base Path for Dependent Packages -----
 # Please note this path must be absolute, not relative,

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=1445131&r1=1445130&r2=1445131&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 Tue Feb 12 12:22:29 2013
@@ -69,13 +69,13 @@ extern "C" {
 #define TCN_MINOR_VERSION       1
 
 /** patch level */
-#define TCN_PATCH_VERSION       27
+#define TCN_PATCH_VERSION       28
 
 /**
  *  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=1445131&r1=1445130&r2=1445131&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 Tue Feb 12 12:22:29 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.27"
+#define TCN_VERSION "1.1.28"
 1000 ICON "apache.ico"
 
 1001 DIALOGEX 0, 0, 252, 51
@@ -36,8 +36,8 @@ BEGIN
 END
 
 1 VERSIONINFO
- FILEVERSION 1,1,27,0
- PRODUCTVERSION 1,1,27,0
+ FILEVERSION 1,1,28,0
+ PRODUCTVERSION 1,1,28,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=1445131&r1=1445130&r2=1445131&view=diff
==============================================================================
--- tomcat/native/branches/1.1.x/xdocs/index.xml (original)
+++ tomcat/native/branches/1.1.x/xdocs/index.xml Tue Feb 12 12:22:29 2013
@@ -45,8 +45,8 @@ manual is described in more detail below
 <br />
 <ul>
 
-<li><a href="news/2012.html#20120613.1">13 June 2012 - <b>TC-Native-1.1.24 released</b></a>
-<p>The Apache Tomcat team is proud to announce the immediate availability of Tomcat Native 1.1.24 Stable.
+<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.
 </p>
 <p>
  The sources and the binaries for selected platforms are available from the

Modified: tomcat/native/branches/1.1.x/xdocs/miscellaneous/project.xml
URL: http://svn.apache.org/viewvc/tomcat/native/branches/1.1.x/xdocs/miscellaneous/project.xml?rev=1445131&r1=1445130&r2=1445131&view=diff
==============================================================================
--- tomcat/native/branches/1.1.x/xdocs/miscellaneous/project.xml (original)
+++ tomcat/native/branches/1.1.x/xdocs/miscellaneous/project.xml Tue Feb 12 12:22:29 2013
@@ -34,11 +34,12 @@
     </menu>
 
     <menu name="News">
-        <item name="2008"                       href="../news/2008.html"/>
-        <item name="2009"                       href="../news/2009.html"/>
-        <item name="2010"                       href="../news/2010.html"/>
-        <item name="2011"                       href="../news/2011.html"/>
+        <item name="2013"                       href="../news/2013.html"/>
         <item name="2012"                       href="../news/2012.html"/>
+        <item name="2011"                       href="../news/2011.html"/>
+        <item name="2010"                       href="../news/2010.html"/>
+        <item name="2009"                       href="../news/2009.html"/>
+        <item name="2008"                       href="../news/2008.html"/>
     </menu>
 
 </body>

Added: 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=1445131&view=auto
==============================================================================
--- tomcat/native/branches/1.1.x/xdocs/news/2013.xml (added)
+++ tomcat/native/branches/1.1.x/xdocs/news/2013.xml Tue Feb 12 12:22:29 2013
@@ -0,0 +1,47 @@
+<?xml version="1.0"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<!DOCTYPE document [
+  <!ENTITY project SYSTEM "project.xml">
+]>
+<document url="2013.html">
+
+  &project;
+
+  <properties>
+    <author email="general.AT.tomcat.DOT.apache.DOT.org">Apache Tomcat Native Project</author>
+    <title>2012 News and Status</title>
+  </properties>
+
+<body>
+
+<section name="2013 News &amp; Status">
+<br />
+<a name="20130212.1">
+<h3>12 February - TC-Native-1.1.27 released</h3>
+</a>
+<p>The Apache Tomcat team is proud to announce the immediate availability
+of Tomcat Native 1.1.27. 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" />
+</section>
+</body>
+</document>

Propchange: tomcat/native/branches/1.1.x/xdocs/news/2013.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: tomcat/native/branches/1.1.x/xdocs/news/2013.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Modified: tomcat/native/branches/1.1.x/xdocs/news/project.xml
URL: http://svn.apache.org/viewvc/tomcat/native/branches/1.1.x/xdocs/news/project.xml?rev=1445131&r1=1445130&r2=1445131&view=diff
==============================================================================
--- tomcat/native/branches/1.1.x/xdocs/news/project.xml (original)
+++ tomcat/native/branches/1.1.x/xdocs/news/project.xml Tue Feb 12 12:22:29 2013
@@ -34,11 +34,12 @@
     </menu>
 
     <menu name="News">
-        <item name="2008"                       href="../news/2008.html"/>
-        <item name="2009"                       href="../news/2009.html"/>
-        <item name="2010"                       href="../news/2010.html"/>
-        <item name="2011"                       href="../news/2011.html"/>
+        <item name="2013"                       href="../news/2013.html"/>
         <item name="2012"                       href="../news/2012.html"/>
+        <item name="2011"                       href="../news/2011.html"/>
+        <item name="2010"                       href="../news/2010.html"/>
+        <item name="2009"                       href="../news/2009.html"/>
+        <item name="2008"                       href="../news/2008.html"/>
     </menu>
 
 </body>

Modified: tomcat/native/branches/1.1.x/xdocs/project.xml
URL: http://svn.apache.org/viewvc/tomcat/native/branches/1.1.x/xdocs/project.xml?rev=1445131&r1=1445130&r2=1445131&view=diff
==============================================================================
--- tomcat/native/branches/1.1.x/xdocs/project.xml (original)
+++ tomcat/native/branches/1.1.x/xdocs/project.xml Tue Feb 12 12:22:29 2013
@@ -34,11 +34,12 @@
     </menu>
 
     <menu name="News">
-        <item name="2008"                       href="news/2008.html"/>
-        <item name="2009"                       href="news/2009.html"/>
-        <item name="2010"                       href="news/2010.html"/>
-        <item name="2011"                       href="news/2011.html"/>
+        <item name="2013"                       href="news/2013.html"/>
         <item name="2012"                       href="news/2012.html"/>
+        <item name="2011"                       href="news/2011.html"/>
+        <item name="2010"                       href="news/2010.html"/>
+        <item name="2009"                       href="news/2009.html"/>
+        <item name="2008"                       href="news/2008.html"/>
     </menu>
 
 </body>



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