Changeset 429 for trunk/icedtea-web/NEWS
- Timestamp:
- Sep 24, 2014, 9:34:21 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/icedtea-web/NEWS
r418 r429 9 9 CVE-XXXX-YYYY: http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=XXXX-YYYY 10 10 11 New in release 1.3 (2012-09-04): 11 New in release 1.5.1 (2014-08-13): 12 * Massively improved offline abilities. 13 * Improved to be able to run with any JDK 14 * JDK 8 support added (URLPermission granted if applicable) 15 * Added DE and PL localizations 16 * Added KEY_ENABLE_MANIFEST_ATTRIBUTES_CHECK deployment property to control scan of Manifest file 17 * Control Panel 18 - PR1856: ControlPanel UI improvement for lower resolutions (800*600) 19 * NetX 20 - PR1858: Java Console accepts multi-byte encodings 21 - PR1859: Java Console UI improvement for lower resolutions (800*600) 22 - RH1091563: [abrt] icedtea-web-1.5-2.fc20: Uncaught exception java.lang.ClassCastException in method sun.applet.PluginAppletViewer$8.run() 23 * Plugin 24 - PR1743 - Intermittant deadlock in PluginRequestProcessor 25 - RH1121549: coverity defects 26 * PolicyEditor 27 - codebases without permissions assigned save to file anyway (and re-appear on next open) 28 - PR1776: NullPointer on save-and-exit 29 - Custom permissions are properly formatted 30 31 New in release 1.5 (2014-04-02): 32 * IcedTea-Web now using tagsoup as default (tagsoup dependence) sanitizer for input 33 * JDK older then 1.5 no longer supported 34 * IcedTea-Web is now following XDG .config and .cache specification(RH947647) 35 * A console for debugging plugin and javaws 36 * Dialogs center on screen before becoming visible 37 * Support for u45 and u51 new manifest attributes (Application-Name, Codebase, Permissions, Trusted-only) 38 * Custom applet permission policies panel in itweb-settings control panel 39 * javaws -version flag 40 * New PolicyEditor for easily adding/removing permissions to individual applets 41 * Cache Viewer 42 - Can be closed by ESC key 43 - Enabling and disabling of operational buttons is handled properly 44 - Time consuming operations are indicated by a mouse busy cursor 45 - "Size" and "Last Modified" columns display localized data 46 * NetX 47 - PR1465 - java.io.FileNotFoundException while trying to download a JAR file 48 - Netx can now parse malformed jnlp files using tagsoup 49 - PR1026 - Apps fail to run because of the nanoxml parser's strict XML validation 50 - PR1473 - javaws should not depend on name of local file 51 - Redesigned About dialogue layout and contents 52 - Console made aware of plugin messages 53 * Plugin 54 - PR854: Resizing an applet several times causes 100% CPU load 55 - PR1271: icedtea-web does not handle 'javascript:'-protocol URLs 56 - RH976833: Multiple applets on one page cause deadlock 57 - Pipes moved into XDG_RUNTIME_DIR 58 - Added debug to file 59 - RH1010958: insecure temporary file use flaw in LiveConnect implementation 60 * Common 61 - PR1474: Can't get javaws to use SOCKS proxy 62 - Man page for itweb-settings 63 * Security Updates 64 - CVE-2012-4540, RH869040: Heap-based buffer overflow after triggering event attached to applet 65 66 New in release 1.4 (2013-XX-XX): 67 * Added cs localization 68 * Added de localization 69 * Added pl localization 70 * Splash screen for javaws and plugin 71 * Better error reporting for plugin via Error-splash-screen 72 * All IcedTea-Web dialogues are centered to middle of active screen 73 * Download indicator made compact for more then one jar 74 * User can select its own JVM via itw-settings and deploy.properties. 75 * Added extended applets security settings and dialogue 12 76 * Security updates 77 - CVE-2013-1926, RH916774: Class-loader incorrectly shared for applets with same relative-path. 78 - CVE-2013-1927, RH884705: fixed gifar vulnerabilit 13 79 - CVE-2012-3422, RH840592: Potential read from an uninitialized memory location 14 80 - CVE-2012-3423, RH841345: Incorrect handling of not 0-terminated strings 81 * NetX 82 - PR1027: DownloadService is not supported by IcedTea-Web 83 - PR725: JNLP applications will prompt for creating desktop shortcuts every time they are run 84 - PR1292: Javaws does not resolve versioned jar names with periods correctly 85 * Plugin 86 - PR1106: Buffer overflow in plugin table- 87 - PR1166: Embedded JNLP File is not supported in applet tag 88 - PR1217: Add command line arguments for plugins 89 - PR1189: Icedtea-plugin requires code attribute when using jnlp_href 90 - PR1198: JSObject is not passed to javascript correctly 91 - PR1260: IcedTea-Web should not rely on GTK 92 - PR1157: Applets can hang browser after fatal exception 93 - PR580: http://www.horaoficial.cl/ loads improperly 94 * Common 95 - PR1049: Extension jnlp's signed jar with the content of only META-INF/* is considered 96 - PR955: regression: SweetHome3D fails to run 97 - PR1145: IcedTea-Web can cause ClassCircularityError 98 - PR1161: X509VariableTrustManager does not work correctly with OpenJDK7 99 - PR822: Applets fail to load if jars have different signers 100 - PR1186: System.getProperty("deployment.user.security.trusted.cacerts") is null 101 - PR909: The Java applet at http://de.gosupermodel.com/games/wardrobegame.jsp fails 102 - PR1299: WebStart doesn't read socket proxy settings from firefox correctly 103 104 New in release 1.3 (2012-XX-XX): 15 105 * NetX 16 106 - PR898: signed applications with big jnlp-file doesn't start (webstart affect like "frozen") … … 25 115 - PR855: AppletStub getDocumentBase() doesn't return full URL 26 116 - PR1011: Folders treated as jar files in archive tag 27 - PR1106: Buffer overflow in plugin table28 - PR975: Plugin should not include classpaths specified in jar manifests when using jnlp_href29 117 - PR588: Cookies not written from cookie jar to browser cookies 118 - PR920: Classes attempted to load twice when class extends from outside jar 30 119 * Common 31 120 - PR918: java applet windows uses a low resulution black/white icon … … 33 122 - RH838559: Disambiguate signed applet security prompt from certificate warning 34 123 - RH720836: project can be compiled against GTK+ 2 or 3 librarie 35 - PR955: regression: SweetHome3D fails to run36 124 37 125 New in release 1.2 (2011-XX-XX):
Note:
See TracChangeset
for help on using the changeset viewer.