Skip to content

Commit

Permalink
Release 0.68
Browse files Browse the repository at this point in the history
  • Loading branch information
marschap committed Jan 3, 2021
1 parent 75974a4 commit 0358648
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions Changes
@@ -1,3 +1,19 @@
0.68 -- Sun Jan 3 17:58:18 CET 2021

Enhancements
* Control/NoOp.pm: new
* Control/Subentries.pm: new
* Constant.pm: add tags to allow exporting groups of constants
* Constant.pm: add Active Directory Control & Extension OIDs
* Constant.pm: add references to perl-ldap's modules

Bug Fixes
* META.json: update author & bugtracker
* Control/*.pm: typo & grammar fixes
* Control/Relax.pm: slight rephrasing
* FAQ.pod: fix spelling/grammar error
* Changes: fix typo

0.67 -- Sat Dec 26 14:50:55 CEST 2020

Enhancements
Expand Down
2 changes: 1 addition & 1 deletion META.json
@@ -1,6 +1,6 @@
{
"name" : "perl-ldap",
"version" : "0.67",
"version" : "0.68",
"abstract" : "LDAP client library",
"author" : [
"Peter Marschall <peter@adpm.de>"
Expand Down
2 changes: 1 addition & 1 deletion lib/Net/LDAP.pm
Expand Up @@ -39,7 +39,7 @@ use constant CAN_IPV6 => do {
: '';
};

our $VERSION = '0.67';
our $VERSION = '0.68';
our @ISA = qw(Tie::StdHash Net::LDAP::Extra);
our $LDAP_VERSION = 3; # default LDAP protocol version

Expand Down

0 comments on commit 0358648

Please sign in to comment.