[Rivet-svn] rivet: 5 new changesets

Rivet Mercurial rivet at projects.hepforge.org
Thu Jul 7 16:45:01 BST 2016


details:   https://rivet.hepforge.org/hg/rivet/rev/99a373c83515
branches:  release-2-5-x
changeset: 5305:99a373c83515
user:      Andy Buckley <andy at insectnation.org>
date:      Thu Jul 07 16:31:05 2016 +0100
description:
Fix uninstalled header

details:   https://rivet.hepforge.org/hg/rivet/rev/6342afb6b879
branches:  release-2-5-x
changeset: 5306:6342afb6b879
user:      Andy Buckley <andy at insectnation.org>
date:      Thu Jul 07 16:31:18 2016 +0100
description:
Version 2.5.0 release

details:   https://rivet.hepforge.org/hg/rivet/rev/9ef0d7f645b0
branches:  release-2-5-x
changeset: 5307:9ef0d7f645b0
user:      Andy Buckley <andy at insectnation.org>
date:      Thu Jul 07 16:31:34 2016 +0100
description:
Added tag rivet-2.5.0 for changeset 6342afb6b879

details:   https://rivet.hepforge.org/hg/rivet/rev/c7ae3837c3ea
branches:  release-2-5-x
changeset: 5308:c7ae3837c3ea
user:      Andy Buckley <andy at insectnation.org>
date:      Thu Jul 07 16:31:53 2016 +0100
description:
Removed tag rivet-2.5.0beta1

details:   https://rivet.hepforge.org/hg/rivet/rev/811c6672ce92
branches:  release-2-5-x
changeset: 5309:811c6672ce92
user:      Andy Buckley <andy at insectnation.org>
date:      Thu Jul 07 16:31:55 2016 +0100
description:
Removed tag rivet-2.5.0beta2

diffs (42 lines):

--- a/.hgtags	Wed Jul 06 23:39:10 2016 +0100
+++ b/.hgtags	Thu Jul 07 16:31:55 2016 +0100
@@ -59,3 +59,8 @@
 28324a9ab8e39c73376934594e08f872bc442a76 rivet-2.4.3
 af77fa6d1c6408c7d8d70ff681996ee614cc6117 rivet-2.5.0beta1
 e46470f99190ee58a8f5cbc4c9788867e6b06d30 rivet-2.5.0beta2
+6342afb6b879ed61b8988c4521480a9f8406e1aa rivet-2.5.0
+af77fa6d1c6408c7d8d70ff681996ee614cc6117 rivet-2.5.0beta1
+0000000000000000000000000000000000000000 rivet-2.5.0beta1
+e46470f99190ee58a8f5cbc4c9788867e6b06d30 rivet-2.5.0beta2
+0000000000000000000000000000000000000000 rivet-2.5.0beta2
--- a/ChangeLog	Wed Jul 06 23:39:10 2016 +0100
+++ b/ChangeLog	Thu Jul 07 16:31:55 2016 +0100
@@ -1,3 +1,7 @@
+2016-07-07  Andy Buckley  <andy.buckley at cern.ch>
+
+	* Release version 2.5.0
+
 2016-07-01  Andy Buckley  <andy.buckley at cern.ch>
 
 	* Fix pandoc interface flag version detection.
--- a/configure.ac	Wed Jul 06 23:39:10 2016 +0100
+++ b/configure.ac	Thu Jul 07 16:31:55 2016 +0100
@@ -1,7 +1,7 @@
 ## Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.59)
-AC_INIT([Rivet],[trunk],[rivet at projects.hepforge.org],[Rivet])
+AC_INIT([Rivet],[2.5.0],[rivet at projects.hepforge.org],[Rivet])
 
 ## Check and block installation into the src/build dir
 if test "$prefix" = "$PWD"; then
--- a/include/Rivet/Makefile.am	Wed Jul 06 23:39:10 2016 +0100
+++ b/include/Rivet/Makefile.am	Thu Jul 07 16:31:55 2016 +0100
@@ -58,6 +58,7 @@
   Projections/MissingMomentum.hh \
   Projections/NeutralFinalState.hh \
   Projections/NonHadronicFinalState.hh \
+  Projections/NonPromptFinalState.hh \
   Projections/ParticleFinder.hh   \
   Projections/ParisiTensor.hh   \
   Projections/PrimaryHadrons.hh \


More information about the Rivet-svn mailing list