2023-01-17  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION (Version, Date): Release 1.81.0-1

	* inst/include/boost/math/tools/config.hpp: Comment-out 'warning'
	message as CRAN Policy would prefer not to see these
	* inst/include/boost/multiprecision/detail/standalone_config.hpp: Idem
	* inst/include/boost/spirit/home/x3.hpp: Idem (for four lines)

2022-12-29  Dirk Eddelbuettel  <edd@debian.org>

	* inst/include/boost/core/snprintf.hpp: Added
	* .../lexical_cast/detail/converter_lexical_streams.hpp: Used here
	* .../core/lightweight_test.hpp: Use snprintf
	* .../core/type_name.hpp: Idem
	* .../interprocess/detail/win32_api.hpp: Idem
	* .../numeric/odeint/integrate/max_step_checker.hpp: Idem
	* .../test/imp/debug.ipp: Idem
	* .../utils/setcolor.hpp: Idem

2022-12-15  Dirk Eddelbuettel  <edd@debian.org>

	* inst/include/boost/*: Upgraded to Boost 1.81, as usual with two
	patch sets from CRAN demands on file path length and diagnostics

	* README.md: Updated package list for 1.81
	* DESCRIPTION (Description): Idem

	* local/scripts/CreateBoost.sh: Update for 1.81.0, added url

2022-10-31  Dirk Eddelbuettel  <edd@debian.org>

	* .github/workflows/ci.yaml (jobs): Update to actions/checkout@v3

2021-12-14  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION (Version, Date): Release 1.78.0-0

2021-12-13  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION (Version, Date): See Version to 1.77.99-0 for interim
	test release

	* inst/include/boost: As before, adjusted to CRAN Policy requirements
	of i) not path names under 104 chars and b) no diagnostic suppression
	* local/patches/bh_1.78.0-0*patch: Document these

2021-12-12  Dirk Eddelbuettel  <edd@debian.org>

	* inst/include/boost/*: Upgraded to Boost 1.78

	* local/scripts/CreateBoost.sh: Update for 1.78.0, added lambda2

2021-12-11  Dirk Eddelbuettel  <edd@debian.org>

	* README.md: Add total download badge, label other as monthly

2021-11-04  Dirk Eddelbuettel  <edd@debian.org>

 	* README.md: Remove Travis badge
	* .travis.yml: Remove Travis YAML config

2021-03-19  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION (URL): List GitHub repo and package page

2020-12-24  Dirk Eddelbuettel  <edd@debian.org>

	* .github/workflows/ci.yaml: Small tweaks to CI YAML file

2020-12-12  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION (Version, Date): Release 1.75.0-0

	* inst/include/boost/*: Upgraded to Boost 1.75

	* README.md: Updated package list for 1.75
	* DESCRIPTION (Description): Idem

	* local/scripts/CreateBoost.sh: Update for 1.75.0, added beast

	* .github/workflows/ci.yaml: Add CI runner using r-ci
	* README.md: Add new badge

	* README.md: Update several URLs to https
	* inst/NEWS.Rd: Idem

2020-05-03  Dirk Eddelbuettel  <edd@debian.org>

	* inst/LICENSE_1_0.txt: Included from upstream tar.gz

2020-03-31  Dirk Eddelbuettel  <edd@debian.org>

	* README.md: Minor badge rearrangement, added example

2020-03-30  Dirk Eddelbuettel  <edd@debian.org>

	* README.md: Added badges, edited, fixed typo

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

	* DESCRIPTION (Version, Date): Roll minor version

	* NAMESPACE: Removed as not needed without R code

2019-12-28  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION (Version, Date): Release 1.72.0-3

	* local/scripts/CreateBoost.sh (boostinstall): Remove old boost
	installation to always create a fresh installation

2019-12-16  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION (Version, Date): Release 1.72.0-2

	* inst/include/boost/numeric/odeint/stepper/: Correct accidental
	renaming in this directory, only rename in .../generation/

	* DESCRIPTION (URL): Added a link to GH repo

2019-12-15  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION (Version, Date): Release 1.72.0-1

	* inst/include/boost/*: Upgraded to Boost 1.72

	* README.md: Updated package list for 1.72

 	* inst/include/boost/numeric/odeint/stepper/generation/: As before
	rename karp54_classic.hpp to karp54_cl.hpp, adjust generation.hpp
	* inst/include/boost/numeric/ublas/storage.hpp : Add missing include
	for boost/serialization/array_wrapper.hpp

	* inst/include/boost/numeric/odeint/stepper/generation/: As before
	New adjust for generation_controlled_adams_bashforth_moulton.hpp
	* inst/include/boost/math/special_functions/hypergeometric_1F1.hpp:
	Adjust to renamed hypergeometric_1F1_small_a_negative_b_by_ratio.hpp

	* inst/include/boost/*: As before disable all diagnostic pragmas in
	accordance with the CRAN Policy (though this may not be a good idea...)

2019-01-07  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION (Date, Version): Releease 1.69.0-1

        * inst/include/boost/detail/lightweight_test_report.hpp: Add newline
        * inst/include/boost/interprocess/sync/windows/named_mutex.hpp: Idem
        * inst/include/boost/numeric/odeint/integrate/check_adapter.hpp: Idem
        * inst/include/boost/typeof/unsupported.hpp: Idem

2018-12-16  Dirk Eddelbuettel  <edd@debian.org>

	* inst/include/boost/*: Upgraded to Boost 1.69

	* inst/include/boost/numeric/odeint/stepper/generation/: As before
	rename karp54_classic.hpp to karp54_cl.hpp, adjust generation.hpp
	* inst/include/boost/variant/detail/forced_return.hpp: As before
	ensure R_NO_REMAP is defined; call Rf_error() in lieu of abort()
	* inst/include/boost/numeric/ublas/storage.hpp : Add missing include
	for boost/serialization/array_wrapper.hpp
	* inst/include/boost/numeric/ublas/matrix_expression.hpp (boost):
	Fourth local change suppressing a g++ warning, also see #40 upstream

	* inst/include/boost/*: As before disable all diagnostic pragmas in
	accordance with the CRAN Policy (though this may not be a good idea...)

2018-10-20  Dirk Eddelbuettel  <edd@debian.org>

	* README.md: Added dependencies badge

	* inst/NEWS.Rd: Small edits removing spurious parens

2018-09-02  Dirk Eddelbuettel  <edd@debian.org>

	* .travis.yml: Very minor update

2018-02-12  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION (Date, Version): Releease 1.66.0-1

2018-02-11  Dirk Eddelbuettel  <edd@debian.org>

	* inst/include/boost/*: Upgraded to Boost 1.66; added Boost compute

	* inst/include/boost/numeric/odeint/stepper/generation/: As before
	rename karp54_classic.hpp to karp54_cl.hpp, adjust generation.hpp
	* inst/include/boost/variant/detail/forced_return.hpp: As before
	ensure R_NO_REMAP is defined; call Rf_error() in lieu of abort()
	* inst/include/boost/numeric/ublas/storage.hpp : Add missing include
	for boost/serialization/array_wrapper.hpp
	* inst/include/boost/numeric/ublas/matrix_expression.hpp (boost):
	Fourth local change suppressing a g++ warning, also see #40 upstream

2017-08-24  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION (Date, Version): Releease 1.65.0-1

	* .aspell/: Added for new R-devel spell checker interface

2017-08-23  Dirk Eddelbuettel  <edd@debian.org>

	* inst/include/boost/numeric/ublas/matrix_expression.hpp (boost):
	Fourth local change suppressing a g++ warning, also see #40 upstream

2017-08-22  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION (Version, Date): Rolled to test release 1.65.0-0

	* inst/include/boost/*: Upgraded to Boost 1.65

	* inst/include/boost/numeric/odeint/stepper/generation/: As before
	rename karp54_classic.hpp to karp54_cl.hpp, adjust generation.hpp
	* inst/include/boost/variant/detail/forced_return.hpp: As before
	ensure R_NO_REMAP is defined; call Rf_error() in lieu of abort()
	* inst/include/boost/numeric/ublas/storage.hpp : Add missing include
	for boost/serialization/array_wrapper.hpp

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

	* DESCRIPTION (Version, Date): Rolled to test release 1.64.0-0

	* inst/include/boost/*: Upgraded to Boost 1.64; added new
	libraries 'align' and 'sort'; include full 'multiprecision'

	* inst/include/boost/numeric/odeint/stepper/generation/: As before
	rename karp54_classic.hpp to karp54_cl.hpp, adjust generation.hpp
	* inst/include/boost/variant/detail/forced_return.hpp: As before
	ensure R_NO_REMAP is defined; call Rf_error() in lieu of abort()
	* inst/include/boost/numeric/ublas/storage.hpp : Add missing include
	for boost/serialization/array_wrapper.hpp

2017-04-23  Dirk Eddelbuettel  <edd@debian.org>

	* .travis.yml: Switch to run.sh from maintained for R and Travis

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

	* README.md: Updated as repo now has a more manageable footprint

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

	* local/scripts/git-remove.sh: Script contributed in GitHub Issue #34
	to reduce disk footprint of the archive

2016-11-18  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION: Release 1.62.0-1

	* inst/include/boost/variant/detail/forced_return.hpp: Ensure
	R_NO_REMAP is defined

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

	* inst/include/boost/variant/detail/forced_return.hpp
	(forced_return_no_return): Call Rf_error() not abort()

2016-11-13  Dirk Eddelbuettel  <edd@debian.org>

	* local/scripts/CreateBoost.sh: Added Boost.PropertyTree (cf #29),
	Boost.ScopeExit (cf #30) and (belatedly) formally added Boost.Atomic

	* numeric/odeint/stepper/generation/: As before rename
	karp54_classic.hpp to karp54_cl.hpp and adjust generation.hpp

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

	* DESCRIPTION (Description): s/type_trains/type_traits/
	* local/scripts/CreateBoost.sh (boostlibs): Ditto

2016-06-04  Evelyn Mitchell <efm-github@linsomniac.com>

	* README.md: Correct typo via s/type_trains/type_traits/

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

	* local/scripts/CreateBoost.sh: Added Boost.Flyweight (cf #26)
	* inst/include/boost/flyweight/: Ditto

	* numeric/odeint/stepper/generation/: As before rename
	karp54_classic.hpp to karp54_cl.hpp and adjust generation.hpp

2016-05-04  Jay Hesselberth  <jay.hesselberth@gmail.com>

	* local/scripts/CreateBoost.sh: Added Boost.ICL (cf #27)
	* inst/include/boost/icl/: Ditto

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

	* README.md: Use canonical CRAN URL

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

	* README.md: Mention bimap; add note about massive repo size

2016-02-20  Jim Hester <james.f.hester@gmail.com>

	* local/scripts/CreateBoost.sh: Added Boost.Bimap (cf #24)
	* inst/include/boost/bimap: Ditto

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

	* DESCRIPTION: Release 1.60.0-1

	* local/scripts/CreateBoost.sh: Added Boost.Phoenix (cf #19)

	* numeric/odeint/stepper/generation/: As before rename
	karp54_classic.hpp to karp54_cl.hpp and adjust generation.hpp

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

	* inst/NEWS.Rd: Updated and expanded use of links throughout

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

	* DESCRIPTION: Release 1.58.0-1

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

	* DESCRIPTION: Non-CRAN test release 1.58.0-0

	* local/scripts/CreateBoost.sh: Ensure all files in atomic are copied

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

	* local/scripts/CreateBoost.sh: Added Boost.Multiprecision (cf #12)

	* numeric/odeint/stepper/generation/: As before rename
	karp54_classic.hpp to karp54_cl.hpp and adjust generation.hpp

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

	* DESCRIPTION: Release 1.55.0-3

	* local/scripts/CreateBoost.sh: Added Boost.Graph also needed for
	Streamulus / RcppStreams

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

	* DESCRIPTION: Release 1.55.0-2

	* local/scripts/CreateBoost.sh: Added Boost.Fusion needed for
	Streamulus / RcppStreams

2014-12-21  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION: Release 1.55.0-1 wrapping (parts of) Boost 1.55

2014-12-20  Dirk Eddelbuettel  <edd@debian.org>

	* local/boost_1_55_0.tar.gz: Added, taken from Debian file
	boost1.55_1.55.0+dfsg.orig.tar.gz

	* local/scripts/CreateBoost.sh: Also include Boost.Geometry as
	requested in GitHub issue ticket #5 by user 'teramonagi'

	* numeric/odeint/stepper/generation/: As before rename
	karp54_classic.hpp to karp54_cl.hpp and adjust generation.hpp

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

	* DESCRIPTION: Release 1.54.0-5

	* local/scripts/CreateBoost.sh: Also include Boost.Circular_Buffer as
	requested by Ben Goodrich for use by RStan

2014-08-29  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION: Release 1.54.0-4

	* local/scripts/CreateBoost.sh: Also include Boost.Any as requested
	by Greg Jeffries for his upcoming nabo package (currently on GitHub)

2014-08-03  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION: Release 1.54.0-3

	* local/scripts/CreateBoost.sh: Also include Boost Heap to satisfy a
	build requirement for the next RcppMLPACK version

	* lexical_cast.hpp: Apply same fix as in 1.54.0-2
	* numeric/odeint/stepper/generation/: As before, rename 'generation
	runge kutta cash karp54 classic' to shorter '... karp54 cl' (and
	adjust include in generation.hpp) to fit character limit for R's tar

2014-04-14  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION: Release 1.54.0-2

2014-04-13  Dirk Eddelbuettel  <edd@debian.org>

	* lexical_cast.hpp (BOOST_LCAST_HAS_INT128): ensure that
	BOOST_LCAST_HAS_INT128 is set only if BOOST_HAS_INT128 is set

	* ChangeLog: Started. Better late than never.
