Version bump to 0.4, updated Readme and Changelog
This commit is contained in:
parent
b79cd7b2e3
commit
470d9e26f8
5 changed files with 23 additions and 5 deletions
|
@ -4,7 +4,7 @@ sudo: required
|
|||
|
||||
env:
|
||||
- CFG=--enable-debug
|
||||
- CFG=--disable-disable
|
||||
- CFG=--disable-debug
|
||||
|
||||
os:
|
||||
- linux
|
||||
|
|
|
@ -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'
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
SUBDIRS = src
|
||||
|
||||
dist_doc_DATA = README
|
||||
dist_doc_DATA = README.md
|
||||
|
||||
man_MANS = doc/calcelestial.1
|
||||
|
||||
|
|
3
README
3
README
|
@ -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
13
README.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
# calcelestial [](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>
|
Loading…
Add table
Reference in a new issue