From 7be2ed02596cd24c9b54f7c5c8f2c090ec1c1959 Mon Sep 17 00:00:00 2001 From: mbays Date: Sun, 28 May 2023 00:00:00 +0000 Subject: [PATCH] bump 0.1.13 --- CHANGELOG.gmi | 4 ++++ CHANGELOG.md | 4 ++++ Makefile | 2 +- Version.hs | 2 +- diohsc.cabal | 2 +- 5 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.gmi b/CHANGELOG.gmi index 8b8724f..c9de187 100644 --- a/CHANGELOG.gmi +++ b/CHANGELOG.gmi @@ -2,6 +2,10 @@ This file covers only non-trivial user-visible changes; see the git log for full gory details. +# 0.1.13 +* Set CLIENT_CERT and CLIENT_KEY environment variables when invoking external commands +* Improve wrapping of lines with words longer than the screen width + # 0.1.12 * SECURITY FIX: Restrict TOFU-trust of a certificate to a single service. Previous behaviour could be exploited for a MitM attack, by convincing the user to accept a certificate for one host, then using it in a MitM for another host. * Immediately run commands entered in pager mode diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b8724f..c9de187 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ This file covers only non-trivial user-visible changes; see the git log for full gory details. +# 0.1.13 +* Set CLIENT_CERT and CLIENT_KEY environment variables when invoking external commands +* Improve wrapping of lines with words longer than the screen width + # 0.1.12 * SECURITY FIX: Restrict TOFU-trust of a certificate to a single service. Previous behaviour could be exploited for a MitM attack, by convincing the user to accept a certificate for one host, then using it in a MitM for another host. * Immediately run commands entered in pager mode diff --git a/Makefile b/Makefile index fe97b69..271aaf6 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=0.1.12 +VERSION=0.1.13 GHCOPTS=-threaded -DICONV -DMAGIC -ignore-package regex-compat-tdfa diff --git a/Version.hs b/Version.hs index 1766f06..8b223a9 100644 --- a/Version.hs +++ b/Version.hs @@ -16,4 +16,4 @@ programName :: String programName = "diohsc" version :: String -version = "0.1.12" +version = "0.1.13" diff --git a/diohsc.cabal b/diohsc.cabal index f381ae3..1b3fb0f 100644 --- a/diohsc.cabal +++ b/diohsc.cabal @@ -1,6 +1,6 @@ cabal-version: 1.18 name: diohsc -version: 0.1.12 +version: 0.1.13 license: GPL-3 license-file: COPYING maintainer: mbays@sdf.org -- 2.11.4.GIT