Skip to content

Commit 1a493f3

Browse files
committed
Release 1.1.15
1 parent ae5fc82 commit 1a493f3

File tree

7 files changed

+34
-9
lines changed

7 files changed

+34
-9
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
44

55
The 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)

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2025-11-27 OSS Consortium <[email protected]>
2+
3+
* opensource COBOL 4J v1.1.15 released.
4+
15
2025-10-31 OSS Consortium <[email protected]>
26

37
* opensource COBOL 4J v1.1.14 released.

NEWS

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
NEWS - 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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ https://www.oracle.com/java/technologies/downloads/?er=221886#java8-windows
137137
The 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

143143
Execute the following commands in order to run the "Hello World" COBOL program.

README_JP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ Windows版のopensource COBOL 4JはVisual Studioに含まれるCLコンパイラ
126126
opensource COBOL 4JのDockerコンテナを利用できます。
127127
128128
```bash
129-
docker pull opensourcecobol/opensourcecobol4j:20251031
129+
docker pull opensourcecobol/opensourcecobol4j:20251127
130130
```
131131

132132
以下のコマンドを実行して、"Hello World"のCOBOLプログラムを実行します。

ReleaseNote.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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+

doc/requirements-all.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
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 |

0 commit comments

Comments
 (0)