NEWS: release 0.2

This commit is contained in:
Simon Ruderich
2014-06-22 18:34:34 +02:00
parent 733e149c1a
commit 502f26377e
2 changed files with 3 additions and 2 deletions

3
NEWS
View File

@@ -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

View File

@@ -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])