Skip to content

Commit

Permalink
release 0.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
eddelbuettel committed Mar 6, 2017
1 parent 36182a3 commit 20cc4ab
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
8 changes: 8 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2017-03-06 Dirk Eddelbuettel <[email protected]>

* DESCRIPTION (Version, Date): Release 0.4.9

2017-03-05 Dirk Eddelbuettel <[email protected]>

* DESCRIPTION (Version, Date): Roll minor version and date
Expand All @@ -21,6 +25,10 @@
* R/with.R (generateActiveBindings): Idem
* R/has.R (._has_enum_name): Use PACKAGE= in .Call()

2017-02-26 David Kretch <[email protected]>

* vignettes/RProtoBuf-intro.Rnw: Several small corrections

2017-01-19 Dirk Eddelbuettel <[email protected]>

* configure.ac: Renamed from configure.in, minor edit
Expand Down
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: RProtoBuf
Version: 0.4.8.2
Date: 2017-03-05
Version: 0.4.9
Date: 2017-03-06
Author: Romain Francois, Dirk Eddelbuettel, Murray Stokely and Jeroen Ooms
Maintainer: Dirk Eddelbuettel <[email protected]>
Title: R Interface to the 'Protocol Buffers' 'API' (Version 2 or 3)
Expand Down
7 changes: 5 additions & 2 deletions inst/NEWS.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,18 @@
\newcommand{\ghpr}{\href{https://github.com/eddelbuettel/rprotobuf/pull/#1}{##1}}
\newcommand{\ghit}{\href{https://github.com/eddelbuettel/rprotobuf/issues/#1}{##1}}

\section{Changes in RProtoBuf version 0.4.9 (2017-03-xx)}{
\section{Changes in RProtoBuf version 0.4.9 (2017-03-06)}{
\itemize{
\item A new file \code{init.c} was added with calls to
\code{R_registerRoutines()} and \code{R_useDynamicSymbols()}
\item Symbol registration is enable in \code{useDynLib}
\item Several missing \code{PACKAGE=} arguments were added to
\code{.Call}
the corresponding \code{.Call} invocations
\item Two (internal) C++ functions were renamed with suffix
\code{_cpp} to disambiguate them from R functions with the same name
\item All of above were part of \ghpr{26}
\item Some editing corrections were made to the introductory
vignette (David Kretch in \ghpr{25})
\item The `configure.ac` file was updated, and renamed from the
older converntion `configure.in`, along with `src/Makevars`. (PR
\ghpr{24} fixing \ghit{23})
Expand Down

0 comments on commit 20cc4ab

Please sign in to comment.