loadlwipv6 inlined
[vde.git] / vde-2 / Changelog
blob23becc63ee95b7b19bbf06f471344359326f00fa
1 VDE 2.2.0-pre3, UNRELEASED
2         * New contact email address: <info@v2.cs.unibo.it>
3         * Code cleanup (some more warnings removed)
4         * [vde_crytcab] Cleared large memory leak due to missing
5           EVP_CIPHER_CTX_cleanup() after encryption/decryption
6         * [vde_cryptcab] Cleared (very small) memory leak in crc32 calls
7         * [vde_cryptcab] Fixed bug on handover after session timeout: now client
8           re-establishes the connection when it sees some traffic, after session
9           timeout.
10         * Heavy directories reorganization, all source code moved under src and
11           include
12         * New internal library libvdecommon.la with common utilities and LIBOBJ
13           replacement/compatibility functions
14         * [common] Fix in poll emulation management
15         * Fix to distclean problem due to wrong LIBOBJ management
17 VDE 2.2.0-pre2, 2008-01-31
19         * [vde_autolink][unixcmd] Added man pages
20         * Code cleanup (removed warnings, added missing prototypes to header
21           files, etc.)
22         * Debian cleanup (in order to make lintian happier)
23         * [slirpvde] Fix for 64 bit architectures (thanks to Andrea Arcangeli)
24         * Added very very very experimental kvde_switch (using IPN)
25         * Minor fixes
27 VDE 2.2.0-pre1, 2007-11-02
28         * Fixes in vde_cryptcab, libvdeplug, vdeq, slirpvde
29         * wirefilter can connect directly to two local plugs
30         * libvdeplug_dyn is a variant of libvdeplug that allows dynamic
31           loading at runtime
32         * Added vde_switch debug menu for asyncronous notifications
33           [experimental]
34         * Added plugins support to vde_switch [experimental]
35         * New sample plugins: dump and pdump (based on libpcap)
36         * Added debug menu for asynchronous notifications in vde_switch
37           [experimental]
38         * Added KVM symlink to vdeq
39         * Enabled features summary at end of ./configure
40         * Configuration files moved from /etc/ to /etc/vde2/ (and ~/.vde2/)
41         * Ported to FreeBSD
42         * Added vde_tunctl (imported from uml_utilities to avoid useless
43           dependencies
44         * New tools and libraries: libvdemgmt, unixcmd, vde_over_ns, vde_l3,
45           vde_autolink, vde_snmp
47 VDE 2.1.6, 2006-12-21
48         * Creation of changelog
49         * vde_switch and slirpvde didn't detach from terminal when in daemon mode
50           (thanks: Piotr Roszatycki)
51         * Patch for group-level privileges; -m option added to vdeq and vdetap
52           (thanks: Piotr Roszatycki)
53         * Added #ifdefs for some signals, for better portability (thanks: Piotr
54           Roszatycki)
55         * Fixed LD_PRELOAD examples in vdetaplib help and man page (thanks:
56           Piotr Roszatycki)
57         * Typos in vde_switch man page
58         * Typos in wirefilter man page (thanks: Helmut Grohne)
59         * Missing cleanups in vdeq (thanks: Piotr Roszatycki)
60         * Various fixes in vde_cryptcab source code; added callback to prevent
61           direct calling of vde_cryptcab.c functions from within blowfish.c;
62           added prototypes for some functions (thanks: Dann Frazier)
63         * libvdetap should not use system calls but the next function in the
64           dynamic library symbol list (thanks: Piotr Roszatycki)