source: tbroadcast/v2.0.7/Changelog @ 695

Last change on this file since 695 was 517, checked in by rybkin, 15 years ago

Version v2.0.6_rc4 from Igor Kachaev

File size: 1.5 KB
Line 
12009-08-11 Igor Kachaev <Igor.Katchaev@cern.ch>
2        * python/threadpool.py update to version 1.2.5 (2008-11-19)
3        * python/tbroadcast.py implement package sort by use count;
4                               protect common structures with semaphore
5        * python/__init__.py   remove from the package
6        * scripts/tbroadcast   better help; option '-sort' to try sorting
7
82009-06-25 Igor Kachaev <Igor.Katchaev@cern.ch>
9
10        * scripts/tbroadcast    Check correctness of options supplied;
11                                do '-help' if empty command line
12        * python/tbroadcast.py  add wait() after communicate() to prevent loop at the
13                                end of job; disable -no_keep_going internally as it blocks;
14                                use local copy of getstatusoutput() - else blocks at nightly
15        * cmt/requirements      remove python dir from the path
16
172009-05-28 Vincent Garonne <vincent.garonne@cern.ch>
18
19        * scripts/tbroadcast    Added the python version checking (>= 2.5)
20        * python/threadpool.py  Upgraded version to 1.1
21        * python/tbroadcast.py: Replaced the execute method by communicate from the Popen py25
22                                module to avoid deadlocks due to any of the other OS pipe buffers
23                                filling up and blocking the child process
24        * python/executer.py    Removed from the package
25
262007-03-22 Vincent Garonne <garonne@lal.in2p3.fr>
27
28        * scripts/tbroadcast, python/tbroadcast.py: Added the -no_keep_going option
Note: See TracBrowser for help on using the repository browser.