Skip to content

Releases: apel/ssm

SSM 2.1.5-0.2.rc2

27 Nov 10:50

Choose a tag to compare

SSM 2.1.5-0.2.rc2 Pre-release
Pre-release
  • Added a warning for old versions of stomp.py (3.0.3 and lower) that are
    limited to using SSL 3.0 for secure connections.

SSM 2.1.5-0.1.rc1

25 Nov 10:49

Choose a tag to compare

SSM 2.1.5-0.1.rc1 Pre-release
Pre-release
  • The highest version of SSL/TLS available is now used (previously only SSLv3).
  • Added python-ssl as a dependency (SL5/EL5 only).
  • Minor tweaks made to logging calls and the logging level of certain messages.

SSM 2.1.4-1

08 Aug 14:15

Choose a tag to compare

  • Corrected version number used in Python code.

SSM 2.1.4-0.1.alpha1

25 Jul 08:56

Choose a tag to compare

SSM 2.1.4-0.1.alpha1 Pre-release
Pre-release
  • Added releasenumber macro to spec file to reduce duplication of that value.

SSM 2.1.3-1

21 Jul 10:12

Choose a tag to compare

  • (No changes from pre-release version.)

SSM 2.1.3-0.2.alpha1

17 Jul 15:45

Choose a tag to compare

SSM 2.1.3-0.2.alpha1 Pre-release
Pre-release
  • RPM now enforces the use of stomppy < 4.0.0 as versions greater than this are
    currently incompatible with SSM.
  • Changes made to disconnection method which should prevent threading
    exceptions (mostly during shutdown).

SSM 2.1.2

05 Jun 11:11

Choose a tag to compare

  • The output of brokers.py has been improved so that it can be used to query the BDII for valid brokers.
  • The outgoing message directory will now be regularly cleared of empty directories and locked messages will be unlocked after five minutes.

SSM 2.1.1

05 Jun 12:29

Choose a tag to compare

  • Reduced impact on message brokers of sending pings to refresh the connection.
  • Improved lost connection behaviour.