Skip to content

Commit 682c0d4

Browse files
committed
changelog and news entry for #449, rolled Date and Version
1 parent 26f3388 commit 682c0d4

File tree

4 files changed

+22
-3
lines changed

4 files changed

+22
-3
lines changed

Diff for: ChangeLog

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
2016-03-26 Dirk Eddelbuettel <edd@debian.org>
2+
3+
* DESCRIPTION: Rolled Date and minor Version
4+
5+
2016-03-23 Sergio Marques <sergio.rtmarques@gmail.com>
6+
7+
* src/api.cpp: Also check a flag __MUSL__ to accomodate Alpine
8+
19
2016-03-22 Dirk Eddelbuettel <edd@debian.org>
210

311
* DESCRIPTION: Release 0.12.4

Diff for: DESCRIPTION

+2-2
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.4
4-
Date: 2016-03-22
3+
Version: 0.12.4.1
4+
Date: 2016-03-26
55
Author: Dirk Eddelbuettel, Romain Francois, JJ Allaire, Kevin Ushey,
66
Qiang Kou, Douglas Bates and John Chambers
77
Maintainer: Dirk Eddelbuettel <edd@debian.org>

Diff for: inst/NEWS.Rd

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.5 (2016-05-31)}{
7+
\itemize{
8+
\item Changes in Rcpp API:
9+
\itemize{
10+
The checks for different C library implementations now also check for Musl
11+
used by Alpine Linux (Sergio Marques in PR \ghpr{449}).
12+
}
13+
}
14+
}
15+
16+
\item New accessors \code{as()} and \code{clone()} were added to the
617
\section{Changes in Rcpp version 0.12.4 (2016-03-22)}{
718
\itemize{
819
\item Changes in Rcpp API:

Diff for: inst/include/Rcpp/config.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
#define RCPP_VERSION Rcpp_Version(0,12,4)
3131

3232
// the current source snapshot
33-
#define RCPP_DEV_VERSION RcppDevVersion(0,12,4,0)
33+
#define RCPP_DEV_VERSION RcppDevVersion(0,12,4,1)
3434

3535
#endif
3636

0 commit comments

Comments
 (0)