X-Git-Url: https://ruderich.org/simon/gitweb/?p=coloredstderr%2Fcoloredstderr.git;a=blobdiff_plain;f=NEWS;h=b625510466dc90f937017e11f4a800e4d0685c0d;hp=2c5e4775b6f6f055f2283cda5c4a44286f632dea;hb=c1c5dcf0ca95ec639199ec36cc132a3540fd3038;hpb=f9631cb6fa9efefedbcbd8ec3d089054406b3d73 diff --git a/NEWS b/NEWS index 2c5e477..b625510 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,16 @@ NEWS ==== +0.X +--- + +- Fix hook for GNU's error_at_line() not exiting if status != 0. If + error_one_per_line was used and suppressed a message, then error_at_line() + didn't exit. +- Fix race condition when using threads. The fix requires thread-local + storage. + + 0.1 ---