https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=c061551c67ec1155981eccf642c48d5701624dba
commit c061551c67ec1155981eccf642c48d5701624dba Author: Corinna Vinschen <[email protected]> AuthorDate: Sun Jan 29 18:40:14 2023 +0100 Commit: Corinna Vinschen <[email protected]> CommitDate: Sun Jan 29 18:40:14 2023 +0100 Cygwin: add new cygcheck capabilities to release notes Signed-off-by: Corinna Vinschen <[email protected]> Diff: --- winsup/cygwin/release/3.5.0 | 4 ++++ winsup/doc/new-features.xml | 6 ++++++ 2 files changed, 10 insertions(+) diff --git a/winsup/cygwin/release/3.5.0 b/winsup/cygwin/release/3.5.0 index 32c9ebaac487..3529c478780d 100644 --- a/winsup/cygwin/release/3.5.0 +++ b/winsup/cygwin/release/3.5.0 @@ -8,3 +8,7 @@ What's new: now work in the console. - newgrp(1) tool. + +- cygcheck has new options searching for available packages in the + cygwin distro, as well as getting extended info on available and + installed packages. diff --git a/winsup/doc/new-features.xml b/winsup/doc/new-features.xml index 169f0fc5263f..e6eeb1faca06 100644 --- a/winsup/doc/new-features.xml +++ b/winsup/doc/new-features.xml @@ -22,6 +22,12 @@ work in the console. newgrp(1) tool. </para></listitem> +<listitem><para> +cygcheck has new options searching for available packages in the +cygwin distro, as well as getting extended info on available and +installed packages. +</para></listitem> + </itemizedlist> </sect2>
