diff options
| author | Stefan Eßer <se@FreeBSD.org> | 2023-10-30 09:10:24 +0000 |
|---|---|---|
| committer | Stefan Eßer <se@FreeBSD.org> | 2023-10-30 09:10:24 +0000 |
| commit | 0b4a06ab29a0da80f6cb5c99189054cb8e2f756c (patch) | |
| tree | 1b2285ec8b8b0405fb1937401045027f303ef5b7 /NEWS.md | |
| parent | 8b83ef067441f6d3a4a55e92d1738724954a057c (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.md | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -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. |
