forked from openvswitch/ovs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Justin Pettit <[email protected]> Acked-by: Ben Pfaff <[email protected]>
- Loading branch information
Justin Pettit
committed
Aug 14, 2014
1 parent
a0a96ce
commit 1516469
Showing
3 changed files
with
12 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
v2.0.2 - 14 Aug 2014 | ||
--------------------- | ||
- Bug fixes | ||
|
||
v2.0.1 - 13 Dec 2013 | ||
--------------------- | ||
- Bug fixes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
# limitations under the License. | ||
|
||
AC_PREREQ(2.64) | ||
AC_INIT(openvswitch, 2.0.1, [email protected]) | ||
AC_INIT(openvswitch, 2.0.2, [email protected]) | ||
AC_CONFIG_SRCDIR([datapath/datapath.c]) | ||
AC_CONFIG_MACRO_DIR([m4]) | ||
AC_CONFIG_AUX_DIR([build-aux]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
openvswitch (2.0.2-1) unstable; urgency=low | ||
[ Open vSwitch team ] | ||
* New upstream version | ||
- Bug fixes | ||
|
||
-- Open vSwitch team <[email protected]> Thu, 14 Aug 2014 10:49:32 -0700 | ||
|
||
openvswitch (2.0.1-1) unstable; urgency=low | ||
[ Open vSwitch team ] | ||
* New upstream version | ||
|