newLISP Fan Club

Forum => newLISP newS => Topic started by: Lutz on November 24, 2009, 06:01:42 AM

Title: Maintenance Release v.10.1.7
Post by: Lutz on November 24, 2009, 06:01:42 AM
Maintenance release v.10.1.7 has several minor improvements and bug fixes.



Release notes: http://www.newlisp.org/downloads/newLISP-10.1-Release.html

Downloads: http://www.newlisp.org/index.cgi?page=Downloads
Title: Re: Maintenance Release v.10.1.7
Post by: TedWalther on November 24, 2009, 09:20:33 AM
Nice release!  Quite a few bug-fixes and usability enhancements.
Title: Re: Maintenance Release v.10.1.7
Post by: Cyril on November 25, 2009, 04:43:09 PM
Thanks, Lutz!



But I have already noted an undocumented change: (string cons) returns "cons<408D7A>" in 10.1.7 but "cons <408D7A>" (note space!) in previous versions. And yes, I use ((parse (string function)) 0) in my debug code. Of course I can fix it to work in both new and old versions, or even leave it unfixed (it is just a debug message, nothing more), but I believe this change (albeit minor) should be noted.



But, of course, HTTP headers fix is great -- I do not need my patched version anymore. ;-)