aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2013-06-11 19:49:40 +0300
committerArnold D. Robbins <arnold@skeeve.com>2013-06-11 19:49:40 +0300
commit6f91302eff92e06ab82c7baf1b6f6ddd62b3c29a (patch)
tree3e0f73442568b720f533c360a4f81a9b8c7badf4
parent612ea8d837f14a15a44c2d4941ff62c0ebf30461 (diff)
downloadegawk-6f91302eff92e06ab82c7baf1b6f6ddd62b3c29a.tar.gz
egawk-6f91302eff92e06ab82c7baf1b6f6ddd62b3c29a.tar.bz2
egawk-6f91302eff92e06ab82c7baf1b6f6ddd62b3c29a.zip
Update NEWS.
-rw-r--r--NEWS17
1 files changed, 17 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7b742219..e0a4ffa9 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,23 @@
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.
+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
+ built and used directly.
+
+3. A number of bugs in the pretty-printing / profiling code have been fixed.
+
+4. Sockets and two-way pipes now work under MinGW.
+
+5. The debugger now lists source code correctly under Cygwin.
+
+XXX. A number of bugs have been fixed. See the ChangeLog.
+
Changes from 4.0.2 to 4.1.0
---------------------------