Next | Query returned 41 messages, browsing 31 to 40 | Previous

History of commit frequency

CVS Commit History:


   2015-06-10 19:24:49 by Filip Hajny | Files touched by this commit (1)
Log message:
Use mk/fetch/github.mk support.
   2015-06-10 19:13:38 by Filip Hajny | Files touched by this commit (2)
Log message:
Update devel/libbson to 1.1.7.

Libbson 1.1.7
- Unchecked error in bson_utf8_escape_for_json caused unbounded memory
  growth and a crash.
- Nicer floating-point formatting in bson_as_json.
- Link error with CMake on Mac.

Libbson 1.1.5
- 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
   2015-04-21 09:58:09 by Filip Hajny | Files touched by this commit (2)
Log message:
Update libbson to 1.1.4.

Minor patch release with one bug fix for bson_iter_timeval.
   2015-03-24 14:21:43 by Filip Hajny | Files touched by this commit (3)
Log message:
Update devel/libbson to 1.1.2.

Libbson 1.1.2
=============
* sscanf_s doesn't exist for mingw.

Libbson 1.1.0
=============
ABI/API changes include:
* Deprecation of bson_copy_to_excluding
* Addition of bson_copy_to_excluding_noinit
* Removal of MIN, MAX and ABS macros in favor of BSON_MIN, BSON_MAX and
  BSON_ABS.  Note this is a breaking source level change if you relied on
  these from bson.h.  Also note that this is not a breaking ABI change.
* Addition of BSON_ERROR_BUFFER_SIZE macro

Other changes include:
* Addition of a versioned ABI for the libbson shared library
* fixed bson_get_monotonic_time fallback when a system monotonic clock can not
  be found.  Formerly failed to compile with an incorrect call to
  bson_gettimeofday
* Allow the "dbref" convention in bson_validate when \ 
BSON_VALIDATE_DOLLAR_KEYS
  is present
* Support for ISO-8601 or $numberLong dates in bson <-> json parsing
* Quiet various compiler warnings
   2015-03-12 16:25:25 by Tobias Nygren | Files touched by this commit (1)
Log message:
requires pthreads on non-Windows platforms
   2014-12-12 12:29:32 by Filip Hajny | Files touched by this commit (3)
Log message:
Update libbson to 1.0.2.
- bson_init_from_json supports top level arrays
- fixes for bson_strerror_r
- fix for timeouts on OS X
- house cleaning for various integer types
   2014-10-02 12:21:27 by Filip Hajny | Files touched by this commit (2)
Log message:
Update libbson to 1.0.0.

No official changelog, see commits made since 0.98.0:

https://github.com/mongodb/libbson/compare/0.98.0...1.0.0
   2014-07-18 12:31:48 by Filip Hajny | Files touched by this commit (5)
Log message:
Update libbson to 0.98.

Changes in 0.98:
- This release includes a new memory callback vtable to help in embedding
  situations that have their own custom allocator such as various language
  runtimes.
- A few compilation fixes for various C++ compilers have also been included.

Changes in 0.8.4:
- Alignment fixes for Solaris Studio C compiler.
- RPM and Debian packaging helpers.
- bson_gettimeofday() has dropped the deprecated timezone field used when
  calling posix gettimeofday(). This eases portability concerns. It is
  technically an ABI break, but since the field was never set, in reality
  it shouldn't be an issue.
- Multi-byte optimizations for bson_oid_to_string() have been disabled on
  non-x86 based platforms. This should aid in architecture portability.
- The JSON parser can now support $numberLong.
- bson_ascii_strtoll() has been added, which is a portable strtoll()
  implementation. This is primarily useful for Windows users and is used
  by the JSON parser.
- A bug was fixed in bson_iter_find_descendant() where the wrong field
  could be matched if it's prefix matched the query.
- bson_array_as_json() has been added to convert a bson_t as a top-level
  array.
   2014-06-11 15:50:19 by Filip Hajny | Files touched by this commit (4)
Log message:
Update libbson to 0.8.2.

Changes in 0.8.2
----------------
 * A fix for BCON when used from C++.
 * Change bson_next_power_of_two() to accept size_t. This should not be
   an ABI break since it is static inline.

Changes in 0.8.0
----------------
This cycle includes much, much more documentation for your perusing. There is
much more cross-referencing and structure for your navigation pleasure.

We've improved support for Libbson on a few more exotic platforms. SPARC
support is looking pretty good these days.

You'll also find some new examples in this release to help you get started a
bit faster. If there is something you'd like to see, just ask!

There are a few ABI breaks this cycle, as we are well on the road to a 1.0 and
would like things as clean as possible. I anticipate a few more during the next
couple of cycles, but we will try to keep them to a minimum.  With that said,
you *WILL* need to recompile your application against 0.8.0.
   2014-05-18 23:19:36 by Joerg Sonnenberger | Files touched by this commit (1)
Log message:
Needs xmlto.

Next | Query returned 41 messages, browsing 31 to 40 | Previous