7

Cygwin 3.0.0-1

 5 years ago
source link: https://www.tuicool.com/articles/hit/Evmqquj
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client

This is the mail archive of the cygwin mailing list for theCygwin project.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index] Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next] Other format: [ Raw text ]

[ANNOUNCEMENT] Cygwin 3.0.0-1

  • From : Corinna Vinschen <corinna-cygwin at cygwin dot com>
  • To : cygwin at cygwin dot com
  • Date : Sat, 16 Feb 2019 16:29:27 +0100
  • Subject : [ANNOUNCEMENT] Cygwin 3.0.0-1
  • Reply-to : cygwin at cygwin dot com
Hi folks,


I uploaded a new Cygwin release 3.0.0-1.

=======================================================================

What's new:
-----------

- Support for CLOCK_REALTIME_COARSE, CLOCK_MONOTONIC_COARSE,
  CLOCK_MONOTONIC_RAW, CLOCK_BOOTTIME, CLOCK_REALTIME_ALARM,
  CLOCK_BOOTTIME_ALARM clocks.

- Support for case sensitive directories.  mkdir(2) automatically
  creates directories within the Cygwin installation dir as case
  sensitive now.

  This feature requires Windows 10 1803 or later and WSL installed!

- New file ioctls's FS_IOC_GETFLAGS and FS_IOC_SETFLAGS.  The actual
  inode flags are Cygwin-specific.  This allows to set or reset
  DOS attributes, file sparseness, FS level encryption and compression,
  as well as directory case sensitivity programatically.

- New tools chattr(1) and lsattr(1) to utilize setting and viewing the
  aforementioned new ioctl's on the command line.

- Support for exFAT.

- Support Linux-specific open(2) flag O_PATH.

- Support Linux-specific linkat(2) flag AT_EMPTY_PATH.

- Support overrun counter for posix timers (via timer_getoverrun() or
  siginfo_t::si_overrun).

- New APIs: signalfd, timerfd_create, timerfd_gettime, timerfd_settime,
  timer_getoverrun.

- fork(2) now is able to recover from when an in-use executable/dll is
  removed or replaced during process runtime.  This feature is disabled by
  default and limited to exes/dlls on the same NTFS partition as the Cygwin
  installation.  For more information and how to enable, please refer to
  <a rel="nofollow" href="https://www.cygwin.com/cygwin-ug-net/highlights.html#ov-hi-process">https://www.cygwin.com/cygwin-ug-net/highlights.html#ov-hi-process</a>


What changed:
-------------

- clock_nanosleep, pthread_condattr_setclock and timer_create now support
  all clocks, except CLOCK_PROCESS_CPUTIME_ID and CLOCK_THREAD_CPUTIME_ID.

- clock_setres is a no-op now.

- Use the new POSIX unlink semantics on NTFS starting with Windows 10 1709.
  Deleting an in-use file now actually removes the file, rather than moving
  it to the recycler bin.

- Use the new POSIX rename semantics on NTFS starting with Windows 10 1809.
  Renaming a file to another in-use file now actually removes the other file,
  rather than moving it to the recycler bin.

- open(..., O_TMPFILE) now moves the file to the trash bin immediately,
  to free the parent directory.

- Wctype functions updated to Unicode 11.0.

- Remove matherr, and SVID and X/Open math library configurations.
  Default math library configuration is now IEEE.

- Improve uname(2) for newly built applications.

- Kerberos/MSV1_0 S4U authentication replaces two old methods:
  Creating a token from scratch and Cygwin LSA authentication package.

- Cygwin PIDs have been decoupled from Windows PID.  Cygwin PIDs are
  now incrementally dealt in the range from 2 up to 65535, POSIX-like.
  Native Windows processes not started by Cygwin processes are mapped
  into the range beyond 65535.


Bug Fixes
---------

- Fix a thread race when initializing CLOCK_MONOTONIC.
  Addresses: <a rel="nofollow" href="https://cygwin.com/ml/cygwin/2018-11/msg00017.html">https://cygwin.com/ml/cygwin/2018-11/msg00017.html</a>

- Fix early timeout from pthread_cond_timedwait.
  Addresses: <a rel="nofollow" href="https://cygwin.com/ml/cygwin/2018-11/msg00171.html">https://cygwin.com/ml/cygwin/2018-11/msg00171.html</a>

- Fix a bug in recognizing remote FAT/FAT32/exFAT correctly.

- Allow open(2)/stat(2)/linkat(2) of a file via /proc/PID/fd/DESCRIPTOR
  even if file has been deleted.
  Addresses: <a rel="nofollow" href="https://cygwin.com/ml/cygwin/2018-12/msg00125.html">https://cygwin.com/ml/cygwin/2018-12/msg00125.html</a>
             <a rel="nofollow" href="https://cygwin.com/ml/cygwin/2018-12/msg00028.html">https://cygwin.com/ml/cygwin/2018-12/msg00028.html</a>

- Fix a bug in select(2) when polling HANDLE-less descriptors.

- Fix WEOF handling in wctype functions.
  Addresses: <a rel="nofollow" href="https://cygwin.com/ml/cygwin/2018-12/msg00173.html">https://cygwin.com/ml/cygwin/2018-12/msg00173.html</a>

- Fix thread names in GDB when cygthreads get reused.

- Fix return value of gethostname in a border case.

- Disallow seteuid on disabled or locked out accounts.
  Addresses: <a rel="nofollow" href="https://cygwin.com/ml/cygwin/2019-01/msg00197.html">https://cygwin.com/ml/cygwin/2019-01/msg00197.html</a>

- Fix raise to work as required by POSIX.
  Addresses: <a rel="nofollow" href="https://cygwin.com/ml/cygwin/2019-01/msg00149.html">https://cygwin.com/ml/cygwin/2019-01/msg00149.html</a>

- Fix exception handling in pthreads.
  Addresses: <a rel="nofollow" href="https://cygwin.com/ml/cygwin/2019-01/msg00149.html">https://cygwin.com/ml/cygwin/2019-01/msg00149.html</a>

- Fix O_APPEND handling on files when calling non-Cygwin applications
  Addresses: <a rel="nofollow" href="https://cygwin.com/ml/cygwin/2019-02/msg00081.html">https://cygwin.com/ml/cygwin/2019-02/msg00081.html</a>

- Fix case correctness of passwd/group entries fetched via getpwnam
  or getgrnam.
  Addresses: <a rel="nofollow" href="https://cygwin.com/ml/cygwin/2019-02/msg00109.html">https://cygwin.com/ml/cygwin/2019-02/msg00109.html</a>

=======================================================================


Have fun,
Corinna

-- 
Corinna Vinschen
Cygwin Maintainer

--
Problem reports:       <a rel="nofollow" href="http://cygwin.com/problems.html">http://cygwin.com/problems.html</a>
FAQ:                   <a rel="nofollow" href="http://cygwin.com/faq/">http://cygwin.com/faq/</a>
Documentation:         <a rel="nofollow" href="http://cygwin.com/docs.html">http://cygwin.com/docs.html</a>
Unsubscribe info:      <a rel="nofollow" href="http://cygwin.com/ml/#unsubscribe-simple">http://cygwin.com/ml/#unsubscribe-simple</a>
Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index] Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK