From 896c4cbccc0b756aab11ceeb9e0359c417cc02e1 Mon Sep 17 00:00:00 2001 From: Bob Lantz <rlantz@cs.stanford.edu> Date: Mon, 26 Aug 2013 14:15:16 -0700 Subject: [PATCH] Edits for 2.1.0 --- CONTRIBUTORS | 4 ++-- INSTALL | 6 +++--- setup.py | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index ab206385..5c6120b6 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -2,7 +2,7 @@ Mininet Contributors Mininet is an open source project and we gratefully acknowledge the many contributions to the project! If you have contributed -code to the project and are not on this list, please let us know +code into the project and are not on this list, please let us know or send a pull request. Contributors include: @@ -19,7 +19,7 @@ Additional Mininet Contributors Gustavo Pantuza Coelho Pinto Ryan Cox -Suaun Crampton +Shaun Crampton David Erickson Glen Gibb Andrew Ferguson diff --git a/INSTALL b/INSTALL index d3e4695b..0b0732ac 100644 --- a/INSTALL +++ b/INSTALL @@ -2,7 +2,7 @@ Mininet Installation/Configuration Notes ---------------------------------------- -Mininet 2.0.0 +Mininet 2.1.0 --- The supported installation methods for Mininet are 1) using a @@ -42,7 +42,7 @@ like to contribute an installation script, we would welcome it!) sudo rm /usr/local/bin/ovs* sudo rm /usr/local/sbin/ovs* -3. Native installation from source on Ubuntu 11.10+ +3. Native installation from source on Ubuntu 12.04+ If you're reading this, you've probably already done so, but the command to download the Mininet source code is: @@ -56,7 +56,7 @@ like to contribute an installation script, we would welcome it!) `install.sh` is a bit intrusive and may possibly damage your OS and/or home directory, by creating/modifying several directories - such as `mininet`, `openflow`, `oftest`, `pox`, or `noxcosre`. + such as `mininet`, `openflow`, `oftest`, `pox`, etc.. Although we hope it won't do anything completely terrible, you may want to look at the script before you run it, and you should make sure your system and home directory are backed up just in case! diff --git a/setup.py b/setup.py index c65f5c3f..346f525c 100644 --- a/setup.py +++ b/setup.py @@ -25,14 +25,14 @@ Mininet is a network emulator which uses lightweight virtualization to create virtual networks for rapid prototyping of Software-Defined Network (SDN) designs - using OpenFlow. http://openflow.org/mininet + using OpenFlow. http://mininet.org """, classifiers=[ "License :: OSI Approved :: BSD License", "Programming Language :: Python", - "Development Status :: 2 - Pre-Alpha", + "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", - "Topic :: Internet", + "Topic :: System :: Emulators", ], keywords='networking emulator protocol Internet OpenFlow SDN', license='BSD', -- GitLab