add NEWS entry for e2d54b71
This commit is contained in:
parent
e2d54b7169
commit
cd1cd9c5da
7
NEWS
7
NEWS
|
|
@ -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.
|
||||
|
||||
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:
|
||||
|
||||
- Fixed a bug that caused ksh to lose track of all running background jobs if
|
||||
|
|
|
|||
Loading…
Reference in New Issue