]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
installation procedure improved and explained; more stuff in README
authorGuido van Rossum <guido@python.org>
Mon, 3 Jan 1994 02:11:27 +0000 (02:11 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 3 Jan 1994 02:11:27 +0000 (02:11 +0000)
ChangeLog

index b2189d003c22b24b4d570f6d1be76bee854fcb23..af0ad8b87eb4db9aca3e9a1277796dfa8a5ffb87 100644 (file)
--- 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)