summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--=announce-1.227
-rw-r--r--Makefile.in2
2 files changed, 28 insertions, 1 deletions
diff --git a/=announce-1.2 b/=announce-1.2
new file mode 100644
index 0000000..1fc72d3
--- /dev/null
+++ b/=announce-1.2
@@ -0,0 +1,27 @@
+I am pleased to announce version 1.2 of the GNU distribution of the
+Mach kernel. It may be found in the file (about 3.64 MB compressed)
+ftp://ftp.gnu.org/gnu/gnumach/gnumach-1.2.tar.gz.
+
+Because of extensive source reorganization, it is not profitable to
+provide diffs against previous versions.
+
+Most notably, this release updates the Linux-derived device drivers to
+those found in Linux version 2.0.36.
+
+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.
+
+MiG (the Mach Interface Generator) is no longer in this distribution;
+it is now distributed separately. You will need MiG in order to be
+able to compile this release.
+
+Bug reports relating to this distribution should be sent to
+bug-hurd@gnu.org. Requests for assistance should be made on
+help-hurd@gnu.org.
+
+The md5sum checksums for this distibution is
+
+6d01ffcedcb79429a7f742cf8a292515 gnumach-1.2.tar.gz
+
diff --git a/Makefile.in b/Makefile.in
index 609a8f6..ca8ca2c 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -402,7 +402,7 @@ dist:
for file in `cat $(all-archs-files)`; do \
cp $(srcdir)/$$file gnumach-$(version)/`dirname $$file`; \
done
- chmod -R u=rwX og=rX gnumach-$(version)
+ chmod -R u=rwX,og=rX gnumach-$(version)
tar cfz gnumach-$(version).tar.gz gnumach-$(version)
rm -rf gnumach-$(version)