From 11e5ca443b6cc9a10eb441af73fe7ae1549c8c46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20de=20Saint=20Martin?= <cedric.dsm@tiolive.com> Date: Fri, 11 May 2012 17:35:36 +0200 Subject: [PATCH] Release slapos.cookbook-0.50 --- CHANGES.txt | 10 +++++++++- setup.py | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index b35349532..32fcb7664 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,12 +1,20 @@ Changes ======= -0.50 (Unreleased) +0.50 (2012-05-12) ----------------- * LAMP stack bugfix: fix a crash where recipe was trying to restart non-existent httpd process. [Cedric de Saint Martin] * LAMP stack bugfix: don't erase htdocs at update [Cedric de Saint Martin] + * Apache Frontend: Improve Apache configuration, inspired by Nexedi + production frontend. [Cedric de Saint Martin] + * Allow sysadmin of node to customize frontend instance. + [Cedric de Saint Martin] + * Apache Frontend: Change 'zope=true' option to 'type=zope'. + [Cedric de Saint Martin] + * Apache Frontend: listens to plain http port as well to redirect to https. + [Cedric de Saint Martin] 0.49 (2012-05-10) ----------------- diff --git a/setup.py b/setup.py index 82180ecc0..f2fe896d6 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages import glob import os -version = '0.50-dev' +version = '0.50' name = 'slapos.cookbook' long_description = open("README.txt").read() + "\n" + \ open("CHANGES.txt").read() + "\n" -- 2.30.9