summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 1fdab07..0081e9f 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,8 @@
+eltclsh 1.15 released march 2, 2015
+
+ 47. Fix potential segfault when printing interactive prompt.
+ 46. Do not hardcode .so in pkgIndex.tcl
+
eltclsh 1.14 released december 6, 2012
45. Add new el::history sub-commands: event, change and clear.
diff --git a/configure.ac b/configure.ac
index 8859c70..f21aae9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ dnl
dnl configure.in --
dnl process this file with autoconf to produce a configure script.
dnl
-AC_INIT([eltclsh],[1.14],[openrobots@laas.fr])
+AC_INIT([eltclsh],[1.15],[openrobots@laas.fr])
AC_PREREQ(2.59)
AC_CONFIG_MACRO_DIR([m4])