[Rprotobuf-commits] r455 - pkg/inst
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Thu Aug 9 03:08:42 CEST 2012
Author: edd
Date: 2012-08-09 03:08:42 +0200 (Thu, 09 Aug 2012)
New Revision: 455
Added:
pkg/inst/NEWS.Rd
Removed:
pkg/inst/NEWS
Log:
renamed NEWS to NEWS.Rd
Deleted: pkg/inst/NEWS
===================================================================
--- pkg/inst/NEWS 2012-08-09 01:07:14 UTC (rev 454)
+++ pkg/inst/NEWS 2012-08-09 01:08:42 UTC (rev 455)
@@ -1,46 +0,0 @@
-0.2.4 2012-05-15
-
- o Applied several patches kindly supplied by Murray Stokely to
- - properly work with repeated strings
- - correct C++ function naming in a few instances
- - add an example of ascii export/import of messages
-
- o Suppport g++-4.7 and stricter #include file checking by adding unistd
-
- o Made small improvements to the startup code
-
-0.2.3 2011-04-12
-
- o Protect UINT64 and INT64 with '#ifdef RCPP_HAS_LONG_LONG' which
- itself is valid with either g++ <= 4.4, or newer versions if the
- -std=c++0x is used
-
- o The documentation Makefile now uses the $R_HOME environment variable
-
- o The documentation Makefile no longer calls clean in the all target
-
-0.2.2 2011-01-11
-
- o Applied two patches by Murray Stokely which
- - correct a typo preventing some functions from being called,
- - add bounds checking in call to google protobuf library,
- - add a new name method
- - add a tiny unit test for the above
- - add more graceful error handling
- - add support for import patterns other than .proto$,
- - add simple reading file that does not exist (exception) test
- - add simple repeated field unit test
-
-0.2.1 2010-10-18
-
- o Support for raw bytes added thanks to a patch by Koert Kuipers
-
-0.2.0 2010-09-10
-
- o Second release with numerous internal changes made possible by
- changes in Rcpp
-
-0.1-0 2010-02-01
-
- o Initial CRAN release
-
Copied: pkg/inst/NEWS.Rd (from rev 451, pkg/inst/NEWS)
===================================================================
--- pkg/inst/NEWS.Rd (rev 0)
+++ pkg/inst/NEWS.Rd 2012-08-09 01:08:42 UTC (rev 455)
@@ -0,0 +1,46 @@
+0.2.4 2012-05-15
+
+ o Applied several patches kindly supplied by Murray Stokely to
+ - properly work with repeated strings
+ - correct C++ function naming in a few instances
+ - add an example of ascii export/import of messages
+
+ o Suppport g++-4.7 and stricter #include file checking by adding unistd
+
+ o Made small improvements to the startup code
+
+0.2.3 2011-04-12
+
+ o Protect UINT64 and INT64 with '#ifdef RCPP_HAS_LONG_LONG' which
+ itself is valid with either g++ <= 4.4, or newer versions if the
+ -std=c++0x is used
+
+ o The documentation Makefile now uses the $R_HOME environment variable
+
+ o The documentation Makefile no longer calls clean in the all target
+
+0.2.2 2011-01-11
+
+ o Applied two patches by Murray Stokely which
+ - correct a typo preventing some functions from being called,
+ - add bounds checking in call to google protobuf library,
+ - add a new name method
+ - add a tiny unit test for the above
+ - add more graceful error handling
+ - add support for import patterns other than .proto$,
+ - add simple reading file that does not exist (exception) test
+ - add simple repeated field unit test
+
+0.2.1 2010-10-18
+
+ o Support for raw bytes added thanks to a patch by Koert Kuipers
+
+0.2.0 2010-09-10
+
+ o Second release with numerous internal changes made possible by
+ changes in Rcpp
+
+0.1-0 2010-02-01
+
+ o Initial CRAN release
+
More information about the Rprotobuf-commits
mailing list