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