aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source/siteadmin/relnotes.rst
diff options
context:
space:
mode:
authorBen Sturmfels <ben@sturm.com.au>2021-03-10 20:44:54 +1100
committerBen Sturmfels <ben@sturm.com.au>2021-03-10 20:44:54 +1100
commit83a744b1a24e9e8cacfffc337f7e1e0237941148 (patch)
tree574a88056d1e7ccc228113f2473cd1c499f7fe91 /docs/source/siteadmin/relnotes.rst
parentfee77d768a972e499f6b6d40ab2b0d67a1d8f5a4 (diff)
downloadmediagoblin-83a744b1a24e9e8cacfffc337f7e1e0237941148.tar.lz
mediagoblin-83a744b1a24e9e8cacfffc337f7e1e0237941148.tar.xz
mediagoblin-83a744b1a24e9e8cacfffc337f7e1e0237941148.zip
Update version number, relnotes and upgrading docs in preparation for release.
Diffstat (limited to 'docs/source/siteadmin/relnotes.rst')
-rw-r--r--docs/source/siteadmin/relnotes.rst35
1 files changed, 19 insertions, 16 deletions
diff --git a/docs/source/siteadmin/relnotes.rst b/docs/source/siteadmin/relnotes.rst
index cde8526f..b589fa6d 100644
--- a/docs/source/siteadmin/relnotes.rst
+++ b/docs/source/siteadmin/relnotes.rst
@@ -17,27 +17,30 @@
Release Notes
=============
-This chapter has important information for releases in it.
-If you're upgrading from a previous release, please read it
-carefully, or at least skim over it.
+This chapter has important information about our current and previous releases.
+0.11.0
+======
+
+This release of MediaGoblin drops support for Python 2 and removes all Python 2
+compatibility code, significantly reducing the work of maintaining MediaGoblin
+going forward. Please see details about upgrading below.
+
+This release also reinstates audio spectrograms with a completely rewritten
+Python 3 replacement for the previous Python 2-only audio feature by Fernando
+Gutierrez.
-0.11.0 (work in progress)
-=========================
+**Upgrading:**
-# make distclean instead of ad-hoc rm's
-# advice on --system-site-packages - currently not used in upgrade
-# git submodule update --init
+For detailed instructions on installing or upgrading, see ":doc:`deploying`" and
+":doc:`upgrading`".
+
+If you have any problems, please drop in to the `#mediagoblin IRC chat
+<https://webchat.freenode.net/#mediagoblin>`_, report an issue on our `issue
+tracker <https://issues.mediagoblin.org/>`_ or drop us an email to
+`mediagoblin-devel@gnu.org <mailto:mediagoblin-devel@gnu.org>`_.
-# Blog post
-- Python3
-- spectrograms
-- dressupgeekout images
-- Boris retire
-- IRC no longer requires registration
-- trialling new forge
-j
**Improvements:**
- Run test for LDAP, OpenID and PDF plugins in development Dockerfiles (Ben Sturmfels)