SHA256
1
0
forked from pool/audit
OBS User unknown
2008-12-05 14:04:37 +00:00
committed by Git OBS Bridge
parent 251d24e5a4
commit 47b4c91a45
6 changed files with 240 additions and 53 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Fri Dec 5 02:30:03 CET 2008 - tonyj@suse.de
- Revision to previous fix for bnc#445353.
These should go into SLES11 RC1.
1) Add --line-buffered option to limit when stdout is flushed (performance).
2) Testing found a related bug where (if input is a pipe) the last logical
record would permanently be queued waiting for a subsequent record indicating
end of the previous. This subsequent record may never arrive. Timer is
now run causing this record to be flushed if no new record arrives within
timeout. This fix is upstream also.
-------------------------------------------------------------------
Fri Nov 21 08:45:03 CET 2008 - tonyj@suse.de