aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--README14
-rw-r--r--configure.ac4
3 files changed, 16 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index ca0222cc1..6c81057b1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2002-10-17 Werner Koch <[email protected]>
+
+ Released 1.2.1rc1.
+
+ * README: Add an installation note for Darwin 6.1.
+
2002-10-16 David Shaw <[email protected]>
* README: Some typo fixes from Florian Weimer, and bump version
diff --git a/README b/README
index 17666b0fb..8276f621b 100644
--- a/README
+++ b/README
@@ -563,23 +563,25 @@
Specific problems on some machines
----------------------------------
- * IBM RS/6000 running AIX:
+ * Apple Darwin 6.1:
- Due to a change in gcc (since version 2.8) the MPI stuff may
- not build. In this case try to run configure using:
- CFLAGS="-g -O2 -mcpu=powerpc" ./configure
+ ./configure --with-libiconv-prefix=/sw
* Compaq C V6.2 for alpha:
You may want to use the option "-msg-disable ptrmismatch1"
to get rid of the sign/unsigned char mismatch warnings.
+ * IBM RS/6000 running AIX:
+
+ Due to a change in gcc (since version 2.8) the MPI stuff may
+ not build. In this case try to run configure using:
+ CFLAGS="-g -O2 -mcpu=powerpc" ./configure
+
* SVR4.2 (ESIX V4.2 cc)
Due to problems with the ESIX as, you probably want to do
CFLAGS="-O -K pentium" ./configure --disable-asm
- Reported by Reinhard Wobst.
-
The Random Device
diff --git a/configure.ac b/configure.ac
index 5426e7b5c..97aa5fbdc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,8 +23,8 @@ dnlAC_REVISION($Revision$)dnl
AC_PREREQ(2.52)
# Remember to change the version number immediately *after* a release
-# and remove the "-cvs" suffix immediately *before* a release.
-AC_INIT(gnupg, 1.2.1-cvs, [email protected])
+# and remove the "-cvs" or suffix immediately *before* a release.
+AC_INIT(gnupg, 1.2.1rc1, [email protected])
# Set development_version to yes if the minor number is odd or you
# feel that the default check for a development version is not
# sufficient.