Skip to content

Latest commit

 

History

History
66 lines (52 loc) · 2.4 KB

CHANGELOG.md

File metadata and controls

66 lines (52 loc) · 2.4 KB

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning. This file is inspired by Keep a CHANGELOG.

7.0.1 - 2018-11-21

Fixed

  • Compile error involving inappropriate use of ssize_t

7.0.0 - 2018-11-21

Changed

  • Changed name from isri-ocr-evaluation-tools to ocreval (#21)

6.1.2 - 2017-01-04

Fixed

  • Read in UTF-8 characters in accsum (#14)

6.1.1 - 2016-02-22

Fixed

  • No longer spuriously abort if inputs are longer than 65,536 characters (#10)

6.1.0 - 2016-01-01

Added

  • make exports which outputs shell export commands (to avoid global installation)

Changed

  • More conventional directory layout (#4)

6.0.1 - 2016-01-04

Fixed

  • Bug in implementation of WB6
  • Special case U+0020 SPACE ' ' as a graphic character
  • Clang warnings

6.0.0 - 2016-01-04

Added

Changed

  • Start following SemVer properly.
  • All input and output is in UTF-8
  • Fixes to handle non-BMP code points (code points beyond U+FFFF)

Removed

  • uni2asc and asc2uni (redundant due to change to UTF-8)

5.1.3 - 2015-11-15

Changed

  • More idiomatic make build system

Fixed

  • Compiles on modern OS X and Ubuntu