readchar fix
[vde.git] / vde-2 / Changelog
blob1d9febadef759bda00c0e237173c6cc3a721dbef
1 VDE 2.2.0-pre1, 2007-11-02
2         * Fixes in vde_cryptcab, libvdeplug, vdeq, slirpvde
3         * wirefilter can connect directly to two local plugs
4         * libvdeplug_dyn is a variant of libvdeplug that allows dynamic
5           loading at runtime
6         * Added vde_switch debug menu for asyncronous notifications
7           [experimental]
8         * Added plugins support to vde_switch [experimental]
9         * New sample plugins: dump and pdump (based on libpcap)
10         * Added debug menu for asynchronous notifications in vde_switch
11           [experimental]
12         * Added KVM symlink to vdeq
13         * Enabled features summary at end of ./configure
14         * Configuration files moved from /etc/ to /etc/vde2/ (and ~/.vde2/)
15         * Ported to FreeBSD
16         * Added vde_tunctl (imported from uml_utilities to avoid useless
17           dependencies
18         * New tools and libraries: libvdemgmt, unixcmd, vde_over_ns, vde_l3,
19           vde_autolink, vde_snmp
21 VDE 2.1.6, 2006-12-21
22         * Creation of changelog
23         * vde_switch and slirpvde didn't detach from terminal when in daemon mode
24           (thanks: Piotr Roszatycki)
25         * Patch for group-level privileges; -m option added to vdeq and vdetap
26           (thanks: Piotr Roszatycki)
27         * Added #ifdefs for some signals, for better portability (thanks: Piotr
28           Roszatycki)
29         * Fixed LD_PRELOAD examples in vdetaplib help and man page (thanks:
30           Piotr Roszatycki)
31         * Typos in vde_switch man page
32         * Typos in wirefilter man page (thanks: Helmut Grohne)
33         * Missing cleanups in vdeq (thanks: Piotr Roszatycki)
34         * Various fixes in vde_cryptcab source code; added callback to prevent
35           direct calling of vde_cryptcab.c functions from within blowfish.c;
36           added prototypes for some functions (thanks: Dann Frazier)
37         * libvdetap should not use system calls but the next function in the
38           dynamic library symbol list (thanks: Piotr Roszatycki)