Author: markt
Date: Tue May 30 15:15:19 2017
New Revision: 1796878
URL: http://svn.apache.org/viewvc?rev=1796878&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=45879
Add the RELEASE-NOTES file to the root of the installation created by the
Tomcat installer for Windows to make it easier for users to identify the
installed Tomcat version.
Modified:
tomcat/trunk/res/tomcat.nsi
tomcat/trunk/webapps/docs/changelog.xml
Modified: tomcat/trunk/res/tomcat.nsi
URL:
http://svn.apache.org/viewvc/tomcat/trunk/res/tomcat.nsi?rev=1796878&r1=1796877&r2=1796878&view=diff
==============================================================================
--- tomcat/trunk/res/tomcat.nsi (original)
+++ tomcat/trunk/res/tomcat.nsi Tue May 30 15:15:19 2017
@@ -179,6 +179,7 @@ Section "Core" SecTomcatCore
File tomcat.ico
File LICENSE
File NOTICE
+ File RELEASE-NOTES
SetOutPath $INSTDIR\lib
File /r lib\*.*
; Note: just calling 'SetOutPath' will create the empty folders for us
Modified: tomcat/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1796878&r1=1796877&r2=1796878&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/trunk/webapps/docs/changelog.xml Tue May 30 15:15:19 2017
@@ -107,6 +107,11 @@
Ant tasks used to communicate with the Manager application. (markt)
</add>
<fix>
+ <bug>45879</bug>: Add the <code>RELEASE-NOTES</code> file to the root
of
+ the installation created by the Tomcat installer for Windows to make it
+ easier for users to identify the installed Tomcat version. (markt)
+ </fix>
+ <fix>
<bug>61055</bug>: Clarify the code comments in the rewrite valve to
make
clear that there are no plans to provide proxy support for this valve
since Tomcat does not have proxy capabilities. (markt)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]