diff --git a/RELEASE.rst b/RELEASE.rst index 48a3922c..691ca6ea 100644 --- a/RELEASE.rst +++ b/RELEASE.rst @@ -14,20 +14,35 @@ Release Notes (Latest) * Make sure to check the :doc:`Migration Guide ` for tips on how to upgrade glu. -.. _glu-5.5.4: +.. _glu-5.5.5: -5.5.4 (2015/01/20) +5.5.5 (2015/03/20) ------------------ .. sidebar:: Download - .. image:: https://api.bintray.com/packages/pongasoft/binaries/glu/images/download.png?version=5.5.4 + .. image:: https://api.bintray.com/packages/pongasoft/binaries/glu/images/download.png?version=5.5.5 :alt: Download the latest version of glu :class: sidebar-logo - :target: https://bintray.com/pongasoft/glu/releases/5.5.4 + :target: https://bintray.com/pongasoft/glu/releases/5.5.5 Download glu latest release from Bintray. +This release includes a couple of bug fixes. + +* Issue ``glu-279`` relates to the agent and is required only if you use parent/child relationships in your script (and you have been experiencing this issue). +* Issue ``glu-280`` relates to the console and is only required if you use the console in HTTPS mode behind a proxy (and have been experiencing this issue). + +List of tickets: + +* Fixed `glu-279 `_: `call delegation not working in glu script` +* Fixed `glu-280 `_: `/console/js/bootstrap.min.js redirects bypasses serverURL` + +.. _glu-5.5.4: + +5.5.4 (2015/01/20) +------------------ + This release disables the sslv3 protocol entirely in the agent to fix the issue related to `POODLE `_. Note that there is no other change in this release, so if you do not worry about the POODLE issue because for example your agents are not accessible outside your own network, or you are not even running the agents in secure mode (http vs https), then you can skip this release. * Implemented `glu-277 `_: `Disable sslv3 for glu agent` diff --git a/docs/manual/src/main/sphinx/source/migration-guide.rst b/docs/manual/src/main/sphinx/source/migration-guide.rst index d23ffff6..bc5ad0a0 100644 --- a/docs/manual/src/main/sphinx/source/migration-guide.rst +++ b/docs/manual/src/main/sphinx/source/migration-guide.rst @@ -55,6 +55,13 @@ General tips and guidelines * During the agent upgrade process, the agent is stopped and restarted. During the restart phase, the agent recreates the state as it was prior to being shutdown. In order to do this, some older versions of glu (prior to 4.6.2) may need to fetch the glu scripts they were running from their original location, so you need to make sure that this location is accessible. +.. _migration-guide-5.5.4-5.5.5: + +5.5.4 -> 5.5.5 +-------------- + +No specific migration steps: the agent needs to be upgraded following the usual agent upgrade path and the console needs to be upgraded as well. + .. _migration-guide-5.5.3-5.5.4: 5.5.3 -> 5.5.4 diff --git a/project-spec.groovy b/project-spec.groovy index c6955238..be2c358e 100644 --- a/project-spec.groovy +++ b/project-spec.groovy @@ -18,7 +18,7 @@ spec = [ name: 'glu', group: 'org.pongasoft', - version: '5.5.4', + version: '5.5.5', versions: [ jdk: '1.7',