[Rcpp-commits] r3447 - in pkg/RcppArmadillo: . inst
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sat Jan 28 03:29:07 CET 2012
Author: edd
Date: 2012-01-28 03:29:06 +0100 (Sat, 28 Jan 2012)
New Revision: 3447
Modified:
pkg/RcppArmadillo/ChangeLog
pkg/RcppArmadillo/DESCRIPTION
pkg/RcppArmadillo/inst/NEWS
Log:
Release 0.2.35
Modified: pkg/RcppArmadillo/ChangeLog
===================================================================
--- pkg/RcppArmadillo/ChangeLog 2012-01-25 15:50:57 UTC (rev 3446)
+++ pkg/RcppArmadillo/ChangeLog 2012-01-28 02:29:06 UTC (rev 3447)
@@ -1,3 +1,7 @@
+2012-01-27 Dirk Eddelbuettel <edd at debian.org>
+
+ * DESCRIPTION: Release 0.2.35
+
2011-12-31 Dirk Eddelbuettel <edd at debian.org>
* inst/include/RcppArmadillo/Mat_meat.h: Add missing semicolon in
Modified: pkg/RcppArmadillo/DESCRIPTION
===================================================================
--- pkg/RcppArmadillo/DESCRIPTION 2012-01-25 15:50:57 UTC (rev 3446)
+++ pkg/RcppArmadillo/DESCRIPTION 2012-01-28 02:29:06 UTC (rev 3447)
@@ -1,7 +1,7 @@
Package: RcppArmadillo
Type: Package
Title: Rcpp integration for Armadillo templated linear algebra library
-Version: 0.2.34.1
+Version: 0.2.35
Date: $Date$
Author: Romain Francois, Dirk Eddelbuettel and Doug Bates
Maintainer: Romain Francois, Dirk Eddelbuettel and Doug Bates <RcppArmadillo-authors at r-enthusiasts.com>
Modified: pkg/RcppArmadillo/inst/NEWS
===================================================================
--- pkg/RcppArmadillo/inst/NEWS 2012-01-25 15:50:57 UTC (rev 3446)
+++ pkg/RcppArmadillo/inst/NEWS 2012-01-28 02:29:06 UTC (rev 3447)
@@ -1,3 +1,18 @@
+0.2.35 2012-01-27
+
+ o Minor bug fix release improving corner cases affecting builds:
+
+ * Missing semicolon added in Mat_meat (when in C++0x mode), with
+ thanks to Teo Guo Ci
+ * Armadillo version vars now instantiated in RcppArmadillo.cpp
+ which helps older g++ versions, with thanks to Gershon Bialer
+ * Thanks also to Martin Renner for testing these changes
+
+ * Unit tests output fallback directory changed per Brian Ripley's
+ request to not ever use /tmp
+
+ * Minor update to version numbers in RcppArmadillo-package.Rd
+
0.2.34 2011-12-12
o Upgraded to Armadillo release 2.4.2
More information about the Rcpp-commits
mailing list