]> cat aescling's git repositories - mastodon.git/commitdiff
Bump version to 2.5.1 (#8953)
authorEugen Rochko <eugen@zeonfederated.com>
Thu, 11 Oct 2018 00:29:32 +0000 (02:29 +0200)
committerGitHub <noreply@github.com>
Thu, 11 Oct 2018 00:29:32 +0000 (02:29 +0200)
CHANGELOG.md [new file with mode: 0644]
lib/mastodon/version.rb

diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644 (file)
index 0000000..220cb65
--- /dev/null
@@ -0,0 +1,10 @@
+## 2.5.1
+
+- Fix some local images not having their EXIF metadata stripped on upload (#8714)
+- Fix class autoloading issue in ActivityPub Create handler (#8820)
+- Fix cache statistics not being sent via statsd when statsd enabled (#8831)
+- Fix being able to enable a disabled relay via ActivityPub Accept handler (#8864)
+- Bump nokogiri from 1.8.4 to 1.8.5 (#8881)
+- Bump puma from 3.11.4 to 3.12.0 (#8883)
+- Fix database migrations for PostgreSQL below 9.5 (#8903)
+- Fix being able to report statuses not belonging to the reported account (#8916)
index 0e41a9a6d9e02e58968507e2075130c9ea3604b4..e6d3af35dbfa7580eb593ee44344a51fd1fb886e 100644 (file)
@@ -13,7 +13,7 @@ module Mastodon
     end
 
     def patch
-      0
+      1
     end
 
     def pre