2025-08-12 version 1.0.1

- FIX: ocat JSON output now supports emitting fields which are arrays/lists (#542)
- FIX: Add proper error message to revgeo lookup (#541)
- FIX: Replace use of access(2) in ocat(1) by opening config file (#539)
- NEW: Add support for OpenBSD (#523)
- FIX: storage dir from env even when the defaults file is missing (#528)
This commit is contained in:
Jan-Piet Mens
2025-08-12 08:41:14 +02:00
parent ba38b3dae3
commit 5b963e97aa
2 changed files with 9 additions and 1 deletions

View File

@@ -1,3 +1,11 @@
2025-08-12 version 1.0.1
- FIX: ocat JSON output now supports emitting fields which are arrays/lists (#542)
- FIX: Add proper error message to revgeo lookup (#541)
- FIX: Replace use of access(2) in ocat(1) by opening config file (#539)
- NEW: Add support for OpenBSD (#523)
- FIX: storage dir from env even when the defaults file is missing (#528)
2025-03-19 version 1.0.0
- NEW: support for inline image data in a POI location publishes
- FIX: image2card.sh was creating invalid JSON (#520)

View File

@@ -1 +1 @@
#define VERSION "1.0.0"
#define VERSION "1.0.1"