[Rprotobuf-commits] r504 - in pkg: . inst
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Mon Jul 15 04:14:30 CEST 2013
Author: murray
Date: 2013-07-15 04:14:30 +0200 (Mon, 15 Jul 2013)
New Revision: 504
Modified:
pkg/ChangeLog
pkg/DESCRIPTION
pkg/inst/NEWS.Rd
Log:
Summarize the changes since the last release in NEWS.Rd and increment versions
to 0.3.
Modified: pkg/ChangeLog
===================================================================
--- pkg/ChangeLog 2013-07-13 16:44:00 UTC (rev 503)
+++ pkg/ChangeLog 2013-07-15 02:14:30 UTC (rev 504)
@@ -1,3 +1,9 @@
+2013-07-13 Murray Stokely <murray at FreeBSD.org>
+
+ * inst/NEWS.Rd: Summarize new features since the last CRAN release
+ last year.
+ * DESCRIPTION: Increment version to 0.3.
+
2013-07-13 Dirk Eddelbuettel <edd at debian.org>
* man/Message-class.Rd: Added \alias entries for getExtension and
Modified: pkg/DESCRIPTION
===================================================================
--- pkg/DESCRIPTION 2013-07-13 16:44:00 UTC (rev 503)
+++ pkg/DESCRIPTION 2013-07-15 02:14:30 UTC (rev 504)
@@ -1,5 +1,5 @@
Package: RProtoBuf
-Version: 0.2.6.1
+Version: 0.3
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-07-13 16:44:00 UTC (rev 503)
+++ pkg/inst/NEWS.Rd 2013-07-15 02:14:30 UTC (rev 504)
@@ -2,6 +2,28 @@
\title{News for Package \pkg{RProtoBuf}}
\newcommand{\cpkg}{\href{http://CRAN.R-project.org/package=#1}{\pkg{#1}}}
+\section{Changes in RProtoBuf version 0.3 (2013-07-13)}{
+ \itemize{
+ \item Added support for Protocol Buffer extensions through the new
+ getExtension and setExtension methods for Message objects, and added
+ top-level extensions to the descriptor pool.
+ \item Added more user-friendly show() methods for Messages,
+ Descriptors, and other RProtoBuf objects. A common source of
+ confusion on the mailing lists is to confuse Messages and
+ Descriptors. The new show() methods succinctly display more
+ information about e.g. the number of set fields in a message to
+ make it a little clearer to users what type of object they are
+ working with.
+ \item Added has method for EnumDescriptor objects to test existance
+ of a named constant in an enumeration, and fix a bug in the length
+ method for these objects.
+ \item Added a number method for EnumValueDescriptor objects to
+ return the number of a named enumeration constant directly.
+ \item Improved documentation and unit tests.
+ }
+}
+
+
\section{Changes in RProtoBuf version 0.2.6 (2012-10-04)}{
\itemize{
\item Applied several more patches by Murray to
More information about the Rprotobuf-commits
mailing list