Version 0.1.12 0.1.12
authorThierry Florac <thierry.florac@onf.fr>
Tue, 20 Mar 2018 17:39:48 +0100
changeset 153 417296f4bfab
parent 152 98ded173ec22
child 154 a8cf38bda6aa
Version 0.1.12
docs/HISTORY.txt
src/pyams_utils.egg-info/PKG-INFO
--- a/docs/HISTORY.txt	Thu Mar 15 09:25:02 2018 +0100
+++ b/docs/HISTORY.txt	Tue Mar 20 17:39:48 2018 +0100
@@ -3,6 +3,7 @@
 
 0.1.12
 ------
+ - added "request_selector" subscriber predicate
  - updated ZEO connection timeout arguments for ZEO 5.x
  - remove INewLocalSite event subscribers; database upgrade is now only done through command line script, and
    utilities providing ISiteGenerations can be ordered
--- a/src/pyams_utils.egg-info/PKG-INFO	Thu Mar 15 09:25:02 2018 +0100
+++ b/src/pyams_utils.egg-info/PKG-INFO	Tue Mar 20 17:39:48 2018 +0100
@@ -50,9 +50,11 @@
         
         0.1.12
         ------
+         - added "request_selector" subscriber predicate
          - updated ZEO connection timeout arguments for ZEO 5.x
          - remove INewLocalSite event subscribers; database upgrade is now only done through command line script, and
            utilities providing ISiteGenerations can be ordered
+         - removed static configuration manager interface
          - make sure that requests created manually support annotations in get/set request data functions
         
         0.1.11