Skip to content

Commit ae62115

Browse files
authored
Merge pull request #93 from journeyapps/glibc-downgrade
v5.3.1 / Downgrade glibc requirement
2 parents 37788a9 + d91cea7 commit ae62115

4 files changed

Lines changed: 19 additions & 14 deletions

File tree

.circleci/config.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ aliases:
8484
- &common-electron-linux
8585
resource_class: large
8686
docker:
87-
- image: circleci/node:12.18.4
87+
- image: circleci/node:12.18.4-stretch
8888

8989
working_directory: ~/repo
9090

@@ -231,71 +231,71 @@ jobs:
231231
PUBLISH: true
232232
ELECTRON_VERSION: "16.0.2"
233233
docker:
234-
- image: circleci/node:16.9.1
234+
- image: circleci/node:16.9.1-stretch
235235

236236
build-14:
237237
<<: *common-build
238238
docker:
239-
- image: circleci/node:14.11.0
239+
- image: circleci/node:14.11.0-stretch
240240

241241
build-12:
242242
<<: *common-build
243243
docker:
244-
- image: circleci/node:12.6.0
244+
- image: circleci/node:12.6.0-stretch
245245

246246
build-10:
247247
<<: *common-build
248248
docker:
249-
- image: circleci/node:10.16.0
249+
- image: circleci/node:10.16.0-stretch
250250

251251
# Node version should match electron's node version.
252252
# See https://github.com/mapbox/node-sqlite3/pull/1367
253253
build-electron-16:
254254
<<: *common-electron-linux
255255
docker:
256-
- image: circleci/node:16.9.1
256+
- image: circleci/node:16.9.1-stretch
257257
environment:
258258
ELECTRON_VERSION: "16.0.2"
259259

260260
build-electron-11:
261261
<<: *common-electron-linux
262262
docker:
263-
- image: circleci/node:12.18.3
263+
- image: circleci/node:12.18.3-stretch
264264
environment:
265265
ELECTRON_VERSION: "11.2.3"
266266

267267
build-electron-10:
268268
<<: *common-electron-linux
269269
docker:
270-
- image: circleci/node:12.16.3
270+
- image: circleci/node:12.16.3-stretch
271271
environment:
272272
ELECTRON_VERSION: "10.3.2"
273273

274274
build-electron-9:
275275
<<: *common-electron-linux
276276
docker:
277-
- image: circleci/node:12.14.1
277+
- image: circleci/node:12.14.1-stretch
278278
environment:
279279
ELECTRON_VERSION: "9.3.1"
280280

281281
build-electron-8:
282282
<<: *common-electron-linux
283283
docker:
284-
- image: circleci/node:12.13.0
284+
- image: circleci/node:12.13.0-stretch
285285
environment:
286286
ELECTRON_VERSION: "8.5.2"
287287

288288
build-electron-7:
289289
<<: *common-electron-linux
290290
docker:
291-
- image: circleci/node:12.8.1
291+
- image: circleci/node:12.8.1-stretch
292292
environment:
293293
ELECTRON_VERSION: "7.1.14"
294294

295295
build-electron-6:
296296
<<: *common-electron-linux
297297
docker:
298-
- image: circleci/node:12.6.0 # Issues with 12.4.0
298+
- image: circleci/node:12.6.0-stretch # Issues with 12.4.0
299299
environment:
300300
ELECTRON_VERSION: "6.1.9"
301301

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
# Changelog
22

3+
## 5.3.1
4+
5+
- Linux: Downgrade glibc requirement to 2.24, supporting Ubuntu 16.10+ and Debian 9 (Stretch)+ again.
6+
37
## 5.3.0
48

59
- Pre-built binaries for macos/darwin arm64.
610
- Add typescript types.
711
- Don't fallback to building from source.
812
- Smaller NPM package (build dependencies not included anymore).
13+
- Linux: Requires glibc 2.28+ (Ubuntu 18.10+).
914

1015
## 5.2.0
1116

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@journeyapps/sqlcipher",
33
"description": "Asynchronous, non-blocking SQLCipher bindings",
4-
"version": "5.3.0",
4+
"version": "5.3.1",
55
"homepage": "http://github.com/journeyapps/node-sqlcipher",
66
"author": {
77
"name": "JourneyApps",

0 commit comments

Comments
 (0)