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