From 73bcd50fa1c76f073e5aa8f1731703a85ae7250f Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Wed, 27 Aug 2025 09:45:14 +0100 Subject: [PATCH] Update NEWS --- NEWS | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/NEWS b/NEWS index f2595a8d..1a361ce7 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,15 @@ Patchutils news --------------- +0.4.4 (stable) + + Code improvements and build system enhancements. Added redirectfd() + utility function to redirect stdout without reassignment. Enhanced + CI testing with musl support for better compatibility testing. + Fixed bash completion symlinks for better installation. Made + grepdiff test case PCRE-aware to handle different regex library + configurations properly. Addresses GitHub issues #61, #91, and #93. + 0.4.3 (stable) Added --in-place option to more tools for editing files in place.