summaryrefslogtreecommitdiff
path: root/MANIFEST
Commit message (Collapse)AuthorAgeFilesLines
* Generate and install a pkg-config file. (#142)Michael Drake2018-11-011-0/+2
| | | | | | | | | | | | | | | | | | | | | | * Generate and install a pkg-config file. * Use Makefile libdir and includedir for pkg-config. This splits the prefix out from these variables, so that the same variables can be used to construct the pkg-config file. * Update the manifest for installation of pkg-config file. * Revert "Use Makefile libdir and includedir for pkg-config." This reverts commit a4cd6dc64a357dd5b91781045b3ac1c4679af97f. * Use Makefile libdir and includedir for pkg-config. This splits the prefix out from these variables, so that the same variables can be used to construct the pkg-config file.
* NEWS for upcoming 2.2 release, version bumpSteven G. Johnson2018-05-021-3/+3
|
* version bump to 2.1.1 (#131)v2.1.1Steven G. Johnson2018-04-271-3/+3
|
* new utf8proc_map_custom for hooking in user-defined custom mappings (#89)Steven G. Johnson2016-11-301-3/+3
| | | | | | | | | | * new utf8proc_map_custom for hooking in user-defined custom mappings * whoops, add test program * NEWS, version bump for 2.1 * change test functions to static so that gcc doesn't complain about missing prototypes
* NEWS and version numbers for 2.0.2 (#81)Tony Kelman2016-07-271-3/+3
| | | | | | | | * Add NEWS.md items for #79 and #80 * Prepare version numbers for 2.0.2 * Also update API version to 2.0.2
* NEWS and version bump for 2.0.1 release, to come out shortlySteven G. Johnson2016-07-131-3/+3
|
* the ABI version was already bumped in #62, does not need to be bumped again ↵Steven G. Johnson2016-07-131-3/+3
| | | | in #70
* Unicode 9 updates (#70)Keno Fischer2016-06-281-3/+3
| | | | | | | | | | | | | | | | | | | | | | | * Updates for Unicode 9.0.0 TR29 Changes - New rules GB10/(12/13) are used to combine emoji-zwj sequences/ (force grapheme breaks every two RI codepoints). Unfortunately this breaks statelessness of grapheme-boundary determination. Deal with this by ignoring the problem in utf8proc_grapheme_break, and by hacking in a special case in decompose - ZWJ moved to its own boundclass, update what is now GB9 accordingly. - Add comments to indicate which rule a given case implements - The Number of bound classes Now exceeds 4 bits, expand to 8 and reorganize fields * Import Unicode 9 data * Update Grapheme break API to expose state override * Bump MAJOR version
* Fix overrunMichaël Meyer2016-02-041-3/+3
|
* Bump version number.Michaël Meyer2015-12-091-3/+3
|
* Increment patch versionPeter Colberg2015-10-311-3/+3
|
* Test `make install`Peter Colberg2015-10-301-0/+7
Generate reproducible manifest of installed files.