Skip to content

Commit

Permalink
0.9.65
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Vaandering <[email protected]>
  • Loading branch information
ericvaandering committed Apr 30, 2013
1 parent 88d3cc7 commit 39dd25c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
0.9.64 to 0.9.65:
- filter out "closed-out","announced","aborted","rejected" status from request alert. Pull request #4583
- Add ACDC Server CouchApp to cmsweb. Pull request #4587
- add detail site job information for request. Pull request #4586
- Fix a few unit tests. Pull request #4585

0.9.63 to 0.9.64:
- Cascade close-out. Implement the option to close-out/announce requests and cascade the status change to all resubmission children for the request. Pull request #4575.
- refactor wmstats adding agent view, adding back search option for job view. Pull request #4577
Expand Down
2 changes: 1 addition & 1 deletion src/python/WMCore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"""

__version__ = '0.9.64'
__version__ = '0.9.65'
__all__ = []

0 comments on commit 39dd25c

Please sign in to comment.