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:
49c3690
)
Release Open vSwitch 0.99.1
v0.99.1
author
Justin Pettit
<jpettit@nicira.com>
Tue, 26 Jan 2010 07:09:58 +0000
(23:09 -0800)
committer
Justin Pettit
<jpettit@nicira.com>
Tue, 26 Jan 2010 07:09:58 +0000
(23:09 -0800)
This is an "unstable" release.
ChangeLog
patch
|
blob
|
history
configure.ac
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index
425676a
..
88653d3
100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,3
+1,9
@@
+v0.99.1 - 25 Jan 2010
+---------------------
+ - Add support for sFlow(R)
+ - Make headers compatible with C++
+ - Bug fixes
+
v0.99.0 - 14 Jan 2010
---------------------
- User-space forwarding engine
diff --git
a/configure.ac
b/configure.ac
index
5b0b3c6
..
e84a3cb
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-13,7
+13,7
@@
# limitations under the License.
AC_PREREQ(2.63)
-AC_INIT(openvswitch, 0.99.
0
, ovs-bugs@openvswitch.org)
+AC_INIT(openvswitch, 0.99.
1
, ovs-bugs@openvswitch.org)
NX_BUILDNR
AC_CONFIG_SRCDIR([datapath/datapath.c])
AC_CONFIG_MACRO_DIR([m4])