[sylvain] r51036 - in buildout/infrae.maildrophost/trunk: . docs
| Newsgroups | gmane.comp.web.zope.silva.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: sylvain
Date: Mon Aug 19 12:22:19 2013
New Revision: 51036
Modified:
buildout/infrae.maildrophost/trunk/docs/HISTORY.txt
buildout/infrae.maildrophost/trunk/setup.py
Log:
Prepare to release.
Modified: buildout/infrae.maildrophost/trunk/docs/HISTORY.txt
==============================================================================
--- buildout/infrae.maildrophost/trunk/docs/HISTORY.txt (original)
+++ buildout/infrae.maildrophost/trunk/docs/HISTORY.txt Mon Aug 19 12:22:19 2013
@@ -2,20 +2,22 @@
History
=======
-2.1 (unreleased)
+2.1 (2013-08-19)
----------------
* Update recipe to include the deamon script itself and update it to
- work with Python 2.6 and 2.7. This script used to require Python 2.4.
+ work with Python 2.6 and 2.7. This script used to require Python
+ 2.4.
-* Update the start/stop script to be more reliable with the help of `psutil`_.
+* Update the start/stop script to be more reliable with the help of
+ `psutil`_.
2.0 (2012-08-23)
----------------
-* Update recipe to work the egg distribution of MaildropHost, still
- creating the configuration and start/stop script for the daemon in
- buildout.
+* Update recipe to work with the egg distribution of MaildropHost,
+ still creating the configuration and start/stop script for the
+ daemon in buildout.
1.2 (2009-02-13)
----------------
Modified: buildout/infrae.maildrophost/trunk/setup.py
==============================================================================
--- buildout/infrae.maildrophost/trunk/setup.py (original)
+++ buildout/infrae.maildrophost/trunk/setup.py Mon Aug 19 12:22:19 2013
@@ -6,7 +6,7 @@
from setuptools import setup, find_packages
name = "infrae.maildrophost"
-version = "2.1dev"
+version = "2.1"
setup(name = name,
version = version,