[Rprotobuf-commits] r534 - in pkg: . inst
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Fri Sep 13 03:56:15 CEST 2013
Author: murray
Date: 2013-09-13 03:56:14 +0200 (Fri, 13 Sep 2013)
New Revision: 534
Modified:
pkg/DESCRIPTION
pkg/inst/NEWS.Rd
Log:
Update version to 0.3.0.2 and summarize more changes since last
CRAN release.
Modified: pkg/DESCRIPTION
===================================================================
--- pkg/DESCRIPTION 2013-09-13 01:50:54 UTC (rev 533)
+++ pkg/DESCRIPTION 2013-09-13 01:56:14 UTC (rev 534)
@@ -1,5 +1,5 @@
Package: RProtoBuf
-Version: 0.3.0.1
+Version: 0.3.0.2
Date: $Date$
Author: Romain Francois, Dirk Eddelbuettel and Murray Stokely
Maintainer: Dirk Eddelbuettel <edd at debian.org>
Modified: pkg/inst/NEWS.Rd
===================================================================
--- pkg/inst/NEWS.Rd 2013-09-13 01:50:54 UTC (rev 533)
+++ pkg/inst/NEWS.Rd 2013-09-13 01:56:14 UTC (rev 534)
@@ -10,9 +10,17 @@
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 Add support to P for returning extension descriptors.
+ \item Improved error messages to include field names when invalid
+ fields are specified to protocol buffer messages with new, update, etc.
\item Improved configure to detect and pass -std=c++0x if it is
- available to enable long long 64-bit integer support in Rcpp.
+ available to enable long long 64-bit integer support in Rcpp.
+ \item Improved configure in the case when pkg-config is not
+ available or does not know about the google protocol buffer
+ includes.
+ \item Replaced newly deprecated Rcpp macros with a simplified macro
+ functionality to avoid warnings on the latest development version of
+ Rcpp.
}
}
More information about the Rprotobuf-commits
mailing list