libgssapi (0.9-1) unstable; urgency=low

  * New upstream release:
    -Correct declaration and implementation of gss_export_lucid_sec_context().
    This results in an interface change. The soname is updated to reflect this.
  * bump library version to libgssapi2
  * remove debian/libgssapi1.conffiles, because cdbs already adds
    etc/gssapi_mech.conf to the list of conffiles
  
 -- Timo Aaltonen <tjaalton@cc.hut.fi>  Tue, 11 Apr 2006 11:45:04 +0300

libgssapi (0.8-1) unstable; urgency=low

  * New upstream release
  * changes:
    - Memory leak: free union_name in gss_acquire_cred if it was allocated
    there.
    - Don't exit() the application if initialization fails, just fail the
    operation.
    - Add glue routines for gss_canonicalize_name and gss_export_name
    - Make "first-class" routines for gss_get_mic, gss_verify_mic, gss_wrap,
    and gss_unwrap
    - Clean up some clutter of unused #ifde'd code
    - Change union_name definition such that external_name is a gss_buffer_desc
    rather than gss_buffer_t.  Eliminates unnecessary malloc'ing and freeing.
  
 -- Timo Aaltonen <tjaalton@cc.hut.fi>  Mon,  3 Apr 2006 09:39:54 +0300

libgssapi (0.7-1) unstable; urgency=low

  * New upstream release
  * initial upload to Debian (closes: #359189)
  * debian/watch: create
  * debian/control:
    -bump Standards-Version to 3.6.2
    -Section: libdevel for -dev
    -add cdbs to Build-Depends: 
    -remove unneeded whitespace from the descriptions
    -raise Build-Depends on debhelper, now (>=5.0.0)
    -add an URL to the upstream sources
  * debian/rules: use cdbs
  * debian/{*dirs,docs}: removed files that are unnecessary because of
    cdbs
  * debian/gssapi_mech.conf: removed, install from doc/
  * make copyright more readable
  * change compat to 5
  
 -- Timo Aaltonen <tjaalton@cc.hut.fi>  Wed, 29 Mar 2006 13:57:22 +0300

libgssapi (0.4-1) unstable; urgency=low

  * new release; see main ChangeLog

 -- J. Bruce Fields <bfields@fieldses.org>  Mon, 12 Sep 2005 12:47:49 -0400

libgssapi (0.2-1) unstable; urgency=low

  * fix debian/copyright

 -- J. Bruce Fields <bfields@fieldses.org>  Sun, 14 Nov 2004 14:18:26 -0500

libgssapi (0.1-1) unstable; urgency=low

  * Initial Release.

 -- J. Bruce Fields <bfields@fieldses.org>  Thu, 21 Oct 2004 16:54:53 -0400

