git://git.onelab.eu
/
sliver-openvswitch.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a7d8ff
)
Increase the version number to v0.2.1.
author
Justin Pettit
<jpettit@nicira.com>
Fri, 28 Mar 2008 17:10:44 +0000
(10:10 -0700)
committer
Justin Pettit
<jpettit@nicira.com>
Fri, 28 Mar 2008 17:10:44 +0000
(10:10 -0700)
ChangeLog
patch
|
blob
|
history
configure.ac
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index
685baa5
..
056f51a
100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,3
+1,7
@@
+v0.2.1 - 28 Mar 2008
+--------------------
+ - Fixed build problem when SSL enabled
+
v0.2.0 - 28 Mar 2008
--------------------
- Added userspace switch reference implementation
diff --git
a/configure.ac
b/configure.ac
index
539fc61
..
d86e553
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-1,5
+1,5
@@
AC_PREREQ(2.59)
-AC_INIT(openflow, v0.2.
0
, info@openflowswitch.org)
+AC_INIT(openflow, v0.2.
1
, info@openflowswitch.org)
AM_INIT_AUTOMAKE
AC_PROG_CC