Skip to content

Commit 9a88ac5

Browse files
committed
update CHANGELOG and README for 1.11.0 release
1 parent 721e074 commit 9a88ac5

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# ChangeLog
2-
## (Next)
2+
## 1.11.0
33
### New features
44
- Support `range` algorithm as stable.
55
### Deprecated

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ See [releasing](./doc/releasing.md).
112112
Distribution packages (i.e., .deb/.rpm) are built and published for several Linux distributions. The installation of these packages for supported platforms is documented here.
113113

114114
### Unstable Development Distribution Packages ###
115-
To install the latest unstable development package, change `1.10` to `development` in the package URLs listed in the subsequent instructions. For example, `https://libmongocrypt.s3.amazonaws.com/apt/ubuntu <release>/libmongocrypt/1.10` in the instructions would become `https://libmongocrypt.s3.amazonaws.com/apt/ubuntu <release>/libmongocrypt/development`. Do not use the unstable version of libmongocrypt in a production environment.
115+
To install the latest unstable development package, change `1.11` to `development` in the package URLs listed in the subsequent instructions. For example, `https://libmongocrypt.s3.amazonaws.com/apt/ubuntu <release>/libmongocrypt/1.11` in the instructions would become `https://libmongocrypt.s3.amazonaws.com/apt/ubuntu <release>/libmongocrypt/development`. Do not use the unstable version of libmongocrypt in a production environment.
116116

117117
### .deb Packages (Debian and Ubuntu) ###
118118

@@ -125,13 +125,13 @@ sudo sh -c 'curl -s --location https://pgp.mongodb.com/libmongocrypt.asc | gpg -
125125
Second, create a list entry for the repository. For Ubuntu systems (be sure to change `<release>` to `xenial`, `bionic`, `focal`, or `jammy`, as appropriate to your system):
126126

127127
```
128-
echo "deb https://libmongocrypt.s3.amazonaws.com/apt/ubuntu <release>/libmongocrypt/1.10 universe" | sudo tee /etc/apt/sources.list.d/libmongocrypt.list
128+
echo "deb https://libmongocrypt.s3.amazonaws.com/apt/ubuntu <release>/libmongocrypt/1.11 universe" | sudo tee /etc/apt/sources.list.d/libmongocrypt.list
129129
```
130130

131131
For Debian systems (be sure to change `<release>` to `stretch`, `buster`, `bullseye`, or `bookworm` as appropriate to your system):
132132

133133
```
134-
echo "deb https://libmongocrypt.s3.amazonaws.com/apt/debian <release>/libmongocrypt/1.10 main" | sudo tee /etc/apt/sources.list.d/libmongocrypt.list
134+
echo "deb https://libmongocrypt.s3.amazonaws.com/apt/debian <release>/libmongocrypt/1.11 main" | sudo tee /etc/apt/sources.list.d/libmongocrypt.list
135135
```
136136

137137
Third, update the package cache:
@@ -156,7 +156,7 @@ Create the file `/etc/yum.repos.d/libmongocrypt.repo` with contents:
156156
```
157157
[libmongocrypt]
158158
name=libmongocrypt repository
159-
baseurl=https://libmongocrypt.s3.amazonaws.com/yum/redhat/$releasever/libmongocrypt/1.10/x86_64
159+
baseurl=https://libmongocrypt.s3.amazonaws.com/yum/redhat/$releasever/libmongocrypt/1.11/x86_64
160160
gpgcheck=1
161161
enabled=1
162162
gpgkey=https://pgp.mongodb.com/libmongocrypt.asc
@@ -175,7 +175,7 @@ Create the file `/etc/yum.repos.d/libmongocrypt.repo` with contents:
175175
```
176176
[libmongocrypt]
177177
name=libmongocrypt repository
178-
baseurl=https://libmongocrypt.s3.amazonaws.com/yum/amazon/2023/libmongocrypt/1.10/x86_64
178+
baseurl=https://libmongocrypt.s3.amazonaws.com/yum/amazon/2023/libmongocrypt/1.11/x86_64
179179
gpgcheck=1
180180
enabled=1
181181
gpgkey=https://pgp.mongodb.com/libmongocrypt.asc
@@ -194,7 +194,7 @@ Create the file `/etc/yum.repos.d/libmongocrypt.repo` with contents:
194194
```
195195
[libmongocrypt]
196196
name=libmongocrypt repository
197-
baseurl=https://libmongocrypt.s3.amazonaws.com/yum/amazon/2/libmongocrypt/1.10/x86_64
197+
baseurl=https://libmongocrypt.s3.amazonaws.com/yum/amazon/2/libmongocrypt/1.11/x86_64
198198
gpgcheck=1
199199
enabled=1
200200
gpgkey=https://pgp.mongodb.com/libmongocrypt.asc
@@ -213,7 +213,7 @@ Create the file `/etc/yum.repos.d/libmongocrypt.repo` with contents:
213213
```
214214
[libmongocrypt]
215215
name=libmongocrypt repository
216-
baseurl=https://libmongocrypt.s3.amazonaws.com/yum/amazon/2013.03/libmongocrypt/1.10/x86_64
216+
baseurl=https://libmongocrypt.s3.amazonaws.com/yum/amazon/2013.03/libmongocrypt/1.11/x86_64
217217
gpgcheck=1
218218
enabled=1
219219
gpgkey=https://pgp.mongodb.com/libmongocrypt.asc
@@ -236,7 +236,7 @@ sudo rpm --import https://pgp.mongodb.com/libmongocrypt.asc
236236
Second, add the repository (be sure to change `<release>` to `12` or `15`, as appropriate to your system):
237237

238238
```
239-
sudo zypper addrepo --gpgcheck "https://libmongocrypt.s3.amazonaws.com/zypper/suse/<release>/libmongocrypt/1.10/x86_64" libmongocrypt
239+
sudo zypper addrepo --gpgcheck "https://libmongocrypt.s3.amazonaws.com/zypper/suse/<release>/libmongocrypt/1.11/x86_64" libmongocrypt
240240
```
241241

242242
Finally, install the libmongocrypt packages:

0 commit comments

Comments
 (0)