summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPaolo Bonzini <bonzini@gnu.org>2009-01-04 14:38:29 +0100
committerPaolo Bonzini <bonzini@gnu.org>2009-01-04 14:38:29 +0100
commit6ea4dbce16b6c4cc0d9bfd0e81adec62aa87a7e7 (patch)
tree14b5b8f34b682a79eb7ac12209b9cf15563e76fc /NEWS
parented1c249d94bfc34f58f5f3e40fdbd857edb90531 (diff)
downloadsed-6ea4dbce16b6c4cc0d9bfd0e81adec62aa87a7e7.tar.gz
fix configure.ac version numberv4.1e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS11
1 files changed, 4 insertions, 7 deletions
diff --git a/NEWS b/NEWS
index 6c51674..129da55 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Sed 4.1f
+Sed 4.1e
* added a new extension `z` to clear pattern space even in the presence
of invalid multibyte sequences
@@ -6,6 +6,9 @@ of invalid multibyte sequences
* a preexisting GNU gettext installation is needed in order to compile
GNU sed with NLS support
+* fixed --follow-symlinks to avoid attempting the creation of cross-device
+links.
+
* multibyte processing fixed
* the following GNU extensions are turned off by --posix: options [iImMsSxX]
@@ -14,12 +17,6 @@ in the `s' command, address kinds `FIRST~STEP' and `ADDR1,+N' and `ADDR1,~N',
following backslash, arguments to the `l' command.
----------------------------------------------------------------------------
-Sed 4.1e
-
-* fixed --follow-symlinks to avoid attempting the creation of cross-device
-links.
-
-----------------------------------------------------------------------------
Sed 4.1
* fixed bug in 'i\' giving a segmentation violation if given alone.