SHA256
1
0
forked from pool/tcsh
2017-07-19 10:29:26 +00:00
committed by Git OBS Bridge
parent bf532067bf
commit f7eb959efb
4 changed files with 134 additions and 0 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Wed Jul 19 10:25:40 UTC 2017 - werner@suse.de
- Add patch tcsh-6.20.00-avoid-dotlock-for-fcntl.patch as we are
using fcntl's F_SETLKW patches for locking therefore avoid dot
file locking without holding a file descriptor as otherwise we
migth not be able to open the history file after a crash or if
a killall had been used during reboot.
-------------------------------------------------------------------
Fri Jun 16 07:54:55 UTC 2017 - werner@suse.de
- Add patch tcsh-closem.patch to fix a long standing misbehaviour
of upstram tcsh whic his that it close sockets which do not
belong to it (bsc#1028864)
-------------------------------------------------------------------
Fri Apr 28 08:11:47 UTC 2017 - werner@suse.de