Skip to content

Commit 608b561

Browse files
committed
update ChangeLog and NEWS for recent commits, roll Date and Version
1 parent a74ed38 commit 608b561

File tree

3 files changed

+27
-2
lines changed

3 files changed

+27
-2
lines changed

ChangeLog

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
2015-08-15 Florian Plaza Oñate <[email protected]>
2+
3+
* inst/include/Rcpp/vector/converter.h: Correct conversion from const
4+
char argument (pull request #344, fixes issue #343)
5+
6+
2015-08-14 Florian Plaza Oñate <[email protected]>
7+
8+
* inst/include/Rcpp/vector/DimNameProxy.h: Add assignment operator,
9+
refactor code, update error message formatting (pull request #339)
10+
111
2015-08-05 Kevin Ushey <[email protected]>
212

313
* src/api.cpp: use `_WIN32` instead of `WIN32`

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

inst/NEWS.Rd

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22
\title{News for Package 'Rcpp'}
33
\newcommand{\cpkg}{\href{http://CRAN.R-project.org/package=#1}{\pkg{#1}}}
44

5+
\section{Changes in Rcpp version 0.12.1 (2015-xx-yy)}{
6+
\itemize{
7+
\item Changes in Rcpp API:
8+
\itemize{
9+
\item Correct use of WIN32 instead of _WIN32 to please Windows 10
10+
\item Add an assignment operator to DimNameProxy (PR #339)
11+
\item Correct character vector conversion from single char (PR #344, issue #343)
12+
}
13+
\item Changes in Rcpp Attributes:
14+
\itemize{
15+
\item Correctly reset directory in case of no-rebuilding but Windows code
16+
}
17+
}
18+
}
19+
520
\section{Changes in Rcpp version 0.12.0 (2015-07-24)}{
621
\itemize{
722
\item Changes in Rcpp API:

0 commit comments

Comments
 (0)