1.0.0-1
- Initial version

1.0.1-1
- Detecting project name in Makefile
- Introduction on a sysconfdir option (for /etc vs /usr)
- DESTDIR in makefiles

1.0.2-1
- No direct dependency on apr/apr-util

1.0.2-2
- Module rebuilt

1.0.3-1
- Relocatable build directory

1.0.3-2
- Module rebuilt

1.0.4-1
- New MSG client example
- Using stringstream instead of deprecated strstream
- Sending jobid as part of status notification

1.0.5-1
- Support for searching for message brokers dynamically in BDII.

1.0.6-1
- cmsclient example extended

1.0.7-1
- Support build with gcc 4.4.4 (SL6)

1.1.0-1
- Preparation for a new multiplatform release

1.1.1-1
- Include job history in outgoing messages

1.1.2-1
- Automatically refresh the MSG brokers in configuration, without automatic daemons reloading
- Packaging improvements (rpmlint and lintian checks)
- List all types of MSG brokers, in the returned list prefer stomp+ssl
- Build on Debian 6.0
- Example client allows specifying output file through a cmdline argument, flushing that output file after every message
- License string as recognized by rpmlint and packaging guidelines

1.1.2-2
- Module rebuilt

1.1.3-1
- msg_brokers script on SL6, reduce dependencies

1.1.3-2
- Module rebuilt

1.1.3-3
- Module rebuilt

1.1.4-1
- Improved build and packaging for Fedora
- Alternative activemq-cpp library package name supported on Fedora

1.1.5-1
- Debian package builds in vanilla chroot environment (backported from HEAD):
  - create pkg-config file for gss (depends on used GSSAPI provider)
  - spread proper CFLAGS needed for gss (to find gssapi.h) using pkg-config
  - missing build dependencies
  - missing dependency for libglite-lbjp-common-gsoap-plugin-dev (lb.ws-test build)
  - fix dependency of msg-plugin
  - no runtime dependencies for build

1.1.6-1
- Clean of legacy build files
- Compatibility with slight API change of ActiveMQ (backported from HEAD)

1.1.7-1
- More fixes in generating of JSON arrays
- Generating JSON format strictly according to RFC 4627
- More cleaning to make newer Debians happy (backported from HEAD)

1.2.0-1
- Merge from branch_3_2

1.2.0-2
- Module rebuilt

1.2.1-1
- Debian package builds in vanilla chroot environment
- Simplified source tarball and packages distribution

1.2.2-1
- ActiveMQ with more strict compiler (fixes build on Fedora 17)
- Exceptions properly caught

1.2.2-2
- Module rebuilt

1.2.3-1
gLite L&B setup script:
- switch yaim to use the (sourced) setup script
- GLITE_USER, GLITE_HOST_CERT, GLITE_HOST_KEY not required
- GLITE_LB_LOCATION removed
- all defaults in the setup script now
- added Kerberos support (not launched by default)
- detect distribution and use that for the scripts
- configuration file in /etc/default or /etc/sysconfig
  (replacement for the profile.d and site-info.def file)
- hide other startup scripts output
- more strict check for L&B database, migration for L&B 4
- update msg-config script
Fixed dependency of msg-plugin for Debian

1.2.4-1
- RPMlint warnings fixed
- Preparation for Fedora & EPEL packaging

1.2.5-1
- License and packaging fixes

1.2.6-1
- Runtime file location defaults changed and unified (SB #98940)

1.2.7-1
- Changes based on Fedora reviews

1.2.8-1
- Fixes to follow recent Debian updates

1.2.9-1
- Merge from branch_3_2, round 7
- Debugging packages of subpackages in Debian

1.2.10-1
- Build-time warningx fixed
- Generate JSON format strictly according to RFC 4627
- More fixes in generating of JSON arrays
- Fedora Packaging Guidelines updated - cron files

1.2.11-1
- Pass own transport protocol optionally
- Possibility to get MSG brokers from BDII only during setup and disable auto-refresh by using GLITE_LB_MSG_BROKERS=once
  - it can be easier than specifying MSG broker URL directly
- Simpler removing of libtool and static libraries (as suggested in Fedora review #1001104)
- Support for parallel build (missing dependencies, race conditions during launching bison and compressing manpages, ...)
- Enable parallel build in rpm packaging as recommended in Fedora review #965848
- Slight simplification of documentation packaging in Debian
- Creating $RPM_BUILD_ROOT directory not needed in RPM packages
- Update RPM packaging of documentation (Fedora review #885703)
- Changeable module documentation directory
- 'make check' in rpm only for packages with unittests
- Updated Fedora Packaging Guidelines
- New version of machine readable Debian copyright file
- Improve packaging based on Fedora review of glite-lb-types (perl build dependencies), https://bugzilla.redhat.com/show_bug.cgi?id=892597

