From ba7e50e4eae17ac2ac70dd5d761104f335e42559 Mon Sep 17 00:00:00 2001 From: mbays Date: Sun, 5 May 2024 00:00:00 +0000 Subject: [PATCH] bump 0.1.15 --- CHANGELOG.gmi | 6 ++++++ CHANGELOG.md | 6 ++++++ Makefile | 2 +- Version.hs | 2 +- diohsc.cabal | 2 +- 5 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.gmi b/CHANGELOG.gmi index d30fdca..960d87b 100644 --- a/CHANGELOG.gmi +++ b/CHANGELOG.gmi @@ -2,6 +2,12 @@ This file covers only non-trivial user-visible changes; see the git log for full gory details. +# 0.1.15 +* Switch tls dependency to tls-2.0; deprecated ciphers dropped +* Handle 44 response with exponential backoff +* Fix regression wherein queue files weren't read after start +* Fix handling of tabs + # 0.1.14 * Run $EDITOR on input/query ending with backslash * Strip all control characters (including ANSI formatting) outside preformatted blocks diff --git a/CHANGELOG.md b/CHANGELOG.md index d30fdca..960d87b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ This file covers only non-trivial user-visible changes; see the git log for full gory details. +# 0.1.15 +* Switch tls dependency to tls-2.0; deprecated ciphers dropped +* Handle 44 response with exponential backoff +* Fix regression wherein queue files weren't read after start +* Fix handling of tabs + # 0.1.14 * Run $EDITOR on input/query ending with backslash * Strip all control characters (including ANSI formatting) outside preformatted blocks diff --git a/Makefile b/Makefile index 60d20eb..fcb8c9f 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=0.1.14.7 +VERSION=0.1.15 GHCOPTS=-threaded -DICONV -DMAGIC -ignore-package regex-compat-tdfa diff --git a/Version.hs b/Version.hs index 8cc0938..4880516 100644 --- a/Version.hs +++ b/Version.hs @@ -16,4 +16,4 @@ programName :: String programName = "diohsc" version :: String -version = "0.1.14.7" +version = "0.1.15" diff --git a/diohsc.cabal b/diohsc.cabal index e3b165d..aab2110 100644 --- a/diohsc.cabal +++ b/diohsc.cabal @@ -1,6 +1,6 @@ cabal-version: 1.18 name: diohsc -version: 0.1.14.7 +version: 0.1.15 license: GPL-3 license-file: COPYING maintainer: mbays@sdf.org -- 2.11.4.GIT