Skip to content

Commit ee4dfea

Browse files
committed
1.13.1 Release
Signed-off-by: Kevin Albertson <[email protected]>
1 parent 31c9290 commit ee4dfea

File tree

5 files changed

+40
-5
lines changed

5 files changed

+40
-5
lines changed

NEWS

+18-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
============
2-
Next Release
3-
============
1+
mongo-c-driver 1.13.1
2+
=====================
3+
4+
It is my pleasure to announce the MongoDB C Driver 1.13.1.
45

56
Bug fixes:
67

@@ -9,6 +10,20 @@ Bug fixes:
910
* Remove timestamp from uninstall scripts to permit reproducible build.
1011
* Add missing header files to the release tarball to fix compilation when
1112
configuring with ENABLE_SASL=GSSAPI.
13+
* Separate libmongoc and libbson uninstall scripts so they do not overwrite
14+
each other.
15+
* Fix running make install with DESTDIR.
16+
17+
Thanks to everyone who contributed to the development of this release.
18+
19+
* Kevin Albertson
20+
* A. Jesse Jiryu Davis
21+
* Henrik Edin
22+
23+
Peace,
24+
25+
Kevin Albertson
26+
1227

1328
mongo-c-driver 1.13.0
1429
=====================

VERSION_CURRENT

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.13.1-dev
1+
1.13.1

VERSION_RELEASED

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.13.0
1+
1.13.1

src/libbson/NEWS

+20
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
libbson 1.13.1
2+
==============
3+
4+
It is my pleasure to announce libbson 1.13.1.
5+
6+
Bug fixes:
7+
8+
* Separate libmongoc and libbson uninstall scripts so they do not overwrite
9+
each other.
10+
11+
Thanks to everyone who contributed to the development of this release.
12+
13+
* Kevin Albertson
14+
* Henrik Edin
15+
16+
Peace,
17+
18+
Kevin Albertson
19+
20+
121
libbson 1.13.0
222
==============
323

src/libmongoc/doc/libbson-objects.inv

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)