/hg/release/icedtea-web-1.0: Update NEWS format
omajid at icedtea.classpath.org
omajid at icedtea.classpath.org
Mon Jan 24 07:14:36 PST 2011
changeset a1ed62aa5f98 in /hg/release/icedtea-web-1.0
details: http://icedtea.classpath.org/hg/release/icedtea-web-1.0?cmd=changeset;node=a1ed62aa5f98
author: Omair Majid <omajid at redhat.com>
date: Mon Jan 24 10:13:01 2011 -0500
Update NEWS format
2011-01-24 Omair Majid <omajid at redhat.com>
* NEWS: Change format again.
diffstat:
2 files changed, 29 insertions(+), 23 deletions(-)
ChangeLog | 4 ++++
NEWS | 48 +++++++++++++++++++++++++-----------------------
diffs (73 lines):
diff -r bafc58e4df46 -r a1ed62aa5f98 ChangeLog
--- a/ChangeLog Thu Jan 20 12:09:09 2011 -0500
+++ b/ChangeLog Mon Jan 24 10:13:01 2011 -0500
@@ -1,3 +1,7 @@ 2011-01-20 Omair Majid <omajid at redhat.
+2011-01-24 Omair Majid <omajid at redhat.com>
+
+ * NEWS: Change format again.
+
2011-01-20 Omair Majid <omajid at redhat.com>
* NEWS: Change to a new format to emphasize new features as well as
diff -r bafc58e4df46 -r a1ed62aa5f98 NEWS
--- a/NEWS Thu Jan 20 12:09:09 2011 -0500
+++ b/NEWS Mon Jan 24 10:13:01 2011 -0500
@@ -8,7 +8,7 @@ GX - http://bugs.gentoo.org/show_bug.cg
CVE-XXXX-YYYY: http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=XXXX-YYYY
-New in release 1.0 (2010-XX-XX):
+New in release 1.0 (2011-XX-XX):
* Initial release of IcedTea-Web
* Security updates
@@ -21,25 +21,27 @@ New in release 1.0 (2010-XX-XX):
- Static proxies are now supported using the deployment.properties file
- User prompts can now be configured using the deployment.properties
- Applications and applets can now have a Look and Feel different from rest of IcedTea-Web
-* Minor improvements and fixes
- - common: Clean up native directories on exit
- - common: Cached files with special characters in filenames are now handled correctly
- - common: Interfaces javax.jnlp.IntegrationService and javax.jnlp.DownloadService2 are now available
- - javaws: PR592: NetX can create invalid desktop entry files
- - javaws: Add a new option -Xclearcache
- - javaws: Removed option -umask
- - javaws: Applications with non-public main classes are now supported.
- - javaws: JNLP files containing <component-desc> as well as <application-desc> will now work
- - javaws: The javaws.desktop file now points explicitly to NetX's javaws binary
- - plugin: PR542: Plugin fails with NPE on http://www.openprocessing.org/visuals/iframe.php?visualID=2615
- - plugin: PR552: Support for FreeBSD's pthread implementation
- - plugin: PR554: System.err writes content two times
- - plugin: PR556: Applet initialization code is prone to race conditions
- - plugin: PR557: Applet opens in a separate window if tab is closed when the applet loads
- - plugin: PR565: UIDefaults.getUI fails with jgoodies:looks 2.3.1
- - plugin: PR593: Increment of invalidated iterator in IcedTeaPluginUtils (patch from barbara.xxx1975 at libero.it)
- - plugin: PR597: Entities are parsed incorrectly in PARAM tag in applet plugin
- - plugin: PR619: Improper finalization by the plugin can crash the browser
- - plugin: RH665104: OpenJDK Firefox Java plugin loses a cookie
- - plugin: JNLP files referenced in the applet tag are now parsed to detect applet properties
- - plugin: Applets are now double-buffered to eliminate flicker in ones that do heavy drawing
+* Common improvements and fixes
+ - Clean up native directories on exit
+ - Cached files with special characters in filenames are now handled correctly
+ - Interfaces javax.jnlp.IntegrationService and javax.jnlp.DownloadService2 are now available
+* Javaws improvments and fixes
+ - PR592: NetX can create invalid desktop entry files
+ - Add a new option -Xclearcache
+ - Removed option -umask
+ - Applications with non-public main classes are now supported.
+ - JNLP files containing <component-desc> as well as <application-desc> will now work
+ - The javaws.desktop file now points explicitly to NetX's javaws binary
+* Plugin improvements and fixes
+ - PR542: Plugin fails with NPE on http://www.openprocessing.org/visuals/iframe.php?visualID=2615
+ - PR552: Support for FreeBSD's pthread implementation
+ - PR554: System.err writes content two times
+ - PR556: Applet initialization code is prone to race conditions
+ - PR557: Applet opens in a separate window if tab is closed when the applet loads
+ - PR565: UIDefaults.getUI fails with jgoodies:looks 2.3.1
+ - PR593: Increment of invalidated iterator in IcedTeaPluginUtils (patch from barbara.xxx1975 at libero.it)
+ - PR597: Entities are parsed incorrectly in PARAM tag in applet plugin
+ - PR619: Improper finalization by the plugin can crash the browser
+ - RH665104: OpenJDK Firefox Java plugin loses a cookie
+ - JNLP files referenced in the applet tag are now parsed to detect applet properties
+ - Applets are now double-buffered to eliminate flicker in ones that do heavy drawing
More information about the distro-pkg-dev
mailing list