summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog11
-rw-r--r--boot/ChangeLog4
-rw-r--r--term/ChangeLog4
3 files changed, 17 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 325e70fb..87920464 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+1999-02-16 Roland McGrath <roland@baalperazim.frob.com>
+
+ * Makeconf ($(libname).so): Make it a symlink to
+ $(libname).so.$(hurd-version).
+ ($(libname).so.$(hurd-version)): New target, renamed from
+ $(libname).so; link the actual shared object with this name.
+
Tue Feb 16 02:31:06 1999 Thomas Bushnell, BSG <tb@mit.edu>
* Makeconf ($(libname).so): Include $(hurd-version) as part of the
@@ -6,7 +13,7 @@ Tue Feb 16 02:31:06 1999 Thomas Bushnell, BSG <tb@mit.edu>
($(libdir)/$(libname).so): Only create a symlink to the
version-numbered name.
(install) [makemode == library]: Add
- the versioned name $(libdir)/$(libname.so).$(hurd-version).
+ the versioned name $(libdir)/$(libname.so).$(hurd-version).
* version.h.in: New file.
* versioh.h, sh-version.sed: Deleted files.
@@ -14,7 +21,7 @@ Tue Feb 16 02:31:06 1999 Thomas Bushnell, BSG <tb@mit.edu>
* Makefile ($(subdirs)): Depend on version.h.
(version.h): New rule.
(DIST_FILES): Delete version.h and sh-version.sed. Add version.h.in.
-
+
1999-01-24 Roland McGrath <roland@baalperazim.frob.com>
* configure.in: Add AC_PROG_AWK.
diff --git a/boot/ChangeLog b/boot/ChangeLog
index 784acaf3..5186dee5 100644
--- a/boot/ChangeLog
+++ b/boot/ChangeLog
@@ -1,3 +1,7 @@
+1999-02-16 Roland McGrath <roland@baalperazim.frob.com>
+
+ * boot.c (S_io_revoke): Add reply, replyPoly args.
+
Tue Feb 16 05:06:12 1999 Thomas Bushnell, BSG <tb@mit.edu>
* boot.c (S_io_revoke): New (unsupported) routine.
diff --git a/term/ChangeLog b/term/ChangeLog
index b1ea689e..381845ff 100644
--- a/term/ChangeLog
+++ b/term/ChangeLog
@@ -1,3 +1,7 @@
+1999-02-16 Roland McGrath <roland@baalperazim.frob.com>
+
+ * users.c (trivfs_S_io_revoke): Fix typos.
+
Tue Feb 16 06:10:08 1999 Thomas Bushnell, BSG <tb@mit.edu>
* users.c (trivfs_S_io_revoke): New function.