File tree Expand file tree Collapse file tree 4 files changed +21
-7
lines changed
Expand file tree Collapse file tree 4 files changed +21
-7
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
44
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
66
7+ ## [ 1.1.11] - 2025-07-24
8+
9+ ### Fix
10+
11+ * Fix OPEN operation for INDEXED files. (#676 )
12+ * The runtime library now correctly sets the file status to 30 when attempting to open INDEXED files with invalid or corrupted file formats.
13+
714## [ 1.1.10] - 2025-06-30
815
916### Add
Original file line number Diff line number Diff line change 1+ 2025-07-24 OSS Consortium <ws-opensource-cobol-contact@osscons.jp>
2+
3+ * opensource COBOL 4J v1.1.11 released.
4+
152025-06-30 OSS Consortium <ws-opensource-cobol-contact@osscons.jp>
26
37 * opensource COBOL 4J v1.1.10 released.
Original file line number Diff line number Diff line change @@ -2,6 +2,13 @@ NEWS - user visible changes -*- outline -*-
22
33-----------------------------------------------------------------------
44
5+ ** Bug Fixes
6+
7+ (1) Fix OPEN operation for INDEXED files. (#676)
8+ * The runtime library now correctly sets the file status to 30 when attempting to open INDEXED files with invalid or corrupted file formats.
9+
10+ -----------------------------------------------------------------------
11+
512** New Features
613
714(1) Add a manual for the compiler configuration file (#665)
Original file line number Diff line number Diff line change 1- ### Add
1+ ### Fix
22
3- * Add a manual for the compiler configuration file (#665 )
4- * Add a built-in subroutine
5- * C$SLEEP (#669 )
6-
7- ### Miscellaneous
3+ * Fix OPEN operation for INDEXED files. (#676 )
4+ * The runtime library now correctly sets the file status to 30 when attempting to open INDEXED files with invalid or corrupted file formats.
85
9- * Improve the test coverage slightly (#667 , #664 )
You can’t perform that action at this time.
0 commit comments