2022-12-07 19:19:49 +08:00
|
|
|
What's new:
|
|
|
|
-----------
|
|
|
|
|
|
|
|
- Drop support for Windows 7, Windows 8, Server 2008 R2 and Server 2012.
|
|
|
|
|
2022-12-22 22:15:32 +08:00
|
|
|
- The console device gets accessible from other terminals such as other
|
|
|
|
consoles and ptys. Thanks to this new feature, GNU screen and tmux
|
|
|
|
now work in the console.
|
2023-01-15 01:00:35 +08:00
|
|
|
|
|
|
|
- newgrp(1) tool.
|
2023-01-30 01:40:14 +08:00
|
|
|
|
|
|
|
- cygcheck has new options searching for available packages in the
|
|
|
|
cygwin distro, as well as getting extended info on available and
|
|
|
|
installed packages.
|
2023-02-15 21:22:26 +08:00
|
|
|
|
2023-03-01 18:49:52 +08:00
|
|
|
- fnmatch(3) and glob(3) now support named character classes, equivalence
|
|
|
|
class expressions, and collating symbols in the search pattern, i.e.,
|
|
|
|
[:alnum:], [=a=], [.aa.].
|
2023-02-27 00:04:03 +08:00
|
|
|
|
|
|
|
- Introduce /proc/codesets and /proc/locales with information on
|
|
|
|
supported codesets and locales for all interested parties. Locale(1)
|
|
|
|
opens these files and uses the info for printing locale info like any
|
|
|
|
other process could do.
|