From 91b417bbe820ec9a61b18d4b687f06e61617f95b Mon Sep 17 00:00:00 2001 From: garden Date: Tue, 8 Jul 2008 15:02:44 +0000 Subject: [PATCH] * Release 2.2.2 * Tagged release 2.2.2 git-svn-id: https://vde.svn.sourceforge.net/svnroot/vde/trunk@301 d37a7db1-d92d-0410-89df-f68f52f87b57 --- vde-2/Changelog | 11 +++++++++++ vde-2/configure.ac | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/vde-2/Changelog b/vde-2/Changelog index 3295f4a..a6edbae 100644 --- a/vde-2/Changelog +++ b/vde-2/Changelog @@ -1,3 +1,14 @@ +VDE 2.2.2, 2008-07-08 + * Added --enable-profile to configure (for profiling) + * Added cleanup() in vdeq on successfull termination (thanks huslu) + * Added --mod to new syntax in vdeq man page + * Fixed fd leak in runscript() (Closes: #2009311 on SF) + * wirefilter man and code cleanup + * wirefilter option for blinking added. + * Gaussian distribution for range values, Gilbert bursty model for packet loss. + * Bugfix on mgmt sessions. + * Poor's man hub implemented. (patch by Luca Saiu) + VDE 2.2.1, 2008-06-17 * New contact email address: * Code cleanup (some more warnings removed) diff --git a/vde-2/configure.ac b/vde-2/configure.ac index 68338c7..d2cca3f 100644 --- a/vde-2/configure.ac +++ b/vde-2/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT([vde2], [2.2.1], [info@v2.cs.unibo.it]) +AC_INIT([vde2], [2.2.2], [info@v2.cs.unibo.it]) AM_INIT_AUTOMAKE([foreign dist-bzip2 subdir-objects]) AC_CONFIG_SRCDIR([include/vde.h]) AC_CONFIG_HEADER([include/config.h]) -- 2.11.4.GIT