From 5b963e97aa44133bc798c78c8bcfa358cdf39995 Mon Sep 17 00:00:00 2001 From: Jan-Piet Mens Date: Tue, 12 Aug 2025 08:41:14 +0200 Subject: [PATCH] 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) --- Changelog | 8 ++++++++ version.h | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/Changelog b/Changelog index ccf2c08..6e1d4cc 100644 --- a/Changelog +++ b/Changelog @@ -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) diff --git a/version.h b/version.h index bc0d1b1..380630a 100644 --- a/version.h +++ b/version.h @@ -1 +1 @@ -#define VERSION "1.0.0" +#define VERSION "1.0.1"