2.0.0-1
- LB 2.0 release 

2.0.0-2
- proper reference to cppunit

2.0.0-3
- globus flavors added to configure

2.0.0-4
- Module repacked.

2.0.0-5
- New age to fix an erroneous lock

2.0.0-6
- install libraries into $libdir

2.0.1-1
- Memleak fixes
- Working with c-ares >= 1.5.0
- Added edg_wll_gss_unread()
- Consider arch libdir when linking c-ares

2.1.0-1
- IPv6 fixes

2.1.1-1
- Fixed making target 'check'

2.1.2-1
- Fixed target 'clean' in the Makefile to handle debian builds

2.1.3-1
- c-ares function call adjusted to new/old c-ares version

2.1.4-1
- Support IPv6 literal adresses.

2.1.5-1
- EMI build (flavor-less globus, pkg-config, ...)
- fix using globus in thread environment
- new finalize function

2.1.5-2
- Module rebuilt

3.0.0-1
- Version numbering fixed

3.0.0-2
- Module rebuilt

3.0.1-1
- Root directory option (ETICS performs own files relocation)
- Prefix option as prefix inside stage
- Sysconfdir option (for /etc vs /usr)
- DESTDIR in makefiles

3.0.2-1

- Relocatable build directory.
- Proper flavor of the objects for the EPEL meal (threaded globus).

3.0.2-2
- Module rebuilt

3.0.2-3
- Module rebuilt

3.0.2-4
- Module rebuilt

3.0.2-5
- Module rebuilt

3.0.3-1
- edg_wll_gss_set_signal_handler() added

3.0.4-1
- Next stage for globus signal handler fixes:
  - globus common module loaded only in edg_wll_initialize()
  - using globus_poll_nonblocking() before checking signals in logger,
    new function in gss (needed for non-threaded globus flavour)
  - warning fixes (type cast, 32/64 portability)
  - gss functions documented in code

3.0.5-1
- compiler warnings, cosmetic changes
- LB/GSS rutines try connecting to alternate addresses
- savannah bug #85224 fixed. DN matches are not case-sensitive anymore.

3.1.0-1
- Support for multiple GSSAPI mechanisms
- added example client and server
- Next stage for globus signal handler fixes:
  - load globus common module only in edg_wll_initialize()
  - use globus_poll_nonblocking() before checking signals in logger,
    new function in gss (needed for non-threaded globus flavour)
  - warning fixes (type cast, 32/64 portability)
  - document gss functions in code

3.1.1-1
- Update build for flavour-less globus (using GSSAPI_* variables for complete Kerberos or GSI compilation flags).
- build and fixes for Kerberos GSSAPI support
- stop linking against efence
- don't fail on problems with creds
- the _gsi call made use only GSI and return silently if there's nothing to do
- Shorted name for the Kerberos mechanism
- Work around the globus bug that actually makes it impossible to specify own OID to import_creds.
  See https://bugzilla.mcs.anl.gov/globus/show_bug.cgi?id=7238

3.1.2-1
- Required pkg-config for -devel package working properly.
- License string as recognized by rpmlint and packaging guidelines.
- Always initialize Globus in threaded mode
- Recognize sslv2 records
- Fix segfault when trying alternative addresses without timeout
- Implementation for edg_wll_gss_connect_name()
  - makes connection to server with a particular DN

3.1.3-1
- Control threading model through GLOBUS_THREAD_MODEL. Honour predefined value, but set explicitly the threaded model as default.
- Workaround occasional crash in gss_init_sec_context() when using multiple threads
- Globus pre-initialization magic workaround for gss_init_sec_context()
- Locking around gss_import_sec_context() and setenv() to protect environment (not real fix, setenv() shouldn't be used at all)

3.1.3-2
- Module rebuilt

3.1.4-1
- Explicit dependency on pkg-config
- Specify proper length of strings (GGUS #82746), fixes behaviour with Globus >= 5.2.1

3.1.4-2
- Module rebuilt

3.1.5-1
- Add a return code from newer c-ares (fixes DNS resolution on Fedora 17 with c-ares 1.7.5)

3.1.6-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

3.1.7-1
- Clean of legacy build files

3.1.8-1
- More cleaning to make newer Debians happy (backported from HEAD)

3.2.0-1
- -L/usr/lib not added explicitly to link options
- Merge from branch_3_2
- Fixed compilation with Kerberos GSSAPI

3.2.1-1
- Fixed build of the test for kerberos gssapi provider
- Fixed missing openssl dependency
- Packaging with kerberos provider

3.2.2-1
- Proper gssapi provider in rpm (rpm ignores the comments for macros).
- Proper length of strings specified (GGUS #82746, SB #95337)

3.2.2-2
- Module rebuilt

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

3.2.4-1
- Krb5-specific mechanism code moved into generic acquire_cred() function
- Krb5 counterpart for acquire_cred() added
- Improved backward compatibility

3.2.5-1
- Better handling for c-ares error codes

3.2.6-1
- New parameter to indicate the type of credentials to require

3.2.7-1
- Preparation for major version bump.
- Preparation for Fedora & EPEL packaging

3.2.8-1
- License and packaging fixes

3.2.9-1
- Library sonames tracked in rpm
- Packaging cleanup when publishing to Fedora

3.2.10-1
- Changes based on Fedora reviews

3.2.11-1
- Fixes to follow recent Debian updates

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

3.2.13-1
- Merge branch 'branch_3_2' into branch_4_0

