On 23/01/2019 12:02, Martin Knoblauch wrote: > Hi Mark, > > thanks a lot. So, now I know the code was added in revision 1713174. The > real question I have is into which releases this went. > > OK, in this case I see it went into 8.5 and 9.0 from the beginning. But say > a change went into 9.0.12 - is there a way to find that from SVN?
https://svn.apache.org/viewvc/tomcat/tags/ Revision numbers increase linearly in svn so if a tag has a revision greater than 1713174 it will include that fix (assuming no later revision undid the change). Mark > > Cheers > Martin > > On Wed, Jan 23, 2019 at 12:00 PM Mark Thomas <ma...@apache.org> wrote: > >> On 23/01/2019 10:57, Martin Knoblauch wrote: >>> Hi, >>> >>> sorry for the noise, but maybe you are quicker than me rummaging through >>> SVN :-) >>> >>> I would like to know when the following code snippet was added to >>> "catalina.sh": >> >> https://svn.apache.org/viewvc/tomcat/trunk/bin/catalina.sh?view=annotate >> >> Mark >> >> >>> >>> # Set UMASK unless it has been overridden >>> if [ -z "$UMASK" ]; then >>> UMASK="0027" >>> fi >>> umask $UMASK >>> >>> I see it in current 9.0.x and 8.5.x, but not in 8.0.53 >>> >>> Thanks in advance >>> Martin >>> >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org >> For additional commands, e-mail: dev-h...@tomcat.apache.org >> >> > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org