diff options
author | Ben Sturmfels <ben@sturm.com.au> | 2021-03-08 11:14:20 +1100 |
---|---|---|
committer | Ben Sturmfels <ben@sturm.com.au> | 2021-03-08 11:14:20 +1100 |
commit | 4f53c4b17c1c92a4a222ab61732e1c5489ff2639 (patch) | |
tree | a25d35a246922564a80ac3c6cc65c505c4a47ccd /docs/source/siteadmin/relnotes.rst | |
parent | 84b54b18eaebdd02bafc5b0563dc83ed798afa0a (diff) | |
download | mediagoblin-4f53c4b17c1c92a4a222ab61732e1c5489ff2639.tar.lz mediagoblin-4f53c4b17c1c92a4a222ab61732e1c5489ff2639.tar.xz mediagoblin-4f53c4b17c1c92a4a222ab61732e1c5489ff2639.zip |
Fix raw image plugin installation docs [#5523].
Dependencies need to be installed from PyPI in Debian 10/11 due to missing
python3-py3exiv2 package.
Diffstat (limited to 'docs/source/siteadmin/relnotes.rst')
-rw-r--r-- | docs/source/siteadmin/relnotes.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/source/siteadmin/relnotes.rst b/docs/source/siteadmin/relnotes.rst index 2ddeb466..1292e114 100644 --- a/docs/source/siteadmin/relnotes.rst +++ b/docs/source/siteadmin/relnotes.rst @@ -34,6 +34,7 @@ carefully, or at least skim over it. **Bug fixes:** +- Fix raw image plugin installation instruction [#5523] (Ben Sturmfels) - Pin sqlalchemy to fix due to changed internals [#5624] (Charlotte Koch) - Fix test suite to pass 100% (Ben Sturmfels) - Make LDAP plugin Python 3 compatible [#5607] (Olivier Mehani) |