diff --git a/CONTRIBUTORS b/CONTRIBUTORS index ab2063850b7663218d25b97ca79b243061a40303..5c6120b6d1b06d4f6a69cad2cc175560862495a0 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 d3e4695b22546e83d827a6c19d97bb6e607ed430..0b0732acd3bcd3998eeae2b75785e47b2dadcf1b 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 c65f5c3ff5027273600f8546216ca624999325db..346f525cc2ed4c8dc9faedb5bed5711be77ad180 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',