[Rivet-svn] r3621 - trunk

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Fri Mar 16 17:51:40 GMT 2012


Author: buckley
Date: Fri Mar 16 17:51:40 2012
New Revision: 3621

Log:
Version change to 1.8.0beta0 -- nearly ready for long-awaited release!

Modified:
   trunk/ChangeLog
   trunk/configure.ac

Modified: trunk/ChangeLog
==============================================================================
--- trunk/ChangeLog	Fri Mar 16 17:50:32 2012	(r3620)
+++ trunk/ChangeLog	Fri Mar 16 17:51:40 2012	(r3621)
@@ -1,5 +1,10 @@
 2012-03-16  Andy Buckley  <andy.buckley at cern.ch>
 
+	* Version change to 1.8.0beta0 -- nearly ready for long-awaited release!
+
+	* pyext/setup.py.in: Adding handling for the YAML library: fix for
+	Genser build from Anton Karneyeu.
+
 	* src/Analyses/LHCB_2011_I917009.cc: Hiding lifetime-lookup error
 	message if the offending particle is not a hadron.
 
@@ -29,7 +34,7 @@
 2012-02-28  Hendrik Hoeth <hendrik.hoeth at cern.ch>
 
 	* lighthisto.py: Caching for re.compile(). This speeds up aida2flat
-	ant flat2aida by more than an order of magnitude.
+	and flat2aida by more than an order of magnitude.
 
 2012-02-27  Andy Buckley  <andy.buckley at cern.ch>
 

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	Fri Mar 16 17:50:32 2012	(r3620)
+++ trunk/configure.ac	Fri Mar 16 17:51:40 2012	(r3621)
@@ -1,7 +1,7 @@
 ## Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.59)
-AC_INIT([Rivet],[1.8.0alpha0],[rivet at projects.hepforge.org],[Rivet])
+AC_INIT([Rivet],[1.8.0beta0],[rivet at projects.hepforge.org],[Rivet])
 if test "$prefix" = "$PWD"; then
   AC_MSG_ERROR([Installation into the build directory is not supported: use a different --prefix argument])
 fi


More information about the Rivet-svn mailing list