pkgsrc/databases/mongo-c-driver
fhajny cdd3a9b5b0 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.
2016-02-16 15:26:30 +00:00
..
buildlink3.mk Update databases/mongo-c-driver to 1.2.0. 2015-10-19 11:42:46 +00:00
DESCR
distinfo Update databases/mongo-c-driver to 1.3.3 2016-02-16 15:26:30 +00:00
Makefile Update databases/mongo-c-driver to 1.3.3 2016-02-16 15:26:30 +00:00
options.mk
PLIST Update databases/mongo-c-driver to 1.3.0. 2015-12-08 09:35:24 +00:00