-
Notifications
You must be signed in to change notification settings - Fork 154
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Ganga CI
committed
Aug 3, 2017
1 parent
24626cf
commit 03eb2f4
Showing
2 changed files
with
34 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,10 @@ | ||
************************************************************************************************************** | ||
@VERSION@ | ||
|
||
-------------------------------------------------------------------------------------------------------------- | ||
ganga/python/Ganga | ||
-------------------------------------------------------------------------------------------------------------- | ||
* Bugfix such that GangaDatasetSplitter returns dataset of same type as input #1058 | ||
* Change to default config of MassStorageFile. Looks for EOS by default. #1070 | ||
* Improvements to exception raising. #1071 | ||
* Update default config for treatment of output files. Particularly for batch backends. #1088 | ||
|
||
-------------------------------------------------------------------------------------------------------------- | ||
ganga/python/GangaLHCb | ||
-------------------------------------------------------------------------------------------------------------- | ||
* Turn on metadata by default for BenderBox applications #1050 | ||
* Bugfix to GaudiExec RT handler #1086 | ||
|
||
-------------------------------------------------------------------------------------------------------------- | ||
ganga/python/GangaDirac | ||
-------------------------------------------------------------------------------------------------------------- | ||
* Make Dirac proxy configurable - LHCb calls lhcb-proxy-init by default now #1047 | ||
* Fix for DiracFile remoteDir. Setting remoteDir set the path location for the output of Dirac jobs. See help(DiracFile) for examples. #1072 | ||
|
||
-------------------------------------------------------------------------------------------------------------- | ||
ganga/python/GangaAtlas | ||
ganga/python/Ganga | ||
-------------------------------------------------------------------------------------------------------------- | ||
* Update GLITE_SETUP path #1084 | ||
* Fix to allow LSF jobs to work after setting up with Athena #1084 | ||
* Remove tagdataset #1065 | ||
* Fix for Atlas nightlies #1064 | ||
* ... | ||
|
||
************************************************************************************************************** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
************************************************************************************************************** | ||
6.6.4 (2017/08/03) | ||
|
||
-------------------------------------------------------------------------------------------------------------- | ||
ganga/python/Ganga | ||
-------------------------------------------------------------------------------------------------------------- | ||
* Bugfix such that GangaDatasetSplitter returns dataset of same type as input #1058 | ||
* Change to default config of MassStorageFile. Looks for EOS by default. #1070 | ||
* Improvements to exception raising. #1071 | ||
* Update default config for treatment of output files. Particularly for batch backends. #1088 | ||
|
||
-------------------------------------------------------------------------------------------------------------- | ||
ganga/python/GangaLHCb | ||
-------------------------------------------------------------------------------------------------------------- | ||
* Turn on metadata by default for BenderBox applications #1050 | ||
* Bugfix to GaudiExec RT handler #1086 | ||
|
||
-------------------------------------------------------------------------------------------------------------- | ||
ganga/python/GangaDirac | ||
-------------------------------------------------------------------------------------------------------------- | ||
* Make Dirac proxy configurable - LHCb calls lhcb-proxy-init by default now #1047 | ||
* Fix for DiracFile remoteDir. Setting remoteDir set the path location for the output of Dirac jobs. See help(DiracFile) for examples. #1072 | ||
|
||
-------------------------------------------------------------------------------------------------------------- | ||
ganga/python/GangaAtlas | ||
-------------------------------------------------------------------------------------------------------------- | ||
* Update GLITE_SETUP path #1084 | ||
* Fix to allow LSF jobs to work after setting up with Athena #1084 | ||
* Remove tagdataset #1065 | ||
* Fix for Atlas nightlies #1064 | ||
|
||
************************************************************************************************************** |