2026-08-25  Dirk Eddelbuettel  <edd@debian.org>

 	* DESCRIPTION (Version, Date): Release 0.0.6

	* man/gettz-package.Rd: Add \usage{}, note package less relevant now
	that R has similar functionality

	* README.md: Replace FSF URL for GPL with R-Project.org

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

	* DESCRIPTION (Description): Also note in DESCRIPTION that
	the functionality is now in base R

	* README.md: Add r-universe badge

2026-08-16  Dirk Eddelbuettel  <edd@debian.org>

	* README.md: Note that R now covers the original motivation

2026-08-10  Dirk Eddelbuettel  <edd@debian.org>

	* .github/workflows/ci.yaml: Switch to actions/checkout@v7

2025-12-27  Dirk Eddelbuettel  <edd@debian.org>

	* .github/workflows/ci.yaml: Switch to actions/checkout@v6

2025-01-20  Dirk Eddelbuettel  <edd@debian.org>

        * .github/workflows/ci.yaml: Simplify to r-ci with included bootstrap

2024-08-30  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION (Authors@R): Added

2024-05-19  Dirk Eddelbuettel  <edd@debian.org>

	* README.md: Use tinyverse.netlify.app for dependency badge

2024-02-15  Dirk Eddelbuettel  <edd@debian.org>

	* .github/workflows/ci.yaml (jobs): Update to actions/checkout@v4,
	add r-ci-setup actions

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

 	* DESCRIPTION (Version, Date): Release 0.0.5

	* src/init.c: Add void for proper prototype to please clang-15

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

	* README.md: Update URLs to https
	* man/gettz-package.Rd: Ditto

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

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

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

	* DESCRIPTION (URL): Add repo to URL field

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

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

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

	* .travis.yml (dist): Switch to bionic

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

 	* DESCRIPTION (Version, Date): Release 0.0.4

	* src/init.c: Added R_registerRoutines and R_useDynamicSymbols
	* NAMESPACE: Add .registration=TRUE to useDynLib()
	* R/gettz.R (gettz): Call unquoted (now registered) symbol

	* README.md: Add 'dependencies' and 'last commit' badges

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

	* .travis.yml (before_install): Use https to fetch script

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

	* DESCRIPTION (Version, Date): Release 0.0.3

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

	* DESCRIPTION (Date, Version): Rolled date and version

2016-10-24  Bob Jansen <bobjansen@gmail.com>

	* src/gettz.cpp (getValue): #ifdef function body away on Windows

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

	* DESCRIPTION (Date, Version): Release 0.0.2

	* src/gettz.cpp: Add #ifdef to permit compilation on Windows

	* DESCRIPTION: Remove OS restriction, edits to Description:
	* man/gettz-package.Rd: Edits

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

	* DESCRIPTION (Date, Version): Release 0.0.1

	* DESCRIPTION (URL, BugReports): Added

	* .Rbuildignore: Added

	* README.md: Added badges

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

	* R/gettz.R (gettz): Return result visibly, added copyright header
	* src/gettz.cpp: Added copyright header

	* .travis.yml: Added, using run.sh from Travis CI

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

	* man/gettz-package.Rd: Minor rewording of status
	* README.md: Ditto

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

	* DESCRIPTION: Added for version 0.0.1
	* NAMESPACE: Ditto
	* src/gettz.cpp: Adapted for R package use
	* R/gettz.R (gettz): One statement function calling C++ code
	* man/gettz-package.Rd: Basic manual page

	* README.md: Added


