Release notes v0.4.1 ... fixes serious issue with conversion via libreoffice.
authorChristopher Allan Webber <cwebber@dustycloud.org>
Wed, 10 Jul 2013 16:41:29 +0000 (11:41 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Wed, 10 Jul 2013 16:41:29 +0000 (11:41 -0500)
This commit sponsored by William Linna.  Thank you!

docs/source/siteadmin/relnotes.rst
mediagoblin/_version.py

index 7b6d83536a8d03939bf6ba4d435da49822bef371..e8c9477e58d778a61c511c242aeacb983f116d13 100644 (file)
@@ -21,6 +21,17 @@ 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.
+
+
 0.4.0
 =====
 
index cb230a609612d5eb7c96b65aa6b0bc7dd12427f3..1aa0e2c43cb2a54066498780a55a789512f7bfd8 100644 (file)
@@ -23,4 +23,4 @@
 
 # see http://www.python.org/dev/peps/pep-0386/
 
-__version__ = "0.4.0"
+__version__ = "0.4.1"