bump version

This commit is contained in:
Oliver Gorwits
2013-01-29 22:56:12 +00:00
parent 3a73b42860
commit 8775844a19
4 changed files with 15 additions and 4 deletions

View File

@@ -68,7 +68,9 @@ lib/App/Netdisco/DB/schema_versions/App-Netdisco-DB-1-3-PostgreSQL.sql
lib/App/Netdisco/DB/schema_versions/App-Netdisco-DB-1-PostgreSQL.sql lib/App/Netdisco/DB/schema_versions/App-Netdisco-DB-1-PostgreSQL.sql
lib/App/Netdisco/DB/schema_versions/App-Netdisco-DB-2-3-PostgreSQL.sql lib/App/Netdisco/DB/schema_versions/App-Netdisco-DB-2-3-PostgreSQL.sql
lib/App/Netdisco/DB/schema_versions/App-Netdisco-DB-2-PostgreSQL.sql lib/App/Netdisco/DB/schema_versions/App-Netdisco-DB-2-PostgreSQL.sql
lib/App/Netdisco/DB/schema_versions/App-Netdisco-DB-3-4-PostgreSQL.sql
lib/App/Netdisco/DB/schema_versions/App-Netdisco-DB-3-PostgreSQL.sql lib/App/Netdisco/DB/schema_versions/App-Netdisco-DB-3-PostgreSQL.sql
lib/App/Netdisco/DB/schema_versions/App-Netdisco-DB-4-PostgreSQL.sql
lib/App/Netdisco/Util/Connect.pm lib/App/Netdisco/Util/Connect.pm
lib/App/Netdisco/Util/DeviceProperties.pm lib/App/Netdisco/Util/DeviceProperties.pm
lib/App/Netdisco/Util/Permissions.pm lib/App/Netdisco/Util/Permissions.pm

View File

@@ -31,7 +31,7 @@ requires:
HTTP::Tiny: 0 HTTP::Tiny: 0
JSON: 0 JSON: 0
List::MoreUtils: 0 List::MoreUtils: 0
MCE: 1.304 MCE: 1.305
Net::MAC: 0 Net::MAC: 0
NetAddr::IP: 0 NetAddr::IP: 0
Path::Class: 0 Path::Class: 0
@@ -44,11 +44,11 @@ requires:
YAML: 0 YAML: 0
namespace::clean: 0 namespace::clean: 0
perl: 5.10.0 perl: 5.10.0
version: 0 version: 0.9901
resources: resources:
MailingList: https://lists.sourceforge.net/lists/listinfo/netdisco-users MailingList: https://lists.sourceforge.net/lists/listinfo/netdisco-users
bugtracker: http://sourceforge.net/tracker/?group_id=80033&atid=558508 bugtracker: http://sourceforge.net/tracker/?group_id=80033&atid=558508
homepage: http://netdisco.org/ homepage: http://netdisco.org/
license: http://opensource.org/licenses/bsd-license.php license: http://opensource.org/licenses/bsd-license.php
repository: git://netdisco.git.sourceforge.net/gitroot/netdisco/netdisco-ng repository: git://netdisco.git.sourceforge.net/gitroot/netdisco/netdisco-ng
version: 2.00_012 version: 2.004001

View File

@@ -7,7 +7,7 @@ use 5.010_000;
use File::ShareDir 'dist_dir'; use File::ShareDir 'dist_dir';
use Path::Class; use Path::Class;
our $VERSION = '2.004000'; our $VERSION = '2.004001';
BEGIN { BEGIN {
if (not length ($ENV{DANCER_APPDIR} || '') if (not length ($ENV{DANCER_APPDIR} || '')

View File

@@ -104,6 +104,9 @@ Startup
DANCER_ENVDIR=~/environments ~/bin/netdisco-daemon start DANCER_ENVDIR=~/environments ~/bin/netdisco-daemon start
You should (of course) avoid running this Netdisco daemon and the legacy
daemon at the same time.
Tips and Tricks Tips and Tricks
The main black navigation bar has a search box which is smart enough to The main black navigation bar has a search box which is smart enough to
work out what you're looking for in most cases. For example device work out what you're looking for in most cases. For example device
@@ -128,6 +131,12 @@ Tips and Tricks
netdisco=> insert into users (username, port_control) values ('guest', true); netdisco=> insert into users (username, port_control) values ('guest', true);
Upgrading
Simply install this module again, then upgrade the database schema:
~/bin/localenv cpanm --quiet --notest App::Netdisco
DANCER_ENVDIR=~/environments ~/bin/localenv netdisco-deploy
Future Work Future Work
Bundled with this app is a DBIx::Class layer for the Netdisco database. Bundled with this app is a DBIx::Class layer for the Netdisco database.
This could be a starting point for an "official" DBIC layer. Helper This could be a starting point for an "official" DBIC layer. Helper