[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
From: |
Gavin D. Smith |
Date: |
Sat, 8 Jun 2024 06:04:14 -0400 (EDT) |
branch: release/7.1
commit fd33a3f8047ef39f7e53259cd140038439bb355f
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Sat Jun 8 11:03:44 2024 +0100
* NEWS: add items for 7.1.1
---
ChangeLog | 4 ++++
NEWS | 17 +++++++++++++++++
2 files changed, 21 insertions(+)
diff --git a/ChangeLog b/ChangeLog
index 03b5523639..90091d19af 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2024-06-08 Gavin Smith <gavinsmith0123@gmail.com>
+
+ * NEWS: add items for 7.1.1
+
2024-06-08 Gavin Smith <gavinsmith0123@gmail.com>
prepare for 7.1.0.90 pretest
diff --git a/NEWS b/NEWS
index 745f94bb0b..2c91d311ae 100644
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,23 @@ See the manual for detailed information.
------------------------------------------------------------------------------
+7.1.1 (unreleased)
+This is a bug-fix release with minimal changes.
+
+* texi2any
+ . fix potential crash when @include is used inside a table
+ . do not complain about presence of @anchor inside @item in a table
+ . C source files that are generated from *.xs files are no no longer
+ distributed, so xsubpp from Perl is needed to build XS modules.
+ . fix bug that led to memory alignment error on SPARC
+ . performance improvement and fixes for MinGW
+ . test failures due to floating point rounding error fixed (observed
+ on IBM POWER9 processor)
+
+* info
+ . potential call of memcpy with null argument fixed
+
+
7.1 (18 October 2023)
* Language
. new generic definition commands, @defblock, @defline and @deftypeline,