Changeset 223 for trunk/CHANGES


Ignore:
Timestamp:
04/12/10 14:44:45 (14 years ago)
Author:
bas
Message:

src/PBSQuery.py

  • fixed an error in the new data structure, thanks to Mark Roberts
  • new data structure is the default

CHANGES:

  • preparing fro 4.0.0 release
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/CHANGES

    r217 r223  
    11=========== 4.0.0
    2   * Added some new functions for 2.4 version:
     2  * pbs.py added some new functions for 2.4 version:
    33    - pbs_fbserver(void);
    44    - pbs_get_server_list(void);
     
    1818    - Removed old code for installations that do not a have pbs-config
    1919      installed.
     20
     21  * PBSQuery.py
     22    - There was a bug in the new data interface (Resource_List for jobs)
     23      Reported & Patch by: Mark Roberts ( mark at gingergeeks dot co dot uk)
     24      Applied by with some minor changes: Bas van der Vlies
     25
     26    - The new data structure is the default. You can switch back to the old
     27      one with:
     28            p = PBSQuery()
     29            p.old_data_structure()
     30
     31      Author: Bas van der Vlies
    2032
    2133=========== 3.6.0
Note: See TracChangeset for help on using the changeset viewer.