Skip to content

Commit 93f9cd7

Browse files
committed
Prepare for upcoming v2.7.2
Signed-off-by: Joachim Wiberg <[email protected]>
1 parent c062211 commit 93f9cd7

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

ChangeLog.md

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

66

7+
[v2.7.2][UNRELEASED]
8+
-----------------------
9+
10+
### Changes
11+
- Increased code coverage testing of tag parser
12+
13+
### Fixes
14+
- Fix #102: allow `.` in tag names, regression in v2.7.1
15+
- Fix various typos in documentation, by Luz Paz
16+
17+
718
[v2.7.1][] - 2025-03-03
819
-----------------------
920

@@ -679,7 +690,8 @@ and a replacement for `syslog.h` to enable new features in RFC5424.
679690
- Several bugfixes and improvements, please refer to the .c files
680691

681692

682-
[UNRELEASED]: https://github.com/troglobit/sysklogd/compare/v2.7.0...HEAD
693+
[UNRELEASED]: https://github.com/troglobit/sysklogd/compare/v2.7.1...HEAD
694+
[v2.7.2]: https://github.com/troglobit/sysklogd/compare/v2.7.1...v2.7.2
683695
[v2.7.1]: https://github.com/troglobit/sysklogd/compare/v2.7.0...v2.7.1
684696
[v2.7.0]: https://github.com/troglobit/sysklogd/compare/v2.6.2...v2.7.0
685697
[v2.6.2]: https://github.com/troglobit/sysklogd/compare/v2.6.1...v2.6.2

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.1],
28+
AC_INIT([sysklogd], [2.7.2-beta1],
2929
[https://github.com/troglobit/sysklogd/issues],,
3030
[https://github.com/troglobit/sysklogd])
3131
AC_CONFIG_AUX_DIR(aux)

0 commit comments

Comments
 (0)