Skip to content

Commit

Permalink
1.3.0 Release
Browse files Browse the repository at this point in the history
Signed-off-by: A. Jesse Jiryu Davis <jesse@mongodb.com>
  • Loading branch information
ajdavis committed Dec 8, 2015
1 parent 98255e0 commit f000d96
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 2 deletions.
32 changes: 32 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,35 @@
Libbson-1.3.0
=============

It is my pleasure to announce to you the release of Libbson-1.3.0. Since the
release candidate 1.3.0-rc0, the only changes have been fixes for compiler
warnings and errors on various platforms.

All changes since the previous stable release, 1.2.1:

* Fix potential crash in bson_strncpy on Windows.
* Parse DBRefs correctly from JSON.
* CMake option to disable building tests: "cmake -DENABLE_TESTS:BOOL=OFF".
* Refactor the build system to declare library version in one place.
* Fix compiler warnings and errors, especially with Visual Studio 2015
and IBM XL C.
* Combine environment's CFLAGS with configure options when building.

Thanks to everyone who contributed to the development of this release.

* A. Jesse Jiryu Davis
* Hannes Magnusson
* Mark Benvenuto
* Petr Písař
* xpol
* Jose Sebastian Battig
* Jeroen Ooms

Peace,

A. Jesse Jiryu Davis


Libbson-1.3.0-rc0
=================

Expand Down
2 changes: 1 addition & 1 deletion VERSION_CURRENT
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.0-dev
1.3.0
2 changes: 1 addition & 1 deletion VERSION_RELEASED
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.1
1.3.0

0 comments on commit f000d96

Please sign in to comment.