+v0.1.9 - 17 Mar 2008
+--------------------
+ - Added SSL/TLS support
+ - Various bug fixes and tweaks
+
v0.1.8 - 03 Mar 2008
--------------------
- - Added support for cross-compilation.
+ - Added support for cross-compilation
- Various bug fixes and tweaks
v0.1.7 - 07 Feb 2008
AC_PREREQ(2.59)
-AC_INIT(openflow, v0.1.8, info@openflowswitch.org)
+AC_INIT(openflow, v0.1.9, info@openflowswitch.org)
AM_INIT_AUTOMAKE
AC_PROG_CC
AM_CONDITIONAL([NDEBUG], [test x$ndebug = xtrue])
CHECK_LINUX(l26, 2.6, 2.6, KSRC26, L26_ENABLED)
-CHECK_LINUX(uml, 2.6, 2.6-uml, KSRCUML, UML_ENABLED)
CHECK_LINUX(l24, 2.4, 2.4, KSRC24, L24_ENABLED)
AC_CHECK_HEADER([linux/netlink.h],
datapath/tests/Makefile
third-party/Makefile
datapath/linux-2.6/Makefile
-datapath/linux-2.6-uml/Makefile
datapath/linux-2.4/Makefile])
AC_OUTPUT
if L26_ENABLED
SUBDIRS += linux-2.6
endif
-if UML_ENABLED
-SUBDIRS += linux-2.6-uml
-endif
if L24_ENABLED
SUBDIRS += linux-2.4
endif
-EXTRA_DIST = linux-2.6 linux-2.4 linux-2.6-uml\
+EXTRA_DIST = linux-2.6 linux-2.4\
datapath.c snap.h chain.c crc32.c crc_t.c\
flow.h forward.h table-hash.c table-mac.c\
unit.c unit.h datapath.h chain.h crc32.h\