From bbf27193a16d95e695fc3e4928bf85afbc191e01 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Mon, 3 Jan 1994 02:11:27 +0000 Subject: [PATCH] installation procedure improved and explained; more stuff in README --- ChangeLog | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/ChangeLog b/ChangeLog index b2189d003c2..af0ad8b87eb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,23 @@ Mon Jan 3 00:02:24 1994 Guido van Rossum (guido@voorn.cwi.nl) + * Doc/Makefile: remove 'qua' from default targets + + * Doc/README: add reference to ext.tex, change reference to + lib*.tex, explain that qua isn't built by default + + * README: explain DESTDIR, clarify install procedure, add more + explanation to some options, add description of ChangeLog, add + wuarchive.wustl.edu to list of mirror sites + + * Modules/socketmodule.c: make AF_UNIX code dependent on existence + of AF_UNIX (SCO ODT 3.0 doesn't support it -- let's hope it + doesn't define the symbol either) + + * Makefile: attempt to fix install targets (added separate + libinstall and maninstall) + + * Doc/libregex.tex: documented Tracy Tims' changes + * Modules/regexpr.c: redid Tracy Tims' changes to minimize diffs (only two added lines now)