Skip to content

Commit ce413ad

Browse files
committed
release 0.94.2!
1 parent ece30c9 commit ce413ad

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ set (SOURCE_DIR "${PROJECT_SOURCE_DIR}/")
1313

1414
set (MONGOC_MAJOR_VERSION 0)
1515
set (MONGOC_MINOR_VERSION 94)
16-
set (MONGOC_MICRO_VERSION 1)
16+
set (MONGOC_MICRO_VERSION 2)
1717
set (MONGOC_API_VERSION 1.0)
18-
set (MONGOC_VERSION 0.94.1)
18+
set (MONGOC_VERSION 0.94.2)
1919

2020
set (CPACK_RESOURCE_FILE_LICENSE "${SOURCE_DIR}/COPYING")
2121
set (CPACK_PACKAGE_VERSION_MAJOR ${MONGOC_MAJOR_VERSION})

NEWS

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
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+
116
mongo-c-driver 0.94.0
217
=====================
318

build/autotools/Versions.m4

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
m4_define([mongoc_major_version], [0])
22
m4_define([mongoc_minor_version], [94])
3-
m4_define([mongoc_micro_version], [1])
3+
m4_define([mongoc_micro_version], [2])
44
m4_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

0 commit comments

Comments
 (0)