diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | README | 14 | ||||
-rw-r--r-- | configure.ac | 4 |
3 files changed, 16 insertions, 8 deletions
@@ -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 @@ -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. |