[Rprotobuf-commits] r527 - in pkg: . inst

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed Sep 4 02:38:59 CEST 2013


Author: murray
Date: 2013-09-04 02:38:59 +0200 (Wed, 04 Sep 2013)
New Revision: 527

Modified:
   pkg/ChangeLog
   pkg/inst/NEWS.Rd
Log:
Summarize changes since last release.



Modified: pkg/ChangeLog
===================================================================
--- pkg/ChangeLog	2013-09-04 00:30:14 UTC (rev 526)
+++ pkg/ChangeLog	2013-09-04 00:38:59 UTC (rev 527)
@@ -1,5 +1,6 @@
 2013-09-03  Murray Stokely  <murray at FreeBSD.org>
 
+	* inst/NEWS.Rd: Summarize changes since the last release.
 	* vignettes/RProtoBuf/RProtoBuf.Rnw: Add a new section on 64-bit
 	  issues, document the RProtoBuf.int64AsString option, break out the
 	  'other approaches' section from the 'future work', and fix a few

Modified: pkg/inst/NEWS.Rd
===================================================================
--- pkg/inst/NEWS.Rd	2013-09-04 00:30:14 UTC (rev 526)
+++ pkg/inst/NEWS.Rd	2013-09-04 00:38:59 UTC (rev 527)
@@ -2,6 +2,20 @@
 \title{News for Package \pkg{RProtoBuf}}
 \newcommand{\cpkg}{\href{http://CRAN.R-project.org/package=#1}{\pkg{#1}}}
 
+% TODO(edd): Update date and version number.
+\section{Changes in RProtoBuf version 0.3.1 (2013-09-XX)}{
+  \itemize{
+    \item Added support for setting and getting 64-bit integer types as
+      character strings of decimal integers to work around R's lack of
+      native 64-bit integer types.
+    \item Added better error handling, documentation, and tests to the
+      extensions support (getExtension and setExtension).
+    \item Add support to P for returning extension descriptors.
+    \item Improved configure to detect and pass -std=c++0x if it is
+      available to enable long long 64-bit integer support in Rcpp.
+  }
+}
+
 \section{Changes in RProtoBuf version 0.3 (2013-07-13)}{
   \itemize{
     \item Added support for Protocol Buffer extensions through the new



More information about the Rprotobuf-commits mailing list