update changelog

This commit is contained in:
TrustedSec 2016-07-21 23:02:28 -04:00
parent 2abc828584
commit e562ebf9ee

View file

@ -18,6 +18,7 @@ version 7.3
* moved from pulling entire setcore which is a few thousand lines to adding src/core/set.version which contains the version - much faster in pulling down
* fixed a bug in dell drac that caused it to error out
* added timeout delay for pulling new version biggest challenge here is that urllib base is socket and socket timeout is tied to gethostbyname() which does not support a timeout, needed to add multiprocessing poll for 8 seconds to add timeout delay when checking for updates
* added check for urllib for python2 and python3 compatibility
~~~~~~~~~~~~~~~~
version 7.2.3