Add.
[gsasl.git] / lib / README-alpha
blobd2e0821d323f6054156856943b15ffe14885b043
1 GNU SASL LIBRARY README-alpha -- Important notes for alpha releases.
2 Copyright (C) 2003, 2004, 2007 Simon Josefsson
3 See the end for copying conditions.
5 GNU SASL Library is unstable.  You should expect it to not work.  You
6 should expect it to have security problems.  The API will likely
7 change.  This is the development release.  A proper release will be
8 made in due time.  Let me repeat that, GNU SASL LIBRARY IS MOST LIKELY
9 INSECURE. DO NOT USE IN A PRODUCTION ENVIRONMENT!
11 The code will go through a security review before the stable release
12 is made.  Volunteers needed.
14 It will not become stable without help.  Donate time or money.
16 To compile from version controlled sources rather than a
17 libgsasl-*.tar.gz archive, you need autoconf (2.61), automake (1.10),
18 libtool (1.5.2), and gettext (0.16.1).  Bootstrap the build
19 environment with:
21   $ ./autogen.sh
23 Then run ./configure etc as usual.
25 ----------------------------------------------------------------------
26 Copying and distribution of this file, with or without modification,
27 are permitted in any medium without royalty provided the copyright
28 notice and this notice are preserved.