File tree Expand file tree Collapse file tree 3 files changed +4
-72
lines changed Expand file tree Collapse file tree 3 files changed +4
-72
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ Bug fixes:
7
7
* mongoc_collection_update_many and mongoc_collection_delete_many would fail
8
8
with the URI option retryWrites=true.
9
9
* Remove timestamp from uninstall scripts to permit reproducible build.
10
+ * Add missing header files to the release tarball to fix compilation when
11
+ configuring with ENABLE_SASL=GSSAPI.
10
12
11
13
mongo-c-driver 1.13.0
12
14
=====================
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -79,6 +79,7 @@ set (src_libmongoc_src_mongoc_DIST_noinst_hs
79
79
mongoc-client-pool-private.h
80
80
mongoc-client-private.h
81
81
mongoc-cluster-cyrus-private.h
82
+ mongoc-cluster-gssapi-private.h
82
83
mongoc-cluster-private.h
83
84
mongoc-cluster-sasl-private.h
84
85
mongoc-cluster-sspi-private.h
@@ -101,6 +102,7 @@ set (src_libmongoc_src_mongoc_DIST_noinst_hs
101
102
mongoc-gridfs-file-page-private.h
102
103
mongoc-gridfs-file-private.h
103
104
mongoc-gridfs-private.h
105
+ mongoc-gssapi-private.h
104
106
mongoc-handshake-compiler-private.h
105
107
mongoc-handshake-os-private.h
106
108
mongoc-handshake-private.h
You can’t perform that action at this time.
0 commit comments