From 304804945a942e3aff0d0bc12355a6fa1bc7eb80 Mon Sep 17 00:00:00 2001 From: Dirk Eddelbuettel Date: Sat, 20 Jan 2018 08:24:15 -0600 Subject: [PATCH] release 0.3.7 --- ChangeLog | 15 +++++++++++++++ DESCRIPTION | 4 ++-- inst/NEWS.Rd | 11 ++++++++--- 3 files changed, 25 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8f26994..c41ef7c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2018-01-20 Dirk Eddelbuettel + + * DESCRIPTION (Version, Date): New release 0.3.7 + +2018-01-19 Whit Armstrong + + * DESCRIPTION (Version): New minor version + + * src/subscribe.cpp: Rewritten and improved logic + +2017-12-03 randomee + + * R/blpAuthenticate.R: More usage examples in help page + * R/blpConnect.R: Reference blpAuthenticate + 2017-07-01 Dirk Eddelbuettel * DESCRIPTION (Version, Date): Roll minor version and date diff --git a/DESCRIPTION b/DESCRIPTION index cf0feb2..edbd87d 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: Rblpapi Title: R Interface to 'Bloomberg' -Version: 0.3.6.3 -Date: 2017-07-01 +Version: 0.3.8 +Date: 2018-01-20 Maintainer: Dirk Eddelbuettel Author: Whit Armstrong, Dirk Eddelbuettel and John Laing Imports: Rcpp (>= 0.11.0), utils diff --git a/inst/NEWS.Rd b/inst/NEWS.Rd index fba1215..dadd94e 100644 --- a/inst/NEWS.Rd +++ b/inst/NEWS.Rd @@ -4,13 +4,18 @@ \newcommand{\ghpr}{\href{https://github.com/Rblp/Rblpapi/pull/#1}{##1}} \newcommand{\ghit}{\href{https://github.com/Rblp/Rblpapi/issues/#1}{##1}} -\section{Changes in Rblpapi version 0.3.7 (2017-xx-yy)}{ +\section{Changes in Rblpapi version 0.3.7 (2018-01-20)}{ \itemize{ \item The 140 day limit for intra-day data histories is now - mentioned in the \code{getTicks} help. - \item The Travis CI script was updated to use \code{run.sh}. + mentioned in the \code{getTicks} help (Dirk in \ghpr{226} addressing + \ghit{215} and \ghit{225}). + \item The Travis CI script was updated to use \code{run.sh} (Dirk in \ghpr{226}). \item The \code{install_name_tool} invocation under macOS was corrected (@spennihana in \ghit{232}) + \item The \code{blpAuthenticate} help page has additional examples + (@randomee in \ghpr{252}). + \item The \code{blpAuthenticate} code was updated and improved (Whit + in \ghpr{258} addressing \ghpr{257}) } }