# HG changeset patch # User Thierry Florac # Date 1520763817 -3600 # Node ID 50be7d1d45b2f4780c873c095953b106e2ee6d1e # Parent 7f1f4243b5b89f6880bfc16f69f09c49ed6ce565 Updated translations diff -r 7f1f4243b5b8 -r 50be7d1d45b2 docs/HISTORY.txt --- a/docs/HISTORY.txt Sun Mar 11 11:06:47 2018 +0100 +++ b/docs/HISTORY.txt Sun Mar 11 11:23:37 2018 +0100 @@ -1,6 +1,14 @@ History ======= +0.1.9 +----- + - added 0MQ authentication + - updated global registry access + - updated database upgrade code and remove INewLocalSite event subscriber + - check for PyAMS command line script in application startup + - use request context in task run method + 0.1.8 ----- - use TableViewlet base class for scheduler jobs table diff -r 7f1f4243b5b8 -r 50be7d1d45b2 src/pyams_scheduler.egg-info/PKG-INFO --- a/src/pyams_scheduler.egg-info/PKG-INFO Sun Mar 11 11:06:47 2018 +0100 +++ b/src/pyams_scheduler.egg-info/PKG-INFO Sun Mar 11 11:23:37 2018 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: pyams-scheduler -Version: 0.1.8 +Version: 0.1.9 Summary: PyAMS tasks scheduler Home-page: http://hg.ztfy.org/pyams/pyams_scheduler Author: Thierry Florac @@ -62,6 +62,14 @@ History ======= + 0.1.9 + ----- + - added 0MQ authentication + - updated global registry access + - updated database upgrade code and remove INewLocalSite event subscriber + - check for PyAMS command line script in application startup + - use request context in task run method + 0.1.8 ----- - use TableViewlet base class for scheduler jobs table