File tree Expand file tree Collapse file tree 3 files changed +18
-3
lines changed Expand file tree Collapse file tree 3 files changed +18
-3
lines changed Original file line number Diff line number Diff line change @@ -13,9 +13,9 @@ set (SOURCE_DIR "${PROJECT_SOURCE_DIR}/")
1313
1414set (MONGOC_MAJOR_VERSION 0)
1515set (MONGOC_MINOR_VERSION 94)
16- set (MONGOC_MICRO_VERSION 1 )
16+ set (MONGOC_MICRO_VERSION 2 )
1717set (MONGOC_API_VERSION 1.0)
18- set (MONGOC_VERSION 0.94.1 )
18+ set (MONGOC_VERSION 0.94.2 )
1919
2020set (CPACK_RESOURCE_FILE_LICENSE "${SOURCE_DIR} /COPYING" )
2121set (CPACK_PACKAGE_VERSION_MAJOR ${MONGOC_MAJOR_VERSION} )
Original file line number Diff line number Diff line change 1+ mongo-c-driver 0.94.2
2+ =====================
3+
4+ Hot on the heels of 0.94.0 is 0.94.2, a bugfix release.
5+
6+ A bug has been fixed when using TLS streams and large result sets.
7+
8+ In this release, we added support for Sun's C compiler (Sun Pro C) on Solaris.
9+ This allows for builds on Solaris 10 with SPARC using the native toolchain.
10+
11+ This release contains a couple of fixes in libbson as well.
12+
13+ Keep those bug reports coming, and as always, Happy Hacking!
14+
15+
116mongo-c-driver 0.94.0
217=====================
318
Original file line number Diff line number Diff line change 11m4_define ( [ mongoc_major_version] , [ 0] )
22m4_define ( [ mongoc_minor_version] , [ 94] )
3- m4_define ( [ mongoc_micro_version] , [ 1 ] )
3+ m4_define ( [ mongoc_micro_version] , [ 2 ] )
44m4_define ( [ mongoc_version] , [ mongoc_major_version.mongoc_minor_version.mongoc_micro_version] )
55
66# bump up by 1 for every micro release with no API changes, otherwise
You can’t perform that action at this time.
0 commit comments