Updated translations
authorThierry Florac <tflorac@ulthar.net>
Sun, 11 Mar 2018 11:23:37 +0100
changeset 59 50be7d1d45b2
parent 58 7f1f4243b5b8
child 60 9bed7675b823
Updated translations
docs/HISTORY.txt
src/pyams_scheduler.egg-info/PKG-INFO
--- 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
--- 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