Page 1 of 1

Maintenance Release v.10.1.7

Posted: Tue Nov 24, 2009 2:01 pm
by Lutz
Maintenance release v.10.1.7 has several minor improvements and bug fixes.

Release notes: http://www.newlisp.org/downloads/newLIS ... lease.html
Downloads: http://www.newlisp.org/index.cgi?page=Downloads

Re: Maintenance Release v.10.1.7

Posted: Tue Nov 24, 2009 5:20 pm
by TedWalther
Nice release! Quite a few bug-fixes and usability enhancements.

Re: Maintenance Release v.10.1.7

Posted: Thu Nov 26, 2009 12:43 am
by Cyril
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. ;-)