
Changelog
=========

SPDX-FileType: DOCUMENTATION
SPDX-FileCopyrightText: NONE
SPDX-License-Identifier: CC0-1.0

Line length limit is 72 (user-perceived) characters.


0.2.4  2024-11-25  Development snapshot
---------------------------------------
Important notes:
- API and ABI are not stable yet
- Document conformity to REUSE 3.3


0.2.3  2024-11-18  Development snapshot
---------------------------------------
Important notes:
- API and ABI are not stable yet

New features and improvements:
- Workaround for missing AR macro with make utility of old systems based
  on UNIX System V (e.g. HP-UX)


0.2.2  2024-10-14  Development snapshot
---------------------------------------
Important notes:
- API and ABI are not stable yet
- License declarations updated for REUSE 3.2

Bug fixes:
- Error "EINVAL" was missing in man page


0.2.1  2024-08-22  Development snapshot
---------------------------------------
Important notes:
- API and ABI are not stable yet

Bug fixes:
- Honor LDFLAGS when linking CLI utility (typo in variable name)


0.2.0  2024-08-21  Development snapshot
---------------------------------------
Important notes:
- API and ABI are not stable yet
- Global variable "jpic0_version" replaced by function "jpic0_version()"

New features and improvements:
- Documentation for test files added
- No warnings from GCC 14


0.1.2  2024-07-17  Development snapshot
---------------------------------------
Important notes:
- API and ABI are not stable yet

Bug fixes:
- Escape sequence decoder is now independent of execution character set
- Library name fixed in pkgconfig file


0.1.1  2024-07-15  Development snapshot
---------------------------------------
Important notes:
- API and ABI are not stable yet

New features and improvements:
- Unit test framework cheat is now an external dependency


0.1.0  2024-07-14  Development snapshot
---------------------------------------
Important notes:
- API and ABI are not stable yet

New features and improvements:
- Test suite added


0.0.3  2024-07-08  Development snapshot
---------------------------------------
Important notes:
- API and ABI are not stable yet

New features and improvements:
- Terminate conversion at NUL control character (if not disabled)
- Checks for invalid encoding at end of input data added


0.0.2  2024-07-03  Development snapshot
---------------------------------------
Important notes:
- API and ABI are not stable yet

New features and improvements:
- Decoder for conversion from JIS X 208 added
- Unicode UTF-8 encoder added


0.0.1  2024-06-30  Development snapshot
---------------------------------------
Important notes:
- API and ABI are not stable yet

New features and improvements:
- Checks for supported encodings added
- Recovery from lost synchronization added
- Decoder for conversion from ISO 646 added


0.0.0  2024-06-13  Development snapshot
---------------------------------------
Important notes:
- API and ABI are not stable yet

New features and improvements:
- Mapping table for JIS X 0208-1983 added
- Build system added
