Skip to content

Commit

Permalink
5.5.5: updated release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
ypujante committed Mar 20, 2015
1 parent 8962392 commit df8eba7
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 5 deletions.
23 changes: 19 additions & 4 deletions RELEASE.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,35 @@ Release Notes (Latest)

* Make sure to check the :doc:`Migration Guide <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 <https://github.com/pongasoft/glu/issues/279>`_: `call delegation not working in glu script`
* Fixed `glu-280 <https://github.com/pongasoft/glu/issues/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 <http://en.wikipedia.org/wiki/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 <https://github.com/pongasoft/glu/issues/277>`_: `Disable sslv3 for glu agent`
Expand Down
7 changes: 7 additions & 0 deletions docs/manual/src/main/sphinx/source/migration-guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion project-spec.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
spec = [
name: 'glu',
group: 'org.pongasoft',
version: '5.5.4',
version: '5.5.5',

versions: [
jdk: '1.7',
Expand Down

0 comments on commit df8eba7

Please sign in to comment.