From d5def56001ff17296dc4a960e2160fec907e6e6f Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Mon, 14 Jan 2013 22:13:25 +0000 Subject: [PATCH] update changes and readme --- Netdisco/Changes | 3 ++- Netdisco/lib/App/Netdisco.pm | 2 +- README.txt | 3 ++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Netdisco/Changes b/Netdisco/Changes index 4295436a..2ecdd3de 100644 --- a/Netdisco/Changes +++ b/Netdisco/Changes @@ -1,7 +1,8 @@ -2.003000_001 - +2.004000 - 2013-01-14 [BUG FIXES] + * Very naughty typo in netmap code, which I forgot to merge a fix for. * Typo in installation docs (S. Gupta) 2.002000 - 2013-01-06 diff --git a/Netdisco/lib/App/Netdisco.pm b/Netdisco/lib/App/Netdisco.pm index 838536b3..3fbca5ca 100644 --- a/Netdisco/lib/App/Netdisco.pm +++ b/Netdisco/lib/App/Netdisco.pm @@ -7,7 +7,7 @@ use 5.010_000; use File::ShareDir 'dist_dir'; use Path::Class; -our $VERSION = '2.002000'; +our $VERSION = '2.004000'; BEGIN { if (not length ($ENV{DANCER_APPDIR} || '') diff --git a/README.txt b/README.txt index 781b9697..0e674412 100644 --- a/README.txt +++ b/README.txt @@ -94,7 +94,8 @@ Bootstrap ~/perl5/lib/perl5/App/Netdisco/DB/schema_versions/App-Netdisco-DB-2-3-PostgreSQL.sql Startup - Run the following command to start the web-app server as a daemon: + Run the following command to start the web-app server as a daemon (port + 5000): DANCER_ENVDIR=~/environments ~/bin/netdisco-web start