From f9608919d30b361745ef5b50f8008a636f25c99c Mon Sep 17 00:00:00 2001 From: "rafael@riseup.net" Date: Sat, 14 Nov 2009 22:10:39 +0000 Subject: [PATCH] preparing for 0.20.1 release --- darkice/trunk/ChangeLog | 5 +++++ darkice/trunk/NEWS | 4 ++++ darkice/trunk/configure.in | 2 +- 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/darkice/trunk/ChangeLog b/darkice/trunk/ChangeLog index 1ae3077..f7289b8 100644 --- a/darkice/trunk/ChangeLog +++ b/darkice/trunk/ChangeLog @@ -1,3 +1,8 @@ +14-11-2009 Darkice 0.20.1 released + o added rc.darkice init script + thanks to Niels Dettenbach + o bugfix: fix for gcc 4.4 + 05-11-2009 Darkice 0.20 released o new maintainer: Rafael Diniz diff --git a/darkice/trunk/NEWS b/darkice/trunk/NEWS index eab2826..5bb3f73 100644 --- a/darkice/trunk/NEWS +++ b/darkice/trunk/NEWS @@ -1,3 +1,7 @@ +14-11-2009, Rafael Diniz, rafael@riseup.net + + Released version 0.20.1. See ChangeLog for changes. + 05-11-2009, Rafael Diniz, rafael@riseup.net Released version 0.20. See ChangeLog for changes. diff --git a/darkice/trunk/configure.in b/darkice/trunk/configure.in index 2a2d652..d30cab8 100644 --- a/darkice/trunk/configure.in +++ b/darkice/trunk/configure.in @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT(darkice, 0.20) +AC_INIT(darkice, 0.20.1) AC_CONFIG_SRCDIR(src/DarkIce.cpp) AM_CONFIG_HEADER(src/config.h)