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