X-Git-Url: https://code.grnet.gr/git/snf-cloudcms/blobdiff_plain/caac5442697f221c10e1c1e4d25a4f0d99872e67..845d9332e162da33af2f927257840e4e92edb7c7:/Changelog diff --git a/Changelog b/Changelog index 0676cf0..ec1c7b5 100644 --- a/Changelog +++ b/Changelog @@ -1,6 +1,48 @@ Changelog ========= +v0.7.3 +------ + +* Proper display of user action messages + + +v0.7.2 +------ + +* Change googleapi fonts to use https protocol + + +v0.7.1 +------ + +* Updated styles + + +v0.7.0 +------- + +* Userguide application +* FAQ's application +* Client downloads application +* New service models +* New html/css theme +* Responsive html content +* Userguide/FAQ's import from rst tool +* Django auth context processor as snf-webproject hook +* Major database updates. Use:: + + $ snf-manage syncdb + $ snf-image migrate + + to update existing databases. Additionally you can initiate service models and + media categories for FAQ/Userguide applications by loading the provided + fixtures:: + + $ snf-manage loaddata cloudcms_media_categories + $ snf-manage loaddata cloudcms_default_services + + v0.6.1 ------ * IE7 fixes