mirror of
https://github.com/FAUSheppy/colorredstderr-mirror
synced 2025-12-09 08:28:33 +01:00
NEWS: release 0.2
This commit is contained in:
3
NEWS
3
NEWS
@@ -1,7 +1,7 @@
|
||||
NEWS
|
||||
====
|
||||
|
||||
0.X
|
||||
0.2
|
||||
---
|
||||
|
||||
- Fix hook for GNU's error_at_line() not exiting if status != 0. If
|
||||
@@ -9,6 +9,7 @@ NEWS
|
||||
didn't exit.
|
||||
- Fix race condition when using threads. The fix requires thread-local
|
||||
storage.
|
||||
- Documentation updates.
|
||||
|
||||
|
||||
0.1
|
||||
|
||||
@@ -15,7 +15,7 @@ dnl along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
|
||||
AC_PREREQ([2.69])
|
||||
AC_INIT([coloredstderr],[0.1],[simon@ruderich.org])
|
||||
AC_INIT([coloredstderr],[0.2],[simon@ruderich.org])
|
||||
|
||||
AC_CONFIG_AUX_DIR([build-aux])
|
||||
AC_CONFIG_MACRO_DIR([m4])
|
||||
|
||||
Reference in New Issue
Block a user