From: Guido van Rossum Date: Wed, 5 Jan 1994 01:17:12 +0000 (+0000) Subject: Final touch for BETA 4 (only getting rid of --with-solaris) X-Git-Tag: v1.0.1~58 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=718581a522663c7e5e2c692daaff4e5a399d6e2c;p=thirdparty%2FPython%2Fcpython.git Final touch for BETA 4 (only getting rid of --with-solaris) --- diff --git a/ChangeLog b/ChangeLog index 346dc6bd626f..f6cf6c4f747a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,22 @@ +======================================================================== +Release of 1.0.0 BETA 4 (Jan 5 1994) +======================================================================== + +Wed Jan 5 01:21:59 1994 Guido van Rossum (guido@voorn.cwi.nl) + + * README, version.c: bumped version to 1.0.0 BETA 4 + + * README: removed all references to --with-solaris; updated list + of files and directories + + * Modules/sunaudiodevmodule.c: define SOLARIS if + HAVE_SYS_AUDIOIO_H is defined + + * Python/thread.c: define SOLARIS if HAVE_THREAD_H is defined + + * configure.in: added test for (SOLARIS thread + interface); remvoe test for --with-solaris + ======================================================================== Release of 1.0.0 BETA 3 (Jan 5 1994) ========================================================================