File tree Expand file tree Collapse file tree 7 files changed +34
-9
lines changed Expand file tree Collapse file tree 7 files changed +34
-9
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.15] - 2025-11-27
8+ ### Fixed
9+ * Fix a bug related to EXTERNAL items
10+
11+ ### Miscellaneous
12+ * Slightly improve the readability of generated Java code for GO TO statements
13+
714## [ 1.1.14] - 2025-10-31
815### Improved
916* ` cobj ` now preserves string concatenation structure in the generated Java code. (#731 )
Original file line number Diff line number Diff line change 1+ 2025-11-27 OSS Consortium <
[email protected] >
2+
3+ * opensource COBOL 4J v1.1.15 released.
4+
152025-10-31 OSS Consortium <
[email protected] >
26
37 * opensource COBOL 4J v1.1.14 released.
Original file line number Diff line number Diff line change 11NEWS - user visible changes -*- outline -*-
22
3+ * opensource COBOL 4J 1.1.15
4+
5+ ** Bug Fixes
6+
7+ (1) Fix a bug related to EXTERNAL items.
8+
9+ ** Miscellaneous
10+
11+ (1) Slightly improve the readability of generated Java code for GO TO statements.
12+
13+ -----------------------------------------------------------------------
14+
315* opensource COBOL 4J 1.1.14
416
517** Improvement
@@ -15,8 +27,6 @@ NEWS - user visible changes -*- outline -*-
1527
1628-----------------------------------------------------------------------
1729
18- -----------------------------------------------------------------------
19-
2030* opensource COBOL 4J 1.1.13
2131
2232** Bug Fixes
Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ https://www.oracle.com/java/technologies/downloads/?er=221886#java8-windows
137137The docker container for opensource COBOL 4J is available.
138138
139139```bash
140- docker pull opensourcecobol/opensourcecobol4j:20251031
140+ docker pull opensourcecobol/opensourcecobol4j:20251127
141141```
142142
143143Execute the following commands in order to run the "Hello World" COBOL program.
Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ Windows版のopensource COBOL 4JはVisual Studioに含まれるCLコンパイラ
126126opensource COBOL 4JのDockerコンテナを利用できます。
127127
128128```bash
129- docker pull opensourcecobol/opensourcecobol4j:20251031
129+ docker pull opensourcecobol/opensourcecobol4j:20251127
130130```
131131
132132以下のコマンドを実行して、"Hello World"のCOBOLプログラムを実行します。
Original file line number Diff line number Diff line change 1- ### Improved
2- * ` cobj ` now preserves string concatenation structure in the generated Java code. (#731 )
3-
41### Fixed
5- * Fix the implementation of ` PROGRAM STATUS ` . (#735 )
2+
3+ * Fix a bug related to EXTERNAL items
64
75### Miscellaneous
8- * For Windows support, tests are now run on Windows Server 2025. (#732 )
6+
7+ * Slightly improve the readability of generated Java code for GO TO statements
8+
Original file line number Diff line number Diff line change 11| version (opensource COBOL 4J) | OS | version (JDK) |
22| -- | -- | -- |
3+ | 1.1.15 | Windows | 21 |
4+ | 1.1.15 | Ubuntu 24.04 | 21 |
5+ | 1.1.15 | AlmaLinux 9 | 11 |
6+ | 1.1.15 | Amazon Linux 2023 | 21 |
37| 1.1.14 | Windows | 21 |
48| 1.1.14 | Ubuntu 24.04 | 21 |
59| 1.1.14 | AlmaLinux 9 | 11 |
You can’t perform that action at this time.
0 commit comments