We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d93d21 commit 7bdcff5Copy full SHA for 7bdcff5
NEWS
@@ -1,6 +1,11 @@
1
-Next Release
2
-============
+mongo-c-driver 1.7.0
+====================
3
4
+ * CMake build now installs .pc files for programs that link to libmongoc using
5
+ pkg-config. Both the CMake and Autotools build systems now install .cmake
6
+ files for programs that link to libmongoc using CMake. Linking to libmongoc
7
+ statically or dynamically is now much more convenient. See the new tutorial
8
+ section "Include and link libmongoc in your C program".
9
* Minimum required CMake version has been increased to 3.1.
10
* CMake remains experimental on non-Windows platforms and issues a warning now
11
* Support for wire compression.
0 commit comments