From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (unknown [IPv6:2602:b8:6486:2e00::63a:26e7]) by hurricane.the-brannons.com (Postfix) with ESMTPSA id A96797A4FE for ; Sun, 6 Aug 2017 04:22:29 -0700 (PDT) From: Chris Brannon To: edbrowse-dev@lists.the-brannons.com Date: Sun, 06 Aug 2017 04:23:08 -0700 Message-ID: <87a83duehv.fsf@the-brannons.com> MIME-Version: 1.0 Content-Type: text/plain Subject: [Edbrowse-dev] edbrowse 3.7.0 is here! X-BeenThere: edbrowse-dev@lists.the-brannons.com X-Mailman-Version: 2.1.24 Precedence: list List-Id: Edbrowse Development List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Aug 2017 11:22:30 -0000 Edbrowse version 3.7.0 is here! You can get it from GitHub, as usual; here is a direct link. https://github.com/CMB/edbrowse/archive/v3.7.0.zip (zip archive) If you'd rather have a .tar.gz, just replace .zip with .tar.gz in that URL. Here is the list of significant changes in this release: Switch from Mozilla js to Duktape js. Mask password fields on input forms with stars, as other browsers do. Issue the ipass command to enter a password without echo. Curl authorization negotiations enabled or disabled via the can toggle command. This is a workaround for problems with NTLM. Parallel instances of edbrowse don't clobber each other's cookies when they exit and write the common cookie jar. See mergeCookies() in cookies.c. curl does not become active until you need it. Environment variable JSGC forces duktape garbage collection after every script. Environment variable JS1 keeps edbrowse and js in one process. These are for development and testing, and could go away. Clean up compiler warnings so we can use the -Wall flag. The biggest change is the switch from Mozilla JS to Duktape. People who package edbrowse for Linux distributions will need to update their packages accordingly. Thanks Karl for doing this conversion! I'd also like to take this opportunity to thank a new contributor, Dominique Martinet, for notable contributions to this release. -- Chris