From 6bb4e2fbf829b3362f915beca0f1773b4580aeca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20de=20Saint=20Martin?= <cedric.dsm@tiolive.com> Date: Tue, 10 Sep 2013 14:20:21 +0000 Subject: [PATCH] Release slapos.cookbook-0.83. --- CHANGES.txt | 9 +++++++++ setup.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 129c0e905..1b2aae23a 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,15 @@ Changes ======= +0.83 (2013-09-10) +----------------- + + * slaprunner recipe: remove trailing / from master_url. [Cedric de Saint Martin] + * librecipe: add pidfile option for singletons. [Cedric de Saint Martin] + * Resiliency: Use new pidfile option. [Cedric de Saint Martin] + * Fix request.py for slave instances. [Cedric de Saint Martin] + * slapconfiguration recipe: cast some parameters from unicode to str. [Cedric de Saint Martin] + 0.82 (2013-08-30) ----------------- diff --git a/setup.py b/setup.py index 726fdb88c..62ee34feb 100755 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ from setuptools import setup, find_packages import glob import os -version = '0.82' +version = '0.83' name = 'slapos.cookbook' long_description = open("README.txt").read() + "\n" + \ open("CHANGES.txt").read() + "\n" -- 2.30.9