2024-06-23  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION (Version, Date): Release 1.1.61

	* R/checkX13binary.R (checkX13binary): Ignore stderr to avoid nag
	seen with builds from flang-new (with thanks to Kurt Hornik)

	* src/Makefile: Adopted improvements suggested by Brian Ripley
	* src/Makefile.win: Idem

2024-01-21  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION (Version, Date): Release 1.1.60

	* tests/simpleTest.R: Run test once
	* tests/simpleTest.Rout.save: Reference output

2024-01-21  Christoph Sax  <christoph.sax@gmail.com>

	* R/supportedPlatform.R: Simplify check
	* man/supportedPlatform.Rd: Documentation

2024-01-20  Jeroen Ooms  <jeroenooms@gmail.com>

	* src/install.libs.R: Use install_name_tool on macOS to update
	dynamic library registration of Fortran library for binary

2024-01-18  Jeroen Ooms  <jeroenooms@gmail.com>

	* configure: Use the CRAN-supplied Fortran compiler on macOS
	* configure.win: Idem
	* src/Makefile: Idem
	* src/Makefile.win: Idem
	* src/install.libs.R: Idem
	* tools/x13as_html/makefile.gd: Idem

2024-01-16  Christoph Sax  <christoph.sax@gmail.com>

	* tests/simpleTest.R: Tweak
	* DESCRIPTION: Roll micro version

2024-01-10  Christoph Sax  <christoph.sax@gmail.com>

	* various: Miscellaneous package meta data updates (PR 70)

2023-12-12  Christoph Sax  <christoph.sax@gmail.com>

	* DESCRIPTION: Update Description
	* README.md: Idem

	* various: Merge extended work by Michael and Kirill taking first
	stab at building from Fortran source (PR #67)

2023-09-07  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION (Version, Date): Release 1.1.57-4

	* configure (download): Set a generous 'options(timeout)' value per
	CRAN request/suggestion
	* configure.win: Ditto

2022-02-06  Dirk Eddelbuettel  <edd@debian.org>

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

	* configure: Refined such that X13_PATH points to a directory
	containing the desired 'x13ashtml' binary

2022-02-04  Dirk Eddelbuettel  <edd@debian.org>

	* configure: If X13_PATH points to an existing binary, do not download

2022-01-25  Dirk Eddelbuettel  <edd@debian.org>

	* README.md: Remove unused continuous integration artifact and badge

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

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

2021-08-09  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION: Remove no longer needed 'StagedInstall: no'

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

	* configure: Expanded message when no matching binary found

	* inst/tools/build.sh: Add (failed) SunOS build attempt to repo
	* .Rbuildignore: Add build script to exclude from installed package

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

	* configure: Use simpler if statement to accomodate SunOS

	* DESCRIPTION (Date, Version): Roll minor version

2021-08-01  Dirk Eddelbuettel  <edd@debian.org>

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

	* configure: Minor edits to messages, only use 'set -e'

	* R/x13binary-package.R: Update Census URL for X-13ARIMA-SEATS
	* man/x13binary-package.Rd: Ditto
	* README.md: Ditto

2021-08-01  Kirill Müller  <krlmlr+r@mailbox.org>

	* configure: Support macOS sub-architectures, set fail modes

2021-07-31  Dirk Eddelbuettel  <edd@debian.org>

	* configure: Updated for removed i686 / 32 bit Linux support

2021-07-31  Christoph Sax  <christoph.sax@gmail.com>

	* configure: Use X13-ARIMA-SEATS 1.1.57 binaries via x13prebuilt
	* configure.win: Idem
	* README.md: Update for 1.1.57

	* tests/simpleTest.R: Skip on aarch64

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

	* R/checkX13binary.R (checkX13binary): Use explicit naming pattern
	for temporary directory

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

	* R/checkX13binary.R: Use on.exit() for cleanup of tdir, reindented
	* configure: Minor corrections for /bin/sh use on Solaris

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

	* DESCRIPTION (Version, Date): New release 1.1.39-3

	* DESCRIPTION (URL, BugReports): Added

	* R/checkX13binary.R: Ensure tdir is truly a temporary directory
	* configure: Minor changes for /bin/sh use

2021-01-23  Dirk Eddelbuettel  <edd@debian.org>

        * .github/workflows/ci.yaml: Add CI runner using r-ci
	* .travis.yml: Update deprecated CI setup using r-ci
	* README.md: Add new badge

2019-05-05  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION (Version, Date): New release 1.1.39-2

	* DESCRIPTION: Add 'StagedInstall: no' to reinstate macOS builds

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

	* DESCRIPTION (Version, Date): Release 1.1.39-1 providing new Census
	release X13-ARIMA-SEATS 1.1.39

2017-04-30  Christoph Sax  <christoph.sax@gmail.com>

	* configure, configure.win: Adjusted paths for build 39 (mac and win
	only)
	* DESCRIPTION: New versioning scheme as discussed here:
	  https://github.com/x13org/x13binary/issues/37

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

	* DESCRIPTION (Version): Release 0.1.2

2016-03-08  Christoph Sax  <christoph.sax@gmail.com>

	* configure: Adjusted path for new x13prebuilt layout
	* configure.win: Idem

2016-02-15  Christoph Sax  <christoph.sax@gmail.com>

	* appveyor.yml: Added AppVeyor support
	* README.md: Added appveyor badge

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

	* DESCRIPTION (Version): Release 0.1.1

2016-02-07  Christoph Sax  <christoph.sax@gmail.com>

	* checkX13binary.R:
	- more verbose output on Win
	- temporarily change working directory for X-13 run on Win
	- command in quotes on Win (to make it work with whitespaces in
	filenames)

2016-01-21  Dirk Eddelbuettel  <edd@debian.org>

	* README.md: Add CRAN version and download badges, as well as an
	'Installation' section

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

	* DESCRIPTION: Initial CRAN release 0.1.0

	* LICENSE: Further edits and clarifications

 	* inst/COPYRIGHT: Added for extra clarification

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

	* ChangeLog: Added