update changelog and packaging
This commit is contained in:
22
Changes
22
Changes
@@ -1,4 +1,24 @@
|
|||||||
2.00_010 -
|
2.00_010 - 2012-12-20
|
||||||
|
|
||||||
|
[NEW FEATURES]
|
||||||
|
|
||||||
|
* new netdisco-deploy script to do all deployment tasks at once
|
||||||
|
|
||||||
|
[ENHANCEMENTS]
|
||||||
|
|
||||||
|
* update README with full deployment instructions
|
||||||
|
* add SNMP settings for daemon to environment
|
||||||
|
|
||||||
|
[BUG FIXES]
|
||||||
|
|
||||||
|
* upgrade db incrementally
|
||||||
|
* rename schema files to be App-*
|
||||||
|
* fix for older Perl which warns about a bug in File::Slurp
|
||||||
|
* fix bug with empty DANCER_APPDIR
|
||||||
|
* fix version strings for platform warning
|
||||||
|
* add missing JSON dependency
|
||||||
|
* fix sharedir to use dist dir not module dir
|
||||||
|
* remove redundant lines in Makefile.PL
|
||||||
|
|
||||||
2.00_009 - 2012-12-17
|
2.00_009 - 2012-12-17
|
||||||
|
|
||||||
|
|||||||
@@ -58,12 +58,12 @@ lib/App/Netdisco/DB/ResultSet/Device.pm
|
|||||||
lib/App/Netdisco/DB/ResultSet/DevicePort.pm
|
lib/App/Netdisco/DB/ResultSet/DevicePort.pm
|
||||||
lib/App/Netdisco/DB/ResultSet/Node.pm
|
lib/App/Netdisco/DB/ResultSet/Node.pm
|
||||||
lib/App/Netdisco/DB/ResultSet/NodeIp.pm
|
lib/App/Netdisco/DB/ResultSet/NodeIp.pm
|
||||||
lib/App/Netdisco/DB/schema_versions/Netdisco-DB-1-2-PostgreSQL.sql
|
lib/App/Netdisco/DB/schema_versions/App-Netdisco-DB-1-2-PostgreSQL.sql
|
||||||
lib/App/Netdisco/DB/schema_versions/Netdisco-DB-1-3-PostgreSQL.sql
|
lib/App/Netdisco/DB/schema_versions/App-Netdisco-DB-1-3-PostgreSQL.sql
|
||||||
lib/App/Netdisco/DB/schema_versions/Netdisco-DB-1-PostgreSQL.sql
|
lib/App/Netdisco/DB/schema_versions/App-Netdisco-DB-1-PostgreSQL.sql
|
||||||
lib/App/Netdisco/DB/schema_versions/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/Netdisco-DB-2-PostgreSQL.sql
|
lib/App/Netdisco/DB/schema_versions/App-Netdisco-DB-2-PostgreSQL.sql
|
||||||
lib/App/Netdisco/DB/schema_versions/Netdisco-DB-3-PostgreSQL.sql
|
lib/App/Netdisco/DB/schema_versions/App-Netdisco-DB-3-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
|
||||||
|
|||||||
@@ -6,7 +6,8 @@
|
|||||||
^share/environments/(?!production|development)
|
^share/environments/(?!production|development)
|
||||||
test.pl
|
test.pl
|
||||||
logs/.*
|
logs/.*
|
||||||
lib/auto/App/Netdisco
|
^lib/auto/App/Netdisco
|
||||||
|
^App-Netdisco-
|
||||||
|
|
||||||
^MANIFEST\.
|
^MANIFEST\.
|
||||||
|
|
||||||
|
|||||||
@@ -50,4 +50,4 @@ resources:
|
|||||||
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_009
|
version: 2.00_010
|
||||||
|
|||||||
@@ -34,6 +34,7 @@ install_share 'share';
|
|||||||
install_script 'bin/nd-dbic-versions';
|
install_script 'bin/nd-dbic-versions';
|
||||||
install_script 'bin/netdisco-daemon';
|
install_script 'bin/netdisco-daemon';
|
||||||
install_script 'bin/netdisco-db-deploy';
|
install_script 'bin/netdisco-db-deploy';
|
||||||
|
install_script 'bin/netdisco-deploy';
|
||||||
install_script 'bin/netdisco-web';
|
install_script 'bin/netdisco-web';
|
||||||
|
|
||||||
resources
|
resources
|
||||||
|
|||||||
@@ -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.00_009';
|
our $VERSION = '2.00_010';
|
||||||
|
|
||||||
BEGIN {
|
BEGIN {
|
||||||
if (not length ($ENV{DANCER_APPDIR} '')
|
if (not length ($ENV{DANCER_APPDIR} '')
|
||||||
|
|||||||
Reference in New Issue
Block a user