Add hmac-md4.
[shishi.git] / NEWS
blob4dc0233d5d6a0b65bf7de590c6e7c1b31bed4890
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.1 (unreleased)
7 ** InetUtils copy removed (we send patches upstream instead).
9 ** Libidn copy removed.
10 Libidn is optional but recommended, and is used automatically when
11 present.
13 ** Gettext not included.
14 Due to some conflicts between libtool and gettext, if you want i18n on
15 platforms that does not already have a useful gettext implementation,
16 you can install GNU gettext before building this package.  If you
17 don't care about i18n, this package should work fine (except for i18n,
18 of course).
20 ** Low-level crypto uses nettle if libgcrypt is not installed.
21 Libgcrypt is not shipped with Shishi any more, instead a more
22 streamlined crypto implementation based on nettle is included.
23 Specify --with-libgcrypt to use libgcrypt.
25 ** Libtasn1 updated and replaced by "minitasn1" from gnutls.
26 Specify --with-system-libtasn1 to link with the installed libtasn1, if
27 you have it.
29 ** KDC addresses are now found via DNS SRV RRs as a last resort.
31 ** Argp and other compatibility files replaced by gl/ directory.
33 ** Cleanups, bug fixes and various improvements.
35 * Version 0.0.0 (released 2003-06-02)
37 ** Initial release
39 ----------------------------------------------------------------------
40 Copying and distribution of this file, with or without modification,
41 are permitted in any medium without royalty provided the copyright
42 notice and this notice are preserved.