summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS4
-rw-r--r--README2
-rw-r--r--netsed.c4
3 files changed, 7 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 538585f..ea29644 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+2025-05-15; netsed 1.4:
+ - fix from debian package thanks Andreas Tille
+ - Accept nil and "" as test result
+
2019-01-06; netsed 1.3:
- fix from debian package thanks Mats Erik Anersson:
- Build failure during test phase. (ie fix uninitialized alloc)
diff --git a/README b/README
index 3dcadd1..130fea1 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
- netsed 1.3 (C) 2010-2019 Julien VdG <julien@silicone.homelinux.org>
+ netsed 1.4 (C) 2010-2025 Julien VdG <julien@silicone.homelinux.org>
--------------------------------------------------------------------------
This work is based on the original netsed:
diff --git a/netsed.c b/netsed.c
index 726d984..5bcbd1e 100644
--- a/netsed.c
+++ b/netsed.c
@@ -1,5 +1,5 @@
/*
- netsed 1.3 (C) 2010-2019 Julien VdG <julien@silicone.homelinux.org>
+ netsed 1.4 (C) 2010-2025 Julien VdG <julien@silicone.homelinux.org>
--------------------------------------------------------------------------
This work is based on the original netsed:
@@ -126,7 +126,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#endif
/// Current version (recovered by Makefile for several release checks)
-#define VERSION "1.3"
+#define VERSION "1.4"
/// max size for buffers
#define MAX_BUF 100000