From 0904bbd456833ef35059e12609088eb3a28be3b4 Mon Sep 17 00:00:00 2001 From: Jan-Piet Mens Date: Sat, 29 Oct 2022 15:26:13 +0200 Subject: [PATCH] bump to 1.7 --- ChangeLog | 6 ++++++ configure.ac | 2 +- meson.build | 2 +- rpm-build/jo.spec | 4 +++- snapcraft.yaml | 2 +- 5 files changed, 12 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index e37c144..a20b2b1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,10 @@ +2022-10-29 1.7 +- FIX: fix warnings on Windows build and reimplement err{x,} functions (#193) +- FIX: fix reading of long lines from stdin and refactor slurp_file() in the process. (#192) +- NEW: Add option -o outfile for when not run from a shell and redirect '>' is not an option. (#189) +- FIX: fix tables in jo.md (#167) + 2022-01-05 1.6 - FIX: repair tests broken by AUTHORS change (#164) diff --git a/configure.ac b/configure.ac index 751a5dc..025ba38 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.63]) -AC_INIT([jo], [1.6], [jp@mens.de]) +AC_INIT([jo], [1.7], [jp@mens.de]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_SRCDIR([jo.c]) diff --git a/meson.build b/meson.build index d1a542a..1fc7ed1 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('jo', 'c', - version: '1.6', + version: '1.7', license: 'GPL-2.0-or-later', meson_version: '>=0.57.0', default_options: ['warning_level=3', 'optimization=2']) diff --git a/rpm-build/jo.spec b/rpm-build/jo.spec index 4aefcaf..e31ab3e 100644 --- a/rpm-build/jo.spec +++ b/rpm-build/jo.spec @@ -1,5 +1,5 @@ Name: jo -Version: 1.6 +Version: 1.7 Release: 2%{?dist} Summary: jo is a small utility to create JSON objects @@ -39,6 +39,8 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat Oct 29 2022 JP Mens 1.7 +- bump version -- see Changelog * Sat Jul 18 2020 JP Mens 1.4 - bump version -- see Changelog * Tue Apr 28 2020 Christian Albrecht 1.3-2 diff --git a/snapcraft.yaml b/snapcraft.yaml index 216f510..88952ab 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -1,5 +1,5 @@ name: jo -version: "1.6" +version: "1.7" summary: jo description: | This is jo, a small utility to create JSON objects or arrays.