aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2014-01-03 12:55:55 +0200
committerArnold D. Robbins <arnold@skeeve.com>2014-01-03 12:55:55 +0200
commit4a7dc37ea7122759469ee93eae9dadea455d658b (patch)
treea954cc2dfd969dd362e5ee9863a320b5145779a5
parent815ad7a1d9e47b50b26fd89c362a99598fa45c1c (diff)
downloadegawk-4a7dc37ea7122759469ee93eae9dadea455d658b.tar.gz
egawk-4a7dc37ea7122759469ee93eae9dadea455d658b.tar.bz2
egawk-4a7dc37ea7122759469ee93eae9dadea455d658b.zip
Update NEWS.
-rw-r--r--ChangeLog1
-rw-r--r--NEWS6
2 files changed, 4 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index ea0b8c7f..e6b3ea63 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,7 @@
* config.guess, config.rpath, config.sub, depcomp,
install-sh: Updated.
* dfa.h, dfa.c: Sync with GNU grep; comment fix and copyright year.
+ * NEWS: Updated some, including copyright year.
2013-12-24 Arnold D. Robbins <arnold@skeeve.com>
diff --git a/NEWS b/NEWS
index 09f91720..b3f65e7a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
- Copyright (C) 2010, 2011, 2012, 2013 Free Software Foundation, Inc.
+ Copyright (C) 2010, 2011, 2012, 2013, 2014 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
@@ -10,7 +10,7 @@ Changes from 4.1.0 to 4.1.1
1. The "stat" extension now includes a "devbsize" element which indicates
the units for the "nblocks" element
-2. The extension facility works on MinGW. Many of the extensions can be
+2. The extension now facility works on MinGW. Many of the extensions can be
built and used directly.
3. A number of bugs in the pretty-printing / profiling code have been fixed.
@@ -19,7 +19,7 @@ Changes from 4.1.0 to 4.1.1
5. The debugger now lists source code correctly under Cygwin.
-6. Configuration and building Mac OS X libreadline should work now.
+6. Configuration and building with the Mac OS X libreadline should work now.
7. The -O option now works again.