-
Notifications
You must be signed in to change notification settings - Fork 38
Release v1.1.9 #652
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release v1.1.9 #652
Conversation
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates the version information across the project to "1.1.9" while adding the new "create" sub command for cobj-idx and addressing non-ASCII handling issues in external items and file names.
- Updated version strings in configuration, build, and documentation files.
- Added functionality for a new sub command ("cobj-idx create").
- Fixed handling for non-ASCII characters in EXTERNAL items and file descriptors.
Reviewed Changes
Copilot reviewed 15 out of 15 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| win/config.h | Updated version strings |
| tests/package.m4 | Updated version strings |
| tests/command-line-options.src/info-java-dir.at | Updated JSON version entries |
| libcobj/app/src/main/java/jp/osscons/opensourcecobol/libcobj/cobj_api/ApiFilesOptions.java | Updated version output in command processing |
| libcobj/app/src/main/java/jp/osscons/opensourcecobol/libcobj/Const.java | Updated version constant |
| libcobj/app/build.gradle.kts | Updated version in publication configuration |
| doc/requirements-all.md | Added new requirement entries for version 1.1.9 |
| configure.ac | Updated version information |
| configure | Updated version information throughout the script |
| ReleaseNote.md | Updated release notes with new features and fixes |
| README_JP.md | Updated tarball and version references |
| README.md | Updated installation commands with new version |
| NEWS | Updated change log entries with new features and fixes |
| ChangeLog | Added new release entry for 1.1.9 |
| CHANGELOG.md | Added new release entry for 1.1.9 |
Add
createcommand ofcobj-idx#648)cobj-idx createcreates a new indexed file.Fix
-in EXTERNAL items and EXTERNAL file names into another valid character in Java.BCin EXTERNAL file names into invalid characters.