Release 1.1.18#792
Merged
yutaro-sakamoto merged 2 commits intoopensourcecobol:developfrom Feb 27, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This is a release preparation PR that bumps the version from 1.1.17 to 1.1.18, incorporating bug fixes and documentation improvements. The release addresses issues with full-width hyphen conversion in SECTION names and VALUE ALL literal initialization in Java code generation, while also adding comprehensive environment variable documentation.
Changes:
- Version bump from 1.1.17 to 1.1.18 across all configuration files, source code, and documentation
- Update release notes and changelogs with bug fixes and documentation improvements (#788, #790, #762)
- Regenerate build system files (autoconf, automake, gettext-related macros)
Reviewed changes
Copilot reviewed 23 out of 25 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| configure.ac | Update package version to 1.1.18 |
| win/config.h | Update Windows build configuration with new version |
| libcobj/app/build.gradle.kts | Update Gradle publication version |
| libcobj/app/src/main/java/jp/osscons/opensourcecobol/libcobj/Const.java | Update Java runtime version constant |
| libcobj/app/src/main/java/jp/osscons/opensourcecobol/libcobj/user_util/cobj_api/ApiFilesOptions.java | Update version output in CLI tool |
| tests/command-line-options.src/info-java-dir.at | Update expected version in test assertions |
| README.md, README_JP.md | Update installation instructions and Docker image tag to v1.1.18/20260227 |
| CHANGELOG.md, ReleaseNote.md, NEWS, ChangeLog | Add release notes for version 1.1.18 |
| doc/requirements-all.md | Add compatibility information for 1.1.18 |
| Makefile.in, */Makefile.in | Add new gettext-related variables, remove MKINSTALLDIRS |
| aclocal.m4 | Add host-cpu-c-abi and intlmacosx macros, change autoconf version reference from 2.71 to 2.69 |
| config.h.in | Add new configuration options and update comment styles for older autoconf compatibility |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixed
VALUE ALLliteral initialization #790)Documentation