File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed
Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,17 @@ Change Log
44All 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
Original file line number Diff line number Diff line change 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] )
3131AC_CONFIG_AUX_DIR ( aux )
You can’t perform that action at this time.
0 commit comments