From 8e1548aa4806ddfdf5f592db2a3ad66d3703b836 Mon Sep 17 00:00:00 2001 From: Daniel Kraus Date: Fri, 6 Jun 2014 06:02:49 +0200 Subject: [PATCH] Fix broken release package. The license file, which is not version-controlled, got lost during branch switching and was not included in the 2.4.0 ZIP file. Improved the release script so that it aborts if tar has errors. --- NEWS | 3 +++ release.sh | 18 +++++++++++------- 2 files changed, 14 insertions(+), 7 deletions(-) diff --git a/NEWS b/NEWS index 0a5b139..2a9d8bd 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +LinkTitles 2.4.1: 2014-06-06 +* The ZIP file for 2.4.0 had missing files. + LinkTitles 2.4.0: 2014-06-06 * Prevent linking to self via redirects. * Prevent linking inside
, , and