2022-03-14 version 0.8.8

- FIX: make secs time_t in otr_strftime() (#375)
- FIX: inaccurate logo name in manifest and missing image (#372)
- FIX: Alpine compiler warning on strncpy in geohash.c (#369)
- FIX: ocat outputs GeoJSON Feature with properties{} (#367)
This commit is contained in:
Jan-Piet Mens
2022-03-14 09:23:01 +01:00
parent 9862d5dd2e
commit 0f86aa3af8
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -1,4 +1,10 @@
2022-03-14 version 0.8.8
- FIX: make secs time_t in otr_strftime() (#375)
- FIX: inaccurate logo name in manifest and missing image (#372)
- FIX: Alpine compiler warning on strncpy in geohash.c (#369)
- FIX: ocat outputs GeoJSON Feature with properties{} (#367)
2021-06-29 version 0.8.7
- UPD: Leaflet GeoJSON map point popups now contain accuracy if available (#352)
- FIX: prefix Content-Length by X- to avoid issues with chunked encoding #350
+1 -1
View File
@@ -1 +1 @@
#define VERSION "0.8.7"
#define VERSION "0.8.8"