Skip to content

v1.1.12

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 28 Aug 07:32
· 5 commits to develop since this release
d667761

Add

  • Implemented new file locking and record locking for INDEXED files.
  • Add a new sub command migrate for cobj-idx.
    • With this command, you can convert an old version of an INDEXED file to a new version compatible with the latest opensource COBOL 4J.
  • Add a new sub command unlock for cobj-idx.
    • With this command, you can unlock all record locks and file locks on an INDEXED file.
  • Add documentation of locking for INDEXED files.