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
Nice release! Quite a few bug-fixes and usability enhancements.
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. ;-)