1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

add NEWS entry for e2d54b71

This commit is contained in:
Martijn Dekker 2021-02-14 19:39:01 +00:00
parent e2d54b7169
commit cd1cd9c5da

7
NEWS
View file

@ -3,6 +3,13 @@ For full details, see the git log at: https://github.com/ksh93/ksh
Any uppercase BUG_* names are modernish shell bug IDs. Any uppercase BUG_* names are modernish shell bug IDs.
2021-02-14:
- Due to a deficiency in some UNIX veriants, the 'sleep' built-in command could
occasionally sleep for slightly less than the time specified. It now performs
an additional check against the system clock to make sure it sleeps at least
the given amount of time. Thanks to Lev Kujawski for adding this feature.
2021-02-11: 2021-02-11:
- Fixed a bug that caused ksh to lose track of all running background jobs if - Fixed a bug that caused ksh to lose track of all running background jobs if