Skip to content

Commit 36fbc30

Browse files
committed
update NEWS
1 parent efe01a9 commit 36fbc30

File tree

2 files changed

+38
-0
lines changed

2 files changed

+38
-0
lines changed

NEWS

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,28 @@ Bug fixes:
2525
mongo-c-driver 1.13.1
2626
=====================
2727

28+
It is my pleasure to announce the MongoDB C Driver 1.13.1.
29+
2830
Bug fixes:
2931

32+
* mongoc_collection_update_many and mongoc_collection_delete_many would fail
33+
with the URI option retryWrites=true.
34+
* Remove timestamp from uninstall scripts to permit reproducible build.
3035
* Add missing header files to the release tarball to fix compilation when
3136
configuring with ENABLE_SASL=GSSAPI.
37+
* Separate libmongoc and libbson uninstall scripts so they do not overwrite
38+
each other.
39+
* Fix running make install with DESTDIR.
40+
41+
Thanks to everyone who contributed to the development of this release.
42+
43+
* Kevin Albertson
44+
* A. Jesse Jiryu Davis
45+
* Henrik Edin
46+
47+
Peace,
48+
49+
Kevin Albertson
3250

3351

3452
mongo-c-driver 1.13.0

src/libbson/NEWS

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,26 @@ Bug fixes:
1010
*
1111

1212

13+
libbson 1.13.1
14+
==============
15+
16+
It is my pleasure to announce libbson 1.13.1.
17+
18+
Bug fixes:
19+
20+
* Separate libmongoc and libbson uninstall scripts so they do not overwrite
21+
each other.
22+
23+
Thanks to everyone who contributed to the development of this release.
24+
25+
* Kevin Albertson
26+
* Henrik Edin
27+
28+
Peace,
29+
30+
Kevin Albertson
31+
32+
1333
libbson 1.13.0
1434
==============
1535

0 commit comments

Comments
 (0)