summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Felder <feld@feld.me>2024-02-15 10:20:52 -0500
committerMark Felder <feld@feld.me>2024-02-15 10:27:13 -0500
commit2a4fa4c408d874d8b938f780337d2956b6f0101f (patch)
tree33aa9ec247271eba0bc06ec9f22ad5e1f496622a
parent772f8d08cf349e0357d264065d80b9019ac70284 (diff)
Add support for a "deps" changelog type and document deps changes since 2.6.1 release
-rw-r--r--changelog.d/bandit.change1
-rw-r--r--changelog.d/bandit.deps1
-rw-r--r--changelog.d/eblurhash.deps1
-rw-r--r--changelog.d/exile.deps1
-rw-r--r--changelog.d/floki.deps1
-rw-r--r--changelog.d/http_signatures.deps1
-rw-r--r--changelog.d/phoenix.deps1
-rw-r--r--changelog.d/promex.deps (renamed from changelog.d/promex.change)0
-rw-r--r--changelog.d/vix.deps1
9 files changed, 7 insertions, 1 deletions
diff --git a/changelog.d/bandit.change b/changelog.d/bandit.change
deleted file mode 100644
index 7a1104314..000000000
--- a/changelog.d/bandit.change
+++ /dev/null
@@ -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
new file mode 100644
index 000000000..b60d1d39c
--- /dev/null
+++ 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
new file mode 100644
index 000000000..0f7f7ed5f
--- /dev/null
+++ 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
new file mode 100644
index 000000000..fa1b7a004
--- /dev/null
+++ 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
new file mode 100644
index 000000000..35f70f6f7
--- /dev/null
+++ 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
new file mode 100644
index 000000000..9ae1cd75a
--- /dev/null
+++ 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
new file mode 100644
index 000000000..62dd9d1b8
--- /dev/null
+++ 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
index 6c1571c54..6c1571c54 100644
--- a/changelog.d/promex.change
+++ b/changelog.d/promex.deps
diff --git a/changelog.d/vix.deps b/changelog.d/vix.deps
new file mode 100644
index 000000000..68c361760
--- /dev/null
+++ b/changelog.d/vix.deps
@@ -0,0 +1 @@
+Add Vix for image processing with libvips to replace some usage of ImageMagick