2016-05-08  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION (Version): Release 0.3.4

2016-04-20  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION (SystemRequirements): Clarify need for C++11 compiler

2016-04-15  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION (Version): Rolled minor version

	* src/blpVersion.cpp (getHeaderVersion): Use more defensive
	implementation not reyling on VersionInfo class
	* src/blpVersion.cpp (getRuntimeVersion): Ditto

	* src/blpVersion.cpp (getVersionIdentifier): Disabled as not in
	currently used Windows setup, and not used in startup message

2016-04-12  Dirk Eddelbuettel  <edd@debian.org>

        * R/bdh.R: Added note about 'DOCS #2072138 <GO>' on rolling futures
	* man/bdh.Rd: Ditto

2016-04-04  Dirk Eddelbuettel  <edd@debian.org>

	* NAMESPACE: Import utils::packageVersion now used in .onAttach

2016-04-03  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION (Version): Rolled minor version

	* src/blpVersion.cpp (getVersionIdentifier, getHeaderVersion),
	(getRunTimeVersion):  New helper functions to identify API versions
	* man/getHeaderVersion.Rd: New manual page
	* man/getRuntimeVersion.Rd: Ditto
	* man/getVersionIdentifier.Rd: Ditto

	* R/init.R (.onAttach): In verbose mode, show package and API version.

2016-03-23  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION (Version): Rolled minor version

	* R/beqs.R: More restrained output from \example(..., run.dontrun=TRUE)
	* R/bsrch.R: Idem
	* R/fieldSearch.R: Idem
	* R/getTicks.R: Idem
	* man/beqs.Rd: Idem
	* man/beqs.Rd: Idem
	* man/bsrch.Rd: Idem
	* man/fieldSearch.Rd: Idem

	* R/bdh.R: Additional example using options and overrides (to
	retrieve quarterly sales estimates)

2016-03-22  John Laing  <john.laing@gmail.com>

	* src/blpapi_utils.cpp: Add Integer64 type using REAL storage
	* src/Rblpapi_types.h: Idem

2016-03-22  Dirk Eddelbuettel  <edd@debian.org>

	* R/bds.R (bds): Correct docs to state single security and field
	* man/bds.Rd: Idem

2016-03-21  John Laing  <john.laing@gmail.com>

	* R/blpDisconnect.R: Fix typo
	* R/fieldInfo.R: Idem
	* man/blpDisconnect.Rd: Idem
	* man/fieldInfo.Rd: Idem

	* inst/unitTests/runit.examples.R: Run examples as unit test

2016-03-18  John Laing  <john.laing@gmail.com>

	* src/Rblpapi_types.h: Add Float type, same behavior as Double
	* src/blpapi_utils.cpp: Idem

	* inst/unitTests/runit.bdp.R: Column type tests

2016-03-17  Dirk Eddelbuettel  <edd@debian.org>

	* src/bdp.cpp (bdp_Impl): Support boolean option verbose
	* R/bdp.R (bdp): Idem
	* man/bdp.Rd (bdp): Idem

	* inst/unitTests/runit.getBars.R: Correct thinko in dealing with
	weekend / no-weekend case for data-drive unit test
	* inst/unitTests/runit.getTicks.R: Idem

2016-03-16  Dirk Eddelbuettel  <edd@debian.org>

	* src/Rblpapi_types.h: Renamed from rblpapi_types.h as Rcpp
	Attributes prefers a properly capitalized package name here
	* src/blpapi_utils.h: Corresponding update in include

2016-03-15  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION (Version): Release 0.3.3

	* README.md: Use canonical CRAN URL

2016-03-06  Dirk Eddelbuettel  <edd@debian.org>

	* R/subscribe.R: Correct URL of referenced Doxygen file to below
	bloomberg.github.io/blpapi-docs/cpp/3.8/

	* inst/NEWS.Rd: Filled some missing entries from the last few weeks
	* ChangeLog: Idem

	* inst/unitTests/runit.getTicks.R: Add simple correction for start
	and end times to avoid getting tripped by a weekend
	* inst/unitTests/runit.getBars.R: Idem

2016-03-02  Whit Armstrong  <armstrong.whit@gmail.com>

	* src/blpapi_utils.cpp: New Date conversion function bbgDateToRDate

	* inst/unitTests/runit.bdh.R: Additional Date conversion tests

2016-02-29  Dirk Eddelbuettel  <edd@debian.org>

	* R/bdh.R: Clarify in help page that order of securities in return
	may be different from order in 'securities' var (issues #101, #139)

2016-02-28  Dirk Eddelbuettel  <edd@debian.org>

	* src/bdh.cpp (bdh_Impl): Support boolean option verbose
	* R/bdh.R (bdh): Idem
	* man/bdh.Rd (bdh): Idem

2016-02-28  Dirk Eddelbuettel  <edd@debian.org>

	* src/bds.cpp (bds_Impl): Support boolean option verbose
	* R/bds.R (bds): Idem
	* man/bds.Rd (bds): Idem

2016-02-25  Whit Armstrong  <armstrong.whit@gmail.com>

	* src/blpapi_utils.cpp: New populateDfRow using new RblpapiT parameter
	* src/bdh.cpp: New RblpapiT parameter to match types
	* src/bdp.cpp: Idem
	* src/bds.cpp: Moved legacy populateDfRow here as populateDfRowBDS

	* src/blpapi_utils.cpp: Add default to DatetypeT::Datetime

	* inst/unitTests/runit.bdh.R: New unit test
	* inst/unitTests/runit.bdp.R: Idem

2016-02-25  Dirk Eddelbuettel  <edd@debian.org>

	* inst/unitTests/runit.getTicks.R: Two new test functions

	* tests/doRUnit.R: Improved setup logic
	* inst/unitTests/runit.getBars.R: Simplified setup

2016-02-24  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION (Suggests): Added RUnit
	* .travis.yml: Idem (though tests are skipped at Travis)

	* tests/doRUnit.R: Unit test wrapper using RUnit

	* inst/unitTests/runit.getBars.R: Two new test functions for
	getBars() as a start; requires ~/.R/rblpapiOptions.R with options()

2016-02-10  Whit Armstrong  <armstrong.whit@gmail.com>

	* src/bdp.cpp: check order of bbg response matches user reqeust order
	* src/blpapi_utils.cpp: move new util functions out of getFieldInfo.cpp
	* src/bds.cpp: move all LazyFrame related functions here

2016-02-09  Whit Armstrong  <armstrong.whit@gmail.com>

	* src/getFieldInfo.cpp: add overloaded allocateDataFrame using nrows (no rownames)
	* src/bdh.cpp: drop LazyFrame, preallocate result using getFieldTypes
	* R/fieldInfo.R: add fieldInfo function

2016-02-06  Whit Armstrong  <armstrong.whit@gmail.com>

	* src/bdp.cpp: drop LazyFrame, preallocate result using getFieldTypes
	* R/fieldInfo.R: new function 'fieldInfo'
	* src/getFieldInfo.cpp: cpp implementation for 'fieldInfo' function

2016-02-05  Dirk Eddelbuettel  <edd@debian.org>

	* R/bds.R: Add example of overrides use with bds()
	* man/bds.Rd: Ditto

2015-12-17  Morgan Williams <wmorgan85@gmail.com>

	* src/bsrch.cpp: Initial version of BSRCH functionality
	* R/bsrch.R: R side of new bsrch() function
	* man/bsrch.Rd: Manual page for bsrch()

2015-12-07  Martin Bel  <belmartin@outlook.com>

	* configure: Add 'method="libcurl"' to download.file call

2015-12-06  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION: Version 0.3.2

2015-12-04  Anonymous  <joel23888@users.noreply.github.com>

	* src/getBars.cpp: Changed to support a single options vector with
	named elements.
	* R/getBars.R: Idem
	* man/getBars.Rd: Corresponding manual page update

2015-11-23  Dirk Eddelbuettel  <edd@debian.org>

	* src/beqs.cpp: Minor postprocessing and cleanup

2015-11-23  Rademeyer Vermaak  <csrvermaak@hotmail.com>

	* src/beqs.cpp: More robust handling of empty return columns

2015-11-20  Dirk Eddelbuettel  <edd@debian.org>

	* src/beqs.cpp: Correct comparison for response type

2015-11-19  Dirk Eddelbuettel  <edd@debian.org>

	* configure (download): Use R to download instead of curl as the
	latter fails to follow redirect links on e.g. OS X -- but only when
	we have capabilities()[["libcurl"]] or else fall back to curl

	* src/beqs.cpp: Make g++-5.2 happy and use std::strcmp

	* .travis.yml (after_failure): Add new target to get more output

	* DESCRIPTION: Roll Date and Version

2015-11-16  Rademeyer Vermaak  <csrvermaak@hotmail.com>

	* src/bdh.R: Correct example

2015-11-09  Dirk Eddelbuettel  <edd@debian.org>

	* src/getBars.cpp: Also return value-traded per bar
	* R/getBars.R: Document additional return column

2015-11-09  Whit Armstrong  <armstrong.whit@gmail.com>

	* src/subscribe.cpp: Finalize live subscription
	* R/subscribe.R: Idem
	* man/subsribe.Rd: Idem

2015-11-06  Dirk Eddelbuettel  <edd@debian.org>

	* R/getBars.R: Check startTime and endTime for Datetime type;
	added example section to manual page
	* R/getTicks.R: Ditto

	* man/getBars.Rd: Added simple example from vignette
	* man/getTicks.Rd: Ditto

2015-11-02  Whit Armstrong  <armstrong.whit@gmail.com>

	* src/subscribe.cpp: Begginning of live subscription

2015-10-21  Dirk Eddelbuettel  <edd@debian.org>

	* R/beqs.R: Correct Date use in example section
	* man/beqs.Rd: Ditto

2015-10-18  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION: Version 0.3.1

2015-10-16  Dirk Eddelbuettel  <edd@debian.org>

	* src/beqs.cpp: More robust identification of column types,
	as well as presetting of result columns with NA values

	* src/beqs.cpp: Support 'Date' types in return

2015-10-11  Dirk Eddelbuettel  <edd@debian.org>

	* R/beqs.R: Always return the date as the first column

2015-10-05  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION: Rolled (dev) Version and Date

2015-10-04  Dirk Eddelbuettel  <edd@debian.org>

	* src/beqs.cpp: Reworked to return a data frame, also changed some
	argument names for consistency
	* R/beqs.R: Corresponding changes

	* man/beqs.Rd: Ditto
	* src/RcppExports.cpp: Ditto
	* R/RcppExports.R: Ditto

2015-10-03  Dirk Eddelbuettel  <edd@debian.org>

	* src/beqs.cpp: Added verbose flag
	* R/beqs.R: Ditto

	* man/beqs.Rd: Added by running roxygenize()
	* src/RcppExports.cpp: Updated by running compileAttributes()
	* R/RcppExports.R: Updated by running compileAttributes()

2015-10-03  Rademeyer Vermaak  <csrvermaak@hotmail.com>

	* src/beqs.cpp: Add BEQS functionality
	* R/beqs.R: Add BEQS functionality
	* man/beqs.Rd: Corresponding manual page

2015-10-01  Dirk Eddelbuettel  <edd@debian.org>

	* configure: Rewritten to (locally) cache the Bloomberg header and
	and library files making (repeated) builds quicker (issue #65)
	* src/Makevars.win: Ditto

	* .gitignore: Add blp/ and inst/include/ with cached files
	* .Rbuildignore: Ditto
	* cleanup: Adjusted accordingly as well

2015-09-30  Dirk Eddelbuettel  <edd@debian.org>

	* R/getTicks.R (getMultipleTicks): In xts mode, make timestamps
	unique prior to merge to ensure order is preserved (issue #76)

2015-09-18  Dirk Eddelbuettel  <edd@debian.org>

	* .travis.yml (notifications): Added slack notification

2015-09-16  Dirk Eddelbuettel  <edd@debian.org>

	* R/bdp.R: Add example using override for vendor-specific data (cf
	issue ticket #67)
	* man/bdp.Rd: Corresponding manual page update

2015-09-15  John Laing <john.laing@gmail.com>

	* src/blpapi_utils.cpp: Fix Boost auto_ptr warning

2015-08-19  Dirk Eddelbuettel  <edd@debian.org>

	* R/bdh.R: Add example using optional parameter for monthly data
	* man/bdh.Rd: Corresponding manual page

2015-08-14  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION: Version 0.3.0

	* configure: Respect R_HOME if set, use fallback if not

2015-08-13  Dirk Eddelbuettel  <edd@debian.org>

	* vignettes/rblpapi-intro.Rmd: Added vignette
	* DESCRIPTION: Add knitr to Suggests: and VignetteBuilder:

	* .travis.yml: Add knitr to installed packages

	* configure: Refine which program is used for downloads

	* cleanup: Refine what is removed post-build

2015-08-12  Jeroen Ooms  <jeroenooms@gmail.com>

	* configure: Added support for OS X builds
	* src/Makevars.in: Ditto

2015-08-12  Dirk Eddelbuettel  <edd@debian.org>

	* ChangeLog: Added, see git log for previous changes
	* NEWS.Rd: Added, see git log for previous changes




