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

1.1.5

Compare
Choose a tag to compare
@ajdavis ajdavis released this 12 May 20:27
· 767 commits to master since this release

Libbson 1.1.5

It is my pleasure to announce to you the release of Libbson-1.1.5.

This is a patch release with small bug fixes:

  • Fix link error "missing __sync_add_and_fetch_4" in GCC on i386 -
    the functions bson_atomic_int_add and bson_atomic_int64_add are now
    compiled and exported if needed in i386 mode
  • Fix version check for GCC 5 and future versions of Clang
  • Fix warnings and errors building on various platforms

With this release, Libbson abandons the convention that odd-numbered patch
versions indicate unstable releases. We switch to simple semantic versioning:
1.1.5 is a stable release with bug fixes since 1.1.4. During subsequent
development the version will be "1.1.6-dev".

Thanks to everyone who contributed to this version of Libbson.

  • A. Jesse Jiryu Davis
  • Christian Hergert
  • Jason Carey
  • Hannes Magnusson
  • Paul Melnikow

-- A. Jesse Jiryu Davis