NEWS for 2.4, updated version numbers (which I forgot in 2.3, grrr)

This commit is contained in:
Steven G. Johnson 2019-05-10 21:24:14 -04:00
parent 9bb261f66b
commit 5c632c5742
6 changed files with 75 additions and 58 deletions

View File

@ -10,8 +10,8 @@ project (utf8proc C)
# API version number (defined in utf8proc.h). # API version number (defined in utf8proc.h).
# Be sure to also update these in Makefile and MANIFEST! # Be sure to also update these in Makefile and MANIFEST!
set(SO_MAJOR 2) set(SO_MAJOR 2)
set(SO_MINOR 2) set(SO_MINOR 3)
set(SO_PATCH 0) set(SO_PATCH 1)
option(UTF8PROC_INSTALL "Enable installation of utf8proc" On) option(UTF8PROC_INSTALL "Enable installation of utf8proc" On)

View File

@ -2,8 +2,8 @@ include/
include/utf8proc.h include/utf8proc.h
lib/ lib/
lib/libutf8proc.a lib/libutf8proc.a
lib/libutf8proc.so -> libutf8proc.so.2.2.0 lib/libutf8proc.so -> libutf8proc.so.2.3.1
lib/libutf8proc.so.2 -> libutf8proc.so.2.2.0 lib/libutf8proc.so.2 -> libutf8proc.so.2.3.1
lib/libutf8proc.so.2.2.0 lib/libutf8proc.so.2.3.1
lib/pkgconfig/ lib/pkgconfig/
lib/pkgconfig/libutf8proc.pc lib/pkgconfig/libutf8proc.pc

View File

@ -23,8 +23,8 @@ SOFLAG = -Wl,-soname
# The API version number is defined in utf8proc.h. # The API version number is defined in utf8proc.h.
# Be sure to also update these ABI versions in MANIFEST and CMakeLists.txt! # Be sure to also update these ABI versions in MANIFEST and CMakeLists.txt!
MAJOR=2 MAJOR=2
MINOR=2 MINOR=3
PATCH=0 PATCH=1
OS := $(shell uname) OS := $(shell uname)
ifeq ($(OS),Darwin) # MacOS X ifeq ($(OS),Darwin) # MacOS X

115
NEWS.md
View File

@ -1,5 +1,17 @@
# utf8proc release history # # utf8proc release history #
## Version 2.4 ##
2019-05-10
- Unicode 12.1 support ([#156]).
- New `-DUTF8PROC_INSTALL=No` option for `cmake` builds to disable installation ([#152]).
- Better `make` support for HP-UX ([#154]).
- Fixed incorrect `UTF8PROC_VERSION_MINOR` version number in header and bumped shared-library version.
## Version 2.3 ## ## Version 2.3 ##
2019-03-30 2019-03-30
@ -316,52 +328,57 @@ Release of version 1.0.1
2006-06-02: initial release of version 0.1 2006-06-02: initial release of version 0.1
[#6]: https://github.com/JuliaLang/julia/issues/6 <!--- generated by NEWS-update.jl: -->
[#13]: https://github.com/JuliaLang/julia/issues/13
[#17]: https://github.com/JuliaLang/julia/issues/17 [#6]: https://github.com/JuliaStrings/utf8proc/issues/6
[#20]: https://github.com/JuliaLang/julia/issues/20 [#13]: https://github.com/JuliaStrings/utf8proc/issues/13
[#22]: https://github.com/JuliaLang/julia/issues/22 [#17]: https://github.com/JuliaStrings/utf8proc/issues/17
[#24]: https://github.com/JuliaLang/julia/issues/24 [#20]: https://github.com/JuliaStrings/utf8proc/issues/20
[#27]: https://github.com/JuliaLang/julia/issues/27 [#22]: https://github.com/JuliaStrings/utf8proc/issues/22
[#28]: https://github.com/JuliaLang/julia/issues/28 [#24]: https://github.com/JuliaStrings/utf8proc/issues/24
[#29]: https://github.com/JuliaLang/julia/issues/29 [#27]: https://github.com/JuliaStrings/utf8proc/issues/27
[#32]: https://github.com/JuliaLang/julia/issues/32 [#28]: https://github.com/JuliaStrings/utf8proc/issues/28
[#35]: https://github.com/JuliaLang/julia/issues/35 [#29]: https://github.com/JuliaStrings/utf8proc/issues/29
[#40]: https://github.com/JuliaLang/julia/issues/40 [#32]: https://github.com/JuliaStrings/utf8proc/issues/32
[#43]: https://github.com/JuliaLang/julia/issues/43 [#35]: https://github.com/JuliaStrings/utf8proc/issues/35
[#45]: https://github.com/JuliaLang/julia/issues/45 [#40]: https://github.com/JuliaStrings/utf8proc/issues/40
[#47]: https://github.com/JuliaLang/julia/issues/47 [#43]: https://github.com/JuliaStrings/utf8proc/issues/43
[#51]: https://github.com/JuliaLang/julia/issues/51 [#45]: https://github.com/JuliaStrings/utf8proc/issues/45
[#55]: https://github.com/JuliaLang/julia/issues/55 [#47]: https://github.com/JuliaStrings/utf8proc/issues/47
[#58]: https://github.com/JuliaLang/julia/issues/58 [#51]: https://github.com/JuliaStrings/utf8proc/issues/51
[#62]: https://github.com/JuliaLang/julia/issues/62 [#55]: https://github.com/JuliaStrings/utf8proc/issues/55
[#66]: https://github.com/JuliaLang/julia/issues/66 [#58]: https://github.com/JuliaStrings/utf8proc/issues/58
[#68]: https://github.com/JuliaLang/julia/issues/68 [#62]: https://github.com/JuliaStrings/utf8proc/issues/62
[#70]: https://github.com/JuliaLang/julia/issues/70 [#66]: https://github.com/JuliaStrings/utf8proc/issues/66
[#77]: https://github.com/JuliaLang/julia/issues/77 [#68]: https://github.com/JuliaStrings/utf8proc/issues/68
[#78]: https://github.com/JuliaLang/julia/issues/78 [#70]: https://github.com/JuliaStrings/utf8proc/issues/70
[#79]: https://github.com/JuliaLang/julia/issues/79 [#77]: https://github.com/JuliaStrings/utf8proc/issues/77
[#80]: https://github.com/JuliaLang/julia/issues/80 [#78]: https://github.com/JuliaStrings/utf8proc/issues/78
[#84]: https://github.com/JuliaLang/julia/issues/84 [#79]: https://github.com/JuliaStrings/utf8proc/issues/79
[#88]: https://github.com/JuliaLang/julia/issues/88 [#80]: https://github.com/JuliaStrings/utf8proc/issues/80
[#89]: https://github.com/JuliaLang/julia/issues/89 [#84]: https://github.com/JuliaStrings/utf8proc/issues/84
[#90]: https://github.com/JuliaLang/julia/issues/90 [#88]: https://github.com/JuliaStrings/utf8proc/issues/88
[#94]: https://github.com/JuliaLang/julia/issues/94 [#89]: https://github.com/JuliaStrings/utf8proc/issues/89
[#99]: https://github.com/JuliaLang/julia/issues/99 [#90]: https://github.com/JuliaStrings/utf8proc/issues/90
[#113]: https://github.com/JuliaLang/julia/issues/113 [#94]: https://github.com/JuliaStrings/utf8proc/issues/94
[#121]: https://github.com/JuliaLang/julia/issues/121 [#99]: https://github.com/JuliaStrings/utf8proc/issues/99
[#123]: https://github.com/JuliaLang/julia/issues/123 [#113]: https://github.com/JuliaStrings/utf8proc/issues/113
[#125]: https://github.com/JuliaLang/julia/issues/125 [#121]: https://github.com/JuliaStrings/utf8proc/issues/121
[#128]: https://github.com/JuliaLang/julia/issues/128 [#123]: https://github.com/JuliaStrings/utf8proc/issues/123
[#132]: https://github.com/JuliaLang/julia/issues/132 [#125]: https://github.com/JuliaStrings/utf8proc/issues/125
[#133]: https://github.com/JuliaLang/julia/issues/133 [#128]: https://github.com/JuliaStrings/utf8proc/issues/128
[#134]: https://github.com/JuliaLang/julia/issues/134 [#132]: https://github.com/JuliaStrings/utf8proc/issues/132
[#135]: https://github.com/JuliaLang/julia/issues/135 [#133]: https://github.com/JuliaStrings/utf8proc/issues/133
[#140]: https://github.com/JuliaLang/julia/issues/140 [#134]: https://github.com/JuliaStrings/utf8proc/issues/134
[#141]: https://github.com/JuliaLang/julia/issues/141 [#135]: https://github.com/JuliaStrings/utf8proc/issues/135
[#142]: https://github.com/JuliaLang/julia/issues/142 [#140]: https://github.com/JuliaStrings/utf8proc/issues/140
[#147]: https://github.com/JuliaLang/julia/issues/147 [#141]: https://github.com/JuliaStrings/utf8proc/issues/141
[#148]: https://github.com/JuliaLang/julia/issues/148 [#142]: https://github.com/JuliaStrings/utf8proc/issues/142
[#149]: https://github.com/JuliaLang/julia/issues/149 [#147]: https://github.com/JuliaStrings/utf8proc/issues/147
[#150]: https://github.com/JuliaLang/julia/issues/150 [#148]: https://github.com/JuliaStrings/utf8proc/issues/148
[#151]: https://github.com/JuliaLang/julia/issues/151 [#149]: https://github.com/JuliaStrings/utf8proc/issues/149
[#150]: https://github.com/JuliaStrings/utf8proc/issues/150
[#151]: https://github.com/JuliaStrings/utf8proc/issues/151
[#152]: https://github.com/JuliaStrings/utf8proc/issues/152
[#154]: https://github.com/JuliaStrings/utf8proc/issues/154
[#156]: https://github.com/JuliaStrings/utf8proc/issues/156

View File

@ -60,7 +60,7 @@ The C library is found in this directory after successful compilation
and is named `libutf8proc.a` (for the static library) and and is named `libutf8proc.a` (for the static library) and
`libutf8proc.so` (for the dynamic library). `libutf8proc.so` (for the dynamic library).
The Unicode version supported is 12.0.0. The Unicode version supported is 12.1.0.
For Unicode normalizations, the following options are used: For Unicode normalizations, the following options are used:

View File

@ -71,7 +71,7 @@
/** The MAJOR version number (increased when backwards API compatibility is broken). */ /** The MAJOR version number (increased when backwards API compatibility is broken). */
#define UTF8PROC_VERSION_MAJOR 2 #define UTF8PROC_VERSION_MAJOR 2
/** The MINOR version number (increased when new functionality is added in a backwards-compatible manner). */ /** The MINOR version number (increased when new functionality is added in a backwards-compatible manner). */
#define UTF8PROC_VERSION_MINOR 2 #define UTF8PROC_VERSION_MINOR 4
/** The PATCH version (increased for fixes that do not change the API). */ /** The PATCH version (increased for fixes that do not change the API). */
#define UTF8PROC_VERSION_PATCH 0 #define UTF8PROC_VERSION_PATCH 0
/** @} */ /** @} */