Skip to content

Commit 15b3a87

Browse files
committed
new minor version and date; updated NEWS
1 parent 72f98ea commit 15b3a87

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

ChangeLog

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2018-02-14 Dirk Eddelbuettel <[email protected]>
2+
3+
* DESCRIPTION (Version, Date): New minor version
4+
15
2018-02-14 Kirill Müller <[email protected]>
26

37
* R/Attributes.R: Code compiled with cppFunction() uses .Call instead
@@ -22,7 +26,7 @@
2226
2018-01-16 Dirk Eddelbuettel <[email protected]>
2327

2428
* DESCRIPTION: Release 0.12.15
25-
* inst/NEWS.Rd: Release 0.12.15
29+
* inst/NEWS.Rd: Release 0.12.15
2630
* inst/bib/Rcpp.bib: Release 0.12.15
2731
* vignettes/Rcpp.bib: Release 0.12.15
2832
* inst/include/Rcpp/config.h: Release 0.12.15

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.15
4-
Date: 2018-01-16
3+
Version: 0.12.15.1
4+
Date: 2018-02-14
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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@
55

66
\section{Changes in Rcpp version 0.12.16 (2018-03-xx)}{
77
\itemize{
8+
\item Changes in Rcpp API:
9+
\itemize{
10+
\item The \code{long long} type can now be used on 64-bit Windows (Kevin
11+
in \ghpr{811})
12+
}
13+
\item Changes in Rcpp Attributes:
14+
\itemize{
15+
\item Code generated with \code{cppFunction()} now uses \code{.Call()}
16+
directly (Kirill Mueller in \ghpr{813} addressing \ghit{795}).
17+
}
818
\item Changes in Rcpp Documentation:
919
\itemize{
1020
\item The Rcpp FAQ vignette is now indexed as `Rcpp-FAQ`; a stale Gmane

0 commit comments

Comments
 (0)