Cygwin: add glob/fnmatch named class support to release notes
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
parent
d6d4436145
commit
65446dd4f0
|
@ -12,3 +12,6 @@ What's new:
|
||||||
- cygcheck has new options searching for available packages in the
|
- cygcheck has new options searching for available packages in the
|
||||||
cygwin distro, as well as getting extended info on available and
|
cygwin distro, as well as getting extended info on available and
|
||||||
installed packages.
|
installed packages.
|
||||||
|
|
||||||
|
- fnmatch(3) and glob(3) now support named character classes in the
|
||||||
|
search pattern, i.e., [:alnum:], etc.
|
||||||
|
|
|
@ -28,6 +28,11 @@ cygwin distro, as well as getting extended info on available and
|
||||||
installed packages.
|
installed packages.
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
|
|
||||||
|
<listitem><para>
|
||||||
|
fnmatch(3) and glob(3) now support named character classes in the
|
||||||
|
search pattern, i.e., [:alnum:], etc.
|
||||||
|
</para></listitem>
|
||||||
|
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
Loading…
Reference in New Issue