update changelog

This commit is contained in:
Lance Edgar 2013-04-30 16:16:02 -07:00
parent 33c951e7fe
commit 2e57936ed1
2 changed files with 12 additions and 1 deletions

View file

@ -1,4 +1,15 @@
0.1a28
------
- [bug] Secured daemon PID files. They are no longer readable or writeable
(whoops) by anyone other than the user who owns the process.
- [feature] Added ``--progress`` argument to command system.
- [general] Added initial Fabric script.
0.1a27
------

View file

@ -1 +1 @@
__version__ = '0.1a27'
__version__ = '0.1a28'