Difference between revisions of "JGridstart/Releases"

From PDP/Grid Wiki
Jump to navigationJump to search
(release 1.4)
(update release urls)
Line 2: Line 2:
  
 
==jGridstart 1.4 (2010-01-26)==
 
==jGridstart 1.4 (2010-01-26)==
[http://www.nikhef.nl/~wvengen/jgridstart/release/1.4/jgridstart.html launch page], [http://www.nikhef.nl/~wvengen/jgridstart/release/1.4/jgridstart.jnlp direct], [http://www.nikhef.nl/~wvengen/jgridstart/release/1.4/testgui.jnlp test program]
+
[http://jgridstart.nikhef.nl/release/1.4/jgridstart.html launch page], [http://jgridstart.nikhef.nl/release/1.4/jgridstart.jnlp direct], [http://jgridstart.nikhef.nl/release/1.4/testgui.jnlp test program]
 
* [Windows] Fix "<tt>no object DCH for MIME type text/plain; charset=us-ascii</tt>" error sometimes appearing on renewal
 
* [Windows] Fix "<tt>no object DCH for MIME type text/plain; charset=us-ascii</tt>" error sometimes appearing on renewal
 
* Don't enable actions on expired certificates
 
* Don't enable actions on expired certificates
Line 8: Line 8:
  
 
==jGridstart 1.3 (2010-01-13)==
 
==jGridstart 1.3 (2010-01-13)==
[http://www.nikhef.nl/~wvengen/jgridstart/release/1.3/jgridstart.html launch page], [http://www.nikhef.nl/~wvengen/jgridstart/release/1.3/jgridstart.jnlp direct], [http://www.nikhef.nl/~wvengen/jgridstart/release/1.3/testgui.jnlp test program]
+
[http://jgridstart.nikhef.nl/release/1.3/jgridstart.html launch page], [http://jgridstart.nikhef.nl/release/1.3/jgridstart.jnlp direct], [http://jgridstart.nikhef.nl/release/1.3/testgui.jnlp test program]
 
* Suggest to renew certificate when it is about to expire (closes [http://jgridstart.nikhef.nl/bug/0003415 bug#0003415])
 
* Suggest to renew certificate when it is about to expire (closes [http://jgridstart.nikhef.nl/bug/0003415 bug#0003415])
 
* Add date to new user-cert directories (closes [http://jgridstart.nikhef.nl/bug/0003423 bug #0003423])
 
* Add date to new user-cert directories (closes [http://jgridstart.nikhef.nl/bug/0003423 bug #0003423])
Line 16: Line 16:
  
 
==jGridstart 1.2 (2010-01-11)==
 
==jGridstart 1.2 (2010-01-11)==
[http://www.nikhef.nl/~wvengen/jgridstart/release/1.2/jgridstart.html launch page], [http://www.nikhef.nl/~wvengen/jgridstart/release/1.2/jgridstart.jnlp direct], [http://www.nikhef.nl/~wvengen/jgridstart/release/1.2/testgui.jnlp test program]
+
[http://jgridstart.nikhef.nl/release/1.2/jgridstart.html launch page], [http://jgridstart.nikhef.nl/release/1.2/jgridstart.jnlp direct], [http://jgridstart.nikhef.nl/release/1.2/testgui.jnlp test program]
 
* Properly use code signing; fixes JNLP signature warning and makes it work with recent OpenJDK (closes [http://jgridstart.nikhef.nl/bug/0003416 bug#0003416])
 
* Properly use code signing; fixes JNLP signature warning and makes it work with recent OpenJDK (closes [http://jgridstart.nikhef.nl/bug/0003416 bug#0003416])
 
* Fix typo in organisation information
 
* Fix typo in organisation information
Line 23: Line 23:
  
 
==jGridstart 1.1 (2009-12-18)==
 
==jGridstart 1.1 (2009-12-18)==
[http://www.nikhef.nl/~wvengen/jgridstart/release/1.1/jgridstart.html launch page], [http://www.nikhef.nl/~wvengen/jgridstart/release/1.1/jgridstart.jnlp direct], [http://www.nikhef.nl/~wvengen/jgridstart/release/1.1/testgui.jnlp test program]
+
[http://jgridstart.nikhef.nl/release/1.1/jgridstart.html launch page], [http://jgridstart.nikhef.nl/release/1.1/jgridstart.jnlp direct], [http://jgridstart.nikhef.nl/release/1.1/testgui.jnlp test program]
 
* Small fixes on web launch page
 
* Small fixes on web launch page
 
* Make kde's default browser detection actually look in the right place
 
* Make kde's default browser detection actually look in the right place

Revision as of 12:01, 2 February 2010

A JGridstart release is intended for grid authorities, not for end-users. Authorities and grid developers can adapt the configuration and deploy it for their users. The configuration for these releases point to a test certificate authority, and cannot be used to obtain actual access to the grid; please see testing to understand what to do with the links for each release.

jGridstart 1.4 (2010-01-26)

launch page, direct, test program

  • [Windows] Fix "no object DCH for MIME type text/plain; charset=us-ascii" error sometimes appearing on renewal
  • Don't enable actions on expired certificates
  • Don't partially display browser install steps for unsupported browser (closes bug#0003476)

jGridstart 1.3 (2010-01-13)

launch page, direct, test program

  • Suggest to renew certificate when it is about to expire (closes bug#0003415)
  • Add date to new user-cert directories (closes bug #0003423)
  • Display organisation in certificate list when not recognised instead of empty string (closes bug #0003465)
  • Allow to fetch organisation configuration from url (closes bug#0003425)
  • Make build process work with JDK5 and JDK6 while still being able to run on JRE5

jGridstart 1.2 (2010-01-11)

launch page, direct, test program

  • Properly use code signing; fixes JNLP signature warning and makes it work with recent OpenJDK (closes bug#0003416)
  • Fix typo in organisation information
  • Expand user-agent string when uploading certificate request (closes bug#0003420)
  • Properly disable menu items if no certificate present at start

jGridstart 1.1 (2009-12-18)

launch page, direct, test program

  • Small fixes on web launch page
  • Make kde's default browser detection actually look in the right place
  • [Windows] Fallback to default web browser if browser cannot be detected when opening a page
  • Workaround Java bug in Import/Export dialog (closes bug#0003412)
  • Expand VO signup links
  • Add check for password policy in user-interface (also closes bug#0003421)
  • Update organisations information