[Rcpp-commits] r4585 - in pkg/Rcpp: . debian inst/include/Rcpp
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sun Oct 27 23:19:22 CET 2013
Author: edd
Date: 2013-10-27 23:19:22 +0100 (Sun, 27 Oct 2013)
New Revision: 4585
Modified:
pkg/Rcpp/ChangeLog
pkg/Rcpp/DESCRIPTION
pkg/Rcpp/debian/changelog
pkg/Rcpp/debian/copyright
pkg/Rcpp/debian/rules
pkg/Rcpp/inst/include/Rcpp/config.h
Log:
Rcpp release 0.10.6
Modified: pkg/Rcpp/ChangeLog
===================================================================
--- pkg/Rcpp/ChangeLog 2013-10-27 01:00:06 UTC (rev 4584)
+++ pkg/Rcpp/ChangeLog 2013-10-27 22:19:22 UTC (rev 4585)
@@ -1,3 +1,10 @@
+2013-10-27 Dirk Eddelbuettel <edd at debian.org>
+
+ * DESCRIPTION: Release 0.10.6
+ * inst/NEWS.Rd: Release 0.10.6
+ * inst/include/Rcpp/config.h: Release 0.10.5
+ * debian/*: Similarly updated for new release to Debian
+
2013-10-17 JJ Allaire <jj at rstudio.org>
* R/Attributes.R: sourceCpp now correctly binds to Rtools 3.0 and 3.1
@@ -10,12 +17,13 @@
2013-10-16 Romain Francois <romain at r-enthusiasts.com>
- * include/Rcpp/api/meat/is.h : added missing implementation for
- is<Language> and is<DottedPair>
+ * include/Rcpp/api/meat/is.h : added missing implementation for
+ is<Language> and is<DottedPair>
2013-10-14 Romain Francois <romain at r-enthusiasts.com>
-
- * inst/include/Rcpp/protection/protection.h: added Shield/Shelter/Armor
+
+ * inst/include/Rcpp/protection/protection.h: added
+ Shield/Shelter/Armor
* DESCRIPTION: bump to version 0.10.5.3
2013-10-12 Dirk Eddelbuettel <edd at debian.org>
Modified: pkg/Rcpp/DESCRIPTION
===================================================================
--- pkg/Rcpp/DESCRIPTION 2013-10-27 01:00:06 UTC (rev 4584)
+++ pkg/Rcpp/DESCRIPTION 2013-10-27 22:19:22 UTC (rev 4585)
@@ -1,6 +1,6 @@
Package: Rcpp
Title: Seamless R and C++ Integration
-Version: 0.10.5.3
+Version: 0.10.6
Date: $Date$
Author: Dirk Eddelbuettel and Romain Francois, with contributions
by Douglas Bates, John Chambers and JJ Allaire
Modified: pkg/Rcpp/debian/changelog
===================================================================
--- pkg/Rcpp/debian/changelog 2013-10-27 01:00:06 UTC (rev 4584)
+++ pkg/Rcpp/debian/changelog 2013-10-27 22:19:22 UTC (rev 4585)
@@ -1,3 +1,9 @@
+rcpp (0.10.6-1) unstable; urgency=low
+
+ * New release
+
+ -- Dirk Eddelbuettel <edd at debian.org> Sun, 27 Oct 2013 16:47:29 -0500
+
rcpp (0.10.5-1) unstable; urgency=low
* New release
Modified: pkg/Rcpp/debian/copyright
===================================================================
--- pkg/Rcpp/debian/copyright 2013-10-27 01:00:06 UTC (rev 4584)
+++ pkg/Rcpp/debian/copyright 2013-10-27 22:19:22 UTC (rev 4585)
@@ -19,7 +19,7 @@
Copyright (C) 2005 - 2006 Dominick Samperi
Copyright (C) 2008 Dirk Eddelbuettel
-Copyright (C) 2009 - 2010 Dirk Eddelbuettel and Romain Francois
+Copyright (C) 2009 - 2013 Dirk Eddelbuettel and Romain Francois
Portions Copyright (C) 2008 Simon Urbanek
Portions Copyright (C) 2010 Doug Bates
Modified: pkg/Rcpp/debian/rules
===================================================================
--- pkg/Rcpp/debian/rules 2013-10-27 01:00:06 UTC (rev 4584)
+++ pkg/Rcpp/debian/rules 2013-10-27 22:19:22 UTC (rev 4585)
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
# -*- makefile -*-
# debian/rules file for the Debian/GNU Linux rcpp package
-# Copyright 2003-2008 by Dirk Eddelbuettel <edd at debian.org>
+# Copyright 2003-2013 by Dirk Eddelbuettel <edd at debian.org>
include /usr/share/R/debian/r-cran.mk
Modified: pkg/Rcpp/inst/include/Rcpp/config.h
===================================================================
--- pkg/Rcpp/inst/include/Rcpp/config.h 2013-10-27 01:00:06 UTC (rev 4584)
+++ pkg/Rcpp/inst/include/Rcpp/config.h 2013-10-27 22:19:22 UTC (rev 4585)
@@ -25,7 +25,7 @@
#define Rcpp_Version(v,p,s) (((v) * 65536) + ((p) * 256) + (s))
// All three digits have to be integers for g++-4.7 or later
-#define RCPP_VERSION Rcpp_Version(0,10,5)
+#define RCPP_VERSION Rcpp_Version(0,10,6)
// Rcpp 0.10.3 has initial support for new preserve/release semantics
// This switch enables a rollback to the standard R preserve/release semantics
More information about the Rcpp-commits
mailing list