[licensecheck] 18/112: Update changes, and bump version.

Jonas Smedegaard dr at jones.dk
Fri Nov 25 22:01:45 UTC 2016


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository licensecheck.

commit 712499cd8d6f53b84d07a57af1e29b3d3180d1cf
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Wed Sep 21 23:11:13 2016 +0200

    Update changes, and bump version.
---
 bin/licensecheck        |  4 ++--
 lib/App/Licensecheck.pm |  4 ++--
 meta/changes.pret       | 25 +++++++++++++++++++++++++
 3 files changed, 29 insertions(+), 4 deletions(-)

diff --git a/bin/licensecheck b/bin/licensecheck
index c0c30e1..963e267 100755
--- a/bin/licensecheck
+++ b/bin/licensecheck
@@ -25,11 +25,11 @@ licensecheck - simple license checker for source files
 
 =head1 VERSION
 
-Version v3.0.24
+Version v3.0.25
 
 =cut
 
-our $VERSION = version->declare("v3.0.24");
+our $VERSION = version->declare("v3.0.25");
 
 binmode STDOUT, ':utf8';
 
diff --git a/lib/App/Licensecheck.pm b/lib/App/Licensecheck.pm
index 665aeff..9dfb061 100755
--- a/lib/App/Licensecheck.pm
+++ b/lib/App/Licensecheck.pm
@@ -29,11 +29,11 @@ App::Licensecheck - functions for a simple license checker for source files
 
 =head1 VERSION
 
-Version v3.0.24
+Version v3.0.25
 
 =cut
 
-our $VERSION = version->declare("v3.0.24");
+our $VERSION = version->declare("v3.0.25");
 
 =head1 SYNOPSIS
 
diff --git a/meta/changes.pret b/meta/changes.pret
index adfe47e..84c2a06 100644
--- a/meta/changes.pret
+++ b/meta/changes.pret
@@ -200,3 +200,28 @@
 	issued  2016-09-03;
 	changeset [
 		item "Fix apply options --check --ignore to full path (not basename)."^^Bugfix].
+
+`App-Licensecheck v3.0.25 cpan:JONASS`
+	issued  2016-09-21;
+	changeset [
+		item "Enhance detection of Perl license."^^Change;
+		item "Update testsuite to reflect Perl license detection."^^Tests;
+		item "Fix parse whole file for test info-at-eof.h (default length only approximates lines and is too short since String::Copyright 0.003003)."^^Bugfix;
+		item [ a dcs:Tests;
+			label "Fix tighten runtime-requirement on PAth__Tiny for visit().";
+			label "Fix parse whole file for test info-at-eof.h (default length only approximates lines and is too short since String::Copyright 0.003003).";
+			dcs:thanks cpan:SREZIC;
+			dbug:fixes RT#118007];
+		item "Apply fallback marker \"UNKNOWN\" after (not during) license detection."^^Change;
+		item "Fix delimit multiple licenses with \"and/or\" (not \"or\") when ambiguous."^^Bugfix;
+		item "Tighten regexes: Simplify space matching (string already normalized)."^^Change;
+		item "Tighten regexes: Treat affero as alternative (not prefix) to GPL prefixes lesser and library."^^Change;
+		item "Fix avoid non-digit in version of license Artistic."^^Bugfix;
+		item "Tighten regexes: Generalize and improve version matching."^^Change;
+		item "Generalize license string composition."^^Change;
+		item "Improve non-version descriptor matching."^^Change;
+		item "Improve version matching in license detections."^^Change;
+		item "Improve detection of license Apache."^^Change;
+		item "Improve detection of license AGPL."^^Change;
+		item "Detect license CC-BY-SA."^^Change;
+		item "Detect licenses APAFML Adobe-Glyph Adobe-2006 Aladdin SIL FSFAP FSFUL FSFULLR JSON PostgreSQL Unicode-strict Unicode-TOU zlib-acknowledgement."^^Change].

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/licensecheck.git



More information about the Pkg-perl-cvs-commits mailing list