From a75aa2966bc5eaba75bdaa982d4fbfa550ce290a Mon Sep 17 00:00:00 2001 From: Michal Zima Date: Mon, 17 Jun 2013 16:39:29 +0200 Subject: [PATCH] Written NEWS and bumped version to 0.2.0 --- NEWS | 8 ++++++++ configure.ac | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index e69de29..4cdde35 100644 --- a/NEWS +++ b/NEWS @@ -0,0 +1,8 @@ +WrapSix 0.2.0 +============= + +- completely rewritten from scratch, but without DNS64 for now +- dropped all external dependencies +- cleaner design & implementation with emphasis on CPU & memory efficiency +- using standard autotools as a build system +- changed licence to GNU GPLv3 diff --git a/configure.ac b/configure.ac index fd0dbbe..ebc1da0 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # This file uses AC_CONFIG_MACRO_DIR, so we need Autoconf 2.58 or better. AC_PREREQ([2.58]) -AC_INIT([WrapSix], [0.1.99.0], [xhire@mujmalysvet.cz]) +AC_INIT([WrapSix], [0.2.0], [xhire@wrapsix.org]) AM_INIT_AUTOMAKE([-Wall -Werror]) # prevent automatic adding of "-g -O2" to CFLAGS