From 19939d3deae07f3af319f9fc0c8ffa3a220c804f Mon Sep 17 00:00:00 2001 From: Mark Emlyn David Thomas Date: Fri, 24 Jun 2011 18:56:05 +0000 Subject: [PATCH] Proposal git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc5.5.x/trunk@1139408 13f79535-47bb-0310-9956-ffa450edef68 --- STATUS.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/STATUS.txt b/STATUS.txt index 4ae1c592..8f07b6fb 100644 --- a/STATUS.txt +++ b/STATUS.txt @@ -89,3 +89,22 @@ PATCHES PROPOSED TO BACKPORT: http://svn.apache.org/viewvc?rev=1138953&view=rev +1: markt -1: + +* Multiple improvements to the Windows Installer + - https://issues.apache.org/bugzilla/show_bug.cgi?id=33262 + Install monitor to auto-start for current user only rather than all users to + be consistent with menu item creation. + - Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=40510 + Provide an option to install shortcuts for the current user or all users. + Also ensure registry is correctly cleaned on uninstall for 64-bit platforms. + - Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50949 + Provide the ability to specify the AJP port and service name when installing + Tomcat using the Windows installer. This permits multiple instances of the + same Tomcat version to be installed side-by-side. + - Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51135 + Fix auto-detection of JAVA_HOME for 64-bit Windows platforms that only have + a 32-bit JVM installed. + http://people.apache.org/~markt/patches/2011-06-24-windows-installer-multiple-tc5.patch + plus addition of http://people.apache.org/~markt/patches/2011-06-24-windows-installer-multiple-tc5.server_3.xml + +1: markt + -1: