File tree Expand file tree Collapse file tree 2 files changed +25
-17
lines changed Expand file tree Collapse file tree 2 files changed +25
-17
lines changed Original file line number Diff line number Diff line change
1
+ libmongoc 1.24.0 (Unreleased)
2
+ =============================
3
+
4
+ Platform Support:
5
+
6
+ * Support for macOS 10.14 will be dropped in an upcoming release.
7
+ * Support for Ubuntu 14.04 will be dropped in an upcoming release.
8
+ * Support for Debian 8.1 will be dropped in an upcoming release.
9
+
10
+ Build Configuration:
11
+
12
+ * The `ENABLE_BSON` configure-time option has been removed. Build scripts that
13
+ used `ENABLE_BSON=SYSTEM` should be updated to use `USE_SYSTEM_LIBBSON=TRUE`.
14
+ If the build script needs to support building arbitrary versions of the C
15
+ driver, add both `ENABLE_BSON=SYSTEM` and `USE_SYSTEM_LIBBSON=TRUE`.
16
+
1
17
libmongoc 1.23.5
2
18
================
3
19
@@ -13,17 +29,6 @@ Thanks to everyone who contributed to the development of this release.
13
29
* Romain Geissler @ Amadeus
14
30
15
31
16
-
17
- libmongoc 1.24.0 (Unreleased)
18
- =============================
19
-
20
- * Support for macOS 10.14 will be dropped in an upcoming release.
21
- * The `ENABLE_BSON` configure-time option has been removed. Build scripts that
22
- used `ENABLE_BSON=SYSTEM` should be updated to use `USE_SYSTEM_LIBBSON=TRUE`.
23
- If the build script needs to support building arbitrary versions of the C
24
- driver, add both `ENABLE_BSON=SYSTEM` and `USE_SYSTEM_LIBBSON=TRUE`.
25
-
26
-
27
32
libmongoc 1.23.4
28
33
================
29
34
Original file line number Diff line number Diff line change 1
- libbson 1.23.5
2
- ==============
3
-
4
- No changes since 1.23.3. Version incremented to match the libmongoc version.
5
-
6
-
7
1
libbson 1.24.0 (Unreleased)
8
2
===========================
9
3
4
+ Platform Support:
5
+
10
6
* Support for macOS 10.14 will be dropped in an upcoming release.
7
+ * Support for Ubuntu 14.04 will be dropped in an upcoming release.
8
+ * Support for Debian 8.1 will be dropped in an upcoming release.
9
+
10
+ libbson 1.23.5
11
+ ==============
12
+
13
+ No changes since 1.23.3. Version incremented to match the libmongoc version.
11
14
12
15
13
16
libbson 1.23.4
You can’t perform that action at this time.
0 commit comments