From 8e3174f334c9ff322e0e155285f87e04cb536ed0 Mon Sep 17 00:00:00 2001 From: Tony Kelman Date: Wed, 27 Jul 2016 04:58:49 -0700 Subject: NEWS and version numbers for 2.0.2 (#81) * Add NEWS.md items for #79 and #80 * Prepare version numbers for 2.0.2 * Also update API version to 2.0.2 --- NEWS.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'NEWS.md') diff --git a/NEWS.md b/NEWS.md index ec8108e..2ad128b 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,17 @@ # utf8proc release history # +## Version 2.0.2 ## + +2016-07-26: + +- Move `-Wmissing-prototypes` warning flag from `Makefile` to `.travis.yml` + since MSVC does not understand this flag and it is occasionally useful to + build using MSVC through the `Makefile` ([#79]). + +- Use a different variable name for a nested loop in `bench/bench.c`, and + declare it in a C89 way rather than inside the `for` to avoid "error: + 'for' loop initial declarations are only allowed in C99 mode" ([#80]). + ## Version 2.0.1 ## 2016-07-13: -- cgit v1.2.3