Add some initial release notes for 0.10.0 (incomplete).
authorBen Sturmfels <ben@sturm.com.au>
Fri, 24 Apr 2020 05:41:38 +0000 (15:41 +1000)
committerBen Sturmfels <ben@sturm.com.au>
Fri, 24 Apr 2020 05:42:30 +0000 (15:42 +1000)
docs/source/siteadmin/relnotes.rst

index 1c15f24931a70f66cc7b050ad11973c7a863d944..55dd9cdf472298f9dc3bc14c6248716bb3f2f88e 100644 (file)
@@ -39,6 +39,40 @@ carefully, or at least skim over it.
        git remote set-url origin https://git.savannah.gnu.org/git/mediagoblin.git
 
 
+0.10.0 (work in progress)
+======
+
+
+**Do this to upgrade**
+
+It's been a while since our last release, so we understand that this upgrade may
+be difficult for some people.
+
+TODO: Should we remove the ./configure to avoid inadvertently moving people from
+Python 2 to Python 3?
+
+0. Update to the latest release.  In your ``mediagoblin`` directory, run:
+   ``git fetch && git checkout -q v0.10.0``
+1. Run
+   ``./bootstrap.sh && ./configure && make``
+2. Also run
+   ``./bin/python setup.py develop --upgrade && ./bin/gmg dbupdate``
+
+If you have any problems at all, please drop in to the [#mediagoblin IRC
+chat](https://webchat.freenode.net/#mediagoblin), the [Mediagoblin Matrix
+chat](https://riot.im/app/#/room/#freenode_#mediagoblin:matrix.org) and we'll do
+our best to help. If no-one is around, please leave your email address and we'll
+try to get back to you. Alternatively please email
+[mediagoblin-devel@gnu.org](mailto:mediagoblin-devel@gnu.org).
+
+**Bugfixes/improvements:**
+
+ - Python 3 is now the default. Python 2 is still supported in this release with
+   `./configure --without-python3`, but support will likely be removed in the
+   next release.
+ - FastCGI support has been deprecated and removed from the documentation as our
+   dependency `flup` does not support Python 3.
+
 0.9.0
 =====