summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2015-03-14 21:46:08 -0700
committerKaz Kylheku <kaz@kylheku.com>2015-03-14 21:46:08 -0700
commit41cc08bc7b988e54acef818e6a4a5a24b396fe6f (patch)
treef588e85da54ead2be343a14a13fa240a023270a9 /ChangeLog
parentd2ae3852c54f0b12ce1843ea5d670ff4aa5e1b0f (diff)
downloadtxr-41cc08bc7b988e54acef818e6a4a5a24b396fe6f.tar.gz
txr-41cc08bc7b988e54acef818e6a4a5a24b396fe6f.tar.bz2
txr-41cc08bc7b988e54acef818e6a4a5a24b396fe6f.zip
Version 105.txr-105
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8109c752..49df5cca 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,17 @@
2015-03-11 Kaz Kylheku <kaz@kylheku.com>
+ Version 105.
+
+ * RELNOTES: Updated.
+
+ * configure, txr.1: Bumped version.
+
+ * share/txr/stdlib/ver.txr: Likewise.
+
+ * txr.vim, tl.vim: Regenerated.
+
+2015-03-11 Kaz Kylheku <kaz@kylheku.com>
+
* stream.c (run): In Windows version, fix nasty corruption bug:
we were freeing C strings that were not duplicated, but only borrowed
from string objects.