Skip to content

Commit

Permalink
Update ChangeLog and bump for v2.1.7-rc1
Browse files Browse the repository at this point in the history
Signed-off-by: Joachim Wiberg <[email protected]>
  • Loading branch information
troglobit committed Jul 31, 2024
1 parent 9717cce commit f7cdb93
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,16 @@ All notable changes to the project are documented in this file.
[v2.1.7][UNRELEASED]
-----------------------

### Fixes
- Allow colorized output over pipes, use `-n` instead. This
### Changes
- Allow colorized output over pipes, use `-n` to disable. This
reverts the auto-disable in pipes, introduced in v2.1

### Fixes
- Fix #25: Add missing include file for macOS
- Fix compiler warnings on NetBSD, possibly other BSDs
- Add missing include file for NetBSD, possibly other BSDs
- Various minor GCC 13 and Clang 18 warnings


[v2.1.6][] - 2020-06-06
-----------------------
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT([netcalc], [2.1.7-beta1], [https://github.com/troglobit/netcalc/issues])
AC_INIT([netcalc], [2.1.7-rc1], [https://github.com/troglobit/netcalc/issues])
AM_INIT_AUTOMAKE([1.11 foreign])
AM_SILENT_RULES([yes])

Expand Down

0 comments on commit f7cdb93

Please sign in to comment.