From 49b5447e2650181789345c70b8f5eb98517ae00b Mon Sep 17 00:00:00 2001 From: Alain Takoudjou Date: Fri, 31 May 2013 13:41:34 +0200 Subject: [PATCH] Release slapos.cookbook-0.78.1. --- CHANGES.txt | 13 +++++++++++++ setup.py | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index eecafa7..16b2c8e 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,19 @@ Changes ======= +0.78.1 (2013-05-31) +------------------- + + * Add boinc recipe: Allow to deploy an empty BOINC project. [Alain Takoudjou] + * Add boinc.app recipe: Allow to deploy and update a BOINC application into existing BOINC server instance . [Alain Takoudjou] + * Add boinc.client recipe: Allow to deploy a BOINC Client instance on SlapOS. [Alain Takoudjou] + * Add condor recipe: Allow to deploy Condor Manager or Condor worker instance on SlapOS. [Alain Takoudjou] + * Add condor.submit recipe: Allow to deploy or update application into existing Condor Manager instance. [Alain Takoudjou] + * Add redis.server recipe: Allow to deploy Redis server. [Alain Takoudjou] + * Add trac recipe: for deploying Trac and manage project with support of SVN and GIT. [Alain Takoudjou] + * Add bonjourgrid recipe: for deploying BonjourGrid Master and submit BOINC or Condor project. [Alain Takoudjou] + * Add bonjourgrid.client recipe: for deploying BonjourGrid Worker instance and execute BOINC or Condor Jobs. [Alain Takoudjou] + 0.78.0 (2013-04-28) ------------------- diff --git a/setup.py b/setup.py index c36d261..a551362 100755 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ from setuptools import setup, find_packages import glob import os -version = '0.78.1.dev' +version = '0.78.1' name = 'slapos.cookbook' long_description = open("README.txt").read() + "\n" + \ open("CHANGES.txt").read() + "\n" -- 2.1.4