aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Allen <[email protected]>2016-10-13 16:48:06 -0500
committerMark Allen <[email protected]>2016-10-13 16:48:06 -0500
commit714b5687b6c20bc086bc5bc14c4ccad88355218f (patch)
tree89079fba832492dd2298e5e0b36cf7ddbb1f8475
parent23cb55861614e280c37c3f4451c87025a948d834 (diff)
downloadkerl-714b5687b6c20bc086bc5bc14c4ccad88355218f.tar.gz
kerl-714b5687b6c20bc086bc5bc14c4ccad88355218f.tar.bz2
kerl-714b5687b6c20bc086bc5bc14c4ccad88355218f.zip
Roll 1.3.41.3.4
-rw-r--r--README.md5
-rwxr-xr-xkerl2
2 files changed, 6 insertions, 1 deletions
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=''