aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source/siteadmin/relnotes.rst
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2013-07-10 17:40:57 -0500
committerChristopher Allan Webber <cwebber@dustycloud.org>2013-07-10 17:40:57 -0500
commit2ae78574b3eb8c393136e7ebbc922d33bf6482f2 (patch)
tree3c7bccb010600319c5f34ddf41aa31620de8e951 /docs/source/siteadmin/relnotes.rst
parent5622cc44edfb2d653ae67946fa9ea130c5f7fcaa (diff)
parentd3b1fd2e606f549c5ecc2a31c94d90aa93794005 (diff)
downloadmediagoblin-2ae78574b3eb8c393136e7ebbc922d33bf6482f2.tar.lz
mediagoblin-2ae78574b3eb8c393136e7ebbc922d33bf6482f2.tar.xz
mediagoblin-2ae78574b3eb8c393136e7ebbc922d33bf6482f2.zip
Merge branch 'release-0.4.1'
Conflicts: mediagoblin/_version.py
Diffstat (limited to 'docs/source/siteadmin/relnotes.rst')
-rw-r--r--docs/source/siteadmin/relnotes.rst16
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/source/siteadmin/relnotes.rst b/docs/source/siteadmin/relnotes.rst
index 7ae305a7..b49d1654 100644
--- a/docs/source/siteadmin/relnotes.rst
+++ b/docs/source/siteadmin/relnotes.rst
@@ -21,6 +21,19 @@ 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.
+0.4.1
+=====
+
+This is a bugfix release for 0.4.0. This only implements one major
+fix in the newly released document support which prevented the
+"conversion via libreoffice" feature.
+
+If you were running 0.4.0 you can upgrade to v0.4.1 via a simple
+switch and restarting mediagoblin/celery with no other actions.
+
+Otherwise, follow 0.4.0 instructions.
+
+
0.4.0
=====
@@ -47,6 +60,9 @@ carefully, or at least skim over it.
5. We now use itsdangerous for sessions; if you had any references to
beaker in your paste config you can remove them. Again, see the
default paste.ini config
+6. We also now use git submodules. Please do:
+ ``git submodule init && git submodule fetch``
+ You will need to do this to use the new PDF support.
**For theme authors**