Release 5.0.0 - Juno

Changes in this release:
* Stable Juno release
* Fixed the default value of compress_offline parameter
* Always manages local_settings.py
* Added parameters to configure policy files in horizon class
* Fixed Apache config file default
* Added parameter django_sessioN_engine to horizon class
* Stops setting wsgi_socket_prefix since the apache module takes care of it
* Adds workaround for puppet's handling of undef for setting the vhost bind address
* Changes cache_server_ip in horizon class to accept arrays
* Switched the default log level to INFO from DEBUG
* Fixed the default MSSQL port in security group rules

Change-Id: Ie61702b6677e53cf78815ff356f09ab867333a08
This commit is contained in:
Colleen Murphy 2014-11-21 11:17:00 -08:00
parent 353c372d58
commit c4ba7a3c4c
1 changed files with 28 additions and 1 deletions

View File

@ -1,7 +1,7 @@
horizon
=======
4.0.0 - 2014.1.0 - Icehouse
5.0.0 - 2014.2.0 - Juno
#### Table of Contents
@ -87,6 +87,33 @@ Contributors
Release Notes
-------------
**5.0.0**
* Stable Juno release
* Fixed the default value of compress_offline parameter
* Always manages local_settings.py
* Added parameters to configure policy files in horizon class
* Fixed Apache config file default
* Added parameter django_session_engine to horizon class
* Stops setting wsgi_socket_prefix since the apache module takes care of it
* Adds workaround for puppet's handling of undef for setting the vhost bind address
* Changes cache_server_ip in horizon class to accept arrays
* Switched the default log level to INFO from DEBUG
* Fixed the default MSSQL port in security group rules
**4.2.0**
* Added parameters to configure ALLOWED_HOSTS in settings_local.y and
ServerAlias in apache, no longer requiring these values to be the fqdn
* Fixed removal of vhost conf file
* Added support for secure cookies
**4.1.0**
* Added option to set temporary upload directory for images.
* Ensure ssl wsgi_process_group is the same as wsgi_daemon_process.
* Pined major gems.
**4.0.0**
* Stable Icehouse release.