Update ChangeLog and bump version for v2.4.4 bug fix release

Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
This commit is contained in:
Joachim Wiberg 2022-08-13 20:02:12 +02:00
parent 06ba111750
commit 51d471543c
2 changed files with 9 additions and 1 deletions

View File

@ -4,6 +4,14 @@ Change Log
All relevant changes to the project are documented in this file.
[v2.4.4][] - 2022-08-14
-----------------------
### Fixes
- Fix #58: running syslogd with `-T` should use local time for remote
messages, but time is always logged with "Jan 0 00:00:00".
[v2.4.3][] - 2022-08-12
-----------------------

View File

@ -25,7 +25,7 @@
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
AC_INIT([sysklogd], [2.4.3], [https://github.com/troglobit/sysklogd/issues],,
AC_INIT([sysklogd], [2.4.4], [https://github.com/troglobit/sysklogd/issues],,
[https://github.com/troglobit/sysklogd])
AC_CONFIG_AUX_DIR(aux)
AM_INIT_AUTOMAKE([1.11 foreign subdir-objects])