commit: ad6a6aa07b463f943828ba75aa4c3fe0b937e3a1
parent b1ea63b4c6c8b0400eb9d5a246c36ec7077bfc48
Author: tusooa <tusooa@kazv.moe>
Date: Thu, 14 Dec 2023 20:14:41 -0500
Bump version to 2.6.1
Diffstat:
10 files changed, 12 insertions(+), 10 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
@@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
+## 2.6.1
+### Changed
+- - Document maximum supported version of Erlang & Elixir
+
+### Added
+- [docs] add frontends management documentation
+
+### Fixed
+- TwitterAPI: Return proper error when healthcheck is disabled
+- - Fix eblurhash and elixir-captcha not using system cflags
+
## 2.6.0
### Security
- Preload: Make generated JSON html-safe. It already was html safe because it only consists of config data that is base64 encoded, but this will keep it safe it that ever changes.
diff --git a/changelog.d/akkoma-xml-remote-entities.security b/changelog.d/akkoma-xml-remote-entities.security
@@ -1 +0,0 @@
-Fix XML External Entity (XXE) loading vulnerability allowing to fetch arbitary files from the server's filesystem
diff --git a/changelog.d/check-attachment-attribution.security b/changelog.d/check-attachment-attribution.security
@@ -1 +0,0 @@
-CommonAPI: Prevent users from accessing media of other users by creating a status with reused attachment ID
diff --git a/changelog.d/docs-max-elixir-erlang.change b/changelog.d/docs-max-elixir-erlang.change
@@ -1 +0,0 @@
-- Document maximum supported version of Erlang & Elixir
diff --git a/changelog.d/emoji-pack-sanitization.security b/changelog.d/emoji-pack-sanitization.security
@@ -1 +0,0 @@
-Emoji pack loader sanitizes pack names
diff --git a/changelog.d/frontend-management.add b/changelog.d/frontend-management.add
@@ -1 +0,0 @@
-[docs] add frontends management documentation
diff --git a/changelog.d/healthcheck-disabled-error.fix b/changelog.d/healthcheck-disabled-error.fix
@@ -1 +0,0 @@
-TwitterAPI: Return proper error when healthcheck is disabled
diff --git a/changelog.d/otp_perms.security b/changelog.d/otp_perms.security
@@ -1 +0,0 @@
-- Reduced permissions of config files and directories, distros requiring greater permissions like group-read need to pre-create the directories
-\ No newline at end of file
diff --git a/changelog.d/system-cflags.fix b/changelog.d/system-cflags.fix
@@ -1 +0,0 @@
-- Fix eblurhash and elixir-captcha not using system cflags
diff --git a/mix.exs b/mix.exs
@@ -4,7 +4,7 @@ defmodule Pleroma.Mixfile do
def project do
[
app: :pleroma,
- version: version("2.6.0"),
+ version: version("2.6.1"),
elixir: "~> 1.11",
elixirc_paths: elixirc_paths(Mix.env()),
compilers: [:phoenix] ++ Mix.compilers(),