From 92e786c7bbe392c78b50111c33686534620200f0 Mon Sep 17 00:00:00 2001 From: Bernd Petrovitsch Date: Sun, 1 Apr 2007 21:44:14 +0000 Subject: [PATCH] * set version to 0.5.0 and added a section in the CHANGELOG --- CHANGELOG | 18 +++++++++++++++++- Makefile | 4 ++-- 2 files changed, 19 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 7526605f..5dafbc6f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,21 @@ This file states changes as of version 0.2.4: -$Id: CHANGELOG,v 1.57 2006/12/13 23:06:23 bernd67 Exp $ +$Id: CHANGELOG,v 1.58 2007/04/01 21:44:14 bernd67 Exp $ + +0.5.0 --------------------------------------------------------------------- + +APPLIED PATCHES FROM FREIFUNK-FIRMWARE +libsmake, dyngwplain, nameservices+services, tzxtinfo, quagga, quagga-routehandler, +optimize, fixes from Eric Tromp and Sven-Ola Tuecke, CPU-optimize, secure key, HNA-IP + +CLEANUPS +removed hardcoded limit on the number of interfaces (at least in the Unix part) +made Makefile targets much more consistent + +BUGFIXES +all over the place + +MISC +put Bmf-1.3 plugin into it 0.4.11 -------------------------------------------------------------------- diff --git a/Makefile b/Makefile index 5556fab3..f5d16a59 100644 --- a/Makefile +++ b/Makefile @@ -35,9 +35,9 @@ # to the project. For more information see the website or contact # the copyright holders. # -# $Id: Makefile,v 1.75 2007/02/05 21:17:26 bernd67 Exp $ +# $Id: Makefile,v 1.76 2007/04/01 21:44:14 bernd67 Exp $ -VERS = 0.5.0pre +VERS = 0.5.0 TOPDIR = . include Makefile.inc -- 2.20.1