Release 1.0

parent 65e422e2
Changes
=======
1.0a8 (2013-03-05)
------------------
1.0 (2013-03-07)
----------------
* Chown all files in software root and instance root when doing slapprepare.
It allows easy USB key replacement.
It allows easier USB key replacement.
* Completely disable root password. Won't create random password.
1.0a7 (2013-01-24)
......
......@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
import glob
import os
version = '1.0a8-dev'
version = '1.0'
name = 'slapprepare'
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