|
[yoda-svn] yoda: 5 new changesetsYODA Mercurial yoda at projects.hepforge.orgThu Jul 7 16:45:01 BST 2016
details: https://yoda.hepforge.org/hg/yoda/rev/09145d295162 branches: release-1-6 changeset: 1271:09145d295162 user: Andy Buckley <andy at insectnation.org> date: Wed Jul 06 23:25:11 2016 +0100 description: Cosmetics details: https://yoda.hepforge.org/hg/yoda/rev/18787e539ae6 branches: release-1-6 changeset: 1272:18787e539ae6 user: Andy Buckley <andy at insectnation.org> date: Wed Jul 06 23:26:20 2016 +0100 description: Mark for 1.6.2 release details: https://yoda.hepforge.org/hg/yoda/rev/d60cb6c2bdab branches: release-1-6 changeset: 1273:d60cb6c2bdab user: Andy Buckley <andy at insectnation.org> date: Thu Jul 07 16:35:21 2016 +0100 description: Merge from default details: https://yoda.hepforge.org/hg/yoda/rev/2a32b9e0b9a9 branches: release-1-6 changeset: 1274:2a32b9e0b9a9 user: Andy Buckley <andy at insectnation.org> date: Thu Jul 07 16:35:23 2016 +0100 description: Added tag yoda-1.6.1 for changeset 3d956bb73656 details: https://yoda.hepforge.org/hg/yoda/rev/b0fee696682a branches: release-1-6 changeset: 1275:b0fee696682a user: Andy Buckley <andy at insectnation.org> date: Thu Jul 07 16:35:44 2016 +0100 description: Added tag yoda-1.6.2 for changeset 2a32b9e0b9a9 diffs (41 lines): --- a/.hgtags Tue Jul 05 13:47:31 2016 +0100 +++ b/.hgtags Thu Jul 07 16:35:44 2016 +0100 @@ -41,3 +41,6 @@ 0000000000000000000000000000000000000000 yoda-1.6.0beta1 a57d544b72714e45c3a7bcf408479473ec2481a7 yoda-1.6.0 f27b8f2bddc522aaf30c06bb643207b67422fa9b yoda-1.6.1 +0000000000000000000000000000000000000000 yoda-1.6.1 +3d956bb73656d46a3118a5a5d03d25420c04f538 yoda-1.6.1 +2a32b9e0b9a9f962bd9ebb2ac7e611981da14ce4 yoda-1.6.2 --- a/ChangeLog Tue Jul 05 13:47:31 2016 +0100 +++ b/ChangeLog Thu Jul 07 16:35:44 2016 +0100 @@ -1,3 +1,7 @@ +2016-07-06 Andy Buckley <andy.buckley at cern.ch> + + * Version 1.6.2 release! + 2016-07-05 Andy Buckley <andy.buckley at cern.ch> * Pass the toNewScatter3D() scalebyarea flag to the called toScatter3D() functions. --- a/configure.ac Tue Jul 05 13:47:31 2016 +0100 +++ b/configure.ac Thu Jul 07 16:35:44 2016 +0100 @@ -1,7 +1,7 @@ ## Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT([YODA],[1.6.1],[yoda at projects.hepforge.org],[YODA]) +AC_INIT([YODA],[1.6.2],[yoda at projects.hepforge.org],[YODA]) ## Check and block installation into the src/build dir if test "$prefix" = "$PWD"; then --- a/src/ReaderYODA.cc Tue Jul 05 13:47:31 2016 +0100 +++ b/src/ReaderYODA.cc Thu Jul 07 16:35:44 2016 +0100 @@ -104,7 +104,7 @@ const string fmt = (parts.size() >= 4) ? parts[3] : "1"; // Set the new context and create a new AO to populate - /// @todo Store the block format version and use it to allow (occasional, careful) format evolution + /// @todo Use the block format version for (occasional, careful) format evolution if (ctxstr == "YODA_COUNTER") { context = COUNTER; cncurr = new Counter(path);
More information about the yoda-svn mailing list |