You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kk...@apache.org on 2014/04/13 14:05:49 UTC

svn commit: r1586967 - /tomcat/tc6.0.x/trunk/STATUS.txt

Author: kkolinko
Date: Sun Apr 13 12:05:49 2014
New Revision: 1586967

URL: http://svn.apache.org/r1586967
Log:
proposals

Modified:
    tomcat/tc6.0.x/trunk/STATUS.txt

Modified: tomcat/tc6.0.x/trunk/STATUS.txt
URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=1586967&r1=1586966&r2=1586967&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/STATUS.txt (original)
+++ tomcat/tc6.0.x/trunk/STATUS.txt Sun Apr 13 12:05:49 2014
@@ -42,6 +42,7 @@ PATCHES PROPOSED TO BACKPORT:
   Correct double unescaping
   http://people.apache.org/~markt/patches/2014-04-12-attribute-escaping-tc6-v1.patch
   +1: markt
+  -1:
 
 * Enabling building with Java 8
   http://people.apache.org/~markt/patches/2014-04-12-build-with-java8-tc6-v1.patch
@@ -50,6 +51,41 @@ PATCHES PROPOSED TO BACKPORT:
   +1: markt
   -1:
 
+* Fix http://issues.apache.org/bugzilla/show_bug.cgi?id=49993
+  Fix http://issues.apache.org/bugzilla/show_bug.cgi?id=56143
+
+  Improvements to service.bat:
+
+  - Improve service.bat so that it can be launched from a non-UAC console.
+  This includes using a single call to tomcat6.exe to install the Windows
+  service rather than three calls, and using command line arguments instead
+  of environment variables to pass the settings. (BZ 56143)
+
+  - Align options with *.exe Windows installer. This affects --Classpath,
+  --DisplayName, --StartPath, --StopPath and --LogPath.
+
+  - Make command comparisons case-insensitive. Remove %OS% check for setlocal.
+  (This assumes that nobody runs on ancient non-NT systems).
+
+  - Improve check for JAVA_HOME and add support for JRE_HOME environment
+  variable. (BZ 49993)
+
+  (I am not backporting the "/user" option. The rest of service.bat is the
+  same as in TC7 & TC8).
+
+  https://people.apache.org/~kkolinko/patches/2014-04-13_tc6_service_bat.patch
+  +1: kkolinko
+  -1:
+
+* Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56369
+  Ensure that removing an MBean notification listener
+  reverts all the operations performed when adding an MBean notification
+  listener.
+  http://svn.apache.org/r1586897
+  http://svn.apache.org/r1586960
+  +1: kkolinko
+  -1:
+
 
 PATCHES/ISSUES THAT ARE STALLED:
 



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