From: Guido van Rossum Date: Wed, 26 Jan 1994 17:31:17 +0000 (+0000) Subject: Finishing touch before 1.0.0... X-Git-Tag: v1.0.1~16 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=76821a541115e3a7ebef400d8e9caada4a6ff928;p=thirdparty%2FPython%2Fcpython.git Finishing touch before 1.0.0... --- diff --git a/ChangeLog b/ChangeLog index 7c4533c08ba5..b00aba506d91 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +Wed Jan 26 14:13:39 1994 Guido van Rossum (guido@voorn.cwi.nl) + + * Misc/FAQ: updated for release 1.0.0 + + * Misc/NEWS: created -- all bits of news + + * Misc/HISTORY: added (from old releases) + + * Misc/README: documented some new files + + * README: non-beta version and preface, don't ref TODO + + * Makefile.in: got rid of references to TODO + + * Python/version.c, Doc/???.tex: updated version and date + Tue Jan 25 20:11:49 1994 Guido van Rossum (guido@voorn.cwi.nl) * Doc/ext.tex: revamped, finally ready for release