Skip to content

Commit

Permalink
1.0.3.pre1
Browse files Browse the repository at this point in the history
Signed-off-by: Seangchan Ryu <[email protected]>
  • Loading branch information
ticoann committed Dec 16, 2014
1 parent cb6a5bc commit d7ab8ff
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
1.0.2 to 1.0.3.pre1:
- Merge pull request #5525 from mmascher/master
- Add option to not clean the env in Scram.py
- Merge pull request #5472 from amaltaro/cast-runNumbers
- Merge pull request #5522 from hufnagel/remove-tier0mode
- remove tier0mode from PhEDExInjector
- Merge pull request #5491 from mmascher/master
- Merge pull request #5516 from hufnagel/phedex-deletion
- add support for phedex deletions
- Merge pull request #5505 from HassenRiahi/IncludeCAINFO
- Merge pull request #5494 from AndrewLevin/master
- Merge pull request #5485 from holzman/fnal-xrdcp-force-stageout
- Include the CAINFO param. in pycurl_manager.
- Re-implement lumi correction algorithm. Fix #5337
- changed the error code that is used when a job fails due to a jobstatuslite timeout, this will allow us to make these jobs move to jobfailed instead of jobcooloff after try
- Revert LumiCorrection algorithm
- FNAL staging: fix string concat error
- FNAL staging: use -f option for xrdcp
- temporary fix for FirstRun/LastRun wrong data type

1.0.1 to 1.0.2:
- Merge pull request #5512 from amaltaro/harvest-jobCount
- fix jobCount for Harvest jobs
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__ = '1.0.2'
__version__ = '1.0.3.pre1'
__all__ = []

0 comments on commit d7ab8ff

Please sign in to comment.