Version bump to 0.4, updated Readme and Changelog

This commit is contained in:
Steffen Vogel 2016-10-27 23:08:04 -04:00
parent b79cd7b2e3
commit 470d9e26f8
5 changed files with 23 additions and 5 deletions

View file

@ -4,7 +4,7 @@ sudo: required
env:
- CFG=--enable-debug
- CFG=--disable-disable
- CFG=--disable-debug
os:
- linux

View file

@ -1,3 +1,11 @@
2016-10-27 Steffen Vogel <post@steffenvogel.de>
* 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 <post@steffenvogel.de>
* removed geonames from make target 'check'

View file

@ -1,6 +1,6 @@
SUBDIRS = src
dist_doc_DATA = README
dist_doc_DATA = README.md
man_MANS = doc/calcelestial.1

3
README
View file

@ -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

13
README.md Normal file
View file

@ -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 <post@steffenvogel.de>