summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1994-01-03 02:11:27 (GMT)
committerGuido van Rossum <guido@python.org>1994-01-03 02:11:27 (GMT)
commitbbf27193a16d95e695fc3e4928bf85afbc191e01 (patch)
tree7771315e8ddb67afbcc56b31d5c06f491b5f7001 /ChangeLog
parent4b35ef5297f48c4ac8f5a282a28d1866fc7e02a2 (diff)
downloadcpython-bbf27193a16d95e695fc3e4928bf85afbc191e01.zip
cpython-bbf27193a16d95e695fc3e4928bf85afbc191e01.tar.gz
cpython-bbf27193a16d95e695fc3e4928bf85afbc191e01.tar.bz2
installation procedure improved and explained; more stuff in README
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b2189d0..af0ad8b 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)