@@ -25,7 +25,7 @@ Change Log {#changelog}
2525
2626| Version | Date | Description |
2727| ------------------- | ---------- | -------------------- |
28- | [ 1.6.2 ] ( #rel_1_6_2 ) | 2026-XX-XX | Bugfix release |
28+ | [ 1.7.0 ] ( #rel_1_7_0 ) | 2026-XX-XX | Maintenance release |
2929| [ 1.6.1] ( #rel_1_6_1 ) | 2026-01-09 | Bugfix release |
3030| [ 1.6.0] ( #rel_1_6_0 ) | 2025-12-14 | Maintenance release |
3131| [ 1.5.0] ( #rel_1_5_0 ) | 2025-08-03 | Maintenance release |
@@ -52,11 +52,34 @@ Change Log {#changelog}
5252| [ 0.1.0] ( #rel_1_0 ) | 2003-07-08 | |
5353| [ 0.0.1] ( #rel_0_1 ) | 2003-05-31 | |
5454
55- ## Release 1.6.2 - 2026-XX-XX {#rel_1_6_2}
5655
57- This is a minor bugfix release to fix issues found with 1.6.1.
56+ ## Release 1.7.0 - 2026-XX-XX {#rel_1_7_0}
5857
59- ### Bug {#rel_1_6_2_bugs}
58+ Release 1.7.0 includes the following new features:
59+
60+ * Support for a 'fallback-ref' attribute in the 'appender-ref' element of a configuration file (see \ref fallback-ref-example)
61+ \[ [ #606 ] ( https://github.com/apache/logging-log4cxx/pull/606 ) \]
62+
63+ * Qt support can be enabled using a Log4cxx CMake find_package component (see \ref MyApp-qt/CMakeLists.txt)
64+ \[ [ #600 ] ( https://github.com/apache/logging-log4cxx/pull/600 ) \]
65+
66+ * A TelnetAppender option (NonBlocking) to close the connection when the network buffer is full
67+ \[ [ #591 ] ( https://github.com/apache/logging-log4cxx/pull/591 ) \]
68+
69+ The following issues have been addressed:
70+
71+ * XML output could contain characters not allowed by the XML 1.0 specification
72+ * [ #609 ] ( https://github.com/apache/logging-log4cxx/pull/609 )
73+ , [ #610 ] ( https://github.com/apache/logging-log4cxx/pull/610 )
74+
75+ * An XML configuration file with recursive references caused program termination
76+ \[ [ #605 ] ( https://github.com/apache/logging-log4cxx/pull/605 ) \]
77+
78+ * Possible undefined behavior during a configuration change
79+ \[ [ #601 ] ( https://github.com/apache/logging-log4cxx/pull/601 ) \]
80+
81+ * Message loss when the calculation of a logged value also logs
82+ \[ [ #594 ] ( https://github.com/apache/logging-log4cxx/pull/594 ) \]
6083
6184* ODBCAppender prepared statement value buffers had incorrect lifetimes
6285 \[ [ #581 ] ( https://github.com/apache/logging-log4cxx/pull/581 ) \]
@@ -87,8 +110,8 @@ and the LOG4CXX_CONFIGURATION environment variable (see log4cxx::spi::Configurat
87110* Console output (Log4cxx internal logging and BasicConfigurator) use a color per message level by default
88111 \[ [ #529 ] ( https://github.com/apache/logging-log4cxx/pull/529 ) \]
89112* New logging macros that defer binary-to-text conversion until used in AsyncAppender's background thread
90- * \[ [ #548 ] ( https://github.com/apache/logging-log4cxx/pull/548 ) \]
91- , \[ [ #554 ] ( https://github.com/apache/logging-log4cxx/pull/554 ) \]
113+ * [ #548 ] ( https://github.com/apache/logging-log4cxx/pull/548 )
114+ , [ #554 ] ( https://github.com/apache/logging-log4cxx/pull/554 )
92115* A simplified way to attach an AsyncAppender to a logger using a configuration file
93116 \[ [ #550 ] ( https://github.com/apache/logging-log4cxx/pull/550 ) \]
94117
0 commit comments