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:
77 * mongoc_collection_update_many and mongoc_collection_delete_many would fail
88 with the URI option retryWrites=true.
99 * 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.
1012
1113mongo-c-driver 1.13.0
1214=====================
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
7979 mongoc-client-pool-private .h
8080 mongoc-client-private .h
8181 mongoc-cluster-cyrus-private .h
82+ mongoc-cluster-gssapi-private .h
8283 mongoc-cluster-private .h
8384 mongoc-cluster-sasl-private .h
8485 mongoc-cluster-sspi-private .h
@@ -101,6 +102,7 @@ set (src_libmongoc_src_mongoc_DIST_noinst_hs
101102 mongoc-gridfs-file-page-private .h
102103 mongoc-gridfs-file-private .h
103104 mongoc-gridfs-private .h
105+ mongoc-gssapi-private .h
104106 mongoc-handshake-compiler-private .h
105107 mongoc-handshake-os-private .h
106108 mongoc-handshake-private .h
You can’t perform that action at this time.
0 commit comments