Skip to content

Releases: bwt-dev/libbwt-nodejs

v0.2.4

25 Mar 01:07
v0.2.4
6f00376
Compare
Choose a tag to compare

Changelog


Verifying signatures

The releases are signed by Nadav Ivgi (@shesek). The public key can be verified on the PGP WoT, github, twitter, keybase, hacker news and this video presentation.

# Download
$ wget https://github.com/bwt-dev/libbwt-nodejs/releases/download/v0.2.4/libbwt-nodejs-0.2.4.tgz

# Fetch public key
$ gpg --keyserver keyserver.ubuntu.com --recv-keys FCF19B67866562F08A43AAD681F6104CD0F150FC

# Verify signature
$ wget -qO - https://github.com/bwt-dev/libbwt-nodejs/releases/download/v0.2.4/SHA256SUMS.asc \
  | gpg --decrypt - | sha256sum -c -

The signature verification should show Good signature from "Nadav Ivgi <nadav@shesek.info>" ... Primary key fingerprint: FCF1 9B67 ... and libbwt-nodejs-0.2.4.tgz: OK.

Reproducible builds

The builds are fully reproducible.

You can verify the checksums against the v0.2.4 builds on Travis CI: https://travis-ci.org/github/bwt-dev/libbwt-nodejs/builds/764312072

See more details here.

v0.2.3

17 Mar 04:44
v0.2.3
3b64985
Compare
Choose a tag to compare

Changelog


Verifying signatures

The releases are signed by Nadav Ivgi (@shesek). The public key can be verified on the PGP WoT, github, twitter, keybase, hacker news and this video presentation.

# Download
$ wget https://github.com/bwt-dev/libbwt-nodejs/releases/download/v0.2.3/libbwt-nodejs-0.2.3.tgz

# Fetch public key
$ gpg --keyserver keyserver.ubuntu.com --recv-keys FCF19B67866562F08A43AAD681F6104CD0F150FC

# Verify signature
$ wget -qO - https://github.com/bwt-dev/libbwt-nodejs/releases/download/v0.2.3/SHA256SUMS.asc \
  | gpg --decrypt - | sha256sum -c -

The signature verification should show Good signature from "Nadav Ivgi <nadav@shesek.info>" ... Primary key fingerprint: FCF1 9B67 ... and libbwt-nodejs-0.2.3.tgz: OK.

Reproducible builds

The builds are fully reproducible.

You can verify the checksums against the v0.2.3 builds on Travis CI: https://travis-ci.org/github/bwt-dev/libbwt-nodejs/builds/763213169

See more details here.

v0.2.2

29 Jan 02:59
v0.2.2
1a2e7dd
Compare
Choose a tag to compare

Changelog

  • Update to bwt v0.2.2
  • Enable authentication via ephemeral access token

Verifying signatures

The releases are signed by Nadav Ivgi (@shesek). The public key can be verified on the PGP WoT, github, twitter, keybase, hacker news and this video presentation.

# Download
$ wget https://github.com/bwt-dev/libbwt-nodejs/releases/download/v0.2.2/libbwt-nodejs-0.2.2.tgz

# Fetch public key
$ gpg --keyserver keyserver.ubuntu.com --recv-keys FCF19B67866562F08A43AAD681F6104CD0F150FC

# Verify signature
$ wget -qO - https://github.com/bwt-dev/libbwt-nodejs/releases/download/v0.2.2/SHA256SUMS.asc \
  | gpg --decrypt - | sha256sum -c -

The signature verification should show Good signature from "Nadav Ivgi <nadav@shesek.info>" ... Primary key fingerprint: FCF1 9B67 ... and libbwt-nodejs-0.2.2.tgz: OK.

Reproducible builds

The builds are fully reproducible.

You can verify the checksums against the v0.2.2 builds on Travis CI: https://travis-ci.org/github/bwt-dev/libbwt-nodejs/builds/756667807

See more details here.

v0.2.1-1

16 Jan 07:47
v0.2.1-1
1810d53
Compare
Choose a tag to compare

Changelog

  • Split the progress callback into sync_progress and scan_progress

Verifying signatures

The releases are signed by Nadav Ivgi (@shesek). The public key can be verified on the PGP WoT, github, twitter, keybase, hacker news and this video presentation.

# Download
$ wget https://github.com/bwt-dev/libbwt-nodejs/releases/download/v0.2.1-1/libbwt-nodejs-0.2.1-1.tgz

# Fetch public key
$ gpg --keyserver keyserver.ubuntu.com --recv-keys FCF19B67866562F08A43AAD681F6104CD0F150FC

# Verify signature
$ wget -qO - https://github.com/bwt-dev/libbwt-nodejs/releases/download/v0.2.1-1/SHA256SUMS.asc \
  | gpg --decrypt - | sha256sum -c -

The signature verification should show Good signature from "Nadav Ivgi <nadav@shesek.info>" ... Primary key fingerprint: FCF1 9B67 ... and libbwt-nodejs-0.2.1-1.tgz: OK.

Reproducible builds

The builds are fully reproducible.

You can verify the checksums against the v0.2.1-1 builds on Travis CI: https://travis-ci.org/github/bwt-dev/libbwt-nodejs/builds/754745799

See more details here.

v0.2.1

14 Jan 14:11
v0.2.1
f07233b
Compare
Choose a tag to compare

Changelog

Migrated from bwt-dev/bwt into a standalone repo

(See bwt-dev/bwt@852638f)


Verifying signatures

The releases are signed by Nadav Ivgi (@shesek). The public key can be verified on the PGP WoT, github, twitter, keybase, hacker news and this video presentation (bottom of slide).

# Download
$ wget https://github.com/bwt-dev/libbwt-nodejs/releases/download/v0.2.1/libbwt-nodejs-0.2.1.tgz

# Fetch public key
$ gpg --keyserver keyserver.ubuntu.com --recv-keys FCF19B67866562F08A43AAD681F6104CD0F150FC

# Verify signature
$ wget -qO - https://github.com/bwt-dev/libbwt-nodejs/releases/download/v0.2.1/SHA256SUMS.asc \
  | gpg --decrypt - | sha256sum -c -

The signature verification should show Good signature from "Nadav Ivgi <nadav@shesek.info>" ... Primary key fingerprint: FCF1 9B67 ... and libbwt-nodejs-0.2.1.tgz: OK.

Reproducible builds

The builds are fully reproducible.

You can verify the checksums against the v0.2.1 builds on Travis CI: https://travis-ci.org/github/bwt-dev/libbwt-nodejs/builds/754459829

See more details here.