Remove MAC table support.
[sliver-openvswitch.git] / ChangeLog
1 v0.2.2 - 13 Apr 2008
2 --------------------
3     - Removed MAC tables
4     - Various bug fixes and tweaks
5
6 v0.2.1 - 28 Mar 2008
7 --------------------
8     - Fixed build problem when SSL enabled
9
10 v0.2.0 - 28 Mar 2008
11 --------------------
12     - Added userspace switch reference implementation
13
14 v0.1.9 - 19 Mar 2008
15 --------------------
16     - Added SSL/TLS support
17     - Various bug fixes and tweaks
18
19 v0.1.8 - 03 Mar 2008
20 --------------------
21     - Added support for cross-compilation
22     - Various bug fixes and tweaks
23
24 v0.1.7 - 07 Feb 2008
25 --------------------
26     - Allow permanent flow entries to be set
27     - Added patch for tcpdump that allows parsing of OpenFlow messages
28     - Various bug fixes and tweaks
29
30 v0.1.6 - 05 Feb 2008
31 --------------------
32     - Added support for Linux 2.6.24
33     - Set nwsrc/nwdst fields in flow structs on ARP packets
34     - Various bug fixes and tweaks
35
36 v0.1.5 - 17 Jan 2008
37 --------------------
38     - Added support for Linux 2.4.20
39     - Added support for GCC 2.95
40
41 v0.1.4 - 15 Jan 2008
42 --------------------
43     - Decode and print port_status messages
44     - Fixed build problems on big-endian systems
45     - Fixed compatibility for older 2.6 kernels
46     - Various bug fixes and tweaks
47
48 v0.1.3 - 08 Jan 2008
49 --------------------
50     - Added support for flow expiration messages
51     - Decode and print all datapath-generated messages in dpctl's "monitor" 
52     - Added "--noflow" option to controller
53     - Various bug fixes and tweaks
54
55 v0.1.2 - 07 Jan 2008
56 --------------------
57     - Fixed distribution to include ofp_pcap.h
58     - Removed autoconf C++ checks
59
60 v0.1.1 - 18 Dec 2007
61 --------------------
62     - Fixed support for Linux 2.4.35 and 2.6.22
63     - Added support for Linux 2.6.15
64     - Added "vlogconf" utility to modify logging configuration
65     - Added better support for SNAP headers
66     - Improved printing of flow information in dpctl
67     - Made kernel code consistently use tabs instead of spaces
68     - Removed libpcap requirement for building
69     - Various bug fixes and tweaks
70
71 v0.1.0 - 30 Nov 2007
72 --------------------
73     - Initial release