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

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed Aug 22 08:18:04 CEST 2012


Author: murray
Date: 2012-08-22 08:18:04 +0200 (Wed, 22 Aug 2012)
New Revision: 479

Modified:
   pkg/ChangeLog
   pkg/DESCRIPTION
   pkg/inst/NEWS.Rd
Log:
Document latest patch.



Modified: pkg/ChangeLog
===================================================================
--- pkg/ChangeLog	2012-08-22 04:56:50 UTC (rev 478)
+++ pkg/ChangeLog	2012-08-22 06:18:04 UTC (rev 479)
@@ -1,3 +1,11 @@
+2012-08-21  Murray Stokely  <murray at FreeBSD.org>
+
+	* src/mutators.cpp: Add better input checking when setting an
+	optional field to avoid an uncaught exception that would kill the
+	R session, and add a test.
+	* inst/unitTests/runit.golden.message.R (test.invalidAssignments):
+	Add test for this.
+
 2012-08-18  Dirk Eddelbuettel  <edd at debian.org>
 
 	* Applied two more patches by Murray and Karl:
@@ -11,9 +19,9 @@
 2012-08-09  Dirk Eddelbuettel  <edd at debian.org>
 
 	* Applied two more patches by Murray:
-	  - R/wrapper_FielDescriptor.R: correct more '_' and '__' mismatches
+	  - R/wrapper_FieldDescriptor.R: correct more '_' and '__' mismatches
 	  - man/*: update manual pages for style, add examples
-	  - src/mutators.cpp: add tests for NA in boolean vectors
+	  - src/mutators.cpp: fix bug in handling of NA in boolean vectors
 	  - inst/unitTests/runit.golden.message.R: add unit test
 
 2012-08-08  Dirk Eddelbuettel  <edd at debian.org>

Modified: pkg/DESCRIPTION
===================================================================
--- pkg/DESCRIPTION	2012-08-22 04:56:50 UTC (rev 478)
+++ pkg/DESCRIPTION	2012-08-22 06:18:04 UTC (rev 479)
@@ -1,5 +1,5 @@
 Package: RProtoBuf
-Version: 0.2.5.1
+Version: 0.2.5.2
 Date: $Date$
 Author: Romain Francois <romain at r-enthusiasts.com> and Dirk Eddelbuettel <edd at debian.org>
 Maintainer: Dirk Eddelbuettel <edd at debian.org>

Modified: pkg/inst/NEWS.Rd
===================================================================
--- pkg/inst/NEWS.Rd	2012-08-22 04:56:50 UTC (rev 478)
+++ pkg/inst/NEWS.Rd	2012-08-22 06:18:04 UTC (rev 479)
@@ -4,11 +4,13 @@
 
 \section{Changes in version 0.2.6 (2012-xx-yy)}{
   \itemize{
-    \item Applied two more patches by Murray to
+    \item Applied three more patches by Murray to
     \itemize{
       \item correct '_' and '__' mismatches in wrapper calls
       \item update a few manual pages for style, and add examples
-      \item add tests for NA values in boolean vectors 
+      \item fix a bug where NAs were silently treated as TRUE for logical/bool types
+      \item fix a bug that caused crashes when adding vectors to optional fields
+      \item fix bugs in readASCII that returned empty protocol buffers when the file or connection could not be opened
       \item add a unit test for this new check
     }
   }
@@ -81,4 +83,3 @@
     \item Initial CRAN release
   }
 }
-



More information about the Rprotobuf-commits mailing list