pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/databases/mongo-c-driver



Module Name:    pkgsrc
Committed By:   fhajny
Date:           Wed Jun 11 14:31:29 UTC 2014

Modified Files:
        pkgsrc/databases/mongo-c-driver: Makefile PLIST distinfo

Log Message:
Update mongo-c-driver to 0.96.2.

Changes in 0.96.2
-----------------
 * Ensure batchSize is used in cursor GETMORE operations with `aggregate`.
 * Ensure enough buffer space is allocated for incoming RPC when buffering
   from a stream.
 * Require libbson 0.8.2 for more robust `bson_next_power_of_two()` when
   using `size_t` and BCON compilation fix with C++.
 * Handle cursor id's that are not 64-bit values in response from
   `aggregate` command.
 * Handle upsert on MongoDB < 2.6 when _id does not contain an `ObjectId`.
 * Use 100 for default batchSize in `aggregate` command.

Changes in 0.96.0
-----------------
This release includes much new documentation, which can be found at
http://docs.mongodb.org/ecosystem/drivers/c/.

Additionally, this release improves support for various exotic systems.
Solaris 10 is supported much better on SPARC and x86_64 based systems.

Some workarounds for mixed-mode sharded-clusters have been added to improve
resiliency when rolling upgrades are performed.

Build improvements have been added to help us detect SASL and SSL
implementations on platforms that do not support pkg-config. This should
simplify building for some of you.

We've added some more logging to SASL authentication to help debug
authentication failures.

A bug causing an abort() when SSL is used and a server is down has been fixed.

We've renamed various _delete() functions to _remove() to provide consistency
with other MongoDB drivers.

You can now specify SSL options for client pools.

-D_REENTRANT is always defined now on Solaris to help with errno detection.
This may not have been done before if using a non-GCC platform with pthreads.

A bug was fixed where timeouts could have been 1000x longer than expected
due to failure to convert from microseconds to milliseconds.

A bug was fixed with authentication in sharded cluster and replica set
scenarios.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/databases/mongo-c-driver/Makefile \
    pkgsrc/databases/mongo-c-driver/PLIST \
    pkgsrc/databases/mongo-c-driver/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index