1
0
mirror of https://code.semirocket.science/wrapsix synced 2024-09-18 22:44:58 +03:00

Written NEWS and bumped version to 0.2.0

This commit is contained in:
Michal Zima 2013-06-17 16:39:29 +02:00
parent f5ee2e3090
commit a75aa2966b
2 changed files with 9 additions and 1 deletions

8
NEWS
View File

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

View File

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