summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2000-03-29 03:23:18 +0000
committerPaul Smith <psmith@gnu.org>2000-03-29 03:23:18 +0000
commitc67266ceacbde449be807d23c6d8df465c763a1e (patch)
tree74238fe6c94bc9a4f6483f7e22e85d4dfcf34064 /ChangeLog
parent4145bcbcda65dbc65a06bb51868b4033a5ca4231 (diff)
downloadgunmake-c67266ceacbde449be807d23c6d8df465c763a1e.tar.gz
* New config.sub and config.guess3.78.92
* Update version number for release * Fixes to the build.sh to handle i18n/gettext * Make dash-n more robust.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 529ef50..9d15e6c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
+2000-03-28 Paul D. Smith <psmith@gnu.org>
+
+ * Version 3.78.92 released.
+
+ * build.template: Updates for gettext support; some bugs fixed.
+
2000-03-27 Paul D. Smith <psmith@gnu.org>
+ * config.guess, config.sub: Updated from config CVS archive at
+ :pserver:anoncvs@subversions.gnu.org:/home/cvs as of today.
+
* read.c (record_files): Check if expanding a static pattern
rule's prerequisite pattern leaves an empty string as the
prerequisite, and issue an error if so. Fixes PR/1670.