From: Guido van Rossum Date: Mon, 10 Oct 1994 18:05:40 +0000 (+0000) Subject: final release date of release 1.1 is Oct 11 X-Git-Tag: v1.1~8 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1146c8736a955643844c2b8ddac4848f37f412cb;p=thirdparty%2FPython%2Fcpython.git final release date of release 1.1 is Oct 11 --- diff --git a/ChangeLog b/ChangeLog index 8c2f97575bc7..15852d013359 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +================================= +==> Release 1.1 (11 Oct 1994) <== +================================= + +Mon Oct 10 19:00:34 1994 Guido van Rossum + + * Makefile.in: apply ranlib to installed libraries + + * Modules/socketmodule.c: new style + + * Doc/ref3.tex: some stuff about __getattr__ etc. + Thu Oct 6 16:40:05 1994 Guido van Rossum * Got rid of Modules/imgformat.c (will be distributed with Jack's diff --git a/Misc/NEWS b/Misc/NEWS index a8e2e20aa945..c78aa646fb0c 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -1,9 +1,9 @@ -================================ -==> Release 1.1 (6 Oct 1994) <== -================================ +================================= +==> Release 1.1 (11 Oct 1994) <== +================================= This release adds several new features, improved configuration and -portability, and more fixed bugs than I can list here (including some +portability, and fixes more bugs than I can list here (including some memory leaks). The source compiles and runs out of the box on more platforms than