From 470d9e26f857dbf7ffd38b8703e0aa45636f8268 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Thu, 27 Oct 2016 23:08:04 -0400 Subject: [PATCH] Version bump to 0.4, updated Readme and Changelog --- .travis.yml | 2 +- ChangeLog | 8 ++++++++ Makefile.am | 2 +- README | 3 --- README.md | 13 +++++++++++++ 5 files changed, 23 insertions(+), 5 deletions(-) delete mode 100644 README create mode 100644 README.md diff --git a/.travis.yml b/.travis.yml index 5e9c1a9..85bc62d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ sudo: required env: - CFG=--enable-debug - - CFG=--disable-disable + - CFG=--disable-debug os: - linux diff --git a/ChangeLog b/ChangeLog index 3cedc8e..b988fa1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2016-10-27 Steffen Vogel + + * use Berkeley DB for on-disk cache + * improved timezone support + * added support to query timezone at + observer location + * improved buildsystem & fixed Travis-CI + 2012-12-24 Steffen Vogel * removed geonames from make target 'check' diff --git a/Makefile.am b/Makefile.am index 1e22bf4..9af423b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ SUBDIRS = src -dist_doc_DATA = README +dist_doc_DATA = README.md man_MANS = doc/calcelestial.1 diff --git a/README b/README deleted file mode 100644 index 38e233f..0000000 --- a/README +++ /dev/null @@ -1,3 +0,0 @@ -sun calculates the sun's rise/set times, the solar noon and the daylight time duration - -see manpage sun(1) for more information diff --git a/README.md b/README.md new file mode 100644 index 0000000..11c6a66 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# calcelestial [![Build Status](https://travis-ci.org/stv0g/calcelestial.svg?branch=master)](https://travis-ci.org/stv0g/calcelestial) + +calcelestial calculates the sun's rise/set times, the solar noon and the daylight time duration. + +See manpage calcelestial(1) and the [blog entry](https://www.noteblok.net/2012/12/23/cron-jobs-fur-sonnenauf-untergang/) for more information + +# License + +calcelestial is licensed under [GPLv3](https://www.gnu.org/licenses/gpl-3.0.html). + +# Author + +calcelestial is written by Steffen Vogel \ No newline at end of file