Author: mturk
Date: Mon Jun 11 12:13:04 2012
New Revision: 1348811

URL: http://svn.apache.org/viewvc?rev=1348811&view=rev
Log:
Add changelog entry and prepare for tag

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/xdocs/miscellaneous/changelog.xml
    tomcat/native/branches/1.1.x/xdocs/miscellaneous/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=1348811&r1=1348810&r2=1348811&view=diff
==============================================================================
--- tomcat/native/branches/1.1.x/build.properties.default (original)
+++ tomcat/native/branches/1.1.x/build.properties.default Mon Jun 11 12:13:04 
2012
@@ -20,7 +20,7 @@ version.major=1
 version.minor=1
 version.build=24
 version.patch=0
-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=1348811&r1=1348810&r2=1348811&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 Jun 11 
12:13:04 2012
@@ -75,7 +75,7 @@ extern "C" {
  *  This symbol is defined for internal, "development" copies of TCN. This
  *  symbol will be #undef'd for releases.
  */
-#define TCN_IS_DEV_VERSION      1
+#define TCN_IS_DEV_VERSION      0
 
 
 /** The formatted string of APU's version */

Modified: tomcat/native/branches/1.1.x/xdocs/miscellaneous/changelog.xml
URL: 
http://svn.apache.org/viewvc/tomcat/native/branches/1.1.x/xdocs/miscellaneous/changelog.xml?rev=1348811&r1=1348810&r2=1348811&view=diff
==============================================================================
--- tomcat/native/branches/1.1.x/xdocs/miscellaneous/changelog.xml (original)
+++ tomcat/native/branches/1.1.x/xdocs/miscellaneous/changelog.xml Mon Jun 11 
12:13:04 2012
@@ -36,6 +36,13 @@
   new documentation project for Tomcat Native was started.
   </p>
 </section>
+<section name="Changes between 1.1.23 and 1.1.24">
+  <changelog>
+    <update>
+      Add support for per-socket timeouts inside poller. (markt, mturk)
+    </update>
+  </changelog>
+</section>
 <section name="Changes between 1.1.22 and 1.1.23">
   <changelog>
     <update>

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=1348811&r1=1348810&r2=1348811&view=diff
==============================================================================
--- tomcat/native/branches/1.1.x/xdocs/miscellaneous/project.xml (original)
+++ tomcat/native/branches/1.1.x/xdocs/miscellaneous/project.xml Mon Jun 11 
12:13:04 2012
@@ -37,6 +37,8 @@
         <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="2012"                       href="../news/2012.html"/>
     </menu>
 
 </body>



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

Reply via email to