Skip to content

Commit 7687508

Browse files
committed
roll minor version to 0.12.11.2
1 parent 428b471 commit 7687508

File tree

3 files changed

+17
-7
lines changed

3 files changed

+17
-7
lines changed

ChangeLog

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
1+
2017-06-04 Dirk Eddelbuettel <[email protected]>
2+
3+
* DESCRIPTION (Version, Date): Roll minor version
4+
5+
* man/Rcpp.plugin.maker.Rd: Update manual page to additional Imports
6+
argument
7+
18
2017-06-02 JJ Allaire <[email protected]>
29

3-
* src/attributes.cpp: Automatically register init functions for RcppModules
4-
* R/Rcpp.package.skeleton.R: compileAttributes only after all code is generated
10+
* src/attributes.cpp: Automatically register init functions for
11+
RcppModules
12+
* R/Rcpp.package.skeleton.R: compileAttributes only after all code is
13+
generated
514

615
2017-06-01 JJ Allaire <[email protected]>
716

@@ -14,9 +23,9 @@
1423
2017-05-23 JJ Allaire <[email protected]>
1524

1625
* R/Attributes.R: Execute tools::package_native_routine_registration_skeleton
17-
within package rather than current working directory.
26+
within package rather than current working directory.
1827
* src/attributes.cpp: Execute tools::package_native_routine_registration_skeleton
19-
within package rather than current working directory.
28+
within package rather than current working directory.
2029

2130
2017-05-22 Dirk Eddelbuettel <[email protected]>
2231

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.11.1
4-
Date: 2017-05-20
3+
Version: 0.12.11.2
4+
Date: 2017-06-04
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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
or newer (Elias Pipping in \ghpr{698}).
1818
\item Fix native registration for exports with name attribute (\ghpr{703}
1919
addressing \ghit{702}).
20-
\item Automatically register init functions for RcppModules.
20+
\item Automatically register init functions for Rcpp Modules (\ghpr{705}
21+
addressing \ghit{704}).
2122
}
2223
}
2324
}

0 commit comments

Comments
 (0)