From 714b5687b6c20bc086bc5bc14c4ccad88355218f Mon Sep 17 00:00:00 2001 From: Mark Allen Date: Thu, 13 Oct 2016 16:48:06 -0500 Subject: Roll 1.3.4 --- README.md | 5 +++++ kerl | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c939af..d792fe5 100644 --- a/README.md +++ b/README.md @@ -477,6 +477,11 @@ will honor that instead, and will not do any automatic configuration. Changelog --------- +13 October 2016 - 1.3.4 + + - Use a more portable way to restore PATH (#165) + - Exit if curl fails. Download files if they are 0 length. (#166) + 07 October 2016 - 1.3.3 - Add support for (T)CSH (#155) diff --git a/kerl b/kerl index 18ea331..b335d3f 100755 --- a/kerl +++ b/kerl @@ -22,7 +22,7 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. -KERL_VERSION="1.3.3" +KERL_VERSION="1.3.4" #Grep fix for mac pcre errors GREP_OPTIONS='' -- cgit v1.2.3