From 5af7b78c82c711b5beae5ffec3706b3f300ba120 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Sun, 4 Mar 2012 12:09:40 -0800 Subject: * RELNOTES: Updated. Extending release 60 to include the plus fix. --- ChangeLog | 28 ++++++++++++++-------------- RELNOTES | 2 ++ 2 files changed, 16 insertions(+), 14 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0c524a1f..cd21a687 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2012-03-04 Kaz Kylheku + + Version 60 + + * txr.c (version): Bumped. + + * txr.1: Bumped version and set date. + + * configure (txr_ver): Bumped. + + * RELNOTES: Updated. + + * txr.vim: Handle : symbol properly. + 2012-03-04 Kaz Kylheku * arith.c (plus): Showstopper bug: plus(bignum, fixnum) @@ -22,20 +36,6 @@ * mpi-patches/fix-mult-bug: Likewise. -2012-03-04 Kaz Kylheku - - Version 60 - - * txr.c (version): Bumped. - - * txr.1: Bumped version and set date. - - * configure (txr_ver): Bumped. - - * RELNOTES: Updated. - - * txr.vim: Handle : symbol properly. - 2012-03-04 Kaz Kylheku * eval.c (op_defun): Bugfix: documentation says that defun supports diff --git a/RELNOTES b/RELNOTES index ed738cf9..3c68e0f8 100644 --- a/RELNOTES +++ b/RELNOTES @@ -27,6 +27,8 @@ - Fixed missing support for optional and trailing parameters in defun. + - Fixed showstopper bug in plus function. + TXR 59 -- cgit v1.2.3