aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGavin Howard <yzena.tech@gmail.com>2021-03-18 20:58:25 -0600
committerGavin Howard <yzena.tech@gmail.com>2021-03-18 20:58:25 -0600
commit21372a228ebc5c7d7519ad99a69504185eab6926 (patch)
treebd274aa4eae44eb95a8e1b3e9bac5d73a6c0aa2b
parent52670bd9b9a59d2a7bacd41681fa124c5b5ee2f9 (diff)
downloadbc-21372a228ebc5c7d7519ad99a69504185eab6926.tar.gz
Increment the version and update the NEWS
-rw-r--r--Makefile.in2
-rw-r--r--NEWS.md9
2 files changed, 10 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index db8e2496..aab7f9b5 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -29,7 +29,7 @@
#
.POSIX:
-VERSION = 3.3.3
+VERSION = 3.3.4
SRC = %%SRC%%
OBJ = %%OBJ%%
diff --git a/NEWS.md b/NEWS.md
index 3a343307..3374ab57 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,5 +1,14 @@
# News
+## 3.3.4
+
+This is a production release that fixes a small bug.
+
+The bug was that output was not flushed before a `read()` call, so prompts
+without a newline on the end were not flushed before the `read()` call.
+
+This is such a tiny bug that users only need to upgrade if they are affected.
+
## 3.3.3
This is a production release with one tweak and fixes for manuals.