소스 검색

Bump version to 2.5.1 (#8953)

master
Eugen Rochko 5 년 전
committed by GitHub
부모
커밋
e6c01171de
No known key found for this signature in database GPG 키 ID: 4AEE18F83AFDEB23
2개의 변경된 파일11개의 추가작업 그리고 1개의 파일을 삭제
  1. +10
    -0
      CHANGELOG.md
  2. +1
    -1
      lib/mastodon/version.rb

+ 10
- 0
CHANGELOG.md 파일 보기

@@ -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)

+ 1
- 1
lib/mastodon/version.rb 파일 보기

@@ -13,7 +13,7 @@ module Mastodon
end

def patch
0
1
end

def pre


불러오는 중...
취소
저장