release 2.013000

This commit is contained in:
Oliver Gorwits
2013-08-23 11:27:38 +01:00
parent 834b765150
commit c6ebc614c3
3 changed files with 21 additions and 2 deletions

View File

@@ -61,4 +61,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.012006
version: 2.013000

View File

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

View File

@@ -8,6 +8,25 @@ This document will list only the most significant changes with each release of
Netdisco. You are B<STRONGLY> recommended to read this document each time you
install and upgrade.
=head1 2.013000
=head2 General Changes
You can now configure LDAP authentication for users.
=head1 2.012000
=head2 Security Notices
The read-write SNMP community is now stored in the database, when used for the
first time on a device.
=head1 2.011000
=head2 General Changes
Users can be managed through the web interface (by admins only).
=head1 2.010000
=head2 General Changes