]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Bump version to 3.28.0.GIT
authorPaul Floyd <pjfloyd@wanadoo.fr>
Sat, 25 Apr 2026 06:06:16 +0000 (08:06 +0200)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Sat, 25 Apr 2026 06:06:16 +0000 (08:06 +0200)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index f8cd25de4bbbd90127337ccffd59b8dc2c829939..50b8be88baf73319d8ba020dbca0c019b213381f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,38 @@
+Release 3.28.0 (?? Oct 2026)
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+This release supports X86/Linux, AMD64/Linux, ARM32/Linux, ARM64/Linux,
+PPC32/Linux, PPC64BE/Linux, PPC64LE/Linux, S390X/Linux, MIPS32/Linux,
+MIPS64/Linux, RISCV64/Linux, ARM/Android, ARM64/Android, MIPS32/Android,
+X86/Android, X86/Solaris, AMD64/Solaris, X86/macOS, AMD64/macOS.
+X86/FreeBSD, AMD64/FreeBSD and ARM64/FreeBSD. There is preliminary support
+for nanoMIPS/Linux. macOS is supported up to version 13 Ventura (amd64 only).
+
+* ==================== CORE CHANGES ===================
+
+* ================== PLATFORM CHANGES =================
+
+* ==================== TOOL CHANGES ===================
+
+
+* ==================== FIXED BUGS ====================
+
+The following bugs have been fixed or resolved.  Note that "n-i-bz"
+stands for "not in bugzilla" -- that is, a bug that was reported to us
+but never got a bugzilla entry.  We encourage you to file bugs in
+bugzilla (https://bugs.kde.org/enter_bug.cgi?product=valgrind) rather
+than mailing the developers (or mailing lists) directly -- bugs that
+are not entered into bugzilla tend to get forgotten about or ignored.
+
+519223  Recognize ioctl(UFFDIO_*) operations
+
+To see details of a given bug, visit
+  https://bugs.kde.org/show_bug.cgi?id=XXXXXX
+where XXXXXX is the bug number as listed above.
+
+(3.28.0.RC1: ?? Oct 2026)
+
+
 Release 3.27.0 (20 Apr 2026)
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
index 4f62b19afc4ac86fe3273fe0fd4a2f9775c33121..39502a43ff41a87169bc078fe4109247b0248cea 100644 (file)
@@ -16,10 +16,10 @@ AC_PREREQ(2.69)
 # Also set the (expected/last) release date here.
 # Do not forget to rerun ./autogen.sh
 m4_define([v_major_ver], [3])
-m4_define([v_minor_ver], [27])
+m4_define([v_minor_ver], [28])
 m4_define([v_micro_ver], [0])
-m4_define([v_suffix_ver], [])
-m4_define([v_rel_date], ["20 Apr 2026"])
+m4_define([v_suffix_ver], [GIT])
+m4_define([v_rel_date], ["?? Oct 2026"])
 m4_define([v_version],
          m4_if(v_suffix_ver, [],
                [v_major_ver.v_minor_ver.v_micro_ver],