version bump

This commit is contained in:
Oliver Gorwits
2013-02-09 19:43:32 +00:00
parent 10e94aa138
commit 6756e3ff6e
5 changed files with 16 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
2.004004 -
2.006000 -
[NEW FEATURES]

View File

@@ -78,9 +78,20 @@ lib/App/Netdisco/Util/Web.pm
lib/App/Netdisco/Web.pm
lib/App/Netdisco/Web/AuthN.pm
lib/App/Netdisco/Web/Device.pm
lib/App/Netdisco/Web/Inventory.pm
lib/App/Netdisco/Web/Plugin.pm
lib/App/Netdisco/Web/Plugin/Device/Addresses.pm
lib/App/Netdisco/Web/Plugin/Device/Details.pm
lib/App/Netdisco/Web/Plugin/Device/Modules.pm
lib/App/Netdisco/Web/Plugin/Device/Neighbors.pm
lib/App/Netdisco/Web/Plugin/Device/Ports.pm
lib/App/Netdisco/Web/Plugin/Inventory.pm
lib/App/Netdisco/Web/Plugin/Search/Device.pm
lib/App/Netdisco/Web/Plugin/Search/Node.pm
lib/App/Netdisco/Web/Plugin/Search/Port.pm
lib/App/Netdisco/Web/Plugin/Search/VLAN.pm
lib/App/Netdisco/Web/PortControl.pm
lib/App/Netdisco/Web/Search.pm
lib/App/Netdisco/Web/TypeAhead.pm
LICENCE
Makefile.PL
MANIFEST This list of files

View File

@@ -24,7 +24,7 @@ requires:
DBIx::Class: 0
DBIx::Class::Helper::Row::SubClass: 0
Daemon::Control: 0
Dancer: 0
Dancer: 1.3098
Dancer::Plugin::DBIC: 0
File::ShareDir: 0
HTML::Entities: 0
@@ -51,4 +51,4 @@ resources:
homepage: http://netdisco.org/
license: http://opensource.org/licenses/bsd-license.php
repository: git://netdisco.git.sourceforge.net/gitroot/netdisco/netdisco-ng
version: 2.004002
version: 2.006000

View File

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

2
TODO
View File

@@ -1,10 +1,8 @@
* frontend plugin design and support
* add poller to daemon (scheduling automatically?)
* re-do print css
* UI for topo DB table editing
* update inventory to use bootstrap accordion
* plugins for poller
* GUID/UUID for devices
* VRF support
* drop topo file support and use DB only