logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: 2a4fa4c408d874d8b938f780337d2956b6f0101f
parent 772f8d08cf349e0357d264065d80b9019ac70284
Author: Mark Felder <feld@feld.me>
Date:   Thu, 15 Feb 2024 10:20:52 -0500

Add support for a "deps" changelog type and document deps changes since 2.6.1 release

Diffstat:

Dchangelog.d/bandit.change1-
Achangelog.d/bandit.deps1+
Achangelog.d/eblurhash.deps1+
Achangelog.d/exile.deps1+
Achangelog.d/floki.deps1+
Achangelog.d/http_signatures.deps1+
Achangelog.d/phoenix.deps1+
Rchangelog.d/promex.change -> changelog.d/promex.deps0
Achangelog.d/vix.deps1+
9 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/changelog.d/bandit.change b/changelog.d/bandit.change @@ -1 +0,0 @@ -Support Bandit as an alternative to Cowboy for the HTTP server. diff --git a/changelog.d/bandit.deps b/changelog.d/bandit.deps @@ -0,0 +1 @@ +Support Bandit as an alternative to Cowboy for the HTTP server diff --git a/changelog.d/eblurhash.deps b/changelog.d/eblurhash.deps @@ -0,0 +1 @@ +Replaced eblurhash with rinpatch_blurhash diff --git a/changelog.d/exile.deps b/changelog.d/exile.deps @@ -0,0 +1 @@ +Add exile to replace custom process streaming implementation for calls to ffmpeg diff --git a/changelog.d/floki.deps b/changelog.d/floki.deps @@ -0,0 +1 @@ +Update Floki to 0.3.5 diff --git a/changelog.d/http_signatures.deps b/changelog.d/http_signatures.deps @@ -0,0 +1 @@ +Update http-signatures to 0.1.2 diff --git a/changelog.d/phoenix.deps b/changelog.d/phoenix.deps @@ -0,0 +1 @@ +Update Phoenix to 1.7.3 diff --git a/changelog.d/promex.change b/changelog.d/promex.deps diff --git a/changelog.d/vix.deps b/changelog.d/vix.deps @@ -0,0 +1 @@ +Add Vix for image processing with libvips to replace some usage of ImageMagick