[Erp5-report] r39236 luke - /erp5/trunk/utils/erp5.recipe.standaloneinstance/

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Oct 15 15:55:49 CEST 2010


Author: luke
Date: Fri Oct 15 15:55:48 2010
New Revision: 39236

URL: http://svn.erp5.org?rev=39236&view=rev
Log:
 - release 0.4.4
 - fix changelog formatting
 - fix some typos
 - fix changelog signatures

Modified:
    erp5/trunk/utils/erp5.recipe.standaloneinstance/CHANGES.txt
    erp5/trunk/utils/erp5.recipe.standaloneinstance/setup.py

Modified: erp5/trunk/utils/erp5.recipe.standaloneinstance/CHANGES.txt
URL: http://svn.erp5.org/erp5/trunk/utils/erp5.recipe.standaloneinstance/CHANGES.txt?rev=39236&r1=39235&r2=39236&view=diff
==============================================================================
--- erp5/trunk/utils/erp5.recipe.standaloneinstance/CHANGES.txt [utf8] (original)
+++ erp5/trunk/utils/erp5.recipe.standaloneinstance/CHANGES.txt [utf8] Fri Oct 15 15:55:48 2010
@@ -1,15 +1,23 @@
 Changelog
 =========
 
+0.4.4 (2010-10-15)
+------------------
+
+ - Start using subprocess module.
+   [Lukasz Nowak]
+ - Clean python environment before calling python again.
+   [Lukasz Nowak]
+
 0.4.3 (2010-08-11)
-----------------
+------------------
 
  - Provide create-erp5-instance defaulting to 'true'. Set it to 'false' so
    that erp5 instances are not automatically created inside ZODB.
    [Leonardo Rochael Almeida]
 
 0.4.2 (2010-08-06)
-----------------
+------------------
 
  - Provide [standalone] extras_require to pull in
    erp5.recipe.mysqldatabase[standalone] and only import
@@ -17,7 +25,7 @@ Changelog
    [Leonardo Rochael Almeida]
 
 0.4.1 (2010-06-10)
-----------------
+------------------
 
  - allow to customize the timer server interval
    [Sebastien Robin]
@@ -27,22 +35,22 @@ Changelog
 
  - continue fixing of deletion of data - update of instance could result in
    buildout having stored location of instance, which then could be removed
-   [luke]
+   [Lukasz Nowak]
 
 0.3 (2010-03-17)
 ----------------
 
  - do not enable not set any preferences
-   [luke]
+   [Lukasz Nowak]
 
 0.2 (2010-03-10)
 ----------------
 
  - fix issues, that during uninstallation instance data was removed
-   [luke]
+   [Lukasz Nowak]
 
 0.1 (2010-02-12)
 ----------------
 
- - intial version
-   [luke]
+ - initial version
+   [Lukasz Nowak]

Modified: erp5/trunk/utils/erp5.recipe.standaloneinstance/setup.py
URL: http://svn.erp5.org/erp5/trunk/utils/erp5.recipe.standaloneinstance/setup.py?rev=39236&r1=39235&r2=39236&view=diff
==============================================================================
--- erp5/trunk/utils/erp5.recipe.standaloneinstance/setup.py [utf8] (original)
+++ erp5/trunk/utils/erp5.recipe.standaloneinstance/setup.py [utf8] Fri Oct 15 15:55:48 2010
@@ -1,7 +1,7 @@
 from setuptools import setup, find_packages
 
 name = "erp5.recipe.standaloneinstance"
-version = '0.4.3'
+version = '0.4.4'
 
 def read(name):
     return open(name).read()




More information about the Erp5-report mailing list