diff etc/NEWS.7.md @ 31165:efb29ba0a667 stable

bump stable branch version after release * configure.ac (AC_INIT): Set version to 7.2.1. (OCTAVE_PATCH_VERSION): Now 1. * NEWS.7.md: Create section for a future 7.3 release.
author John W. Eaton <jwe@octave.org>
date Thu, 28 Jul 2022 09:14:07 -0400
parents 6c1e310b2230
children 06c76eca5f95
line wrap: on
line diff
--- a/etc/NEWS.7.md	Thu Jul 28 09:10:28 2022 -0400
+++ b/etc/NEWS.7.md	Thu Jul 28 09:14:07 2022 -0400
@@ -1,10 +1,22 @@
-Summary of bugs fixed for version 7.2.0 (2022-07-28):
+Summary of bugs fixed for version 7.3.0 (tbd):
 ----------------------------------------------------
 
 For (bug #XXXXX) see https://savannah.gnu.org/bugs/?XXXXX
 
 ### Improvements and fixes
 
+### GUI
+
+### Build system / Tests
+
+### Documentation
+
+
+Summary of bugs fixed for version 7.2.0 (2022-07-28):
+----------------------------------------------------
+
+### Improvements and fixes
+
 - Avoid out-of-bounds indexing when checking for broadcastable inplace operators (bug #38466).
 - `hdl2struct.m`: Fix saving of `uibuttongroups` (bug #62266).
 - Fix `ls` with glob patterns on Windows (bug #62282).