mirror of
https://github.com/dyne/frei0r.git
synced 2025-12-05 14:19:59 +01:00
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
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -27,7 +27,7 @@ jobs:
|
|||||||
- name: Setup Node.js
|
- name: Setup Node.js
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: 16.x
|
node-version: 18.x
|
||||||
- name: Install semantic-release
|
- name: Install semantic-release
|
||||||
run: |
|
run: |
|
||||||
npm i npx
|
npm i npx
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
OLD, NOT UPDATED ANYMORE
|
||||||
|
|
||||||
*** See also the Changes @section in include/frei0r.h or git log
|
*** See also the Changes @section in include/frei0r.h or git log
|
||||||
** See also the Release section on https://github.com/dyne/frei0r/releases
|
** See also the Release section on https://github.com/dyne/frei0r/releases
|
||||||
* Usernames prefixed by '@' and issues prefixed by '#' refer to github/dyne/frei0r
|
* Usernames prefixed by '@' and issues prefixed by '#' refer to github/dyne/frei0r
|
||||||
|
|||||||
@@ -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
|
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.
|
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.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user