Skip to content
Commits on Source (2)
......@@ -4,6 +4,7 @@ Please keep this list in alphabetical order.
Lillian Angel <langel@redhat.com>
Andrew Azores <aazores@redhat.com>
Deepak Bhole <dbhole@redhat.com>
Adam Buchta <adbuch7@gmail.com>
Ricardo Martín Camarero <rickyepoderi@yahoo.es>
Marcin Cieslak <marcin.cieslak@gmail.com>
Danesh Dadachanji <ddadacha@redhat.com>
......@@ -12,9 +13,11 @@ Lukasz Dracz <ldracz@redhat.com>
Thomas Fitzsimmons <fitzsim@redhat.com>
Michał Górny <mgorny@gentoo.org>
Mark Greenwood <mark@dcs.shef.ac.uk>
Tereza Hlavackova <hlavackova.tereza@gmail.com>
Peter Hatina <phatina@redhat.com>
Andrew John Hughes <ahughes@redhat.com>
Jie Kang <jkang@redhat.com>
Alex Kashchenko <akashche@redhat.com>
Matthias Klose <doko@ubuntu.com>
Alexandr Kolouch <skolnag@gmail.com>
Jan Kmetko <jan.kmetko.ml@gmail.com>
......@@ -28,15 +31,17 @@ Kurt Miller <kurt@intricatesoftware.com>
Saad Mohammad <smohammad@redhat.com>
Martin Olsson <martin@minimum.se>
Stefan Ring <stefan@complang.tuwien.ac.at>
Ville Skyttä <ville.skytta@iki.fi>
Fridrich Strba <fridrich.strba@suse.com>
Andrew Su <asu@redhat.com>
Joshua Sumali <jsumali@redhat.com>
Michal Vala <mvala@redhat.com>
Jiri Vanek <jvanek@redhat.com>
Tomáš Votava <tomcacolca@gmail.com>
Mark Wielaard <mark@klomp.org>
Jacob Wisor <gitne@excite.co.jp>
Man Lung Wong <mwong@redhat.com>
This project also includes code from the following projects:
OpenJDK <http://openjdk.java.net/>
Netx <http://jnlp.sourceforge.net/netx/>
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
......@@ -8,25 +8,30 @@ GX - http://bugs.gentoo.org/show_bug.cgi?id=X
CVE-XXXX-YYYY: http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=XXXX-YYYY
New in release 1.6.2 (2016-02-03):
New in release 1.7.1 (2017-12-15):
* better work with authors file
* better work with jdk9
* Added possibility to turn off https preference via deployment properties
New in release 1.7 (2017-07-19):
* PR3366 - bash completion file was split to three, and is setup-able by bashcompdir environment variable
* added experimental support for windows
* added experimental support for java 9 (linux only)
* added experimental support for jnlp protocol (see https://bugs.openjdk.java.net/browse/JDK-8055464)
* restricted to JDK8 and higher
* all connection restrictions now consider also port
* Enabled Entry-Point attribute check
* permissions sandbox and signed app and unsigned app with permissions all-permissions now run in sandbox instead of not at all.
* fixed DownloadService
* PR2779: html-gen.sh: Don't try to call hg if .hg directory isn't present
* PR2591 - IcedTea-Web request resources twice for meta informations and causes ClientAbortException on tomcat in conjunction with JnlpDownloadServlet
* PR2690 - Can't run BOM into JNLP file
* PR2669 - remove bash-specific syntax from top level Makefile.am
* PR2489 - various NPEs when codebase is null
* NetX
- main-class attribute trimmed by default
- in strict mode, main-class attribute checked for invalid characters
* Plugin
- RH1273691 - Escaped equals signs in deployment.properties not un-escaped when used
- PR2746 - IcedTea-Web Plugin 1.6.1: net.sourceforge.jnlp.LaunchException
- PR2714 - IcedTea-Web plugin sends uninitialized memory garbage across a pipe when NPN_GetValueForURL call fails
New in release 1.6.1 (2015-09-11):
* Enabled Entry-Point attribute check
* permissions sandbox and signed app and unsigned app with permissions all-permissions now run in sandbox instead of not at all.
* fixed DownloadService
* PR2855 - configure.ac: Remove unnecessary checks for libX11 and zlib
* PR878 - (http-511) Handle HTTP error 511 Network Authentication Required (standard secure proxy authentification/captive portal detection)
* PR1190 - unuseable javaws cache handling
* PR3227 - can not save file with query longer then (together with name) then 255 chars
* comments in deployment.properties now should persists load/save
* fixed bug in caching of files with query
* fixed issues with recreating of existing shortcut
......@@ -35,16 +40,38 @@ New in release 1.6.1 (2015-09-11):
* RH1231441 Unable to read the text of the buttons of the security dialogue
* Fixed RH1233697 icedtea-web: applet origin spoofing
* Fixed RH1233667 icedtea-web: unexpected permanent authorization of unsigned applets
* FIXED PR3263 - Cannot retrieve JavaScript Engine using ScriptEngineManager.getEngineByName
* fixed fatal impact of initialization error of FileLog
* MissingALACAdialog made available also for unsigned applications (but ignoring actual manifest value) and fixed
* more dialogs got remember me possibility
- MissingALACAttributePanel
- AccessWarning
- MissingPermissionsAttributePanel
- MatchingALACAttributePanel
- UnsignedAppletTrustWarningPanel
- PartiallySignedAppTrustWarningPanel
* Itw-settings
- All rememberable dialogues can have saved value modified
* NetX
- fixed issues with -html shortcuts
- fixed issue with -html receiving garbage in width and height
- main-class attribute trimmed by default
- in strict mode, main-class attribute checked for invalid characters
- added -browser switch as workaround around most uttermost http authentications cornercases
* PolicyEditor
- Entry list is sorted, entries will appear with consistent ordering
- file flag made to work when used standalone
- file flag and main argument cannot be used in combination
- file flag cannot be used in combination with main argument
- defaultfile flag added
- support for SignedBy and Principals along with existing Codebase
* Plugin
- RH1273691 - Escaped equals signs in deployment.properties not un-escaped when used
- PR2746 - IcedTea-Web Plugin 1.6.1: net.sourceforge.jnlp.LaunchException
- PR2714 - IcedTea-Web plugin sends uninitialized memory garbage across a pipe when NPN_GetValueForURL call fails
- PR3198 - Error in webmin
- PR2968 - IcedTea-Web crashes on Dell EqualLogic SAN
New in release 1.6 (2015-04-29):
New in release 1.6 (2015-XX-XX):
* Massively improved offline abilities. Added Xoffline switch to force work without inet connection.
* Improved to be able to run with any JDK
* JDK 6 and older no longer supported
......
......@@ -64,8 +64,6 @@ incantation. The build requirements are as follows:
* A bootstrap JDK. You can use any java JDK7 or higher compatible.
* A C compiler (for the launchers).
* libX11
* zlib-devel
Additionally, the plugin requires:
......
This diff is collapsed.
This diff is collapsed.
_itwebsettings()
{
local cur prev opts base
cur="${COMP_WORDS[COMP_CWORD]}"
prev="${COMP_WORDS[COMP_CWORD-1]}"
# Icedtea-web settings Options
opts="@OPTIONS@"
COMPREPLY=($(compgen -W "${opts}" -- ${cur}))
return 0
}
complete -F _itwebsettings itweb-settings
This diff is collapsed.
_policyeditor()
{
local cur prev opts base
cur="${COMP_WORDS[COMP_CWORD]}"
prev="${COMP_WORDS[COMP_CWORD-1]}"
# PolicyEditor Options
opts="@OPTIONS@"
COMPREPLY=($(compgen -W "${opts}" -- ${cur}))
return 0
}
complete -F _policyeditor policyeditor
This diff is collapsed.
This diff is collapsed.
......@@ -141,7 +141,8 @@ do
BOLD=0
fi
date_regex=[0-9]{4}-[0-9]{2}-[0-9]{2}
if [[ "$LINE" =~ $date_regex* ]] # Matches line starting with eg 2013-07-01
cutLine=`echo $LINE | sed "s/&.*//"` # on some versions of windows, the & caused the [[ ]] command to fail
if [[ "$cutLine" =~ $date_regex ]] # Matches line starting with eg 2013-07-01
then
html_space="\&ensp;\&ensp;"
if [ -n "${REPO_URL}" ]; then
......
This diff is collapsed.
This diff is collapsed.
javaws.png

4.6 KiB | W: | H:

javaws.png

10.2 KiB | W: | H:

javaws.png
javaws.png
javaws.png
javaws.png
  • 2-up
  • Swipe
  • Onion skin
This diff is collapsed.
This diff is collapsed.
netx/javaws_splash.png

11.9 KiB | W: | H:

netx/javaws_splash.png

22.9 KiB | W: | H:

netx/javaws_splash.png
netx/javaws_splash.png
netx/javaws_splash.png
netx/javaws_splash.png
  • 2-up
  • Swipe
  • Onion skin