diff --git a/ChangeLog b/ChangeLog index aaecc55..64a161c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,18 @@ SGAS Luts Server Change Log (from version 3.0.0 and onwords) +3.8.1 + +Bug fixes: + +- WLCG views: use start_- and end_time instead of "measured" for Storage queries + +- Fix host scale factors. + +- Fix a problem with loading plugins. + +- Support newer twisted versions (old should still work too) + + 3.8.0 Mostly refactorization of the code with added support for handling diff --git a/docs/upgrading b/docs/upgrading index 3030c22..5db792e 100644 --- a/docs/upgrading +++ b/docs/upgrading @@ -411,3 +411,21 @@ $ sudo python setup.py install 3. Start SGAS $ sudo /etc/init.d/sgas start + + +Upgrading from SGAS 3.8.0 to 3.8.1 + +1. Stop SGAS + +$ sudo /etc/init.d/sgas stop + +2. Install new SGAS + +$ tar xzf sgas-luts-service-3.8.0.tar.gz +$ cd sgas-luts-service-3.8.0 +$ python setup.py build +$ sudo python setup.py install [--prefix=/same/prefix/as/for/the/old/installation] + +3. Start SGAS + +$ sudo /etc/init.d/sgas start