Changeset 827 for branches/1.0/CHANGELOG


Ignore:
Timestamp:
04/12/13 15:36:48 (11 years ago)
Author:
ramonb
Message:
  • updated for 1.0
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.0/CHANGELOG

    r526 r827  
    11
    22        LEGEND  f: fixed - c: changed - a: added - r: removed
     3
     41.0:
     5
     6    jobmond)
     7
     8        a: now supports multiple udp send channels
     9        a: now supports job arrays
     10        c: updated Gmetric XDR protocol to version 3.1+ compatible
     11
     12        c: gmond.conf parsing has been rewritten to handle include's and
     13           multiple send channels
     14        c: METRIC_MAX_VAL_LEN is now determined from gmond.conf
     15        c: utilize new job monarch protocol
     16
     17        f: can now handle new PBSQuery / pbs_python versions
     18        f: default gmond.conf search location is now /etc/ganglia/gmond.conf
     19        f: fatal error's are now printed to shell upon startup, not just syslog
     20        f: more error checking and miscellanious bugfixes
     21
     22    jobarchived)
     23
     24        r: no longer use pyPgSQL for postgres database
     25        c: now use psycopg2 module for postgres database
     26
     27        a: job thread now utilizes db commits and rollbacks
     28        a: now use USER/PASS authentication to database (in stead of hostbased)
     29
     30        c: database schema: changed job_id to varchar to support job arrays
     31        c: database schema: changed job_name max length to 255, just like
     32           torque
     33        c: database schema: added username/password role authentication
     34        c: utilize new job monarch protocol
     35
     36        f: job thread no longer hangs when insert/update of a job in database
     37           fails
     38        f: rewrite of job (finished) detection: all finished jobs again
     39           properly detected
     40        f: job checking now done post-parsing not while parsing
     41        f: more error checking and miscellanious bugfixes
     42
     43    web)
     44
     45        r: removed Pie chart
     46        r: removed TemplatePower
     47        r: removed php ini_set's and time limit directive: should be handled in
     48           php.ini
     49        r: removed "Get Fresh Data" button: served no purpose anymore
     50        a: now utilize Dwoo templates for html output
     51
     52        a: now use USER/PASS authentication to database (in stead of hostbased)
     53        a: ClusterImage now drops a shadow below nodes
     54        a: RRDs now show "Last: Min: Avg: Max:" values in legend
     55
     56        c: utilize new job monarch protocol
     57        c: all templates rewritten from TemplatePower to Dwoo
     58        c: graph.php now used for overview and archive
     59        c: RRDs job start/finish line is now dashed green/red line with legend
     60
     61        f: some dbase fields are now CAST to INT for php since postgres now
     62           requires explicit casts
     63        f: sort order descending/ascending is now correct
     64        f: many, many speed and memory improvements
     65        f: more error checking and miscellanious bugfixes
    366
    4670.4:
Note: See TracChangeset for help on using the changeset viewer.