Skip to content
This repository has been archived by the owner on Oct 13, 2020. It is now read-only.

Libbson 1.3.0

Compare
Choose a tag to compare
@ajdavis ajdavis released this 08 Dec 00:15
· 617 commits to master since this release

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