diff options
-rw-r--r-- | TODO | 3 | ||||
-rw-r--r-- | release/checklist | 1 |
2 files changed, 3 insertions, 1 deletions
@@ -249,7 +249,8 @@ List for version 0.1 release * Have term do scancodes, at least kludgily. * Make sure nfs still works * nfsd? -* libc 1.93 +* released libc * rename nfs/rpcsvc files to something better. * Arrange GCC not to install assert.h on GNU. * zero (/dev/null) doesn't do access right; probably many in trans/ too. +* recompile libraries after libc release diff --git a/release/checklist b/release/checklist index 4d3cc4b5..838151fc 100644 --- a/release/checklist +++ b/release/checklist @@ -3,6 +3,7 @@ Checklist for Hurd releases. * Symlinks in /bin; esp. sh, awk, more, cc. * Check all symlinks to make sure they don't reference /gd4/hurdinst. * Build some static fileutils: ls, ln, cp, mv, chmod. +* Make sure there is no /include/i386. * Make sure /i486-gnu contains hard links, not copies. * Make sure we are using Hurd versions of su and uptime, not sh-utils. * Make sure we are using Hurd fsck, not e2fs. |