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