updated NEWS etc. for 1.2 release

This commit is contained in:
Steven G. Johnson 2015-03-28 09:10:00 -04:00
parent a6fd16f29d
commit e1fdad0ca9
3 changed files with 5 additions and 3 deletions

View File

@ -7,7 +7,7 @@ whose copyright and license statements are reproduced below, all new
work on the utf8proc library is licensed under the [MIT "expat" work on the utf8proc library is licensed under the [MIT "expat"
license](http://opensource.org/licenses/MIT): license](http://opensource.org/licenses/MIT):
*Copyright © 2014 by Steven G. Johnson, Jiahao Chen, Tony Kelman, and other contributors listed in the git history.* *Copyright © 2014-2015 by Steven G. Johnson, Jiahao Chen, Tony Kelman, Jonas Fonseca, and other contributors listed in the git history.*
Permission is hereby granted, free of charge, to any person obtaining a Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"), copy of this software and associated documentation files (the "Software"),

View File

@ -1,6 +1,8 @@
# utf8proc release history # # utf8proc release history #
## Version 1.2-dev ## ## Version 1.2 ##
2015-03-28:
- Updated for Unicode 7.0 ([#6]). - Updated for Unicode 7.0 ([#6]).

View File

@ -88,7 +88,7 @@ DLLEXPORT const int8_t utf8proc_utf8class[256] = {
#define STRINGIZEx(x) #x #define STRINGIZEx(x) #x
#define STRINGIZE(x) STRINGIZEx(x) #define STRINGIZE(x) STRINGIZEx(x)
DLLEXPORT const char *utf8proc_version(void) { DLLEXPORT const char *utf8proc_version(void) {
return STRINGIZE(UTF8PROC_VERSION_MAJOR) "." STRINGIZE(UTF8PROC_VERSION_MINOR) "." STRINGIZE(UTF8PROC_VERSION_PATCH) "-dev"; return STRINGIZE(UTF8PROC_VERSION_MAJOR) "." STRINGIZE(UTF8PROC_VERSION_MINOR) "." STRINGIZE(UTF8PROC_VERSION_PATCH) "";
} }
DLLEXPORT const char *utf8proc_errmsg(ssize_t errcode) { DLLEXPORT const char *utf8proc_errmsg(ssize_t errcode) {