diff options
author | Guido van Rossum <guido@python.org> | 1994-01-05 01:17:12 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1994-01-05 01:17:12 (GMT) |
commit | 718581a522663c7e5e2c692daaff4e5a399d6e2c (patch) | |
tree | 52b543b6ca91f43d7b0ada4c1f379e3fac975bab | |
parent | 2f3e8d56f3f45269db8c8298795297b611a7e296 (diff) | |
download | cpython-718581a522663c7e5e2c692daaff4e5a399d6e2c.zip cpython-718581a522663c7e5e2c692daaff4e5a399d6e2c.tar.gz cpython-718581a522663c7e5e2c692daaff4e5a399d6e2c.tar.bz2 |
Final touch for BETA 4 (only getting rid of --with-solaris)
-rw-r--r-- | ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -1,4 +1,23 @@ ======================================================================== +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 <thread.h> (SOLARIS thread + interface); remvoe test for --with-solaris + +======================================================================== Release of 1.0.0 BETA 3 (Jan 5 1994) ======================================================================== |