diff options
Diffstat (limited to '')
-rw-r--r-- | README | 4 | ||||
-rw-r--r-- | README-alpha | 5 |
2 files changed, 8 insertions, 1 deletions
@@ -10,4 +10,8 @@ Branch 1.0.x for real work. The next stable release will be 1.2 +If you are looking for the CVS from the stable tree, use + +cvs -z3 -d :pserver:[email protected]:/cvs/gnupg co -r STABLE-BRANCH-1-0 gnupg + diff --git a/README-alpha b/README-alpha index 5655bc67b..cad7a4639 100644 --- a/README-alpha +++ b/README-alpha @@ -7,9 +7,12 @@ The 1.1 series are the current development branch of GnuPG. The source may change quite often and may have serious problems; it may even not compile on some machines. -It will probably needs GCC and GLIBC to build due to +It will probably need GCC and GLIBC to build due to some debugging code. Please don't complain if it does not work on other machines. We will make it work again later. Use GnuPG from the stable 1.0.x series for real work. +If you are looking for the CVS from the stable tree, use + +cvs -z3 -d :pserver:[email protected]:/cvs/gnupg co -r STABLE-BRANCH-1-0 gnupg |