aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Allen <[email protected]>2016-10-07 00:13:41 -0500
committerMark Allen <[email protected]>2016-10-07 00:15:45 -0500
commitd5fff3a6dec409813d6f1c194647b5c1b0308c0f (patch)
tree73a41ba86bbfb4a981306b11008dc27e63b56b25
parentcf6c65648fcc6132b1fa6893678c12a89521fbb4 (diff)
downloadkerl-d5fff3a6dec409813d6f1c194647b5c1b0308c0f.tar.gz
kerl-d5fff3a6dec409813d6f1c194647b5c1b0308c0f.tar.bz2
kerl-d5fff3a6dec409813d6f1c194647b5c1b0308c0f.zip
Roll 1.3.31.3.3
-rw-r--r--README.md6
-rwxr-xr-xkerl2
2 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index ceca629..5c939af 100644
--- a/README.md
+++ b/README.md
@@ -477,6 +477,12 @@ will honor that instead, and will not do any automatic configuration.
Changelog
---------
+07 October 2016 - 1.3.3
+
+ - Add support for (T)CSH (#155)
+ - If homebrew is installed, make kerl check for a homebrew OpenSSL library path (#161)
+ - If `--enable-native-libs` is active, make, clean and make again. (#163)
+
20 July 2016 - 1.3.2
- Optionally enhance the activation prompt (#149)
diff --git a/kerl b/kerl
index 6acdea4..eae2871 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.2"
+KERL_VERSION="1.3.3"
#Grep fix for mac pcre errors
GREP_OPTIONS=''