=== RELEASE 1.04 === Sat Feb 2 20:16:05 CET 2019 mikulas: The -dump switch didn't report an error if write to stdout failed Fri Oct 12 19:11:23 CEST 2018 mikulas: Fix possible pointer arithmetics bugs if the operating system allocated memory few bytes below the limit 0xffffffff or 0xffffffffffffffff Tue Oct 10 20:29:46 CEST 2017 mikulas: Allow browsing files containing characters < 32 in the filename Wed Jun 25 01:36:08 CEST 2014 mikulas: Do not print the character 0x9b if the display character set doesn't have it, because it is interpreted as a control character on the Linux console Wed Jan 2 02:08:20 MET 2013 mikulas: OpenVMS port Wed Dec 12 04:54:43 MET 2012 mikulas: Fixed invalid pointer comparison (comparing if NULL is smaller than non-NULL pointer) that could result in failures with certain compilers Sun Sep 30 23:58:40 MET DST 2012 mikulas: Parse FTP directories on VMS FTP server Thu Aug 16 04:21:42 MET 2012 mikulas: Reduced CPU consumption when downloading big files Mon Aug 13 21:40:48 MET 2012 mikulas: Use blocking pipe when communicating with the dns process Mon Aug 13 20:44:36 MET 2012 mikulas: Add "DNT: 1" to HTTP header Mon Aug 6 23:35:20 MET 2012 mikulas: Workaround for bugs on GNU Hurd Tue Jul 10 22:47:28 MET 2012 mikulas: Fixed an infinite retry loop when the server terminates connection prematurely Thu Jul 5 22:41:18 MET 2012 mikulas: Don't save URLs with password to history file on disk Sun Jun 17 22:34:05 MET 2012 mikulas: Fix memory leak in ftp Mon May 21 03:02:25 MET DST 2012 mikulas: Support extended coordinates in xterm mouse reporting, avoid previous limit 222 on maximum possible coordinate Fri Mar 30 05:10:02 MET 2012 mikulas: Check EINTR after each syscall to work around non-working SA_RESTART on some old Unices Fri Mar 30 04:32:48 MET 2012 mikulas: Fixed a bug (the response was not displayed as html) when using smbc smb client Tue Mar 27 22:49:07 MET 2012 mikulas: Fixed an infinite loop in usemap when invalid html tag was processed Sun Mar 25 04:49:11 MET 2012 mikulas: Fixed a crash if the user runs links with pipe on stdin Sat Mar 24 01:28:33 MET 2012 mikulas: Fixed inefficiency when displaying documents with long lines Tue Feb 21 03:03:06 MET 2012 mikulas: Restrict textarea and input field width to screen size minus margins Sun Feb 12 17:24:55 MET 2012 mikulas: Fixed divide-by-zero crash in the download code Tue Feb 7 07:14:02 MET 2012 mikulas: Add information about versions of libraries Sun Feb 5 20:25:42 cet 2012 mikulas: Fixed integer overflows if file cache has more than 2GB Sun Dec 4 14:24:05 MET 2011 mikulas: Implemented a handshake in the communication protocol so that different Links versions won't communicate with each other Sun Dec 4 11:36:09 MET 2011 mikulas: Fixed a possible lockup if the user presses key and the master Links instance disconnects at the same time Sun Dec 4 10:26:26 MET 2011 mikulas: Do not send spaces in Accept-Charset Sun Dec 4 10:25:25 MET 2011 mikulas: Fixed memory leaks or lockups if a connection between two links instances was unexpectedly broken === RELEASE 1.03 === Sat Nov 19 01:21:39 MET 2011 mikulas: Do not translate '\' to '/' in HTTP requests Sat Nov 19 01:20:53 MET 2011 mikulas: Do not test for existing strings when loading links history file => avoid quadratic-complexity on startup Sat Nov 19 01:20:39 MET 2011 mikulas: Fixed a possible memory leak on Windows Mon Oct 17 03:51:20 MET DST 2011 mikulas: Fixed a crash if http-equiv containes '&' entity names Sun Sep 25 18:41:28 MET 2011 mikulas: Do not send '#' in the url when downloading Wed Aug 10 22:02:50 CEST 2011 mikulas: Fixed leaked process if the user pressed Ctrl-Z and logged out === RELEASE 1.02 === Tue Aug 9 14:48:35 MET DST 2011 mikulas: Update BeOS port to support Haiku Tue Aug 9 00:43:45 MET 2011 mikulas: Fix downloads of files larger than 4G === RELEASE 1.01 === Sat Mar 12 23:55:56 MET 2011 mikulas: Fixed a bug with gpm, if gpm closed a handle on its own, links would occasionaly close it again === RELEASE 1.01pre1 === Sun May 17 19:03:43 cet 2009 mikulas: Ignore textarea that is not inside form (for Google) Tue Sep 9 23:13:52 MET 2008 mikulas: Do not add another '?' or '&' if already present at the end of form submit URL Mon Aug 4 18:52:34 cet 2008 mikulas: Don't submit disabled form entries (this is compatible with Mozilla/MSIE; Netscape and Lynx do submit them) Sun Aug 3 02:37:56 cet 2008 mikulas: Handle restart with servers that send 206 but don't send Content-Range Thu Jun 12 03:38:04 cet 2008 mikulas: Erase clipboard on OS/2 before copying to it - this prevents bugs when copying to/from Mozilla Thu Jun 12 03:32:25 cet 2008 mikulas: Fixed some quirks on 64-bit big endian systems Mon Jun 9 02:35:03 MET 2008 mikulas: Process and in form entry "value" attribute Mon May 12 23:31:50 MET 2008 mikulas: Blacklist another broken HTTP/1.1 server - Apache Sausalito Thu Mar 20 22:53:57 MET 2008 mikulas: Accept alternate description attributes for image buttons Thu Mar 20 05:13:21 MET 2008 mikulas: Fixed the bug that when displaying source, some html entities were errorneously translated Thu Mar 20 05:13:04 MET 2008 mikulas: Added fallback for ‑ entity === RELEASE 1.00 === Fri Dec 28 05:29:50 MET 2007 mikulas: Support few more keycodes on ANSI terminal (PAGE UP, PAGE DOWN and few F* keys) Wed Dec 26 03:42:29 cet 2007 mikulas: Disable smb:// URLs on OS/2, fork+threads can cause crashes in EMX Besides, there's no usable smb client program anyway === RELEASE 1.00pre23 === Mon Dec 24 22:12:00 MET 2007 mikulas (sponsored by Dondor Ltd.): A .nsi file to make Windows installer with Nullsoft scriptable install Mon Dec 24 01:44:52 MET 2007 mikulas: Fixed a bug that strings with spaces could not be passed from command line Thu Dec 20 03:30:57 cet 2007 mikulas (sponsored by Dondor Ltd.): Make it run without Cygwin environment (only with Cygwin DLLs) Workaround for flaws in Cygwin Unix emulation: SIGWINCH is sometimes lost Signal handlers write to a pipe and it should wake select() up, sometimes, it doesn't exec("command.com") crashes Windows 98 when some sockets are open Thu Dec 13 04:43:47 MET 2007 mikulas: Do not display links to alternate stylesheets === RELEASE 1.00pre22 === Sun Dec 9 05:20:14 MET 2007 mikulas: Fixed write to freed memory resulting in misbehavior of radio buttons and a possible crash Tue Dec 4 04:09:48 MET 2007 mikulas: When the document was truncated to zero size on reload and no data were received, links didn't invalidate formatted document cache Wed Nov 7 00:20:36 MET 2007 mikulas: Accept capital 'X' as a hex number mark in html entities Fri Nov 2 19:54:09 MET 2007 mikulas: Do not print links to stylesheet to the document Fri Nov 2 19:53:53 MET 2007 mikulas: Slightly improve parsing of ftp --- when the line contains "", we can assume that it is a directory Tue Oct 30 21:21:48 cet 2007 mikulas: Previous release didn't compile on OS/2 due to missing SIGCONT === RELEASE 1.00pre21 === Sat Oct 27 04:15:24 MET DST 2007 mikulas: Some newer Linuxes unfortunatelly do not send SIGCONT when running process is brougt to foreground with 'fg' command. So implement 0.5s polling to test if we're on foreground. Mon Oct 22 18:35:57 MET 2007 mikulas: In case of non-restartable connection, proceed with the connection even if the server is on blacklist Mon Sep 17 04:03:23 MET 2007 mikulas: Break ansi aliasing on ICC 10 with -ipo Instruction call was not enough to break it Fri Sep 7 00:02:55 MET 2007 mikulas When the connection dies after the last received byte, do not send "Range:" header in retry request --- servers don't like "Range" pointing after the last byte Sat Jul 7 05:10:06 cet 2007 mikulas: On OS/2, do not prealloc files with relative pathname Sat Jul 7 04:06:52 cet 2007 mikulas: Accept drive letters without file: prefix in OS/2 and Win32 Sat Jul 7 03:50:27 cet 2007 mikulas: Use _getcwd2 on OS/2 --- it returns path including the driver letter Wed May 23 00:48:06 MET 2007 mikulas: Do not send If-Modified-Since or Range in HTTP request if cached page has an error code Mon Apr 30 03:48:59 cet 2007 mikulas: Blacklist FORPSI server --- do not send Range: to it === RELEASE 1.00pre20 === Sun Apr 8 21:02:15 CEST 2007 mikulas Terminal resize, window title and clipboard support for Cygwin Clipboard supports non-ascii characters badly, it is a limitation in Cygwin Wed Apr 4 23:20:10 MET 2007 Carles Pina i Estany : Add more top-level domains Wed Apr 4 14:32:47 MET DST 2007 mikulas: win32.c file removed because in each new version of windows it doesn't work. Don't even try to fix it unless you have computers with Windows NT, Window 2000, Windows XP and Windows Vista side by side. (new Cygwin emulates xterm-like mouse on the console, so it's not needed for mouse) Cygwin sometimes doesn't send SIGWINCH, it is its bug, so I didn't try to fix it in links. Press twice Alt-Enter if links doesn't notify window size change Tue Feb 6 00:27:00 MET 2007 mikulas: Allow quotation marks in Refrfesh URL parameter --- fixes Google Picasa === RELEASE 1.00pre19 === Tue Nov 28 23:15:20 MET 2006 mikulas: Fixed severe security bug: '"' and ';' in smb:// url could be used for remote command execution. Wed Nov 22 22:24:38 MET 2006 Jakub Bogusz : Updated Polish translation === RELEASE 1.00pre18 === Mon Nov 6 02:12:59 cet 2006 mikulas: Fixed incorrect page displayed when search string ended with space and the word was last on page Fri Oct 27 17:15:15 cet 2006 mikulas: More strict parsing of ftp list, fixes ftp.su.se Sun Oct 15 22:55:40 MET DST 2006 mikulas: Allow cookie path to point to file, not only directory Wed Oct 11 00:17:54 MET DST 2006 mikulas: Fixed quirk with displaying of links in text mode Mon Sep 11 02:41:05 MET DST 2006 mikulas: Test for socklen_t Work without PF_INET (for Minix 3) Cleaned up use of AF_ and PF_ constants === RELEASE 1.00pre17 === Fri Aug 25 00:51:50 MET 2006 mikulas: Parsing ftp directories starts to be difficult because fixing one bug introduces other. Previous fix sometimes mistook size for year :-/ Sun Aug 20 05:07:20 cet 2006 mikulas: Correctly translate character set of "label" attribute Mon Jul 31 00:33:13 MET 2006 mikulas: More cygwin fixes Sun Jul 16 16:36:26 cet 2006 mikulas: Link to "" redirects to current file rather than current directory (fixes some forms) Sun Jul 16 00:07:54 cet 2006 mikulas: Better ftp directory parsing (process correctly file names starting with year) Sat Jul 15 16:37:52 MET 2006 mikulas: Bigger default textarea Tue Jun 27 23:50:11 cet 2006 mikulas: Fixed display of multiple consecutive spaces when searching Sun Jun 18 16:12:52 MET 2006 mikulas: Command "kill background connections" aborts also keepalive connections Sat Jun 17 21:08:44 cet 2006 mikulas: Fixed exponential memory consumption with table cell colspan/rowspan Sat Jun 10 23:52:59 cet 2006 mikulas: Decode %AB sequences in position tags Fri Jun 9 18:33:23 cet 2006 mikulas: Accept broken meta refresh tags (fixes www.seznam.cz) Sat Jun 3 03:16:55 cet 2006 mikulas: Fixed mouse in Cygwin Allowed to run in xterm or rxvt in Cygwin === RELEASE 1.00pre16 === Sun Apr 2 19:38:12 MET 2006 mikulas: Fixed some quirks when URL contained multiple '#' characters Allow '#' in ftp password Sun Apr 2 19:09:20 MET 2006 mikulas: Better parsing of FTP directories (fixes Quick 'n Easy FTP Server) Thu Mar 30 20:11:25 cet 2006 mikulas: Location: field in HTTP reply is now allowed to contain position specification '#' Thu Mar 23 15:26:23 MET 2006 mikulas: Do not send Accept-Language to a buggy Netscape-Enterprise server Do not send "en" language twice in Accept-Language Thu Mar 23 15:26:15 MET 2006 mikulas: Changes license to allow linking with OpenSSL Sun Mar 19 03:07:56 MET 2006 mikulas: Support , and Sat Mar 11 04:07:42 MET 2006 mikulas: An option to turn off IP type-of-service (some misconfigured firewalls drop packets with it) Mon Mar 6 17:30:53 MET 2006 mikulas: When clicking on images with keyboard, submit point (1,1), not (0,0) (work around another bug on mail.centrum.cz) Submit value attribute with image Sun Mar 5 20:48:08 MET 2006 mikulas: Make multipart boundary format compatible with Netscape (unfortunatelly there are buggy servers that depend on it --- for example mail.centrum.cz) Do not send Content-Type when there's no file to upload Mon Feb 27 05:23:34 cet 2006 mikulas: Make textarea wrapping default (compatible with Mozilla, Netscape has default no wrapping) Sat Feb 11 02:35:25 cet 2006 mikulas: More bug-compatible parsing of superfluous quotation marks Mon Feb 6 21:27:13 MET 2006 mikulas: Fixed compile error because of strtonum name clash on current OpenBSD Sun Feb 5 18:22:28 MET 2006 mikulas: Case-insensitive search of all characters Mon Jan 23 18:26:24 MET 2006 mikulas: Fixed textarea content corruption due to overlapping areas in memcpy Thu Jan 19 18:13:13 MET 2006 mikulas: Disallow access to proxy:// urls from user interface (they are internal-only) Sun Jan 15 05:51:49 MET 2006 mikulas: Preserve config and history in case of IO error (including full disk) (bookmarks were already handled correcly) Thu Dec 22 15:15:07 MET 2005 mikulas: Discard mouse events while user viewer is in foreground (but due to some quirks in gpm/svgalib, it may still produce spurious mouse-click events) === RELEASE 1.00pre15 === Wed Dec 7 00:42:50 MET 2005 mikulas: Fixed proper position after go-back if the file was not in cache Fixed incorrect initial position on some pages with long tables during viewing while loading -dump -html-numbered-links 1 prints links' locations Tue Nov 29 00:30:12 MET 2005 mikulas: Do not load too big files on background (maximum size is cache size / 4) Mon Nov 28 01:49:21 MET 2005 mikulas: Restore terminal attributes on fatal errors Sun Nov 27 23:01:39 MET 2005 mikulas: Allowed download of files larger than 2G Sat Nov 19 18:39:51 MET 2005 mikulas: Allow cookies with "secure" parameter Cookies without path act as if path was "/" instead of current directory Mon Oct 24 16:36:01 MET DST 2005 mikulas: Recognise "title" attribute in tag Mon Oct 24 16:27:16 MET DST 2005 mikulas: Accept application/xhtml as html type Fri Oct 21 16:01:46 MET DST 2005 mikulas: "e; Thu Oct 20 03:30:01 MET DST 2005 mikulas: Special handling for relative URLs beginning with '&' or '?' Tue Oct 11 03:55:59 MET DST 2005 mikulas: Get indenting of TAB character in UTF-8 documents right Fri Sep 9 00:40:44 MET 2005 mikulas: Fix crash when directory disappeared while opening it Tue Sep 6 16:15:07 MET 2005 mikulas: HTTP 307 redirect (as equivalent of 302) Mon Jun 20 15:57:00 cet 2005 mikulas: Do not make whitechar-elimination on invisible form entries Sat Jun 18 18:17:43 MET 2005 mikulas: Allow '#' in smb files and directories === RELEASE 1.00pre14 === Sun May 8 15:37:42 cet 2005 mikulas: Fix lockup with terminal height only 1 or 2 characters Sun May 8 14:33:50 cet 2005 mikulas: Do not handle SIGTERM Sat Apr 2 20:13:39 MET DST 2005 mikulas: Workaround for bug in Sun C compiler === RELEASE 1.00pre13 === Fri Apr 1 01:29:49 MET DST 2005 mikulas: Accept (and ignore) subject in mailto (backported from links 2) Fri Apr 1 01:18:27 MET DST 2005 mikulas: Support for another smb client --- smbc by Martin Zlomek Thu Mar 31 23:43:40 MET DST 2005 mikulas: Accept as line break in textarea (fixes bugzilla) Wed Feb 23 18:38:47 MET 2005 mikulas: Allow typing only characters valid in current character set into form fields on web Wed Feb 23 16:32:23 MET 2005 Serge Winitzki : Updated Russian translation Wed Feb 23 16:25:54 MET 2005 mikulas: Allow cookies without a value Mon Feb 14 13:18:23 MET 2005 mikulas: When server returns cookie values as "deleted", delete it Tue Feb 1 18:23:04 MET 2005 mikulas: Fixed non-working find next/previous in view menu Thu Jan 27 16:28:23 MET 2005 mikulas: Fixed configure failure on Solaris Sat Jan 22 20:47:26 MET 2005 mikulas: On OS/2 use 8.3 temp names, allowing DOS viewers Sat Jan 22 04:41:31 cet 2005 mikulas: Send Accept-Language Wed Jan 19 02:57:37 MET 2005 Jakub Bogusz : Updated Polish translation Wed Jan 19 02:57:21 MET 2005 mikulas: -codepage for -dump Sun Jan 2 18:50:19 cet 2005 mikulas: Do not cache redirects if redirect loop is going to happen Thu Nov 25 00:59:49 MET 2004 mikulas: Support for mms:// urls Tue Nov 16 15:18:55 MET 2004 mikulas: Send content-type when uploading files Sun Oct 31 16:56:37 MET 2004 mikulas: Correct jump at tag if it points to position, that moves during loading === RELEASE 1.00pre12 === Tue Oct 26 00:22:49 MET DST 2004 Jakub Bogusz : Updated Polish translation Fixed TSL -> TLS typo Sat Oct 23 22:13:51 MET 2004 mikulas: Disallow opening new windows in anonymous mode Fri Oct 22 22:32:19 MET DST 2004 mikulas: Fixed bugs discovered with mangleme: http://lcamtuf.coredump.cx/mangleme/mangle2.cgi memory leak with nested tag === RELEASE 0.97pre5 === Mon Mar 4 14:26:39 MET 2002 mikulas: Undefine UNIX on win32. Maybe it helps ... I don't know Mon Mar 4 13:58:14 MET 2002 mikulas: Fixed bad loading of imgmap === RELEASE 0.97pre4 === Sun Mar 3 23:14:58 MET 2002 mikulas: Always trust 'Content-Length' when communicating with HTTP/1.1 server -- work around broken HTTP/1.1 servers that send Connection: close, but keep the connection Sun Mar 3 22:55:58 MET 2002 mikulas: Handle encoding to utf-8 correctly Sun Mar 3 22:01:43 cet 2002 mikulas: Do not accept '<' without name as a tag Sun Mar 3 21:05:10 MET 2002 Peter Naulls : RiscOS support Sun Mar 3 20:58:12 MET 2002 mikulas: -dump does not stuck in redirect loops Sun Mar 3 20:57:54 MET 2002 mikulas: Test for dlopen in configure (openssl needs it) Sun Mar 3 05:32:09 MET 2002 mikulas: Fixed ESC timeout Sun Mar 3 03:24:14 MET 2002 mikulas: Input field is one char larger Sat Mar 2 14:36:13 cet 2002 mikulas: Report terminal size in User-Agent Sat Mar 2 12:13:20 cet 2002 mikulas: Improved performance of rendering nested tables Tue Feb 26 03:26:43 cet 2002 mikulas: Removed LONG_MIN, LONG_MAX because they were undefined on irix Fri Feb 8 21:48:58 MET 2002 mikulas: Fixed one case where 0 would go to the 'save formatted document' output Fri Feb 8 09:21:33 MET 2002 Muhamad Faizal : Indonesian translation Mon Feb 4 22:58:38 MET 2002 mikulas: Include if found Mon Feb 4 14:52:36 MET 2002 mikulas: #define __EXTENSIONS__ -- I hope it helps on SunOS === RELEASE 0.97pre3 === Mon Feb 4 13:55:56 MET 2002 mikulas: Fix compile error Sat Feb 2 03:10:20 MET 2002 Karvinen Ilkka : Finnish translation === RELEASE 0.97pre2 === Wed Jan 30 13:16:30 cet 2002 mikulas: Fix compile error when -lgpm works but gpm.h is not there Wed Jan 30 13:15:38 cet 2002 Aldy Hernandez : MacOS address resolution fix Wed Jan 30 13:05:35 cet 2002 Cliff Cunnington : Added € symbol Wed Jan 30 13:01:11 cet 2002 Jacek Fedorynski : Fixed segfault when posting large form === RELEASE 0.97pre1 === Tue Jan 29 17:17:22 MET 2002 Petr Baudis : Manpage update Tue Jan 29 17:06:11 MET 2002 zas : Updated french translation Tue Jan 29 17:04:59 MET 2002 Ionel Mugurel Ciobîcă: Romanian translation Tue Jan 29 17:02:48 MET 2002 mikulas: Fixed error when sprintf return value is defined as 'void' in headers Tue Jan 29 16:50:53 MET 2002 Petr Baudis : Cookie expiration Tue Jan 29 16:49:48 MET 2002 mikulas: Do not reject cookies with insecure domain (but send them only to original server, not to the whole domain) Tue Jan 29 16:45:31 MET 2002 Petr Baudis : Fix stripping '?' out of form url Tue Jan 29 16:40:32 MET 2002 Petr Baudis : Add "LISTING" tag Tue Jan 29 16:39:03 MET 2002 Petr Baudis : Fix relative redirect on -dump and -source Tue Jan 29 16:36:02 MET 2002 Petr Baudis : Use "imgtitle" if there's no "alt" Tue Jan 29 16:20:19 cet 2002 Carles : Catalan translation Tue Jan 29 16:18:45 cet 2002 Stefan de Groot : Dutch translation Tue Jan 29 16:16:53 cet 2002 mikulas: Fixed name clash of struct option with includes on cygwin Tue Jan 29 16:12:59 cet 2002 mikulas: Do not allow larger input fiels than screen size Tue Jan 29 16:12:43 cet 2002 mikulas: Fixed internal error "cell_with" in table parser Tue Jan 29 15:36:51 cet 2002 mikulas: Fixed double %0d when posting textarea Tue Jan 29 15:35:51 cet 2002 mikulas: Fixed crash when amount of items in select box decreases after reload Make it remember select item on reload (fixes www.xchat.cz) Sat Jan 26 03:47:13 MET 2002 mikulas: Work-around for Sun C bug Sat Jan 26 03:47:00 MET 2002 mikulas: Fixed one read overrun in parser Fri Jan 11 19:02:02 cet 2002 mikulas: Fixed crash in OS/2 when user pressed Ctrl-V and clipboard was empty Sat Dec 8 23:19:27 MET 2001 mikulas: Fixed leaving zombie processes when more children exited simultaneously Tue Sep 25 11:16:29 MET DST 2001 karel.kulhavy@pharma.novartis.com: Fixed compile incompatibility Tue Sep 25 11:10:36 MET DST 2001 Andrew Rodionoff : Fixed minor bug in kbd binding === RELEASE 0.96 === Mon Jul 2 03:25:39 MET DST 2001 Serge Winitzki : SSL detection fix Mon Jul 2 03:21:50 MET DST 2001 Serge Winitzki : Updated Russian translation === RELEASE 0.96pre8 === Sat Jun 23 00:57:42 cet 2001 Nalin Dahyabhai : Fixed occasional destroying of read buffer on Alpha Fri Jun 22 21:50:08 cet 2001 mikulas: One more charset fix === RELEASE 0.96pre7 === Mon Jun 18 23:39:22 MET DST 2001 mikulas: Do not retry on SSL error Mon Jun 18 23:12:36 MET DST 2001 Michail Litvak : Patch configure.in to force error if OpenSSL not found Mon Jun 18 23:03:03 MET DST 2001 mikulas: Charset from server has higher precedence than charset in document === RELEASE 0.96pre6 === Tue Jun 12 23:08:11 MET DST 2001 mikulas: '?' and anything behind it is completely stripped out of form action url (it fixes problem when browsing newsgroups on google) === RELEASE 0.96pre5 === Tue Jun 12 21:31:01 MET DST 2001 mikulas: Fixed memory leak when SSL protocol was violated === RELEASE 0.96pre4 === Tue Jun 12 14:19:05 MET DST 2001 mikulas: Fixed '->' not working in menus Mon Jun 11 15:24:09 MET DST 2001 mikulas: Don't use unrestartable timeout when server does not send Accept-ranges, but supports range requests === RELEASE 0.96pre3 === Mon Jun 11 13:16:49 MET DST 2001 Peter Wang : Rebindable keys in menus Mon Jun 11 13:05:18 MET DST 2001 mikulas: Fixed memory leak when SSL aborted === RELEASE 0.96pre2 === Thu Jun 7 14:24:17 MET DST 2001 mikulas: Fixed crashes in 0.96pre1 with some languages because intl/synclang was not run Wed Jun 6 18:33:19 cet 2001 mikulas: Fixed crash when received invalid cookie Sun Jun 3 14:11:54 cet 2001 mikulas: Fixed searching for -lsocket in configure.in (bug introduced in 0.96pre1) === RELEASE 0.96pre1 === Sun Jun 3 01:49:44 MET DST 2001 mikulas: Ctrl-A, Ctrl-E, Ctrl-F, Ctrl-B work again (were disable by kbdbind patch) Sun Jun 3 01:36:09 MET DST 2001 Anton Voloshin : Proper encoding of form entries Sat Jun 2 02:45:49 MET DST 2001 Simos Xenitellis Alejandros Diamandidis : Greek codepages & translation Sat Jun 2 02:39:21 MET DST 2001 Mediavilla David : Updated Spanish translation Sat Jun 2 02:15:19 MET DST 2001 "Martin Norbäck" : Updated Swedish translation Sat Jun 2 02:14:47 MET DST 2001 "Benjamin C. W. Sittler" : Macroman 2000 charset Sat Jun 2 02:05:46 MET DST 2001 Marius Gedminas : Fixed reversed HOME/END on RXVT Sat Jun 2 01:50:10 MET DST 2001 mikulas: Fixed textarea overlapping next frame Sat Jun 2 01:39:19 MET DST 2001 Peter Wang : More keys to bind Sun May 27 13:20:12 cet 2001 mikulas: Fixed badly displayed time when time was >1d and <1d1h Tue Apr 17 18:52:11 MET DST 2001 mikulas: Fixed color handling for dos telnet with broken VT100 Mon Apr 9 01:38:02 MET DST 2001 Olexander Kunytsa : Ukrainian translation update Mon Apr 9 01:37:33 MET DST 2001 Kaloian Doganov : Bulgarian translation update Mon Apr 9 01:35:04 MET DST 2001 Han The Thanh : Vietnamesse codepages Mon Apr 9 01:12:23 MET DST 2001 Marco Bodrato : Twinterm support Sun Apr 8 23:47:35 MET DST 2001 mikulas: Noproxy removed because it is broken Fri Mar 23 04:23:51 MET 2001 Radovan Stas : Slovak translation Fri Mar 23 04:23:17 MET 2001 Alberto García : Galician translation Fri Mar 23 04:13:35 MET 2001 Adam Harvey : Fixed sometimes badly posted form Fri Mar 23 03:40:39 MET 2001 Nuno Miguel Rodrigues : Unixware console fix Sun Feb 11 22:18:20 MET 2001 mikulas: Fixed bug in HTTP requester when server sends only one byte Mon Jan 15 23:04:06 MET 2001 Oleg Belousov : "Ignore charset info sent by server" is saved din config file Sat Jan 13 14:40:14 cet 2001 mikulas: Fixed crash when '|' was pressed and there was no header === RELEASE 0.95 === Tue Jan 2 12:57:29 MET 2001 zas@norz.org: Updated French translation Tue Jan 2 12:55:44 MET 2001 mikulas: HTTP auth disabled again because it is really buggy === RELEASE 0.94 === Sun Dec 31 23:36:11 MET 2000 Alexander Mai : Updated manpage and help Sun Dec 31 23:30:35 MET 2000 mikulas: Fixed race in keyboard code (links sometimes blocked on tty read) Sun Dec 31 22:58:31 MET 2000 mikulas: Fixed overflow when loading files longer than 200M Sun Dec 31 21:23:13 cet 2000 mikulas: Updated Czech translation Sun Dec 31 21:22:47 cet 2000 Taniel Kirikal : Estonian translation Sat Dec 30 17:11:06 MET 2000 Dmitry Pinchukov : Ukrainian translation Sat Dec 30 13:41:37 MET 2000 Baris Metin : Turkish translation Sat Dec 30 13:27:50 MET 2000 Kaloian Doganov : Bulgarian translation Wed Dec 13 22:07:53 MET 2000 mikulas: Compatible behaviour when FORM ACTION contains '?' === RELEASE 0.94pre9 === Tue Dec 12 12:41:03 MET 2000 mikulas: Fixed crash in table parser Sun Dec 10 22:27:16 cet 2000 mikulas: Changed weird 'D' behaviour when document changed under menu === RELEASE 0.94pre8 === Sat Dec 9 23:59:10 MET 2000 Mike Swieton : Form is not posted when jumping to field by number Sat Dec 9 23:53:47 MET 2000 mikulas: Better handling of ESC followed by an arrow within timeout Sat Dec 9 23:43:19 MET 2000 mikulas: Fixed incorrect processing of strings containing space or " in config file Sat Dec 9 23:12:54 MET 2000 mikulas: Fixed BAD pointer operations in new config code Sun Dec 3 20:24:37 cet 2000 mikulas: Fixed memory leak in ssl === RELEASE 0.94pre7 === Fri Dec 1 15:38:39 MET 2000 mikulas: Fixed bug in action tag handling that appeared in previous version === RELEASE 0.94pre6 === Fri Dec 1 01:41:06 MET 2000 mikulas: History was misdisplayed when there were posted documents Fri Dec 1 01:37:17 MET 2000 mikulas: Better handling of missing action in form tag Fri Dec 1 01:33:26 MET 2000 mikulas: Algoritm to find file names in ftp lists improved Fri Dec 1 01:32:55 MET 2000 mikulas: 'Save formatted document' should no more save zeros, no more beeps on win32 === RELEASE 0.94pre5 === Thu Nov 16 23:07:44 MET 2000 mikulas: --without-ssl Thu Nov 16 22:53:55 MET 2000 Peter Wang : Rebindable keys, /etc/links.cfg Wed Nov 15 14:00:17 cet 2000 mikulas: Fixes for OS/2 Tue Nov 14 16:43:59 MET 2000 mikulas: wipe-out-ssl script that clears all SSL hooks === RELEASE 0.94pre4 === Thu Nov 9 22:51:35 MET 2000 Sergei Borushevsky : SSL === RELEASE 0.94pre3 === Thu Nov 2 21:20:23 MET 2000 Martin Kavalec : Fixed redundant ':' in Host header Thu Nov 2 21:08:17 MET 2000 Sergei Borushevsky : Fixed HTTP auth === RELEASE 0.94pre2 === Thu Nov 2 00:31:20 MET 2000 mikulas: Fixed weird behavior of 'G' when page was created by POST Thu Nov 2 00:23:17 MET 2000 mikulas: HTTP auth disabled because it can cause random crashing Wed Nov 1 23:05:02 MET 2000 mikulas: Fixed a bug that it didn't send port number in Host field Mon Oct 30 22:55:30 MET 2000 mikulas: Fixed memory leak when Ctrl-C is pressed in authentication window Mon Oct 30 22:45:32 MET 2000 mikulas: Fixed badly posted form when
without "action" was on page generated from POST request Mon Oct 30 22:44:40 MET 2000 "-=[KamiKazeNH]=-" : Brazilian Portuguese translation Mon Oct 30 22:11:52 MET 2000 Cristiano Guadagnino : Updated Italian translation Mon Oct 30 22:04:37 MET 2000 mikulas: Fixed INTERNAL ERROR: cell is now wider if there is
 inside 
  • inside table Tue Oct 24 18:39:52 MET DST 2000 Fabrice Haberer-Proust : French translation === RELEASE-0.94pre1 === Tue Oct 24 01:02:50 MET DST 2000 Sergei Borushevsky : No-proxy-for, HTTP authentication Tue Oct 24 01:02:47 MET DST 2000 Sergei Borushevsky : Ctrl-W completition === RELEASE 0.93 === Mon Oct 23 23:16:56 MET DST 2000 mikulas: Fixed one ANSI C incompatibility Mon Oct 23 22:13:12 MET DST 2000 mikulas: Don't use af_unix sockets if sys/un.h doesn't exist Mon Oct 23 21:53:53 MET DST 2000 mikulas: Fixed memory leak when Ctrl-C is pressed in type query window Mon Oct 16 21:14:45 MET DST 2000 Gianluca Montecchi : Italian translation Mon Oct 16 21:10:03 MET DST 2000 Jimenez Martinez Angel Luis : Updated Spanish translation === RELEASE 0.93pre4 === Mon Oct 16 12:02:10 cet 2000 mikulas: Fixed "INTERNAL ERROR: cell is now wider" in table renderer Thu Oct 12 23:42:33 cet 2000 mikulas: Fixed crash when bookmarks file didn't end with '\n' Fixed bad behaviour when bookmark title contained '|' === RELEASE 0.93pre3 === Tue Oct 10 11:48:08 MET DST 2000 mikulas: Fixed inconsistent behaviour of search in more frames === RELEASE 0.93pre2 === Mon Oct 9 20:33:44 MET DST 2000 Suveg Gabor : Hungarian translation Mon Oct 9 20:18:23 MET DST 2000 mikulas: Space handling in URL is compatible with lynx Mon Oct 9 20:09:20 MET DST 2000 mikulas: Fixed bug that connection end was sometimes missed when downloading more files Wed Oct 4 15:23:54 cet 2000 Martin Norback Swedish translation Wed Oct 4 15:23:39 cet 2000 Jimenez Martinez Angel Luis & David Mediavilla Ezquibela : Spanish translation Sun Aug 13 18:03:22 cet 2000 mikulas: It is working with buggy HTTP/1.0 servers that send invalid Content-Type Sat Aug 12 23:44:57 cet 2000 mikulas: OS/2: fixed mouse cursor sometimes left after terminating Sat Aug 12 23:07:04 cet 2000 mikulas: Fixed crash on error in -dump or -source Sun Jul 23 16:30:23 MET DST 2000 mikulas: Fixed crash on Unix when $HOME didn't exist Mon Jul 17 23:36:20 cet 2000 mikulas: OS/2: fixed "Process terminated by SIGPIPE" when user touched mouse while exiting === RELEASE 0.93pre1 === Tue Sep 19 17:22:54 CEST 2000 mikulas: Fixed crash in html parser Fixed crash in bookmark window === RELEASE 0.92 === Fri Jun 30 00:06:18 MET DST 2000 mikulas: Fixed sometimes incorrectly displayed window title in OS/2 Fri Jun 30 00:05:19 MET DST 2000 Aurimas Mikalauskas : Lithuanian translation === RELEASE 0.91 === Wed Jun 28 12:19:31 MET DST 2000 mikulas: Target was not working in 0.90, links were always displayed in top frame === RELEASE 0.90 === Tue Jun 27 18:25:50 MET DST 2000 mikulas: Fixed incorrect blocking of terminal that caused problems on sun Tue Jun 27 14:00:55 MET DST 2000 mikulas: Fixed incorrectly displayed estimated length when restarting ftp download Tue Jun 27 11:22:54 MET DST 2000 mikulas: Now it ignores spaces in html attribute values Fixed incorrect display when link with content type: text/plain was pointing to frame === RELEASE 0.90pre3 === Thu Jun 22 23:00:19 MET DST 2000 mikulas: Fixed incorrectly displayed textarea when numbered links are on Alex Antropoff's patch for spaces at the end of url was not correct; removed err changed to er because of name conflict on Apple Fixed crash when links received HUP signal Thu Jun 22 22:42:10 MET DST 2000 Alexander Mai : Updated manpage Thu Jun 22 22:21:00 MET DST 2000 Peter Gervai : Mailcap to links.cfg convertor Thu Jun 22 09:11:30 MET DST 2000 Serge Winitzki : Updated Russian localization Tue Jun 20 23:43:25 MET DST 2000 mikulas: Removed DOS end-of-line from some files Servers are added to blacklist rather than proxies === RELEASE 0.90pre2 === Mon Jun 19 12:21:55 MET DST 2000 beckers : Updated German translation Sun Jun 18 18:37:21 MET DST 2000 mikulas: Fixed lockup on systems with too small socket size (NetBSD) Sun Jun 18 11:57:41 MET DST 2000 mikulas: Workaround for libcs that lock up when qsort is called with zero length array (NetBSD) Home and End work in NetBSD console Workaround for buggy servers that can't handle too long Accept-Charset (www.seznam.cz) Sat Jun 17 13:37:24 MET DST 2000 Marius Gedminas : ISO-8859-4 and ISO-8859-13 codepages === RELEASE 0.90pre1 === Wed Jun 14 19:13:36 MET DST 2000 Alex Antropoff : Allowed spaces at the end of URL Wed Jun 14 18:26:12 MET DST 2000 mikulas: Fixed shooting to memory when DNS query was cancelled Wed Jun 14 00:28:34 MET DST 2000 Alexander Mai : Updated manpage Tue Jun 13 23:53:05 MET DST 2000 Arkadiusz 'Jo Joro' Sochala : Updated Polish translation Tue Jun 13 23:52:36 MET DST 2000 Armon Red : Updated Icelandic translation Mon Jun 12 17:18:17 MET DST 2000 mikulas: Fixes for BeOS Mon Jun 12 13:45:44 MET DST 2000 mikulas: Fixed infinite loop in requester Mon Jun 12 13:11:26 MET DST 2000 mikulas: -anonymous Sun Jun 11 22:27:48 MET DST 2000 mikulas: Accept-charset Sun Jun 11 20:29:22 cet 2000 root: Timeouts don't flood the queue in environments that can't do paralel DNS lookup (OS/2, BeOS) Sun Jun 11 20:25:47 cet 2000 Alex Antropoff : Added 'Accept: */*' to the request header Sat Jun 10 17:56:23 MET DST 2000 mikulas: Fixed memory leak in put_link_line Refresh now loads the document to the same frame Sat Jun 10 10:19:41 MET DST 2000 mikulas: Fixed shooting to memory in telnet protocol Sat Jun 10 10:04:14 MET DST 2000 mikulas: Fixed crash in url requester introduced yesterday Fri Jun 9 21:02:12 MET DST 2000 mikulas: Fixed badly displayed document sometimes when user pressed '\' Finger protocol Now it doesn't stop loading main page when image is viewed Fixed security bug: proxy:// url is now only for internal use (it could be used to force links to accept any cookie) Fixed security bug: when opening new window, links encodes special characters so that they are not interpreted by shell Fixed crash in cache when server sent incomplete page on reload Fri Jun 9 13:44:10 MET DST 2000 mikulas: Support for terminals with block cursor (xterm, FreeBSD console) Fri Jun 9 11:14:26 MET DST 2000 mikulas: Document info didn't show info about current link when in frame Memory info window has also refresh Fixed memory leak when saving config file failed Fri Jun 9 01:38:35 MET DST 2000 mikulas: Mailto and telnet support Thu Jun 8 02:33:02 cet 2000 root: Fixed crash when user presses ^C in resources window Thu Jun 8 01:37:30 cet 2000 root: Correct behaviour when there are more forms in a table Wed Jun 7 13:37:15 MET DST 2000 mikulas: It doesn't display some xml tags Fixed incorrect restart of connection when formatting document took longer than timeout Mon Jun 5 22:55:06 MET DST 2000 Alex Antropoff : Now it accepts 'charset' attribute of meta element Mon Jun 5 22:54:05 MET DST 2000 mikulas: Fixed "Unknown error" or crash on startup Wed May 31 21:58:43 MET DST 2000 mikulas: Fixed memory leak Wed May 31 21:30:31 MET DST 2000 Serge Winitzki : Upadted Russian localization Wed May 31 18:14:22 MET DST 2000 mikulas: It displays loading status when loading frames Wed May 31 11:31:40 MET DST 2000 mikulas: Now it compiles on BSD Fixed bug with user viewers introduced with ^C fix Configure script checks for XFree for OS/2 Some fixes for XFree under OS/2 Tue May 30 19:01:04 MET DST 2000 mikulas: Changed gen-intl script so that it works on buggy Solaris shell Tue May 30 16:54:07 MET DST 2000 mikulas: Menu contains link for user's manual When you press ^C in master xterm, it doesn't kill all xterms Tue May 30 16:07:58 MET DST 2000 Jan Bobrowski : Small optimization in file listing Tue May 30 11:36:50 MET DST 2000 mikulas: Fixed bug that bookmarks and history were sometimes lost Tue May 30 11:26:56 MET DST 2000 Wojtek Bojdo/l : Updated Polish translation Tue May 30 11:26:47 MET DST 2000 Armon Red : Updated Icelandic translation Tue May 30 00:27:53 cet 2000 root: Rewritten mouse driver for OS/2. Mouse doesn't leave shadows in full screen Wed May 24 23:42:34 MET DST 2000 mikulas: Few optimizations Tue May 23 18:09:26 MET DST 2000 mikulas: Ctrl-C doesn't break Links when external viewer running Now it doesn't display text when running in background Fixed to compile on non-GNU c Tue May 23 15:53:23 MET DST 2000 mikulas: Fixed memory leak in terminal introduced in previous version Mon May 22 17:32:11 cet 2000 root: Better parsing of directory listing in ftp Handling of broken links, that reference beyound root (like ../../..) Handling of broken pages, that have '?' in form action Now it asks before exiting It recognises '~' as home directory Ctrl-L for redraw Using WWW_HOME variable HTTP bug workarounds are configurable FTP password configurable Jump to selected link when searching Mon May 22 17:08:30 cet 2000 M.K.Srikant : Fixed incorrect behaviour when "value" attribute was missing Mon May 22 14:58:46 cet 2000 root: Correct reporting of error when connect fails intl/synclang rewritten in awk, so it's much faster Sat May 20 22:35:45 MET DST 2000 mikulas: Fixed crash when user jumped to page via history and the page was not cached Fixed crash sometimes when disk was out of space while downloading (it was not fixed entirely) Correct parsing of XML tags Fri May 19 21:27:46 MET DST 2000 mikulas: Fixed bug that cookies didn't work with proxy Wed May 17 11:17:18 MET DST 2000 mikulas: Fixed one very rare shooting to memory in bookmarks Wed May 17 10:21:04 MET DST 2000 Armon Red : Icelandic translation Wed May 17 10:19:45 MET DST 2000 Arkadiusz 'Jo Joro' Sochala : Updated Polish translation Tue May 16 19:18:21 MET DST 2000 mikulas: Pthreads are disabled, they'll be probably used only for systems that really need it (W32) Mon May 15 23:27:30 MET DST 2000 mikulas: Few frame fixes Mon May 15 15:07:16 MET DST 2000 mikulas: Fixed configure so that it works on Solaris Sat May 13 19:00:24 MET DST 2000 mikulas: Pthreads Only one pending lookup at a time Better memory leak debugging Sat May 13 17:27:01 MET DST 2000 Evan Hughes : Bookmarks Sat May 13 17:26:46 MET DST 2000 mikulas: Change size of window in OS/2 Sat May 6 00:44:14 MET DST 2000 mikulas: Fixed file descriptor leak when browsing local directories Fri May 5 01:32:27 MET DST 2000 mikulas: Support for buggy servers that send space before HTTP response Wed May 3 15:33:26 MET DST 2000 mikulas: Numbered links Codepage 1257 Thu Apr 27 23:16:55 cet 2000 root: Correct handling of responses that have space at the end of line Thu Apr 27 11:25:02 MET DST 2000 mikulas: Fixed crash introduced with previous fix Wed Apr 26 22:19:27 MET DST 2000 mikulas: Fixed crash sometimes when disk was out of space while downloading Fixed bug that it didn't cache ftp redirects Fri Apr 21 21:41:13 cet 2000 root: Fixed memory leak when history file could not be written Wed Apr 19 19:46:23 MET DST 2000 mikulas: German translation updated Wed Apr 19 19:44:33 MET DST 2000 mikulas: Fixed bug that it didn't allow chars >= 128 in hotkeys Tue Apr 18 17:38:25 MET DST 2000 Alexander Mai : Small fix for one warning Mon Apr 17 14:35:21 MET DST 2000 mikulas: Fixed bug when frame src attribute contained # target attribute in forms should work Sun Apr 16 21:55:24 cet 2000 root: Fixed bug that caused nasty crash in OS/2 (introduced with BeOS port) Sat Apr 15 20:38:53 MET DST 2000 beckers : German translation Sat Apr 15 20:38:10 MET DST 2000 mikulas: BeOS port Links no longer leaves garbage on BSD console when quitting Sun Apr 9 23:37:35 MET DST 2000 mikulas: Fixed crash when pasting too long text from clipboard Now it works on non-gnu compiler Sun Apr 9 20:52:02 cet 2000 root: New interface for opening in new xterm/screen/session Sat Apr 8 22:38:57 MET DST 2000 mikulas: Fixed incorrectly displayed counter when downloading large files (>20M) Sat Apr 8 19:19:06 MET DST 2000 mikulas: VT100 frames work in screen and xterm Fri Apr 7 22:29:08 MET DST 2000 mikulas: Fixed bug when aborting waiting connection Fri Apr 7 20:41:02 MET DST 2000 Yurii Rashkovskii : Updated Russian localization Tue Apr 4 17:14:59 MET DST 2000 Alexander Mai : Fixed includes so that it works on AIX Sun Apr 2 21:29:29 cet 2000 root: Changed handling of OPTGROUP and OPTION Corrected history menu when you're on first page Thu Mar 30 18:12:27 MET DST 2000 mikulas: Fixed crash in USEMAP introduced with translation changes Wed Mar 29 19:24:44 MET DST 2000 mikulas: Netscape-Enterprise added to blacklist Fixed bug when there are more spaces in header Sun Mar 26 23:03:19 cet 2000 root: Better algoritm for finding next link. Now it doesn't swap so hard on large files Allocating of memory when searching improved Sat Mar 25 21:28:20 cet 2000 Petr Kulhavy & Karel Kulhavy : Czech translation Sat Mar 25 19:15:40 cet 2000 root: Fixed crash when