Script Version Histories    
         
    Version Names    
   

Except for major versions, version numbers have three parts, in the form x.y.z

  • The first part will increment when there is some major change in the functionality of the script.
  • The second part will increment when I make small changes to the functionality of the script.
  • The third part will increment when I make improvements to the way the script is coded which do not affect its functionality but hopefully make it more elegant, and possibly faster in its execution.
   
    Ovine    
   
Version Date Note
1.0 16 September 2000 A new script is born!
     
1.0.1 18 September 2000 main_function corrected so it refers to self.attribute, instead of p.attribute.
     
1.0.2 21 September 2000 Candidates function rewritten to use glob.glob1 function. Much neater. (Thanks again, Martin!)
     
1.0.3 8 December 2000 Projects now recognised correctly after an inactive project occurs in the config tuple.
     
     
2.0.0 1 December 2000 Mail options added - Ovine can now fetch and flush work when a buff-in file is completed.
     
2.0.1 6 December 2000 OGR fetch requests now fetch OGR work, reasonably enough. Sorry for this oversight.
     
2.0.2 8 December 2000 Projects now recognised correctly after an inactive project occurs in the config tuple.
   
         
         
    <BACK TO PYTHON PAGE>     <BACK TO OVINE>