[Boostheaders-commits] r56 - / BoostHeadersROOT/inst
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sat Oct 12 15:16:00 CEST 2013
Author: edd
Date: 2013-10-12 15:15:59 +0200 (Sat, 12 Oct 2013)
New Revision: 56
Modified:
BoostHeadersROOT/inst/NEWS.Rd
CreateBoost.sh
Log:
Version is still 1.51.0-3 which was not yet released
Modified: BoostHeadersROOT/inst/NEWS.Rd
===================================================================
--- BoostHeadersROOT/inst/NEWS.Rd 2013-10-10 19:52:22 UTC (rev 55)
+++ BoostHeadersROOT/inst/NEWS.Rd 2013-10-12 13:15:59 UTC (rev 56)
@@ -4,6 +4,7 @@
\newcommand{\boost}{\href{http://www.boost.org}{\pkg{Boost}}}
\newcommand{\boostPkg}{\href{http://www.boost.org/doc/libs/release/libs/#1}{\pkg{#1}}}
\newcommand{\boostPkgTwo}{\href{http://www.boost.org/doc/libs/release/libs/#1}{\pkg{#2}}}
+\newcommand{\rfticket}{\href{https://r-forge.r-project.org/tracker/index.php?func=detail&aid=#1}{#1}}
\section{Changes in version 1.51.0-3 (2013-08-02)}{
\itemize{
@@ -13,15 +14,18 @@
\section{Changes in version 1.51.0-2 (2013-07-29)}{
\itemize{
- \item Expanded \boost coverage by adding \boost packages \boostPkg{random} and \boostPkg{unordered}.
+ \item Expanded \boost coverage by adding \boost packages
+ \boostPkg{random} and \boostPkg{unordered}.
}
}
\section{Changes in [unreleased] version 1.51.0-1 (2013-05-04)}{
\itemize{
\item Expanded \boost coverage by adding \boost packages \boostPkg{foreach},
- \boostPkgTwo{libs/math/doc/sf_and_dist/html/math_toolkit/dist.html}{statistical distributions},
- and \boostPkg{iostreams}. This addresses, respectively, R-Forge issue tickets 2527, 2533 and 2768).
+ \boostPkgTwo{libs/math/doc/sf_and_dist/html/math_toolkit/dist.html}{statistical
+ distributions}, and \boostPkg{iostreams}. This addresses,
+ respectively, R-Forge issue tickets \rfticket{2527}, \rfticket{2533}
+ and \rfticket{2768}).
\item The package can now also be used to compile CRAN package
\pkg{ExactNumCI} and \pkg{rcppbugs}.
}
Modified: CreateBoost.sh
===================================================================
--- CreateBoost.sh 2013-10-10 19:52:22 UTC (rev 55)
+++ CreateBoost.sh 2013-10-12 13:15:59 UTC (rev 56)
@@ -7,7 +7,7 @@
## First, download the new version of the Boost Libraries and
## set the variables boostall and version, here:
boostall="boost_1_51_0.tar.gz"
-version="1.51.0-4"
+version="1.51.0-3"
date="2013-10-10"
pkgdir="pkg/BH"
@@ -92,7 +92,7 @@
# Plus iostream (cf issue ticket #2768)
bcp --boost=${boostroot} iostreams ${pkgdir}/inst/include >> bcp.log
-# Plus dynamic_bitset (cf issue ticket #4991)
+# Plus dynamic_bitset (cf issue ticket #4991 -- may be non-issue and already implied)
bcp --boost=${boostroot} dynamic_bitset ${pkgdir}/inst/include >> bcp.log
# TODO: check with other packages
More information about the Boostheaders-commits
mailing list