Ignore:
Timestamp:
May 28, 2009, 9:44:59 AM (15 years ago)
Author:
garonne
Message:

Commit changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tbroadcast/HEAD/Changelog

    r478 r508  
    1 2008-11-28    <rybkin@lal.in2p3.fr> 2
    2        
    3         * python/executer.py: Introduce function getstatusoutput returning
    4         (status, stdout) of executing cmd
    5         * python/tbroadcast.py: Use the introduced getstatusoutput instead of
    6         the function of the same name from the standard module commands so as
    7         not to mix stdout and stderr when parsing commands output
     12009-05-28 Vincent Garonne <vincent.garonne@cern.ch>
     2
     3        * scripts/tbroadcast    Added the python version checking (>= 2.5)
     4        * python/threadpool.py  Upgraded version to 1.1
     5        * python/tbroadcast.py: Replaced the execute method by communicate from the Popen py25 module to avoid deadlocks
     6                                due to any of the other OS pipe buffers filling up and blocking the child process
     7        * python/executer.py    Removed from the package
    88
    992007-03-22 Vincent Garonne <garonne@lal.in2p3.fr> 1
    1010
    11         * scripts/tbroadcast, python/tbroadcast.py: Add the -no_keep_going option
    12 
    13 2007-01-22 Vincent Garonne <garonne@lal.in2p3.fr>
    14         * First official release
    15 
     11        * scripts/tbroadcast, python/tbroadcast.py: Added the -no_keep_going option
Note: See TracChangeset for help on using the changeset viewer.