From f4c5a5a76a57a14066f999e9a18c4c0586c86481 Mon Sep 17 00:00:00 2001 From: n-isaka Date: Mon, 5 Aug 2024 12:18:17 +0000 Subject: [PATCH] Update NEWS --- ChangeLog | 9 ++++++--- NEWS | 27 +++++++++++++++++++++++++++ 2 files changed, 33 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 70dec35..47d7239 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2024-07-31 OSS Consortium + + * configure.ac, NEWS:: updated for 3.2 OSS Cons patch2 2023-07-28 Simon Sobisch @@ -882,7 +885,7 @@ * configure.ac: #44 Disable optimisation with --enable-debug -2014-09-09 Philipp B�hme +2014-09-09 Philipp B?¿½hme * configure.ac: new check for mp_get_memory_functions in libgmp and new preprocessor define HAVE_MP_GET_MEMORY_FUNCTIONS @@ -895,7 +898,7 @@ additional output of configuration summary to config.log; respect --quite (don't echo or printf to stdout) -2014-06-20 Philipp B�hme +2014-06-20 Philipp B?¿½hme * New folder build_windows * Added project files for Visual Studio 2003 and newer @@ -904,7 +907,7 @@ * General: Win compatibility: define COB_OBJEXT in defaults.h -2014-04-14 Philipp B�hme +2014-04-14 Philipp B?¿½hme * moved cobgetopt.c from lib to libcob * link cobc to libcob diff --git a/NEWS b/NEWS index 383ed92..19b5f45 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,31 @@ NEWS - user visible changes -*- outline -*- + +GnuCOBOL 3.2 OSSCons patch2 released (20240731) by OSS Consortium. + +* Update OSSCons patch for GnuCOBOL3.2. + +** Some features in opensource COBOL have been merged into GnuCOBOL3.2. + +** The modifications are as follows: +---- +* Support for CANCEL ALL +** CANCEL ALL cancels every subprogram that is called as child programs. + +* Support for EXCLUSIVE mode +** Support for EXCLUSIVE mode on OPEN INPUT. Exclusive mode files are opened with a lock on the entire file. + +** This extension works only when VBISAM is used as an indexed file. + +* Fixed some bugs of NATIONAL items. + +---- + +* Newly added CI Workflows using GitHub. + +** Fixed some test cases for use with VBISAM. + +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + GnuCOBOL 3.2 OSSCons patch1 released (20240116) by OSS Consortium. * Update OSSCons patch for GnuCOBOL3.2.