Release slapos.cookbook-0.54

parent efa9989f
Changes Changes
======= =======
0.54 (Unreleased) 0.54 (2012-06-18)
----------------- -----------------
* Apache frontend: won't block sending slave informations to SlapOS Master * Apache frontend: won't block sending slave informations to SlapOS Master
in case of problem from one slave instance.[Cedric de Saint Martin] in case of problem from one slave instance.[Cedric de Saint Martin]
* Apache frontend will send IP informations for slaves in case slave is about
custom domain. [Cedric de Saint Martin]
* Ability to use LAMP applications without configuration. [Cedric de Saint * Ability to use LAMP applications without configuration. [Cedric de Saint
Martin] Martin]
* Users can specify custom domain in LAMP applications. [Cedric de Saint * Users can specify custom domain in LAMP applications. [Cedric de Saint
Martin] Martin]
0.53 (2012-06-07) 0.53 (2012-06-07)
----------------- -----------------
......
...@@ -2,7 +2,7 @@ from setuptools import setup, find_packages ...@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
import glob import glob
import os import os
version = '0.54-dev' version = '0.54'
name = 'slapos.cookbook' name = 'slapos.cookbook'
long_description = open("README.txt").read() + "\n" + \ long_description = open("README.txt").read() + "\n" + \
open("CHANGES.txt").read() + "\n" open("CHANGES.txt").read() + "\n"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment