diff options
author | Julien Viard de Galbert <julien@vdg.blogsite.org> | 2025-05-15 20:32:50 +0200 |
---|---|---|
committer | Julien Viard de Galbert <julien@vdg.blogsite.org> | 2025-05-15 20:34:00 +0200 |
commit | 9030919ddf7fbd4c6ff07e3d4ab2b9316843b672 (patch) | |
tree | 96ad959dc71f4c2bfddfceeaceb42272f00b6ec8 | |
parent | 56bc3a12a556cb0ece8ceafadc0a31d76e0f2d9b (diff) |
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | netsed.c | 4 |
3 files changed, 7 insertions, 3 deletions
@@ -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) @@ -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: @@ -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 |