source: trunk/CHANGELOG @ 319

Last change on this file since 319 was 319, checked in by bastiaans, 17 years ago

CHANGELOG:

  • updated
File size: 3.1 KB
Line 
10.2:
2
3        web)
4                - fixed: misc. optimization and bugfixes
5                - fixed: now fully compatible with latest PHP5 and PHP4
6
7                - changed: cluster image now incorporates small text descr.
8                - changed: monarch (cluster/host) images no longer displayed
9                           for clusters that are not jobmond enabled
10                - changed: pie chart percentages are now cpu-based instead of node-based
11
12                - added: host template for Ganglia
13                         adds a extra monarch host image to Ganglia's host overview
14                         which displays/links to the jobs on that host
15                         NOTE!: be sure to copy/install new template from addons/templates
16                - added: (optional) nodes hostnames column
17                         thanks to: Daniel Barthel - daniel(d.o.t)barthel(a.t)nottingham(d.o.t)ac(d.o.t)uk
18                         for the suggestion
19
20        jobmond)
21
22                - fixed: when a job metric is longer than maximum metric length,
23                         the info is split up amongst multiple metrics
24                - fixed: no longer exit when batch server is unavailable
25                         thanks to: Peter Kruse - pk(a.t)q-leap(d.o.t)com
26                         for the patch
27                - fixed: fd closure bug causing stderr/stdout to remain open after daemonizing
28
29                - changed: rearranged code to allow support for other batch systems
30
31                - added: (experimental) SGE (Sun Grid Engine) support as batch server
32                         thanks to: Babu Sundaram - babu(a.t)cs(d.o.t)uh(d.o.t)edu
33                         who developed it for a OSCAR's Google-SoC project
34                - added: pidfile support
35                         thanks to: Michael Jeanson - michael(a.t)ccs(d.o.t)usherbrooke(d.o.t)ca
36                         for the patch
37                - added: usage display
38                         thanks to: Michael Jeanson - michael(a.t)ccs(d.o.t)usherbrooke(d.o.t)ca
39                         for the patch
40                - added: queue selection support: ability to specify which QUEUE's to get jobinfo from
41                         thanks to: Michael Jeanson - michael(a.t)ccs(d.o.t)usherbrooke(d.o.t)ca
42                         for the patch
43
44        jobarchived)
45
46                - fixed: XML retrieval for Ganglia version >= 3.0.3 working properly again
47                - fixed: database storing for Ganglia version >= 3.0.3 working properly again
48                - fixed: fd closure bug causing stderr/stdout to remain open after daemonizing
49
50                - changed: misc. bugfixes to optimize XML connections
51                - changed: misc. bugfixes for misc. minor issues
52
53                - added: cleaning of stale jobs in dbase: see JOB_TIMEOUT option
54
550.1.1:
56
57        web)
58
59                - fixed: misc. layout bugs for overview & search
60                - fixed: bug that occured when calculating the number of nodes when there
61                         was more than one job running on a machine
62
63                - changed: column requested memory is now optional through conf.php
64                - changed: search and overview tables are now full screen (100%)
65                - changed: overview jobnames are now cutoff at max 9 characters
66                           to prevent (layout) scews in the tables
67                - changed: overview graphs are no longer downsized
68
69                - added: (optional) column 'queued' (since) in overview
70                - added: search results (can) now have a SEARCH_RESULT_LIMIT
71                         this increases performance of the query's significantly!
72                - added: date/time format as displayed is now configurable through conf.php
73
74        jobmond)
75
76                - added: now reports 'queued since' (or creation time) of jobs
77
78        documentation)
79
80                - fixed: wrong e-mail adress in INSTALL (doh!)
81
820.1.0:
83
84        - First public release
Note: See TracBrowser for help on using the repository browser.