[Rcpp-commits] r3434 - in pkg/Rcpp: . debian inst inst/include/Rcpp
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sun Dec 25 21:14:35 CET 2011
Author: edd
Date: 2011-12-25 21:14:33 +0100 (Sun, 25 Dec 2011)
New Revision: 3434
Modified:
pkg/Rcpp/ChangeLog
pkg/Rcpp/DESCRIPTION
pkg/Rcpp/debian/changelog
pkg/Rcpp/inst/NEWS
pkg/Rcpp/inst/include/Rcpp/config.h
Log:
Release 0.9.9
Modified: pkg/Rcpp/ChangeLog
===================================================================
--- pkg/Rcpp/ChangeLog 2011-12-25 15:28:41 UTC (rev 3433)
+++ pkg/Rcpp/ChangeLog 2011-12-25 20:14:33 UTC (rev 3434)
@@ -1,3 +1,10 @@
+2011-12-25 Dirk Eddelbuettel <edd at debian.org>
+
+ * DESCRIPTION: Release 0.9.9
+ * inst/NEWS: Release 0.9.9
+ * inst/include/Rcpp/config.h: Release 0.9.9
+ * debian/*: Similarly updated for new release to Debian
+
2011-12-24 Dirk Eddelbuettel <edd at debian.org>
* Reverting the 'int64' changes listed below (during the period from
Modified: pkg/Rcpp/DESCRIPTION
===================================================================
--- pkg/Rcpp/DESCRIPTION 2011-12-25 15:28:41 UTC (rev 3433)
+++ pkg/Rcpp/DESCRIPTION 2011-12-25 20:14:33 UTC (rev 3434)
@@ -1,6 +1,6 @@
Package: Rcpp
Title: Seamless R and C++ Integration
-Version: 0.9.8.4
+Version: 0.9.9
Date: $Date$
Author: Dirk Eddelbuettel and Romain Francois,
with contributions by Douglas Bates and John Chambers
Modified: pkg/Rcpp/debian/changelog
===================================================================
--- pkg/Rcpp/debian/changelog 2011-12-25 15:28:41 UTC (rev 3433)
+++ pkg/Rcpp/debian/changelog 2011-12-25 20:14:33 UTC (rev 3434)
@@ -1,3 +1,9 @@
+rcpp (0.9.9-1) unstable; urgency=low
+
+ * New release
+
+ -- Dirk Eddelbuettel <edd at debian.org> Sun, 25 Dec 2011 09:30:03 -0600
+
rcpp (0.9.8-1) unstable; urgency=low
* New release
Modified: pkg/Rcpp/inst/NEWS
===================================================================
--- pkg/Rcpp/inst/NEWS 2011-12-25 15:28:41 UTC (rev 3433)
+++ pkg/Rcpp/inst/NEWS 2011-12-25 20:14:33 UTC (rev 3434)
@@ -1,12 +1,10 @@
-0.9.9 2012-xx-yy
+0.9.9 2012-12-25
- o Reverting the 'int64' changes listed below (during the period from
- Oct-31 to Nov-07) which adversely affect packages using Rcpp
- We will re-apply the 'int64' changes in a way which should
- cooperate more easily with 'long' and 'unsigned long'.
- This covered svn revisions 3249 and 3264 to 3308.
+ o Reverting the 'int64' changes from release 0.9.8 which adversely
+ affect packages using Rcpp We will re-apply the 'int64' changes in a
+ way which should cooperate more easily with 'long' and 'unsigned long'.
- o Unit test output directory fallback changed to use Rcpp.Rcheck/
+ o Unit test output directory fallback changed to use Rcpp.Rcheck
o Conditioned two unit tests to not run on Windows where they now break
whereas they passed before, and continue to pass on other OSs
Modified: pkg/Rcpp/inst/include/Rcpp/config.h
===================================================================
--- pkg/Rcpp/inst/include/Rcpp/config.h 2011-12-25 15:28:41 UTC (rev 3433)
+++ pkg/Rcpp/inst/include/Rcpp/config.h 2011-12-25 20:14:33 UTC (rev 3434)
@@ -27,7 +27,7 @@
#endif
#define Rcpp_Version(v,p,s) (((v) * 65536) + ((p) * 256) + (s))
-#define RCPP_VERSION Rcpp_Version(0,9,8)
+#define RCPP_VERSION Rcpp_Version(0,9,9)
#endif
More information about the Rcpp-commits
mailing list