Browse Source

ucd-tools 8.0.0.1

master
Reece H. Dunn 9 years ago
parent
commit
4b1b5f82d5
2 changed files with 14 additions and 1 deletions
  1. 13
    0
      CHANGELOG.md
  2. 1
    1
      configure.ac

+ 13
- 0
CHANGELOG.md View File

@@ -1,5 +1,18 @@
# Change Log

## 8.0.0.1 - Tuesday May 31th 2016 \[May 2016\]

* Provide a C API in addition to the C++ API.
* Convert the implementation from C++ to C.

## 8.0.0 - Saturday June 6th 2015 \[Jun 2015\]

* Update to Unicode Character Data 8.0.0.
* Detect MacOSX `glibtoolize` in `autogen.sh`.
* Use UCD `PropertyValueAliases` instead of the IANA subtag registry for the
script label to ISO 15924 mapping.
* Support enabling the CSUR data via the `--with-csur` configure flag.

## 7.0.0.1 - Saturday July 14th 2014 \[Jul 2014\]

* Remove the ConScript Unicode Registry data from the Script and Category tables.

+ 1
- 1
configure.ac View File

@@ -1,5 +1,5 @@
AC_PREREQ([2.65])
AC_INIT([Unicode Character Database Tools], [8.0.0], [https://github.com/rhdunn/ucd-tools/issues], [ucd-tools], [https://github.com/rhdunn/ucd-tools])
AC_INIT([Unicode Character Database Tools], [8.0.0.1], [https://github.com/rhdunn/ucd-tools/issues], [ucd-tools], [https://github.com/rhdunn/ucd-tools])
AM_INIT_AUTOMAKE()

m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES])

Loading…
Cancel
Save