Update to v2.3.3:

Fix: Remove extraneous print (used for debugging)
This commit is contained in:
2026-05-09 00:23:55 -04:00
parent be267f64e7
commit 3fb2504ef8
4 changed files with 7 additions and 5 deletions
+3
View File
@@ -1,3 +1,6 @@
2.3.3:
* Fix: Remove extraneous print (used for debugging)
2.3.2: 2.3.2:
* Fix: Do not fail when a sqlite entry is empty * Fix: Do not fail when a sqlite entry is empty
+1 -1
View File
@@ -1,4 +1,4 @@
## Copyright Ian Jauslin 2015-2023 ## Copyright Ian Jauslin 2015-2026
## ##
## Licensed under the Apache License, Version 2.0 (the "License"); ## Licensed under the Apache License, Version 2.0 (the "License");
## you may not use this file except in compliance with the License. ## you may not use this file except in compliance with the License.
+1 -2
View File
@@ -18,7 +18,7 @@
enginedir=/home/ian/Programs/BBlog2/src/engines enginedir=/home/ian/Programs/BBlog2/src/engines
# version # version
version=2.3.2 version=2.3.3
function print_config { function print_config {
echo "engine: $engine" echo "engine: $engine"
@@ -375,7 +375,6 @@ function format_BBlog_entries {
fi fi
has_there_been_a_nonempty_line_so_far=0 has_there_been_a_nonempty_line_so_far=0
else else
echo "$line" 1>&2
eval "$line" eval "$line"
has_there_been_a_nonempty_line_so_far=1 has_there_been_a_nonempty_line_so_far=1
fi fi
+2 -2
View File
@@ -1,5 +1,5 @@
.Dd $Mdocdate: July 26 2026 $ .Dd $Mdocdate: May 9 2026 $
.Dt BBLOG 2.3.2 .Dt BBLOG 2.3.3
.Os .Os
.Sh NAME .Sh NAME
.Nm BBlog .Nm BBlog