Author: nthykier-guest Date: 2009-10-23 18:46:55 +0000 (Fri, 23 Oct 2009) New Revision: 10867
Added: trunk/jetty/debian/NEWS Modified: trunk/jetty/debian/changelog Log: Added NEWS. Added: trunk/jetty/debian/NEWS =================================================================== --- trunk/jetty/debian/NEWS (rev 0) +++ trunk/jetty/debian/NEWS 2009-10-23 18:46:55 UTC (rev 10867) @@ -0,0 +1,9 @@ +jetty (6.1.21-1) unstable; urgency=medium + + * Stopped using /tmp/jetty-temp in /etc/init.d/jetty for security + reasons. From now all temporary data will be stored within + /var/cache/jetty as denoted below: + - JVM_TMP is now /var/cache/jetty/tmp + - JETTY_TMP is now /var/cache/jetty/data + + -- Niels Thykier <[email protected]> Fri, 23 Oct 2009 20:33:24 +0200 Modified: trunk/jetty/debian/changelog =================================================================== --- trunk/jetty/debian/changelog 2009-10-23 18:33:06 UTC (rev 10866) +++ trunk/jetty/debian/changelog 2009-10-23 18:46:55 UTC (rev 10867) @@ -1,4 +1,4 @@ -jetty (6.1.21-1) UNRELEASED; urgency=medium +jetty (6.1.21-1) unstable; urgency=medium * New upstream release. * Stopped using /tmp/jetty-temp in /etc/init.d/jetty for security @@ -10,7 +10,7 @@ Thanks for your work on this package. * Corrected javadoc symlink in binary package jetty. - -- Niels Thykier <[email protected]> Fri, 09 Oct 2009 13:25:54 +0200 + -- Niels Thykier <[email protected]> Fri, 23 Oct 2009 20:45:43 +0200 jetty (6.1.20-2) unstable; urgency=low _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

