From 435d0d68b387260117eea93ac5a25ecbdd42ed71 Mon Sep 17 00:00:00 2001 From: Bob Lantz Date: Tue, 14 Apr 2015 14:33:08 -0700 Subject: [PATCH] -> 2.2.1rc1 --- INSTALL | 2 +- LICENSE | 2 +- README.md | 15 +++++---------- mininet/net.py | 2 +- 4 files changed, 8 insertions(+), 13 deletions(-) diff --git a/INSTALL b/INSTALL index ac622a0..c1dc10a 100644 --- a/INSTALL +++ b/INSTALL @@ -2,7 +2,7 @@ Mininet Installation/Configuration Notes ---------------------------------------- -Mininet 2.2.1d2 +Mininet 2.2.1rc1 --- The supported installation methods for Mininet are 1) using a diff --git a/LICENSE b/LICENSE index 1667967..08c5fa5 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Mininet 2.2.1d2 License +Mininet 2.2.1rc1 License Copyright (c) 2013-2015 Open Networking Laboratory Copyright (c) 2009-2012 Bob Lantz and The Board of Trustees of diff --git a/README.md b/README.md index 087dff4..1d53476 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Mininet: Rapid Prototyping for Software Defined Networks *The best way to emulate almost any network on your laptop!* -Mininet 2.2.1d2 +Mininet 2.2.1rc1 ### What is Mininet? @@ -108,6 +108,8 @@ Mininet mailing list, `mininet-discuss` at: ### Join Us +Thanks again to all of the Mininet contributors! + Mininet is an open source project and is currently hosted at . You are encouraged to download the code, examine it, modify it, and submit bug reports, bug fixes, @@ -121,12 +123,5 @@ hard work that Mininet continues to grow and improve. Best wishes, and we look forward to seeing what you can do with Mininet to change the networking world! -The Mininet Core Team: - -* Bob Lantz -* Brian O'Connor -* Cody Burkard - -Thanks again to all of the Mininet contributors, particularly Gregory -Gee for his work on MiniEdit. - +Bob Lantz +Mininet Core Team diff --git a/mininet/net.py b/mininet/net.py index 04184d5..7e6aa1a 100755 --- a/mininet/net.py +++ b/mininet/net.py @@ -108,7 +108,7 @@ from mininet.util import ( quietRun, fixLimits, numCores, ensureRoot, from mininet.term import cleanUpScreens, makeTerms # Mininet version: should be consistent with README and LICENSE -VERSION = "2.2.1d2" +VERSION = "2.2.1rc1" class Mininet( object ): "Network emulation with hosts spawned in network namespaces."