From 5051654287d27269164fec621ca3f592dcd119b5 Mon Sep 17 00:00:00 2001 From: Thomas Bushnell Date: Fri, 9 May 1997 17:02:16 +0000 Subject: Wed May 7 15:32:08 1997 Thomas Bushnell, n/BSG * version.c (version): Update to version 1.1. * NEWS: New file. * Makefile.in (topfiles): Add NEWS. --- =announce-1.1 | 29 +++++++++++++++++++++++++++++ ChangeLog | 1 + Makefile.in | 2 +- 3 files changed, 31 insertions(+), 1 deletion(-) create mode 100644 =announce-1.1 diff --git a/=announce-1.1 b/=announce-1.1 new file mode 100644 index 0000000..3b2c44f --- /dev/null +++ b/=announce-1.1 @@ -0,0 +1,29 @@ +I am pleased to announce version 1.1 of the GNU distribution of the +Mach kernel. It may be found in the file (about XXX MB compressed) +ftp://prep.ai.mit.edu/pub/gnu/gnumach-1.1.tar.gz. + +This is a bug-fixing release; the only new feature over version 1.0 is +the --enable-kdb configure option which has been added to turn on +kernel debugging support. + +Several bugs have been fixed in this distribution, particularly +relating to cross-compilation support. + +This distribution is only for i386, i486, i586 (pentium), and i686 +(sexium [pentium pro]) processors on PC-AT compatible machines. +Volunteers interested in ports to other architectures are eagerly +sought. + +Most ethernet cards and disk controllers are supported by this kernel; +ones for which Linux drivers exist can be ported easily. Non-network +devices for which BSD drivers exist can be ported with a little +effort, but not much. + +Bug reports relating to this distribution should be sent to +bug-hurd@prep.ai.mit.edu. Requests for assistance should be made on +help-hurd@prep.ai.mit.edu. + +The md5sum checksum for gnumach-1.1.tar.gz is: + + + diff --git a/ChangeLog b/ChangeLog index 708bd98..22294a1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,7 @@ Wed May 7 15:32:08 1997 Thomas Bushnell, n/BSG * version.c (version): Update to version 1.1. * NEWS: New file. + * Makefile.in (topfiles): Add NEWS. Mon May 5 11:34:01 1997 Thomas Bushnell, n/BSG diff --git a/Makefile.in b/Makefile.in index 8611cb0..c165815 100644 --- a/Makefile.in +++ b/Makefile.in @@ -74,7 +74,7 @@ all-archs-configures = $(patsubst %,$(srcdir)/%/configure,$(all-archs)) # Files distributed from the top level directory: topfiles = ChangeLog ChangeLog.0 ChangeLog.00 Drivers.macros Makefile.in \ README INSTALL config.guess config.sub configure configure.in \ - gensym.awk install-sh version.c + gensym.awk install-sh version.c NEWS # All the source in each directory. -- cgit v1.2.3