projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
8b75073
)
Release Open vSwitch 1.0.1
author
Justin Pettit
<jpettit@nicira.com>
Tue, 1 Jun 2010 05:31:07 +0000
(22:31 -0700)
committer
Justin Pettit
<jpettit@nicira.com>
Tue, 1 Jun 2010 05:31:07 +0000
(22:31 -0700)
ChangeLog
patch
|
blob
|
history
configure.ac
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index ce5d4d4f0c0d062a1b3a9f7e2a380f5b97ce567a..29fcd2d8c6c2caa2128dce50f48ccf1496adaf63 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,3
+1,8
@@
+v1.0.1 - 31 May 2010
+--------------------
+ - New "patch" interface type
+ - Bug fixes
+
v1.0.0 - 15 May 2010
--------------------
- Configuration database with remote management
diff --git
a/configure.ac
b/configure.ac
index 727c68ad291209e3db87593f9bf02ddbaa814766..ba0aa2e9c627e70f12d66eeed6a18e16c8748552 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-13,7
+13,7
@@
# limitations under the License.
AC_PREREQ(2.64)
-AC_INIT(openvswitch, 1.0.
0
, ovs-bugs@openvswitch.org)
+AC_INIT(openvswitch, 1.0.
1
, ovs-bugs@openvswitch.org)
NX_BUILDNR
AC_CONFIG_SRCDIR([datapath/datapath.c])
AC_CONFIG_MACRO_DIR([m4])