From 1c767a61bd99cb31d739de8a28485f22586e2cb0 Mon Sep 17 00:00:00 2001 From: Thomas Bushnell Date: Wed, 7 May 1997 19:43:51 +0000 Subject: Wed May 7 15:32:08 1997 Thomas Bushnell, n/BSG * version.c (version): Update to version 1.1. * NEWS: New file. Mon May 5 11:34:01 1997 Thomas Bushnell, n/BSG * Makefile.in (enable_kdb): Use findstring instead of filter. Reported by Marcus Daniels (marcus@cathcart.sysc.pdx.edu). --- ChangeLog | 10 ++++++++++ Makefile.in | 2 +- NEWS | 14 ++++++++++++++ README | 2 +- version.c | 3 ++- 5 files changed, 28 insertions(+), 3 deletions(-) create mode 100644 NEWS diff --git a/ChangeLog b/ChangeLog index c525029..708bd98 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Wed May 7 15:32:08 1997 Thomas Bushnell, n/BSG + + * version.c (version): Update to version 1.1. + * NEWS: New file. + +Mon May 5 11:34:01 1997 Thomas Bushnell, n/BSG + + * Makefile.in (enable_kdb): Use findstring instead of filter. + Reported by Marcus Daniels (marcus@cathcart.sysc.pdx.edu). + Fri May 2 12:43:46 1997 Thomas Bushnell, n/BSG * Makefile.in (enable_kdb): New variable. diff --git a/Makefile.in b/Makefile.in index 7f1417c..8611cb0 100644 --- a/Makefile.in +++ b/Makefile.in @@ -37,7 +37,7 @@ ifeq ($(cross_linkable),yes) endif # Detect if the user wants KDB -ifeq ($(filter -DMACH_KDB,@DEFS@),-DMACH_KDB) +ifeq ($(findstring -DMACH_KDB,@DEFS@),-DMACH_KDB) enable_kdb=yes else enable_kdb=no diff --git a/NEWS b/NEWS new file mode 100644 index 0000000..86fbf28 --- /dev/null +++ b/NEWS @@ -0,0 +1,14 @@ +Changes from version 1.0: + +Cross-compilation support is much improved. Any of various popular +libc's is now sufficient for building clib-routines.o. + +New configure option --enable-kdb asks for kernel debugger to be +compiled in. + +Bug in --enable-ncr53c7xx has been fixed. + +Many thanks go to Marcus G. Daniels (marcus@cathcart.sysc.pdx.edu) for +his very helpful testing of the 1.0 release and for his many +improvements to the cross-compilation support. + diff --git a/README b/README index 3333c75..1298e5d 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ -*- Text -*- -This is the GNU mach 1.0 distribution. +This is the GNU mach 1.1 distribution. This kernel is derived from the Utah kernel source. We use it to run the Hurd on. It is being distributed by us so that we can more easily diff --git a/version.c b/version.c index f673e86..5db6c22 100644 --- a/version.c +++ b/version.c @@ -1 +1,2 @@ -char version[] = "GNUmach 1.0"; +char version[] = "GNUmach 1.1"; + -- cgit v1.2.3