File tree Expand file tree Collapse file tree 4 files changed +23
-20
lines changed Expand file tree Collapse file tree 4 files changed +23
-20
lines changed Original file line number Diff line number Diff line change @@ -355,7 +355,7 @@ create-silk-asset-group:
355
355
356
356
357
357
snyk :
358
- FROM ubuntu:24.04
358
+ FROM --platform=linux/amd64 ubuntu:24.04
359
359
RUN apt-get update && apt-get -y install curl
360
360
RUN curl --location https://github.com/snyk/cli/releases/download/v1.1291.1/snyk-linux -o /usr/local/bin/snyk
361
361
RUN chmod a+x /usr/local/bin/snyk
Original file line number Diff line number Diff line change @@ -27,6 +27,18 @@ Deprecated:
27
27
28
28
* A future minor release plans to drop support for Visual Studio 2013.
29
29
30
+ libmongoc 1.27.5
31
+ ================
32
+
33
+ Fixes:
34
+
35
+ * Fix possible build error in environments where `bool` or `_Bool` is a macro.
36
+
37
+ Thanks to everyone who contributed to the development of this release.
38
+
39
+ * Kevin Albertson
40
+
41
+
30
42
libmongoc 1.27.4
31
43
================
32
44
Original file line number Diff line number Diff line change @@ -50,7 +50,6 @@ process.
50
50
- [ ] Update the EVG Project
51
51
- [ ] Stop the Release Stopwatch (end time: HH:MM)
52
52
- [ ] Record the Release
53
- - [ ] Homebrew Release
54
53
- [ ] vcpkg
55
54
- [ ] Conan
56
55
@@ -533,24 +532,6 @@ details in the `C/C++ Release Info`__ sheet.
533
532
__ https://docs.google.com/spreadsheets/d/1yHfGmDnbA5-Qt8FX4tKWC5xk9AhzYZx1SKF4AD36ecY/edit#gid=0
534
533
535
534
536
- Homebrew Release
537
- ################
538
-
539
- .. note ::
540
-
541
- This step requires a macOS machine. If you are not using macOS, ask in the
542
- ``#dbx-c-cxx `` channel for someone to do this step on your behalf.
543
-
544
- **If this is a stable release **, update `the mongo-c-driver homebew formula `__. Let
545
- `$ARCHIVE_URL ` be the URL to the release tag's source archive on GitHub\ [#tar-url ]_::
546
-
547
- $ brew bump-formula-pr mongo-c-driver --url $ARCHIVE_URL
548
-
549
- __ https://github.com/Homebrew/homebrew-core/blob/master/Formula/m/mongo-c-driver.rb
550
-
551
- .. [#tar-url ] For example, the tagged archive for ``1.25.0 `` is at https://github.com/mongodb/mongo-c-driver/archive/refs/tags/1.25.0.tar.gz
552
-
553
-
554
535
Linux Distribution Packages
555
536
###########################
556
537
Original file line number Diff line number Diff line change
1
+ libbson 1.27.5
2
+ ==============
3
+
4
+ * Fix large string handling in `bson_append_utf8`.
5
+
6
+ Thanks to everyone who contributed to the development of this release.
7
+
8
+ * Roberto C. Sánchez
9
+
10
+
1
11
libbson 1.27.4
2
12
==============
3
13
You can’t perform that action at this time.
0 commit comments