Module Name: src
Committed By: pgoyette
Date: Sun Mar 11 09:34:59 UTC 2018
Modified Files:
src/doc [pgoyette-compat]: COMPAT-branch-notes
Log Message:
Don't forget about validating/correcting compat module dependencies
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.1 -r1.1.2.2 src/doc/COMPAT-branch-notes
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/COMPAT-branch-notes
diff -u src/doc/COMPAT-branch-notes:1.1.2.1 src/doc/COMPAT-branch-notes:1.1.2.2
--- src/doc/COMPAT-branch-notes:1.1.2.1 Sat Mar 10 05:14:26 2018
+++ src/doc/COMPAT-branch-notes Sun Mar 11 09:34:59 2018
@@ -43,3 +43,7 @@ TODO
per-version compat_xx module, each with dependencies on all higher
versions. (Perhaps we would also do this for the sysv ipc module,
although the gains are a lot smaller.)
+
+4. Reconfirm all compat-module dependencies, and update the files *
+ def lines as needed, to insure that built-in dependencies get
+ resolved.