[Rcpp-commits] r1506 - in pkg/Rcpp: . debian inst
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Wed Jun 9 18:19:44 CEST 2010
Author: edd
Date: 2010-06-09 18:19:44 +0200 (Wed, 09 Jun 2010)
New Revision: 1506
Modified:
pkg/Rcpp/DESCRIPTION
pkg/Rcpp/NEWS
pkg/Rcpp/debian/changelog
pkg/Rcpp/inst/ChangeLog
Log:
Release 0.8.2
Modified: pkg/Rcpp/DESCRIPTION
===================================================================
--- pkg/Rcpp/DESCRIPTION 2010-06-09 15:52:18 UTC (rev 1505)
+++ pkg/Rcpp/DESCRIPTION 2010-06-09 16:19:44 UTC (rev 1506)
@@ -1,6 +1,6 @@
Package: Rcpp
Title: Rcpp R/C++ interface package
-Version: 0.8.1.1
+Version: 0.8.2
Date: $Date$
Author: Dirk Eddelbuettel and Romain Francois, with contributions
by Simon Urbanek, David Reiss and Douglas Bates; based on code written during
Modified: pkg/Rcpp/NEWS
===================================================================
--- pkg/Rcpp/NEWS 2010-06-09 15:52:18 UTC (rev 1505)
+++ pkg/Rcpp/NEWS 2010-06-09 16:19:44 UTC (rev 1506)
@@ -1,3 +1,8 @@
+0.8.2 2010-06-09
+
+ o Bug-fix release for suncc compiler with thanks to Brian Ripley for
+ additional testing.
+
0.8.1 2010-06-08
o This release adds Rcpp modules. An Rcpp module is a collection of
Modified: pkg/Rcpp/debian/changelog
===================================================================
--- pkg/Rcpp/debian/changelog 2010-06-09 15:52:18 UTC (rev 1505)
+++ pkg/Rcpp/debian/changelog 2010-06-09 16:19:44 UTC (rev 1506)
@@ -1,3 +1,9 @@
+rcpp (0.8.2-1) unstable; urgency=low
+
+ * New release
+
+ -- Dirk Eddelbuettel <edd at debian.org> Wed, 09 Jun 2010 11:03:23 -0500
+
rcpp (0.8.1-1) unstable; urgency=low
* New release
Modified: pkg/Rcpp/inst/ChangeLog
===================================================================
--- pkg/Rcpp/inst/ChangeLog 2010-06-09 15:52:18 UTC (rev 1505)
+++ pkg/Rcpp/inst/ChangeLog 2010-06-09 16:19:44 UTC (rev 1506)
@@ -1,3 +1,9 @@
+2010-06-09 Dirk Eddelbuettel <edd at debian.org>
+
+ * DESCRIPTION: Release 0.8.2
+
+ * debian/*: Similarly updated for new release to Debian
+
2010-06-08 Romain Francois <romain at r-enthusiasts.com>
* src/RcppCommon.cpp: track if demangling is available (currently only
More information about the Rcpp-commits
mailing list