summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog12
-rw-r--r--Misc/NEWS8
2 files changed, 16 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 8c2f975..15852d0 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 <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
diff --git a/Misc/NEWS b/Misc/NEWS
index a8e2e20..c78aa64 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