From d0c044a11eecafb98d491d6babadbdf4a3c253a9 Mon Sep 17 00:00:00 2001 From: Gavin Howard Date: Tue, 16 Feb 2021 10:03:03 -0700 Subject: [PATCH] Increment the version and update the NEWS --- Makefile.in | 2 +- NEWS.md | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index d273e386..dbb5debd 100644 --- a/Makefile.in +++ b/Makefile.in @@ -29,7 +29,7 @@ # .POSIX: -VERSION = 3.2.7 +VERSION = 3.3.0 SRC = %%SRC%% OBJ = %%OBJ%% diff --git a/NEWS.md b/NEWS.md index bf412437..6a889920 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,16 @@ # News +## 3.3.0 + +This is a production release that changes one behavior and fixes documentation +bugs. + +The changed behavior is the treatment of `-e` and `-f` when given through +`BC_ENV_ARGS` or `DC_ENV_ARGS`. Now `bc` and `dc` do not exit when those options +(or their equivalents) are given through those environment variables. However, +`bc` and `dc` still exit when they or their equivalents are given on the +command-line. + ## 3.2.7 This is a production release that removes a small non-portable shell operation