diff options
-rw-r--r-- | ChangeLog | 12 | ||||
-rw-r--r-- | Misc/NEWS | 8 |
2 files changed, 16 insertions, 4 deletions
@@ -1,3 +1,15 @@ +================================= +==> Release 1.1 (11 Oct 1994) <== +================================= + +Mon Oct 10 19:00:34 1994 Guido van Rossum <guido@voorn.cwi.nl> + + * 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 <guido@voorn.cwi.nl> * Got rid of Modules/imgformat.c (will be distributed with Jack's @@ -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 |