Cleanup debug messages.
[shishi.git] / README-alpha
blobf5649a4d4cbea019132784273b31b7907312e770
1 Shishi README-alpha -- Important introductory notes for alpha releases.
2 Copyright (C) 2002, 2003 Simon Josefsson
3 See the end for copying conditions.
5 Shishi is unstable.  You should expect it to not work.  You should
6 expect it to have security problems.  The API will likely change.
7 This is the development release.  A proper release will be made in due
8 time.  Let me repeat that, SHISHI IS MOST LIKELY INSECURE. DO NOT USE
9 IN A PRODUCTION ENVIRONMENT!
11 It will not become stable without help.  Donate time or money.
13 To compile from CVS, you need perl, texinfo, GTK-DOC, autoconf 2.5+,
14 and automake 1.7+.  Bootstrap the build environment with:
16   $ ./autogen.sh
18 Then run ./configure etc as usual.
20 A note to binary package builders: please build using --disable-shared
21 because during the development phase, only the so revision will be
22 bumped on releases.  If you build shared libraries, other packages
23 that link to them may stop working when a new release of the library
24 is installed.  The reason for this is simply that the package is not
25 mature enough to warrant proper shared object versioning.
27 ----------------------------------------------------------------------
28 Copying and distribution of this file, with or without modification,
29 are permitted in any medium without royalty provided the copyright
30 notice and this notice are preserved.