summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1997-05-09 17:02:16 +0000
committerThomas Bushnell <thomas@gnu.org>1997-05-09 17:02:16 +0000
commit5051654287d27269164fec621ca3f592dcd119b5 (patch)
treec2aac71c1b402009b2353df5a65ee1fb226a3fb4
parent1c767a61bd99cb31d739de8a28485f22586e2cb0 (diff)
Wed May 7 15:32:08 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* version.c (version): Update to version 1.1. * NEWS: New file. * Makefile.in (topfiles): Add NEWS.
-rw-r--r--=announce-1.129
-rw-r--r--ChangeLog1
-rw-r--r--Makefile.in2
3 files changed, 31 insertions, 1 deletions
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 <thomas@gnu.ai.mit.edu>
* 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 <thomas@gnu.ai.mit.edu>
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.