Add ticketlife, renewlife.
[shishi.git] / NEWS
blobacf453df663ca1b1dd5774df6a289b87238da6d5
1 Shishi NEWS -- History of user-visible changes.                 -*- outline -*-
2 Copyright (C) 2002, 2003 Simon Josefsson
3 See the end for copying conditions.
5 * Version 0.0.2 (unreleased)
7 * Version 0.0.1 (released 2003-08-10)
9 ** InetUtils copy removed.
10 The patches (also found in extra/inetutils.diff) are forwarded upstream.
12 ** Libidn copy removed.
13 Libidn is optional, but recommended.  It is used automatically if
14 present on your system.
16 ** Gettext not included.
17 Due to some conflicts between libtool and gettext, if you want i18n on
18 platforms that does not already have a useful gettext implementation,
19 you can install GNU gettext before building this package.  If you
20 don't care about i18n, this package should work fine (except for i18n,
21 of course).
23 ** Low-level crypto uses nettle if libgcrypt is not installed.
24 Libgcrypt is not shipped with Shishi any more, instead a more
25 streamlined crypto implementation based on nettle is included.
26 Specify --with-libgcrypt to use libgcrypt.
28 ** Libtasn1 updated and replaced by "minitasn1" from gnutls.
29 Specify --with-system-libtasn1 to link with the installed libtasn1, if
30 you have it.
32 ** KDC addresses are now found via DNS SRV RRs as a last resort.
33 This is only enabled if libresolv and resolv.h is found on your
34 system.
36 ** Argp and other compatibility files replaced by gl/ directory.
38 ** Cleanups, bug fixes and various improvements.
40 * Version 0.0.0 (released 2003-06-02)
42 ** Initial release
44 ----------------------------------------------------------------------
45 Copying and distribution of this file, with or without modification,
46 are permitted in any medium without royalty provided the copyright
47 notice and this notice are preserved.