Author: helder
Date: Sun Aug 5 23:12:16 2012
New Revision: 1369698
URL: http://svn.apache.org/viewvc?rev=1369698&view=rev
Log:
General:
Slight improvements in release notes regarding the previous commit
("environment variable with spaces" issue made more clear for users).
Modified:
xmlgraphics/batik/trunk/CHANGES
Modified: xmlgraphics/batik/trunk/CHANGES
URL:
http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/CHANGES?rev=1369698&r1=1369697&r2=1369698&view=diff
==============================================================================
--- xmlgraphics/batik/trunk/CHANGES (original)
+++ xmlgraphics/batik/trunk/CHANGES Sun Aug 5 23:12:16 2012
@@ -80,7 +80,10 @@ Bug fixing is an ongoing task, so it is
* Fixed HeadlessExceptions related to WMF transcoding.
* Font families containing numbers (like "Univers 45 Light") no longer
cause errors.
- * Compiling on Oracle JDK 7 and JDK 8 as well now works.
+ * Compiling on Oracle JDK 7 and JDK 8 now works.
+ * On Windows, spaces within environment variables like JAVA_HOME no longer
+ cause errors (JDK 6 and above default install location were moved from
+ the system drive root to a Java folder inside Program Files).
5. Misc