release 2.016003

This commit is contained in:
Oliver Gorwits
2013-09-12 08:28:22 +01:00
parent f9a97687a2
commit d2b39a3f0e
3 changed files with 9 additions and 2 deletions

View File

@@ -1,3 +1,10 @@
2.016003 - 2013-09-12
[BUG FIXES]
* Fix for Node Age being very broken.
* Port status icon logic was incorrect for some up/down states.
2.016002 - 2013-09-11
[BUG FIXES]

View File

@@ -63,4 +63,4 @@ resources:
homepage: http://netdisco.org/
license: http://opensource.org/licenses/bsd-license.php
repository: git://git.code.sf.net/p/netdisco/netdisco-ng
version: 2.016002
version: 2.016003

View File

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