Skip to content

Commit

Permalink
ucd-tools 8.0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rhdunn committed May 31, 2016
1 parent 3db59f7 commit 4b1b5f8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -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])
Expand Down

0 comments on commit 4b1b5f8

Please sign in to comment.