File tree 3 files changed +18
-3
lines changed
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}/")
13
13
14
14
set (MONGOC_MAJOR_VERSION 0)
15
15
set (MONGOC_MINOR_VERSION 94)
16
- set (MONGOC_MICRO_VERSION 1 )
16
+ set (MONGOC_MICRO_VERSION 2 )
17
17
set (MONGOC_API_VERSION 1.0)
18
- set (MONGOC_VERSION 0.94.1 )
18
+ set (MONGOC_VERSION 0.94.2 )
19
19
20
20
set (CPACK_RESOURCE_FILE_LICENSE "${SOURCE_DIR} /COPYING" )
21
21
set (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
+
1
16
mongo-c-driver 0.94.0
2
17
=====================
3
18
Original file line number Diff line number Diff line change 1
1
m4_define ( [ mongoc_major_version] , [ 0] )
2
2
m4_define ( [ mongoc_minor_version] , [ 94] )
3
- m4_define ( [ mongoc_micro_version] , [ 1 ] )
3
+ m4_define ( [ mongoc_micro_version] , [ 2 ] )
4
4
m4_define ( [ mongoc_version] , [ mongoc_major_version.mongoc_minor_version.mongoc_micro_version] )
5
5
6
6
# 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