release 0.0.10.
[jelmer/pam-krb5-migrate.git] / CHANGELOG
1 Version 0.0.10  15 Sep 2011
2    - cope with kadm5_free_policy_ent having a different number of arguments in
3      Heimdal.
4    - cope with kadm5_init_with_skey having a different number of arguments
5      in MIT Kerberos.
6    - support kadm_err.h header used by MIT in addition to kadm5_err.h.
7    - allow overriding KRB5CONFIG environment variable, useful when
8      there are multiple Kerberos versions on the system.
9
10 Version 0.0.9   30 Jul 2009
11    - fix syntax errors in man pages.
12    - link against com_err to avoid unresolved symbols
13    - use cc for linking rather than ld.
14
15 Version 0.0.8  30 Nov 2007
16    - fix build with newer versions of Heimdal. 
17
18 Version 0.0.7  13 Sep 2007
19    - fix include of sys/syslog.h
20
21 verison 0.0.6  27 Apr 2007
22    - switch to autoconf
23    - fixed crash bug when used with Heimdal Kerberos
24
25 version 0.0.5  13 Nov 2006
26    - new maintainer (Jelmer Vernooij <jelmer@samba.org>)
27    - add manual page
28    - fix build with heimdal Kerberos
29    - use krb5-config utility for determining CFLAGS and LIBS
30
31 version 0.0.4  25 Oct 2002
32    - provide stub symbol kdb2_dbopen, which recent versions of libkdb5
33      expect the application to provide (possibly a bug)
34
35 version 0.0.3  11 Sep 2001
36    - make sure we use the DEFAULT_KEYTAB define, since we have it available.
37    - add support for min_uid option, submitted by Gordon Tetlow
38      <gordont@gnf.org>
39
40 version 0.0.2  26 Apr 2001
41    - fix bug in cleanup handling; now that we're passing in the right
42      kind of void pointer, we shouldn't be leaving temp files around
43      any more.
44    - fixed typo to the default principal name in the INSTALL file.