release 2.017000

This commit is contained in:
Oliver Gorwits
2013-09-23 20:47:35 +01:00
parent 2bc5a8dec0
commit 26de9cc6d9
5 changed files with 76 additions and 5 deletions

View File

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

View File

@@ -35,6 +35,18 @@ but they are backwards compatible.
=back
=head1 2.017000
=head2 General Notices
There is a bug in Macsuck whereby in rare circumstances some invalid SQL is
generated. The root cause is known but we want to take more time to get the
fix right. It should only be a few more days.
The C<no_port_control> configuration setting is now called C<check_userlog>
and its logic is inverted. Don't worry if this is not familiar to you - the
option is only used by Netdisco Developers.
=head1 2.016000
=head2 General Notices