Commit 3b3a7230 authored by Cédric Le Ninivin's avatar Cédric Le Ninivin

Release 0.31

parent 8ef95d87
Changes
=======
0.30.1 (2012-09-28)
0.31 (2012-10-02)
-------------------
* Added slapos-watchdog to bang exited and failing serices in instance
in supervisord. (commits 16b2e8b8, 1dade5cd7) [Cédric Le Ninivin]
* Add safety checks before calling SlapOS Master if mandatory instance
members of SLAP classes are not properly set. Will result in less calls to
SlapOS Master in dirty cases. (commits 5097e87c9763, 5fad6316a0f6d,
......
from setuptools import setup, find_packages
import glob
import os
version = '0.30.1-dev'
version = '0.31'
name = 'slapos.core'
long_description = open("README.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