From 502f26377e64f7c26ddcc28a35dfb838a88035b2 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sun, 22 Jun 2014 18:34:34 +0200 Subject: [PATCH] NEWS: release 0.2 --- NEWS | 3 ++- configure.ac | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index b625510..bb89349 100644 --- a/NEWS +++ b/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 diff --git a/configure.ac b/configure.ac index edb692d..47f9ee2 100644 --- a/configure.ac +++ b/configure.ac @@ -15,7 +15,7 @@ dnl along with this program. If not, see . 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]) -- 2.43.2