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: Tue Feb 16 15:26:30 UTC 2016
Modified Files:
pkgsrc/databases/mongo-c-driver: Makefile distinfo
Log Message:
Update databases/mongo-c-driver to 1.3.3
1.3.3
- Fix a bug where a slightly-oversized bulk write operation was not split
into batches; instead, it was sent whole to the server, which rejected it.
1.3.2
- A socket is properly discarded after a network error from a command.
- mongoc_database_get_collection now copies the database's read preferences,
read concern, and write concern, instead of copying the client's.
- mongoc_cursor_t's private struct now allows a negative limit.
1.3.1
- mongoc_client_get_gridfs now copies the client's read preferences, read
concern, and write concern to the newly created mongoc_gridfs_t. Before
this fix, GridFS operations were always executed with the default config:
data was read from the primary, with the read concern level "local", and
written with write concern "acknowledged". Now, if you have configured
any of these options on the mongoc_client_t, they are respected by
the mongoc_gridfs_t.
- CMakeLists.txt now includes and installs the pkg-config files.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/databases/mongo-c-driver/Makefile
cvs rdiff -u -r1.15 -r1.16 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