[Rcpp-commits] r3553 - pkg/Rcpp

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sat Mar 24 19:06:00 CET 2012


Author: edd
Date: 2012-03-24 19:06:00 +0100 (Sat, 24 Mar 2012)
New Revision: 3553

Modified:
   pkg/Rcpp/ChangeLog
   pkg/Rcpp/DESCRIPTION
Log:
minor ChangeLog edit
roll version to 0.9.10.1


Modified: pkg/Rcpp/ChangeLog
===================================================================
--- pkg/Rcpp/ChangeLog	2012-03-24 17:14:51 UTC (rev 3552)
+++ pkg/Rcpp/ChangeLog	2012-03-24 18:06:00 UTC (rev 3553)
@@ -1,10 +1,11 @@
 2012-03-24  Romain Francois  <romain at r-enthusiasts.com>
 
-	* src/cache.cpp: Using a single Rcpp_cache, stored in the Rcpp namespace
-	
-	* src/Evaluator.cpp: Using tryCatch instead of rcpp_tryCatch, no more using .Internal
-	
+	* src/cache.cpp: Using a single Rcpp_cache, stored in the Rcpp
+	namespace
 
+	* src/Evaluator.cpp: Using tryCatch instead of rcpp_tryCatch, no more
+	using .Internal; but still define rcpp_TryCatch for backwards compat.
+
 2012-03-23  Dirk Eddelbuettel  <edd at debian.org>
 
 	* inst/doc/Rcpp-FAQ/Rcpp-FAQ.Rnw: Added short subsection on how to

Modified: pkg/Rcpp/DESCRIPTION
===================================================================
--- pkg/Rcpp/DESCRIPTION	2012-03-24 17:14:51 UTC (rev 3552)
+++ pkg/Rcpp/DESCRIPTION	2012-03-24 18:06:00 UTC (rev 3553)
@@ -1,6 +1,6 @@
 Package: Rcpp
 Title: Seamless R and C++ Integration
-Version: 0.9.10
+Version: 0.9.10.1
 Date: $Date$
 Author: Dirk Eddelbuettel and Romain Francois, with contributions 
  by Douglas Bates and John Chambers



More information about the Rcpp-commits mailing list