Page 1 of 1

Stable maintenance release newLISP v.10.7.1

Posted: Tue Jan 31, 2017 12:15 am
by Lutz
Stable maintenance release v.10.7.1 adds minor functionality and fixes bugs.

Downloads: http://www.newlisp.org/index.cgi?Downloads

Release notes: http://www.newlisp.org/downloads/newLIS ... lease.html

Many thanks to all for suggestions and bug reports leading to this release.

Re: Stable maintenance release newLISP v.10.7.1

Posted: Tue Jan 31, 2017 11:17 am
by johu
Hello, Lutz.

I finished translartions of manuals.

newlisp_manual-10701

There is in here.

and maybe
line 15831 in newlisp_manual v10.7.1
<em>bool-params</em> evaluates to to <em>true</em>, the call arguments are included
                ↓
<em>bool-params</em> evaluates to <em>true</em>, the call arguments are included

Regards,

Re: Stable maintenance release newLISP v.10.7.1

Posted: Wed Feb 01, 2017 5:35 pm
by Lutz
Thanks for the correction and quick update of the Japanese manual translation.

English: http://www.newlisp.org/downloads/newlisp_manual.html

Japanese: http://www.newlisp.org/newlisp_manual-jp.html

Re: Stable maintenance release newLISP v.10.7.1

Posted: Thu Apr 06, 2017 1:16 am
by shoukei
Hello Lutz,

File upload script stopped working with the stable newLISP v.10.7.1 Jan. 30, 2017 version.
It finishes uploading the files but the file is corrupt. (tried with pdf and xlsx files)

It worked with the development version v10.7.1 Oct. 6, 2016 version.
I am using OS X 10.10.5


I like using newLISP. It''s very cool!!
I am now having 17 newLISP web servers running where I work!

Thank you.
Shoukei

Re: Stable maintenance release newLISP v.10.7.1

Posted: Fri Apr 07, 2017 11:27 am
by Lutz
Thanks Shoukei for catching this. Fixing seek and search for mixed file-stream / raw-handle operations was not done right.

Fixed here: http://www.newlisp.org/downloads/develo ... nprogress/

Re: Stable maintenance release newLISP v.10.7.1

Posted: Fri Apr 07, 2017 11:54 am
by shoukei
Lutz wrote:Thanks Shoukei for catching this. Fixing seek and search for mixed file-stream / raw-handle operations was not done right.

Fixed here: http://www.newlisp.org/downloads/develo ... nprogress/
Thanks Lutz for the quick response and fix!!

Re: Stable maintenance release newLISP v.10.7.1

Posted: Sat Apr 08, 2017 4:22 am
by protozen
Will this make it to the other binaries?

Re: Stable maintenance release newLISP v.10.7.1

Posted: Sat Apr 08, 2017 7:33 am
by Lutz
Still testing it and working on it. There could be other related issues.

May be sometime next week, I can make a maintenance release with new binaries.

Re: Stable maintenance release newLISP v.10.7.1

Posted: Sun Apr 09, 2017 2:42 am
by protozen
Thank you

Re: Stable maintenance release newLISP v.10.7.1

Posted: Thu Apr 13, 2017 1:46 pm
by Lutz
Binaries for 10.7.2 are available here:

http://www.newlisp.org/downloads/development/

Re: Stable maintenance release newLISP v.10.7.1

Posted: Tue Apr 18, 2017 2:43 am
by IVShilov
Hello!
I upgrade v10.6.2 to v10.7.1 and found that it cannot start.
Tryed

Code: Select all

newlisp.exe -h
and got the same error.
Using procmon.exe founded that problem is in reading old init.lsp, moving it out - newlisp starts fine.
IMHO "newlisp.exe -h" must not read init.lsp, especially because it output helps with startup problems.

Thank you for new release! If it wrong place to post such complains, point me a proper, please.

Re: Stable maintenance release newLISP v.10.7.1

Posted: Fri May 05, 2017 7:30 am
by Lutz
Good suggestion. In 10.7.3 "newlisp -h" will also suppress loading of init.lsp:

http://www.newlisp.org/downloads/develo ... nprogress/