Commit 870fe8aa authored by Łukasz Nowak's avatar Łukasz Nowak

Merge branch 'master' into suggested-improvements

parents 275d6e01 b37340aa
Changes
=======
0.6 (unreleased)
0.7 (unreleased)
----------------
* No changes yet.
0.6 (2011-09-08)
----------------
* Cmmi: Support more compatibility with other recipes to build, especially
hexagonit.recipe.cmmi. [Łukasz Nowak]
* Generic: A lot of small improvements (like supporting values with = in
environment) [Łukasz Nowak]
* Generic: Use shlex to parse some options. [Antoine Catton]
* Generic: Fix patch, it was not working, as not using stdin. [Antoine Catton]
0.5 (2011-09-06)
----------------
......
from setuptools import setup, find_packages
version = '0.6-dev'
version = '0.7-dev'
name = 'slapos.recipe.build'
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