Date: Mon, 6 Nov 2023 15:36:53 GMT From: Christos Margiolis <christos@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: b351fa9d08b4 - main - RELNOTES: mention bb830e346bd5 Message-ID: <202311061536.3A6Far9a041682@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by christos: URL: https://cgit.FreeBSD.org/src/commit/?id=b351fa9d08b402eee0ddfee5af0b2bc3c3ad7e87 commit b351fa9d08b402eee0ddfee5af0b2bc3c3ad7e87 Author: Christos Margiolis <christos@FreeBSD.org> AuthorDate: 2023-11-06 15:36:39 +0000 Commit: Christos Margiolis <christos@FreeBSD.org> CommitDate: 2023-11-06 15:36:39 +0000 RELNOTES: mention bb830e346bd5 Reviewed by: markj Differential Revision: https://reviews.freebsd.org/D42479 --- RELNOTES | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/RELNOTES b/RELNOTES index 611b43686887..c5c20fe37975 100644 --- a/RELNOTES +++ b/RELNOTES @@ -10,6 +10,14 @@ newline. Entries should be separated by a newline. Changes to this file should not be MFCed. +bb830e346bd5: + Set the IUTF8 flag by default in tty(4). + + 128f63cedc14 and 9e589b093857 added proper UTF-8 backspacing handling + in the tty(4) driver, which is enabled by setting the new IUTF8 flag + through stty(1). Since the default locale is UTF-8, enable IUTF8 by + default. + ff01d71e48d4: dialog(1) has been replaced by bsddialog(1)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202311061536.3A6Far9a041682>