Skip to content

Commit 5fb314c

Browse files
committed
Update ChangeLog and bump version for v2.7.2 release
Signed-off-by: Joachim Wiberg <[email protected]>
1 parent debc8c3 commit 5fb314c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

ChangeLog.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@ Change Log
44
All relevant changes to the project are documented in this file.
55

66

7-
[v2.7.2][UNRELEASED]
7+
[v2.7.2][] - 2025-03-31
88
-----------------------
99

1010
### Changes
1111
- Increased code coverage testing of tag parser
12+
- Improved error handling in `logger` when invalid arguments to
13+
`-p` and `-o` are encountered
1214

1315
### Fixes
1416
- Fix #102: allow `.` in tag names, regression in v2.7.1

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2626
# SUCH DAMAGE.
2727

28-
AC_INIT([sysklogd], [2.7.2-beta1],
28+
AC_INIT([sysklogd], [2.7.2],
2929
[https://github.com/troglobit/sysklogd/issues],,
3030
[https://github.com/troglobit/sysklogd])
3131
AC_CONFIG_AUX_DIR(aux)

0 commit comments

Comments
 (0)