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