Skip to content

Commit 43c24bc

Browse files
committed
update ChangeLog, NEWS; roll minor version
1 parent d869b5c commit 43c24bc

File tree

3 files changed

+21
-5
lines changed

3 files changed

+21
-5
lines changed

ChangeLog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
2018-03-21 Dirk Eddelbuettel <[email protected]>
2+
3+
* DESCRIPTION (Version, Date): Roll minor version
4+
5+
2018-03-18 Kevin Ushey <[email protected]>
6+
7+
* inst/include/Rcpp/stats/random/random.h: No inheritance from RNGScope
8+
19
2018-03-14 Dirk Eddelbuettel <[email protected]>
210

311
* vignettes/Rcpp-FAQ.Rmd: Correct a double-quote (thanks, Joris Meys)

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: Rcpp
22
Title: Seamless R and C++ Integration
3-
Version: 0.12.16
4-
Date: 2018-03-08
3+
Version: 0.12.16.1
4+
Date: 2018-03-21
55
Author: Dirk Eddelbuettel, Romain Francois, JJ Allaire, Kevin Ushey, Qiang Kou,
66
Nathan Russell, Douglas Bates and John Chambers
77
Maintainer: Dirk Eddelbuettel <[email protected]>

inst/NEWS.Rd

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
\newcommand{\ghpr}{\href{https://github.com/RcppCore/Rcpp/pull/#1}{##1}}
44
\newcommand{\ghit}{\href{https://github.com/RcppCore/Rcpp/issues/#1}{##1}}
55

6+
\section{Changes in Rcpp version 0.12.17 (2018-05-xx)}{
7+
\itemize{
8+
\item Changes in Rcpp API:
9+
\itemize{
10+
\item The random number \code{Generator} class no longer inhreits from
11+
\code{RNGScope} (Kevin in \ghpr{837} fixing \ghit{836}).
12+
}
13+
}
14+
}
15+
616
\section{Changes in Rcpp version 0.12.16 (2018-03-08)}{
717
\itemize{
818
\item Changes in Rcpp API:
@@ -13,8 +23,6 @@
1323
\item The \code{R::pythag} wrapper has been commented out; the underlying
1424
function has been gone from R since 2.14.0, and \code{::hypot()} (part of
1525
C99) is now used unconditionally for complex numbers (Dirk in \ghpr{826}).
16-
}
17-
\itemize{
1826
\item The \code{long long} type can now be used on 64-bit Windows (Kevin
1927
in \ghpr{811} and again in \ghpr{829} addressing \ghit{804}).
2028
}
@@ -27,7 +35,7 @@
2735
\itemize{
2836
\item The Rcpp FAQ vignette is now indexed as `Rcpp-FAQ`; a stale Gmane
2937
reference was removed and entry for getting compilers under Conda was added.
30-
\item The top-level README.md now has a _Support_ section.
38+
\item The top-level README.md now has a \emph{Support} section.
3139
\item The Rcpp.bib reference file was refreshed to current versions.
3240
}
3341
}

0 commit comments

Comments
 (0)