[Rinside-commits] r253 - in pkg: . inst
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Fri Sep 7 03:14:05 CEST 2012
Author: edd
Date: 2012-09-07 03:14:04 +0200 (Fri, 07 Sep 2012)
New Revision: 253
Modified:
pkg/ChangeLog
pkg/DESCRIPTION
pkg/inst/NEWS.Rd
Log:
release 0.2.8
Modified: pkg/ChangeLog
===================================================================
--- pkg/ChangeLog 2012-09-06 01:44:09 UTC (rev 252)
+++ pkg/ChangeLog 2012-09-07 01:14:04 UTC (rev 253)
@@ -1,3 +1,7 @@
+2012-09-06 Dirk Eddelbuettel <edd at debian.org>
+
+ * DESCRIPTION: Release 0.2.8
+
2012-09-05 Dirk Eddelbuettel <edd at debian.org>
* src/Makevars: Updating required headers here now
Modified: pkg/DESCRIPTION
===================================================================
--- pkg/DESCRIPTION 2012-09-06 01:44:09 UTC (rev 252)
+++ pkg/DESCRIPTION 2012-09-07 01:14:04 UTC (rev 253)
@@ -1,6 +1,6 @@
Package: RInside
Title: C++ classes to embed R in C++ applications
-Version: 0.2.7.1
+Version: 0.2.8
Date: $Date$
Author: Dirk Eddelbuettel and Romain Francois
Maintainer: Dirk Eddelbuettel <edd at debian.org>
Modified: pkg/inst/NEWS.Rd
===================================================================
--- pkg/inst/NEWS.Rd 2012-09-06 01:44:09 UTC (rev 252)
+++ pkg/inst/NEWS.Rd 2012-09-07 01:14:04 UTC (rev 253)
@@ -2,14 +2,15 @@
\title{News for Package 'RInside'}
\newcommand{\cpkg}{\href{http://CRAN.R-project.org/package=#1}{\pkg{#1}}}
-\section{Changes in RInside version 0.2.8 (2012-xx-yy)}{
+\section{Changes in RInside version 0.2.8 (2012-09-06)}{
\itemize{
\item Added CMake build support for armadillo and eigen examples,
once again kindly contributed by Peter Aberline
- \item Corrected Windows package build to always generated a 64 bit
+ \item Corrected Windows package build to always generate a 64 bit
static library too
\item Updated package build to no longer require configure{.win} to
update the two header file supplying compile-time information
+ \item Improved examples/standard/Makefile.win by detecting architecture
}
}
\section{Changes in RInside version 0.2.7 (2012-08-12)}{
More information about the Rinside-commits
mailing list