From 3fb2504ef8b4eda37320ccf86f630613b3c3adf4 Mon Sep 17 00:00:00 2001 From: Ian Jauslin Date: Sat, 9 May 2026 00:23:55 -0400 Subject: [PATCH] Update to v2.3.3: Fix: Remove extraneous print (used for debugging) --- Changelog | 3 +++ Makefile | 2 +- bin/BBlog | 3 +-- man/man1/BBlog.1 | 4 ++-- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/Changelog b/Changelog index f467d6b..ebf398b 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,6 @@ +2.3.3: + * Fix: Remove extraneous print (used for debugging) + 2.3.2: * Fix: Do not fail when a sqlite entry is empty diff --git a/Makefile b/Makefile index 273ca53..78d5ca7 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -## Copyright Ian Jauslin 2015-2023 +## Copyright Ian Jauslin 2015-2026 ## ## Licensed under the Apache License, Version 2.0 (the "License"); ## you may not use this file except in compliance with the License. diff --git a/bin/BBlog b/bin/BBlog index 6983762..587e175 100755 --- a/bin/BBlog +++ b/bin/BBlog @@ -18,7 +18,7 @@ enginedir=/home/ian/Programs/BBlog2/src/engines # version -version=2.3.2 +version=2.3.3 function print_config { echo "engine: $engine" @@ -375,7 +375,6 @@ function format_BBlog_entries { fi has_there_been_a_nonempty_line_so_far=0 else - echo "$line" 1>&2 eval "$line" has_there_been_a_nonempty_line_so_far=1 fi diff --git a/man/man1/BBlog.1 b/man/man1/BBlog.1 index 4f68582..80fba35 100644 --- a/man/man1/BBlog.1 +++ b/man/man1/BBlog.1 @@ -1,5 +1,5 @@ -.Dd $Mdocdate: July 26 2026 $ -.Dt BBLOG 2.3.2 +.Dd $Mdocdate: May 9 2026 $ +.Dt BBLOG 2.3.3 .Os .Sh NAME .Nm BBlog