From c6ebc614c3dc8076d03eb42489c00f73e470ffcc Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Fri, 23 Aug 2013 11:27:38 +0100 Subject: [PATCH] release 2.013000 --- Netdisco/META.yml | 2 +- Netdisco/lib/App/Netdisco.pm | 2 +- .../lib/App/Netdisco/Manual/ReleaseNotes.pod | 19 +++++++++++++++++++ 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/Netdisco/META.yml b/Netdisco/META.yml index c0c70b17..e622fd58 100644 --- a/Netdisco/META.yml +++ b/Netdisco/META.yml @@ -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 diff --git a/Netdisco/lib/App/Netdisco.pm b/Netdisco/lib/App/Netdisco.pm index b85fc0df..18e9febf 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.012006'; +our $VERSION = '2.013000'; BEGIN { if (not ($ENV{DANCER_APPDIR} || '') diff --git a/Netdisco/lib/App/Netdisco/Manual/ReleaseNotes.pod b/Netdisco/lib/App/Netdisco/Manual/ReleaseNotes.pod index c2932f1d..6a557738 100644 --- a/Netdisco/lib/App/Netdisco/Manual/ReleaseNotes.pod +++ b/Netdisco/lib/App/Netdisco/Manual/ReleaseNotes.pod @@ -8,6 +8,25 @@ This document will list only the most significant changes with each release of Netdisco. You are B 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