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