Skip to content

Commit 5a2f240

Browse files
committed
updated ChangeLog and NEWS, rolled minor version and Date
1 parent dc8b456 commit 5a2f240

File tree

3 files changed

+21
-5
lines changed

3 files changed

+21
-5
lines changed

ChangeLog

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
1+
2015-07-20 Dirk Eddelbuettel <[email protected]>
2+
3+
* DESCRIPTION: Rolled minor Date and Version
4+
5+
* R/Attributes.R: Use explicit 'utils::assignInMyNamespace'
6+
7+
* R/Rcpp.package.skeleton.R: Use explicit 'utils::package.skeleton'
8+
19
2015-07-17 JJ Allaire <[email protected]>
210

311
* Rcpp.Rproj: don't use devtools mode in RStudio (enables the
412
Test Package command to invoke the RUnit based test-suite)
5-
* src/attributes.cpp: Correctly handle signature termination
13+
* src/attributes.cpp: Correctly handle signature termination
614
characters ('{' or ';') contained in quotes
715

816
2015-07-16 Kevin Ushey <[email protected]>
@@ -16,6 +24,11 @@
1624

1725
* src/attributes.cpp: fix crash on second call to sourceCpp
1826

27+
2015-07-07 Qiang Kou <[email protected]>
28+
29+
* src/include/Rcpp/String.h: Use Rcpp_PreserveObject and
30+
Rcpp_ReplaceObject to protect underlying SEXP inside String objects
31+
1932
2015-07-07 Matt P. Dziubinski <[email protected]>
2033

2134
* inst/include/Rcpp/sugar/functions/var.h: Variance -- changed from
@@ -32,7 +45,7 @@
3245

3346
* .clang_format: Added
3447

35-
2015-06-25 Kevin Ushey <[email protected]>
48+
2015-06-25 Kevin Ushey <[email protected]>
3649

3750
* inst/include/Rcpp/api/meat/Rcpp_eval.h: reset error after Rcpp_eval
3851
* inst/unitTests/cpp/Function.cpp: unit tests

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.11.6.3
4-
Date: 2015-07-14
3+
Version: 0.11.6.4
4+
Date: 2015-07-20
55
Author: Dirk Eddelbuettel, Romain Francois, JJ Allaire, Kevin Ushey,
66
Douglas Bates, and John Chambers
77
Maintainer: Dirk Eddelbuettel <[email protected]>

inst/NEWS.Rd

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,12 @@
1414
pull request 303 by Qiang Kou).
1515
\item The sugar function \code{sapply} now supports lambda functions.
1616
\item The \code{var} sugar function now uses a more robust two-pass
17-
method, supports complex numbers, with new unit tests added.
17+
method, supports complex numbers, with new unit tests added (via pull
18+
request 320 by Matt Dziubinski)
1819
\item \code{String} constructors now allow encodings (via pull request 310
1920
by Qiang Kou).
21+
\item \code{String} objects are preserving the underlying \code{SEXP}
22+
objects better (via pull request 322 by Qiang Kou)
2023
}
2124
\item Changes in Rcpp Attributes:
2225
\itemize{

0 commit comments

Comments
 (0)