[Rcpp-commits] r676 - pkg pkg/debian pkg/inst scripts

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sun Feb 14 19:22:43 CET 2010


Author: edd
Date: 2010-02-14 19:22:43 +0100 (Sun, 14 Feb 2010)
New Revision: 676

Modified:
   pkg/DESCRIPTION
   pkg/NEWS
   pkg/debian/changelog
   pkg/inst/ChangeLog
   scripts/runBuild.sh
Log:
release 0.7.7


Modified: pkg/DESCRIPTION
===================================================================
--- pkg/DESCRIPTION	2010-02-14 17:51:44 UTC (rev 675)
+++ pkg/DESCRIPTION	2010-02-14 18:22:43 UTC (rev 676)
@@ -1,6 +1,6 @@
 Package: Rcpp
 Title: Rcpp R/C++ interface package
-Version: 0.7.6
+Version: 0.7.7
 Date: $Date$
 Author: Dirk Eddelbuettel and Romain Francois, with contributions 
  by Simon Urbanek and David Reiss; based on code written during 

Modified: pkg/NEWS
===================================================================
--- pkg/NEWS	2010-02-14 17:51:44 UTC (rev 675)
+++ pkg/NEWS	2010-02-14 18:22:43 UTC (rev 676)
@@ -1,4 +1,4 @@
-0.7.7	(under development)
+0.7.7	2010-02-14
 
     o	new template classes Rcpp::unary_call and Rcpp::binary_call
     	that facilitates using R language calls together 

Modified: pkg/debian/changelog
===================================================================
--- pkg/debian/changelog	2010-02-14 17:51:44 UTC (rev 675)
+++ pkg/debian/changelog	2010-02-14 18:22:43 UTC (rev 676)
@@ -1,3 +1,9 @@
+rcpp (0.7.7-1) unstable; urgency=low
+
+  * New release
+
+ -- Dirk Eddelbuettel <edd at debian.org>  Sun, 14 Feb 2010 11:53:46 -0600
+
 rcpp (0.7.6-1) unstable; urgency=low
 
   * New release

Modified: pkg/inst/ChangeLog
===================================================================
--- pkg/inst/ChangeLog	2010-02-14 17:51:44 UTC (rev 675)
+++ pkg/inst/ChangeLog	2010-02-14 18:22:43 UTC (rev 676)
@@ -1,14 +1,20 @@
+2010-02-14  Dirk Eddelbuettel  <edd at debian.org>
+
+	* DESCRIPTION: Release 0.7.7
+
+	* debian/*: Similarly updated for new release to Debian
+
 2010-02-14  Romain Francois <romain at r-enthusiasts.com>
 
-	* src/Rcpp/Language.h: fixing serious bug. The 'code bloat' 
-	constructors taking a std::string did not explicitely 
-	create a symbol, so the created calls were wrong. 
+	* src/Rcpp/Language.h: fixing serious bug. The 'code bloat'
+	constructors taking a std::string did not explicitely
+	create a symbol, so the created calls were wrong.
 
 	* src/Rcpp/Language.h: new template classes Rcpp::unary_call
-	and Rcpp::binary_call to allow use of Language objects 
+	and Rcpp::binary_call to allow use of Language objects
 	in STL algorithms.
 
-	* inst/unitTests/runit.Language.R: unit test and example 
+	* inst/unitTests/runit.Language.R: unit test and example
 	of using unary_call and binary_call
 
 2010-02-12  Dirk Eddelbuettel  <edd at debian.org>

Modified: scripts/runBuild.sh
===================================================================
--- scripts/runBuild.sh	2010-02-14 17:51:44 UTC (rev 675)
+++ scripts/runBuild.sh	2010-02-14 18:22:43 UTC (rev 676)
@@ -8,4 +8,5 @@
 
 test -d tarballs   && cp -vax Rcpp_${version}.tar.gz tarballs/rcpp_${version}.orig.tar.gz
 test -d build-area && cp -vax Rcpp_${version}.tar.gz build-area/rcpp_${version}.orig.tar.gz
+test -d ~/www/code/rcpp && cp -vax Rcpp_${version}.tar.gz ~/www/code/rcpp
 



More information about the Rcpp-commits mailing list