From dcbed9e6b87bb8b0668d79c78a0869ad1059c475 Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Thu, 21 Aug 2025 08:37:20 +0100 Subject: [PATCH] Prepare for next version Assisted-by: Cursor --- NEWS | 26 ++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 27 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index bd9f890f..e88baa6c 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,32 @@ Patchutils news --------------- +0.4.3 (stable) + + Added --in-place option to more tools for editing files in place. + Added --color option to interdiff with automatic terminal detection. + Improved PCRE2 support and fixed various build issues. Added support + for CRLF line endings in patch files. Fixed interdiff to reverse line + counts correctly when reversing patches. Added bash completions and + improved CI testing. Various bug fixes including use-after-free + warnings, unused result warnings, and locale-related test failures. + Updated documentation and example spec file. + +0.4.2 (stable) + + Build system improvements: only run xmlto once during documentation + generation. + +0.4.0 (stable) + + Added patchview utility for interactive patch viewing. Added PCRE2 + library support as an alternative to PCRE. Added --only-match option + to grepdiff. Improved interdiff to provide more context when requested + and better handle whitespace damage. Fixed various issues including + hunk trimming, header output, context conversion, and handling of NUL + characters in patches. Updated FSF addresses and fixed resource leaks. + Improved test suite with parallel testing support. + 0.3.4 (stable) Some fixes for filterdiff and rediff. The splitdiff utility diff --git a/configure.ac b/configure.ac index 09027f4f..15f6aa6c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT([patchutils],[0.4.2]) +AC_INIT([patchutils],[0.4.3]) AC_CONFIG_SRCDIR(patchutils.spec.in) AC_CONFIG_HEADERS(config.h)