From 2c45f1f09398d6242f166eb05b156021594bc3e5 Mon Sep 17 00:00:00 2001 From: Jaromil Date: Wed, 17 May 2023 23:07:00 +0200 Subject: [PATCH] feat: release various fixes found using ASAN tests various heap buffer overflows were found applying a new address sanitization test suite, fixes were kindly contributed by @rrralpha list of fixed filters: curves, dodge, pixs0r, hqdn3d, colortap, keyspillm0pup, cairogradient. this release should help fix a crash in kdenline related to the curves overflow. update node to fix action semantic release --- .github/workflows/release.yml | 2 +- ChangeLog | 2 ++ README.md | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8a6186d..9a5b1df 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v3 with: - node-version: 16.x + node-version: 18.x - name: Install semantic-release run: | npm i npx diff --git a/ChangeLog b/ChangeLog index 540e723..43e16fb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,5 @@ +OLD, NOT UPDATED ANYMORE + *** See also the Changes @section in include/frei0r.h or git log ** See also the Release section on https://github.com/dyne/frei0r/releases * Usernames prefixed by '@' and issues prefixed by '#' refer to github/dyne/frei0r diff --git a/README.md b/README.md index cd5cba1..93db99a 100644 --- a/README.md +++ b/README.md @@ -147,7 +147,7 @@ For bug reporting please use our [issue tracker](https://github.com/dyne/frei0r/ You can get in touch with some developers over various dyne.org chat channels, for instance -### https://t.me/dyne_chat +### https://t.me/frei0r We als have an (old) mailinglist open to [subscription](https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/frei0r) and we provide [public archives](https://lists.dyne.org/lurker/list/frei0r.en.html) of discussions, searchable and indexed online.