Skip to content

Commit

Permalink
Release Open vSwitch 2.0.1.
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Pettit <[email protected]>
Acked-by: Ben Pfaff <[email protected]>
  • Loading branch information
Justin Pettit committed Dec 14, 2013
1 parent eaae2be commit f9b9c7a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
4 changes: 4 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v2.0.1 - 13 Dec 2013
---------------------
- Bug fixes

v2.0.0 - 15 Oct 2013
---------------------
- The ovs-vswitchd process is no longer single-threaded. Multiple
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

AC_PREREQ(2.64)
AC_INIT(openvswitch, 2.0.0, [email protected])
AC_INIT(openvswitch, 2.0.1, [email protected])
AC_CONFIG_SRCDIR([datapath/datapath.c])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([build-aux])
Expand Down
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
openvswitch (2.0.1-1) unstable; urgency=low
[ Open vSwitch team ]
* New upstream version
- Bug fixes

-- Open vSwitch team <[email protected]> Tue, 13 Dec 2013 16:16:32 -0700

openvswitch (2.0.0-1) unstable; urgency=low
[ Open vSwitch team ]
* New upstream version
Expand Down

0 comments on commit f9b9c7a

Please sign in to comment.