diff options
-rw-r--r-- | README.md | 5 | ||||
-rwxr-xr-x | kerl | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -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) @@ -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='' |