X-Git-Url: https://ruderich.org/simon/gitweb/?p=coloredstderr%2Fcoloredstderr.git;a=blobdiff_plain;f=NEWS;h=6c7691624875a5c19dab852d1732560c9f73517f;hp=2c5e4775b6f6f055f2283cda5c4a44286f632dea;hb=3676d3f21f0e1e2e59cd2fcafc64acccd3782ef9;hpb=f9631cb6fa9efefedbcbd8ec3d089054406b3d73 diff --git a/NEWS b/NEWS index 2c5e477..6c76916 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,17 @@ NEWS ==== +0.2 +--- + +- 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 (available on at least GNU/Linux and FreeBSD). +- Documentation updates. + + 0.1 ---