From cbb1e8074a87bcbadd67285e482316d8f5d3fba1 Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Sun, 17 Mar 2013 14:48:23 +0000 Subject: [PATCH] bump version for release --- Netdisco/Changes | 2 +- Netdisco/MANIFEST | 9 ++++++++- Netdisco/META.yml | 2 +- Netdisco/lib/App/Netdisco.pm | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/Netdisco/Changes b/Netdisco/Changes index 393266b0..368b3eb8 100644 --- a/Netdisco/Changes +++ b/Netdisco/Changes @@ -1,4 +1,4 @@ -2.007000_001 - +2.007000_001 - 2013-03-17 [NEW FEATURES] diff --git a/Netdisco/MANIFEST b/Netdisco/MANIFEST index 47476ccf..77c75e66 100644 --- a/Netdisco/MANIFEST +++ b/Netdisco/MANIFEST @@ -57,6 +57,7 @@ lib/App/Netdisco/DB/Result/Virtual/ActiveNodeWithAge.pm lib/App/Netdisco/DB/Result/Virtual/DeviceLinks.pm lib/App/Netdisco/DB/Result/Virtual/DevicePortVlanNative.pm lib/App/Netdisco/DB/Result/Virtual/DevicePortVlanTagged.pm +lib/App/Netdisco/DB/Result/Virtual/DuplexMismatch.pm lib/App/Netdisco/DB/Result/Virtual/NodeWithAge.pm lib/App/Netdisco/DB/ResultSet/Device.pm lib/App/Netdisco/DB/ResultSet/DevicePort.pm @@ -84,6 +85,7 @@ lib/App/Netdisco/DB/schema_versions/App-Netdisco-DB-9-10-PostgreSQL.sql lib/App/Netdisco/Manual/Deployment.pod lib/App/Netdisco/Manual/Developing.pod lib/App/Netdisco/Manual/ReleaseNotes.pod +lib/App/Netdisco/Manual/WritingPlugins.pm lib/App/Netdisco/Util/Connect.pm lib/App/Netdisco/Util/DeviceProperties.pm lib/App/Netdisco/Util/Permissions.pm @@ -98,11 +100,13 @@ 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/Report/DuplexMismatch.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/Report.pm lib/App/Netdisco/Web/Search.pm lib/App/Netdisco/Web/TypeAhead.pm LICENCE @@ -114,7 +118,7 @@ share/environments/deployment.yml share/environments/development.yml share/public/500.html share/public/css/bootstrap.min.css -share/public/css/font-awesome.css +share/public/css/font-awesome.min.css share/public/css/nd_print.css share/public/css/netdisco.css share/public/css/toastr.css @@ -124,6 +128,7 @@ share/public/font/fontawesome-webfont.eot share/public/font/fontawesome-webfont.svg share/public/font/fontawesome-webfont.ttf share/public/font/fontawesome-webfont.woff +share/public/font/FontAwesome.otf share/public/images/crystalclear_mag.png share/public/images/diagona_settings.png share/public/images/dusseldorf_settings.png @@ -145,6 +150,7 @@ share/views/ajax/device/addresses.tt share/views/ajax/device/details.tt share/views/ajax/device/netmap.tt share/views/ajax/device/ports.tt +share/views/ajax/report/duplexmismatch.tt share/views/ajax/search/device.tt share/views/ajax/search/node_by_ip.tt share/views/ajax/search/node_by_mac.tt @@ -155,6 +161,7 @@ share/views/index.tt share/views/inventory.tt share/views/js/common.js share/views/js/device.js +share/views/js/report.js share/views/js/search.js share/views/layouts/main.tt share/views/report.tt diff --git a/Netdisco/META.yml b/Netdisco/META.yml index 2e331428..071fa3d9 100644 --- a/Netdisco/META.yml +++ b/Netdisco/META.yml @@ -55,4 +55,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.006000 +version: 2.007000_001 diff --git a/Netdisco/lib/App/Netdisco.pm b/Netdisco/lib/App/Netdisco.pm index e7935daa..48c2b1e3 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.006000'; +our $VERSION = '2.007000_001'; BEGIN { if (not length ($ENV{DANCER_APPDIR} || '')