Re: [Lynx-dev] ANN: lynx2.9.0dev.5

2020-03-03 Thread Gisle Vanem
Thomas Dickey wrote: I've no idea why; GnuTls works fine in e.g. Wget2 and libcurl. Some issue with tidy_tls.c on Windows? I don't know - how is GnuTls built for your configuration? With this patch, it works: --- a/src/tidy_tls.c 2020-01-21 22:26:43 +++ b/src/tidy_tls.c 2020-03-03 11:46:07

Re: [Lynx-dev] ANN: lynx2.9.0dev.5

2020-03-03 Thread Thomas Dickey
On Tue, Mar 03, 2020 at 05:07:00AM -0500, Thomas Dickey wrote: > On Fri, Feb 28, 2020 at 09:59:44PM +0100, Martijn Dekker wrote: > > Op 28-02-20 om 02:59 schreef Thomas Dickey: > > > 2020-02-27 (2.9.0dev.5) > > > > Gopher URLs for HTML pages geneated from menus are still broken, with a > > missing

Re: [Lynx-dev] ANN: lynx2.9.0dev.5

2020-03-03 Thread Thomas Dickey
On Fri, Feb 28, 2020 at 09:59:44PM +0100, Martijn Dekker wrote: > Op 28-02-20 om 02:59 schreef Thomas Dickey: > > 2020-02-27 (2.9.0dev.5) > > Gopher URLs for HTML pages geneated from menus are still broken, with a > missing slash after '/h'. > > E.g. when visiting gopher://gopher.metafilter.com/1

Re: [Lynx-dev] ANN: lynx2.9.0dev.5

2020-02-29 Thread Thomas Dickey
On Fri, Feb 28, 2020 at 02:54:37PM +0100, Gisle Vanem wrote: > > The current version of lynx is 2.8.9 > > > > It's available at > > https://lynx.invisible-island.net/ > > ftp://ftp.invisible-island.net/lynx/ > > It's nice to see Lynx on Github. Is that 'master' in sync > with those .tar/.

Re: [Lynx-dev] ANN: lynx2.9.0dev.5

2020-02-28 Thread Martijn Dekker
Op 28-02-20 om 02:59 schreef Thomas Dickey: 2020-02-27 (2.9.0dev.5) Gopher URLs for HTML pages geneated from menus are still broken, with a missing slash after '/h'. E.g. when visiting gopher://gopher.metafilter.com/1/MetaFilter the menu produces links like: gopher://gopher.metafilter.com/h

Re: [Lynx-dev] ANN: lynx2.9.0dev.5

2020-02-28 Thread Gisle Vanem
The current version of lynx is 2.8.9 It's available at https://lynx.invisible-island.net/ ftp://ftp.invisible-island.net/lynx/ It's nice to see Lynx on Github. Is that 'master' in sync with those .tar/.zip balls? I got brave and tried building Lynx/Win32 with GnuTls; it crashes