aboutsummaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>2023-10-30 09:10:24 +0000
committerStefan Eßer <se@FreeBSD.org>2023-10-30 09:10:24 +0000
commit0b4a06ab29a0da80f6cb5c99189054cb8e2f756c (patch)
tree1b2285ec8b8b0405fb1937401045027f303ef5b7 /NEWS.md
parent8b83ef067441f6d3a4a55e92d1738724954a057c (diff)
vendor/bc: upgrade to version 6.7.2vendor/bc/6.7.2
This update improves the implementation of the power function p() and adds 3 new functions to the extended math library: min(), max(), and i2rand().
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md22
1 files changed, 22 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md
index de3b35026fea..d4b160d74d35 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,5 +1,27 @@
# News
+## 6.7.2
+
+This is a production release to remove some debugging code that I accidentally
+committed.
+
+## 6.7.1
+
+This is a production release with a bug fix for `SIGINT` only being handled
+once.
+
+## 6.7.0
+
+This is a production release with three new functions in the [extended math
+library][16]: `min()`, `max()`, and `i2rand()`.
+
+## 6.6.1
+
+This is a production release with an improved `p()` function in the [extended
+math library][16].
+
+Users who don't care do not need to upgrade.
+
## 6.6.0
This is a production release with two bug fixes and one change.