Skip to content

Commit

Permalink
Update NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
n-isaka committed Aug 5, 2024
1 parent 233c4a5 commit f4c5a5a
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 3 deletions.
9 changes: 6 additions & 3 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2024-07-31 OSS Consortium <[email protected]>

* configure.ac, NEWS:: updated for 3.2 OSS Cons patch2

2023-07-28 Simon Sobisch <[email protected]>

Expand Down Expand Up @@ -882,7 +885,7 @@

* configure.ac: #44 Disable optimisation with --enable-debug

2014-09-09 Philipp B�hme <[email protected]>
2014-09-09 Philipp B?��hme <[email protected]>

* configure.ac: new check for mp_get_memory_functions in
libgmp and new preprocessor define HAVE_MP_GET_MEMORY_FUNCTIONS
Expand All @@ -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 <[email protected]>
2014-06-20 Philipp B?��hme <[email protected]>

* New folder build_windows
* Added project files for Visual Studio 2003 and newer
Expand All @@ -904,7 +907,7 @@

* General: Win compatibility: define COB_OBJEXT in defaults.h

2014-04-14 Philipp B�hme <[email protected]>
2014-04-14 Philipp B?��hme <[email protected]>

* moved cobgetopt.c from lib to libcob
* link cobc to libcob
Expand Down
27 changes: 27 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit f4c5a5a

Please sign in to comment.