*** empty log message ***
[shishi.git] / NEWS
blob41e516e02480f33d6d7a42491acda130d43c3de7
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 (released 2003-08-10)
7 ** InetUtils copy removed.
8 The patches (also found in extra/inetutils.diff) are forwarded upstream.
10 ** Libidn copy removed.
11 Libidn is optional, but recommended.  It is used automatically if
12 present on your system.
14 ** Gettext not included.
15 Due to some conflicts between libtool and gettext, if you want i18n on
16 platforms that does not already have a useful gettext implementation,
17 you can install GNU gettext before building this package.  If you
18 don't care about i18n, this package should work fine (except for i18n,
19 of course).
21 ** Low-level crypto uses nettle if libgcrypt is not installed.
22 Libgcrypt is not shipped with Shishi any more, instead a more
23 streamlined crypto implementation based on nettle is included.
24 Specify --with-libgcrypt to use libgcrypt.
26 ** Libtasn1 updated and replaced by "minitasn1" from gnutls.
27 Specify --with-system-libtasn1 to link with the installed libtasn1, if
28 you have it.
30 ** KDC addresses are now found via DNS SRV RRs as a last resort.
31 This is only enabled if libresolv and resolv.h is found on your
32 system.
34 ** Argp and other compatibility files replaced by gl/ directory.
36 ** Cleanups, bug fixes and various improvements.
38 * Version 0.0.0 (released 2003-06-02)
40 ** Initial release
42 ----------------------------------------------------------------------
43 Copying and distribution of this file, with or without modification,
44 are permitted in any medium without royalty provided the copyright
45 notice and this notice are preserved.