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