Author: remm
Date: Sat Feb  4 07:02:39 2006
New Revision: 374878

URL: http://svn.apache.org/viewcvs?rev=374878&view=rev
Log:
- The IP change of network.c is a backwards incompatible change (a 1.1.1 binary 
will crash), so
  bump up the patch level required.

Modified:
    tomcat/build/tc5.5.x/tomcat.nsi
    tomcat/connectors/trunk/jni/native/include/tcn_version.h
    
tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/core/AprLifecycleListener.java

Modified: tomcat/build/tc5.5.x/tomcat.nsi
URL: 
http://svn.apache.org/viewcvs/tomcat/build/tc5.5.x/tomcat.nsi?rev=374878&r1=374877&r2=374878&view=diff
==============================================================================
--- tomcat/build/tc5.5.x/tomcat.nsi (original)
+++ tomcat/build/tc5.5.x/tomcat.nsi Sat Feb  4 07:02:39 2006
@@ -203,11 +203,11 @@
 
   SectionIn 3
 
-  NSISdl::download /TIMEOUT=30000 
http://tomcat.heanet.ie/native/1.1.1/binaries/win32/tcnative-1.dll 
$INSTDIR\bin\tcnative-1.dll
+  NSISdl::download /TIMEOUT=30000 
http://tomcat.heanet.ie/native/1.1.2/binaries/win32/tcnative-1.dll 
$INSTDIR\bin\tcnative-1.dll
   Pop $0
   StrCmp $0 success success
     SetDetailsView show
-    DetailPrint "download failed from 
http://tomcat.heanet.ie/native/1.1.1/binaries/win32/tcnative-1.dll: $0"
+    DetailPrint "download failed from 
http://tomcat.heanet.ie/native/1.1.2/binaries/win32/tcnative-1.dll: $0"
   success:
 
   ClearErrors

Modified: tomcat/connectors/trunk/jni/native/include/tcn_version.h
URL: 
http://svn.apache.org/viewcvs/tomcat/connectors/trunk/jni/native/include/tcn_version.h?rev=374878&r1=374877&r2=374878&view=diff
==============================================================================
--- tomcat/connectors/trunk/jni/native/include/tcn_version.h (original)
+++ tomcat/connectors/trunk/jni/native/include/tcn_version.h Sat Feb  4 
07:02:39 2006
@@ -68,7 +68,7 @@
 #define TCN_MINOR_VERSION       1
 
 /** patch level */
-#define TCN_PATCH_VERSION       1
+#define TCN_PATCH_VERSION       2
 
 /**
  *  This symbol is defined for internal, "development" copies of TCN. This

Modified: 
tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/core/AprLifecycleListener.java
URL: 
http://svn.apache.org/viewcvs/tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/core/AprLifecycleListener.java?rev=374878&r1=374877&r2=374878&view=diff
==============================================================================
--- 
tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/core/AprLifecycleListener.java
 (original)
+++ 
tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/core/AprLifecycleListener.java
 Sat Feb  4 07:02:39 2006
@@ -52,7 +52,7 @@
 
     protected static final int REQUIRED_MAJOR = 1;
     protected static final int REQUIRED_MINOR = 1;
-    protected static final int REQUIRED_PATCH = 1;
+    protected static final int REQUIRED_PATCH = 2;
 
 
     // ---------------------------------------------- LifecycleListener Methods



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to