libc sync
[shishi.git] / NEWS
blob83dc076c7e72c0f658aa36c65c807fe2cb71ca5e
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.3 (unreleased)
7 ** Documentation fixes.
9 * Version 0.0.2 (released 2003-08-17)
11 ** Command line handling of the 'shishi' application rewritten.
12 See the (updated) user manual and --help output for the new story.
14 ** It is possible to acquire renewable tickets.
16 ** Example client and server included.
17 Application data protection is not supported, but authentication is
18 demonstrated.  The files are in src/client.c and src/server.c.
20 ** New configuration verbs: 'ticket-life' and 'renew-life'.
22 ** AES ciphers didn't work when nettle was used.
24 ** Cleanups, bug fixes and improved portability.
26 * Version 0.0.1 (released 2003-08-10)
28 ** InetUtils copy removed.
29 The patches (also found in extra/inetutils.diff) are forwarded upstream.
31 ** Libidn copy removed.
32 Libidn is optional, but recommended.  It is used automatically if
33 present on your system.
35 ** Gettext not included.
36 Due to some conflicts between libtool and gettext, if you want i18n on
37 platforms that does not already have a useful gettext implementation,
38 you can install GNU gettext before building this package.  If you
39 don't care about i18n, this package should work fine (except for i18n,
40 of course).
42 ** Low-level crypto uses nettle if libgcrypt is not installed.
43 Libgcrypt is not shipped with Shishi any more, instead a more
44 streamlined crypto implementation based on nettle is included.
45 Specify --with-libgcrypt to use libgcrypt.
47 ** Libtasn1 updated and replaced by "minitasn1" from gnutls.
48 Specify --with-system-libtasn1 to link with the installed libtasn1, if
49 you have it.
51 ** KDC addresses are now found via DNS SRV RRs as a last resort.
52 This is only enabled if libresolv and resolv.h is found on your
53 system.
55 ** Argp and other compatibility files replaced by gl/ directory.
57 ** Cleanups, bug fixes and various improvements.
59 * Version 0.0.0 (released 2003-06-02)
61 ** Initial release
63 ----------------------------------------------------------------------
64 Copying and distribution of this file, with or without modification,
65 are permitted in any medium without royalty provided the copyright
66 notice and this notice are preserved.