Changeset 253


Ignore:
Timestamp:
08/17/10 15:44:22 (14 years ago)
Author:
bas
Message:

Updated version to 4.2.0 and update CHANGES file

Location:
trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/CHANGES

    r249 r253  
    1 =========== 4.1.3
     1=========== 4.2.0
    22 * Updated LICENSE file to LGPLV3. Thanks to Justin Bronder
    33  (jsbronder add gentoo dot org) for the information and
     
    1818     Author: Bas van der Vlies
    1919
     20 * Added AdvanceParser module. new_rack_pbsmon.py and sara_nodes.py make use of
     21   this module
     22   Author: Dennis Stam (Dennis dot Stam at sara dot nl)
     23
    2024 * examples/new_rack_pbsmon.py:
    2125     - Better specification for node expression
    22      - Added AdvanceParser module, Author: Dennis Stam
    2326     - added a new option -l/--list to list the state of a nodes and which job
    2427       is running on it, eg:
     
    2730   Author: Dennis Stam & Bas van der Vlies
    2831   Applied by: Bas van der Vlies
     32
     33 * examples/sara_nodes.py:
     34   An utility to set/clear notes for multiple nodes, see ..
     35   Author: Dennis Stam (Dennis dot Stam at sara dot nl)
    2936
    3037=========== 4.1.2
  • trunk/debian/changelog

    r242 r253  
    1 pbs-python (4.1.3-1) lenny; urgency=low
     1pbs-python (4.2.0-1) lenny; urgency=low
    22
    33  * Update LICENSE file to LGPLV3
    44  * patched pbsmon.py for torque 2.5
    5 
    6  -- bas van der Vlies <bas@sara.nl>  Thu, 10 Jun 2010 10:27:43 +0200
     5  * see CHANGES for complete list
     6
     7 -- Bas van der Vlies <bas@sara.nl>  Thu, 10 Jun 2010 10:27:43 +0200
    78
    89pbs-python (4.1.2-1) lenny; urgency=low
  • trunk/pbs_python.spec

    r241 r253  
    44
    55Name: pbs_python
    6 Version: 4.1.3
     6Version: 4.2.0
    77Release: 1%{?dist}
    88License: See LICENSE
  • trunk/src/pbs_2.1.py

    r237 r253  
    617617  return d
    618618
    619 version_info = ( 4, 1, 0 )
    620 version = 'SARA pbs_python version 4.1.0'
     619version_info = ( 4, 2, 0 )
     620version = 'SARA pbs_python version 4.2.0'
    621621
    622622# A useful dict with error codes to text
  • trunk/src/pbs_2.4.py

    r237 r253  
    625625  return d
    626626
    627 version_info = ( 4, 1, 0 )
    628 version = 'SARA pbs_python version 4.1.0'
     627version_info = ( 4, 2, 0 )
     628version = 'SARA pbs_python version 4.2.0'
    629629
    630630# A useful dict with error codes to text
Note: See TracChangeset for help on using the changeset viewer.