Skip to content

Commit f4d3ec1

Browse files
committed
Update ChangeLog and bump version for v4.4 release
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
1 parent 51befb4 commit f4d3ec1

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

ChangeLog.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ Change Log
44
All relevant changes are documented in this file.
55

66

7-
[4.4][UNRELEASED]
8-
-----------------
7+
[4.4][] - 2023-05-15
8+
--------------------
99

1010
> **Note 1:** this release contains changes to the `.conf` parser. If you
1111
> have .conf file statements with comment character (`#`) in the command
@@ -357,6 +357,9 @@ All relevant changes are documented in this file.
357357
However, on `initctl reload` (and no change to .conf files) the arg
358358
list was lost while parsing the .conf files. Leading to a false
359359
positive 'diff' in args causing nginx to be unnecessarily restarted.
360+
* Fix issue with disabled "linewrap" on the console TTY after login.
361+
The root cause is `qemu-system-x86_64 -nographics` disabling it when
362+
starting up. The correct `\e[?7h` escape code is now used.
360363

361364

362365
[4.3][] - 2022-05-15

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AC_INIT([Finit],[4.4-rc2],[https://github.com/troglobit/finit/issues],[finit],[https://troglobit.com/projects/finit/])
1+
AC_INIT([Finit],[4.4],[https://github.com/troglobit/finit/issues],[finit],[https://troglobit.com/projects/finit/])
22
AC_CONFIG_AUX_DIR(aux)
33
AM_INIT_AUTOMAKE([1.11 foreign dist-xz subdir-objects])
44
AM_SILENT_RULES([yes])

0 commit comments

Comments
 (0)