Skip to content

Commit f1b2865

Browse files
committed
CDRIVER-2887 add missing headers to dist
1 parent 54129a0 commit f1b2865

File tree

3 files changed

+4
-72
lines changed

3 files changed

+4
-72
lines changed

NEWS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

1113
mongo-c-driver 1.13.0
1214
=====================

src/libbson/src/bson/bson-thread-private.h

Lines changed: 0 additions & 72 deletions
This file was deleted.

src/libmongoc/src/mongoc/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)