/hg/icedtea-web: Added PR1856, PR1858, PR1858 and MethodOverload...
jkang at icedtea.classpath.org
jkang at icedtea.classpath.org
Wed Jul 30 17:58:10 UTC 2014
changeset 10b3c3ecc773 in /hg/icedtea-web
details: http://icedtea.classpath.org/hg/icedtea-web?cmd=changeset;node=10b3c3ecc773
author: Jie Kang <jkang at redhat.com>
date: Wed Jul 30 13:58:07 2014 -0400
Added PR1856, PR1858, PR1858 and MethodOverload Resolution fixes to NEWS
diffstat:
ChangeLog | 5 +++++
NEWS | 10 ++++++++++
2 files changed, 15 insertions(+), 0 deletions(-)
diffs (49 lines):
diff -r b76e7dba5c1f -r 10b3c3ecc773 ChangeLog
--- a/ChangeLog Wed Jul 30 13:35:17 2014 -0400
+++ b/ChangeLog Wed Jul 30 13:58:07 2014 -0400
@@ -1,3 +1,8 @@
+2014-07-30 Jie Kang <jkang at redhat.com>
+
+ * NEWS: added mention of fixes to Java Console and itweb-settings UI as
+ well as fix to method overloading resolution
+
2014-07-30 Andrew Azores <aazores at redhat.com>
* NEWS: added mention of PolicyEditor mnemonics and accelerators overhaul,
diff -r b76e7dba5c1f -r 10b3c3ecc773 NEWS
--- a/NEWS Wed Jul 30 13:35:17 2014 -0400
+++ b/NEWS Wed Jul 30 13:58:07 2014 -0400
@@ -13,9 +13,15 @@
* JDK 6 and older no longer supported
* Added DE localisation
* Added KEY_ENABLE_MANIFEST_ATTRIBUTES_CHECK deployment property to control scan of Manifest file
+* Control Panel
+ - PR1856: ControlPanel UI improvement for lower resolutions (800*600)
+* NetX
+ - PR1858: Java Console accepts multi-byte encodings
+ - PR1859: Java Console UI improvement for lower resolutions (800*600)
* Plugin
- PR1743 - Intermittant deadlock in PluginRequestProcessor
- RH1121549: coverity defects
+ - Resolves method overloading correctly with superclass heirarchy distance
* PolicyEditor
- codebases can be renamed in-place, copied, and pasted
- codebase URLs can be copied to system clipboard
@@ -50,6 +56,9 @@
- PR1473 - javaws should not depend on name of local file
- Redesigned About dialogue layout and contents
- Console made aware of plugin messages
+ - PR1856: ControlPanel UI improvement for lower resolutions (800*600)
+ - PR1858: Java Console accepts multi-byte encodings
+ - PR1859: Java Console UI improvement for lower resolutions (800*600)
* Plugin
- PR854: Resizing an applet several times causes 100% CPU load
- PR1271: icedtea-web does not handle 'javascript:'-protocol URLs
@@ -57,6 +66,7 @@
- Pipes moved into XDG_RUNTIME_DIR
- Added debug to file
- RH1010958: insecure temporary file use flaw in LiveConnect implementation
+ - Resolves method overloading correctly with superclass heirarchy distance
* Common
- PR1474: Can't get javaws to use SOCKS proxy
- Man page for itweb-settings
More information about the distro-pkg-dev
mailing list