From a893d621f1cfc3e4844ccd0589b0a0976ff1287e Mon Sep 17 00:00:00 2001 From: "A. Jesse Jiryu Davis" Date: Mon, 30 Jan 2017 16:28:03 -0500 Subject: [PATCH] 1.6.0-rc0 Release Signed-off-by: A. Jesse Jiryu Davis --- NEWS | 22 ++++++++++++++++++---- VERSION_CURRENT | 2 +- 2 files changed, 19 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index d16d0a02..6379d532 100644 --- a/NEWS +++ b/NEWS @@ -1,15 +1,29 @@ -============ -Next Release -============ +Libbson-1.6.0-rc0 +================= + +It is my pleasure to announce Libbson-1.6.0-rc0. New features and bug fixes: * Use jsonsl instead of libyajl as our JSON parsing library, parse JSON more strictly, fix minor parsing bugs. * Extended JSON documents like '{"$code": "...", "$scope": {}}' are now parsed - into BSON code elements. + into BSON "code" elements. * ISO8601 dates now allow years from 0000 to 9999 inclusive. Before, years before 1970 were prohibited. + * BSON floats and ints are now distinguished in JSON output. + * The library is now built and continuously tested with MinGW-W64 on Windows. + +Thanks to everyone who contributed to the development of this release. + + * A. Jesse Jiryu Davis + * Hannes Magnusson + * Aleksander Melnikov + * Remi Collet + +Peace, + + A. Jesse Jiryu Davis Libbson-1.5.2 ============= diff --git a/VERSION_CURRENT b/VERSION_CURRENT index bcfbf475..0d654f93 100644 --- a/VERSION_CURRENT +++ b/VERSION_CURRENT @@ -1 +1 @@ -1.6.0-dev +1.6.0-rc0 \ No newline at end of file