Ergebnis für URL: http://elinks.or.cz/release.html
   #[1]ELinks RSS

   [2]ELinks : [3]About | [4]Community | [5]Documentation | [6]Download | [7]FAQ |
   [8]Feedback | [9]News | [10]Search

                                       Release info

   You can see the complete list of recent changes, bugfixes and new features in the
   [11]gitweb interface. See the ChangeLog file for details.

[12]ELinks 0.12pre6

   Released on 2012-10-30.

   Security fix:
     * [13]bug 1124, [14]CVE-2012-4545: Do not delegate GSSAPI credentials in HTTP
       Negotiate or GSS-Negotiate authentication. Reported by Marko Myllynen.
       ([15]ELinks 0.12pre1 was the first release that supported GSSAPI; earlier
       releases are not vulnerable.)

   Fixed crashes and hangs:
     * [16]critical bug 943: Don't let user JavaScripts call any methods of
       "[17]elinks.action" in tabs that do not have the focus. If a tab was closed
       with "[18]elinks.action.tab_close" while it had pop-up windows, ELinks could
       crash; as a precaution, don't allow other actions either. ([19]ELinks
       0.12pre1 was the first release that supported "[20]elinks.action".)
     * [21]critical bug 1083: Avoid an infinite loop when trying to decompress
       malformed data. Caused by the [22]bug 1068 fix in [23]ELinks 0.12pre3.
     * Fix a possible crash or information disclosure on big-endian 64-bit systems
       using HTTP Negotiate or GSS-Negotiate authentication.

   Incompatibilities:
     * Dropped support for SEE. ([24]ELinks 0.12pre1 was the first release that
       supported SEE.)
     * Guile 2.0.0 (released on 2011-02-16) changed its license to LGPLv3-or-later,
       which is not compatible with the GPLv2 that covers ELinks. Also, Guile has
       deprecated many of the functions that ELinks calls.

   Other changes:
     * [25]major bug 764: Correctly initialize options on big-endian 64-bit systems.
     * [26]bug 983: Give preference to the Content-Type specified in the HTTP header
       over that specified via the HTML meta tag.
     * [27]bug 1084: Allow option names containing + and * in the option manager.
     * [28]bug 1112: Map most numeric character references € ... Ÿ to
       graphical characters also when the output charset is UTF-8. ([29]ELinks
       0.12pre1 was the first release that supported UTF-8 as the terminal charset,
       and [30]ELinks 0.12pre5 was the first release that supported UTF-8 as the
       dump charset.)
     * [31]minor bug 1113: Fix a small memory leak if a mailcap file is malformed.
     * [32]minor bug 1114: Decode SGML entities and NCRs only once in link/@title
       and other attributes.
     * build: Fix several warnings reported by GCC 4.7.1. Harmless at runtime but
       could break the build if configured --enable-debug. (This version does not
       fix all such warnings.)

ELinks 0.12pre5:

   Released on 2009-07-08.
     * [33]Debian bug 534835: Check the return values of some SpiderMonkey
       functions, to avoid crashes if out of memory.
     * [34]minor bug 1017: To work around HTTP server bugs, disable
       [35]protocol.http.compression by default, until ELinks can report
       decompression errors or automatically retry the connection.
     * enhancement: The French translation was updated.

   Bugs that should be removed from NEWS before the 0.12.0 release:
     * [36]critical bug 1081: To fix crashes caused by different definitions of
       regfree() in TRE and in the system libc, link with TRE before any other
       libraries. [37]ELinks 0.12pre4 was the first release that had this bug.
     * Searching for more than one fullwidth (e.g. Japanese) character now works.
     * [38]bug 1080: Support "[39]--dump-color-mode" with "[40]--dump-charset
       UTF-8". Neither of those worked before [41]ELinks 0.12pre1.

ELinks 0.12pre4:

   Released on 2009-05-31.

   Incompatibilities:
     * [42]Debian build bug 529821: Use "pkg-config gnutls" instead of
       "libgnutls-config", which is not included in GNUTLS 2.7.x. You can no longer
       specify the location of GNUTLS using "configure --with-gnutls=DIR".

   Other changes:
     * [43]critical bug 1077: Fix crash opening a "javascript:" link in a new tab.
     * [44]Debian bug 528661: If using GNUTLS 2.1.7 or later, disable various TLS
       extensions (including CERT and SERVERNAME) to help handshaking with the
       SSLv3-only bugzilla.novell.com.
     * [45]Debian build bug 526349: Include asciidoc.py from AsciiDoc 7.1.2, to
       remove all dependencies on the installed version.
     * build enhancement: Recognize "configure --without-tre".

   Bugs that should be removed from NEWS before the 0.12.0 release:
     * [46]critical bug 1071: Fix crash in get_dom_node_child. [47]ELinks 0.12pre1
       was the first release that had this bug.
     * [48]bug 765: Opening a new tab no longer asks about the document of the
       previous tab. [49]ELinks 0.12pre1 was the first release that had this bug.

ELinks 0.12pre3:

   Released on 2009-03-29. This release also included the changes listed under
   "[50]ELinks 0.11.6" below.

   Incompatibilities:
     * [51]bug 1060: Regexp searching now requires the TRE library.
     * lzma disabled by default. It's rarely used and doesn't build with new xz.

   Other changes:
     * critical: Fix assertion failure if IMG/@usemap refers to a different file.
     * Preserve newlines in hidden input fields, and submit them as CRLF.
       Previously, they could turn into spaces or disappear entirely.
     * Perl scripts can use modules that dynamically load C libraries, like
       XML::LibXML::SAX does.
     * [52]bug 153: Preserve Unicode characters in XBEL bookmark files. However,
       Unicode in URIs (really IRIs) does not work reliably yet; this is being
       tracked as [53]bug 1066.
     * [54]bug 885: Convert xterm titles to ISO-8859-1 by default, but add an option
       to disable this. When removing control characters from a title, note the
       charset. Don't truncate titles to the width of the terminal.
     * [55]bug 1061: Correctly truncate UTF-8 titles in the tab bar.
     * [56]bug 1068: ELinks used to display a blank or truncated page if an HTTP/1.1
       server sent a compressed body with incorrect Content-Length. That has now
       been fixed, and a new option ([57]protocol.http.compression) has been added.
     * Don't crash when the search-toggle-regex action is used and no regular
       expression support is compiled in.
     * [58]minor bug 761: When reading bookmarks from an XBEL file, distinguish
       attribute names from attribute values.
     * enhancement: Updated ISO 8859-7, ISO 8859-16, KOI8-R, and MacRoman.

   Bugs that should be removed from NEWS before the 0.12.0 release:
     * [59]critical bug 1067: Fixed a crash in the RSS parser that "configure
       --enable-html-highlight" enables. [60]ELinks 0.12pre1 was the first release
       that had this bug.
     * [61]bug 1069: ELinks didn't report ECMAScript errors, even if the
       [62]ecmascript.error_reporting option was turned on. [63]ELinks 0.12pre2 was
       the first release that had this bug.

ELinks 0.12pre2:

   Released on 2008-09-21. This release also included the changes listed under
   "[64]ELinks 0.11.5" below.
     * [65]bug 954, [66]enhancement 952: Keep track of ECMAScript form and input
       objects instead of constructing new ones on every access. When the
       corresponding ELinks internal objects are destroyed, detach the ECMAScript
       objects from them, to prevent crashes. (Bug 954 was first added in [67]ELinks
       0.11.4, and the [68]bug 620 fix in [69]ELinks 0.12pre1 made crashes more
       likely.)
     * [70]critical bug 1029 in user SMJS: Prefer JS_CallFunctionValue over
       JS_CallFunction, which can crash if given a closure.
     * [71]critical bug 1031: Use the same JSRuntime for both user SMJS and scripts
       on web pages, to work around [72]SpiderMonkey bug 378918.
     * [73]bug 1013: Don't assume errno values are between 0 and 100000.
     * [74]bug 1022: Add connection.ssl.trusted_ca_file setting for GnuTLS. Before
       this, ELinks did not trust any certificate authorities when it used GnuTLS,
       so certificate verification always failed if you enabled it at
       [75]connection.ssl.cert_verify.
     * [76]bug 1040: Blacklist servers that don't support TLS. This reduces SSL
       errors especially in HTTP POST requests using GnuTLS.
     * bugs [77]1007, [78]1041: Display unrecognized lines in FTP directory
       listings, instead of annoying the user with error messages.
     * [79]Hurd bug 22861: Work around select() falsely reporting exceptions in
       pipes.
     * [80]minor bug 951: SpiderMonkey scripting objects used to prevent ELinks from
       removing files from the memory cache.
     * [81]build bug 1044: Check whether -rdynamic works with libraries. With Sun
       Studio 11 on Solaris 9, it reportedly doesn't.

   Bugs that should be removed from NEWS before the 0.12.0 release:
     * critical: Fix crash after a tab was opened during reload. This was triggered
       by the [82]bug 620 fix in [83]ELinks 0.12pre1.
     * [84]critical bug 1018: Avoid an assertion failure when selecting a value from
       a pop-up menu for an input field in a tab that is no longer current, e.g.
       because another tab was opened with elinks [85]-remote. This bug was first
       released in [86]ELinks 0.12pre1.
     * [87]major bug 1026 in user SMJS: Protect the callback of [88]elinks.load_uri
       from the garbage collector. The [89]elinks.load_uri method was added in
       [90]ELinks 0.12pre1.
     * [91]bug 955: Reset buttons no longer run FORM/@onsubmit, and "harmless"
       buttons no longer submit the form. [92]ELinks 0.12pre1 was the first release
       that had these bugs.
     * [93]bug 1033: Fix memory leak in ECMAScript window.open. [94]ELinks 0.12pre1
       was the first release that had this bug.
     * [95]bug 1034: "Content-Encoding: deflate" allows a zlib header as specified
       in [96]RFC 2616.
     * Global ECMAScript functions alert, open, and setTimeout again work with SEE.
       [97]ELinks 0.12pre1 was the first release that supported SEE at all.
     * [98]build bug 1045: Fix "void function cannot return value" in
       never_for_this_site() of src/formhist/formhist.c. [99]ELinks 0.12pre1 was the
       first release that had this bug.

ELinks 0.12pre1:

   Released on 2008-07-01. This release also included the changes listed under
   "[100]ELinks 0.11.4" below.

   Notable new features:
     * [101]enhancement 822: UTF-8 as terminal charset, not merely UTF-8 I/O of a
       unibyte codepage as in previous versions. Double-cell (aka fullwidth) and
       supplementary characters work too, but combining characters and right-to-left
       text do not. The only multibyte charset ELinks can decode is still UTF-8, so
       if the server outputs e.g. Shift-JIS, you'd better recode with a proxy. See
       more notes in features.conf.
     * [102]enhancement 844: SMB protocol using libsmbclient. This replaces the
       smbclient-based code that was disabled in [103]ELinks 0.11.2. Unfortunately,
       Samba 3.2.0 and later seem GPLv2 incompatible.

   Incompatibilities:
     * ECMAScript support is now disabled by default. It has known bugs [104]548 and
       [105]771 with which malicious web pages can hang ELinks, and its security
       goals are undocumented. If you must enable ECMAScript support, it would be
       prudent to restrict the ELinks process with a sandbox of some kind.
     * ECMAScript support no longer works with SpiderMonkey versions earlier than
       JS1.5 RC3a.
     * Gzip decompression support now requires zlib 1.2.0.2 or later.
     * bugs [106]871, [107]752: The numbering of [108]terminal.*.colors no longer
       depends on config options. This change makes elinks.conf portable between
       different configurations but unfortunately not between this and previous
       versions.
     * Changed Python goto_url_hook(current) to goto_url_hook(new). The hook can
       call the new function elinks.current_url() if desired. The Python scripting
       back-end is much more featureful than in previous releases, but it is still
       considered experimental.
     * Guile scripting reads hooks.scm rather than internal-hooks.scm. (It still
       reads user-hooks.scm, too.)

   Miscellaneous:
     * [109]critical bug 723: fix dangling pointer crash when following a link in a
       frame
     * [110]critical bug 756: "assertion (cached)->object.refcount >= 0 failed"
       after HTTP proxy was changed
     * [111]critical bug 869: long mailcap entry buffer overflow (non-security) when
       downloading
     * tabs opened by [112]-remote now go behind existing dialogs
     * [113]major bug 534, [114]enhancement 517: fix HTTP gzip and bzip2
       decompression, and add deflate and LZMA (requires LZMA Utils)
     * [115]major bug 503: various fixes in parsing and updating of elinks.conf
     * [116]Debian bug 257762: turn terminal transparency off by default
     * [117]bug 770: when the user chooses to resume an HTTP download, abort the
       automatically started one and start a new one with the right range
     * [118]bug 724: better parsing of escape sequences and control sequences from
       the terminal
     * [119]bug 948: fix wrong UTF-8 output after the charset menu was used
     * [120]bug 816: convert entity references in input/@value only once
     * [121]bug 916: if a mailcap entry has no %s, provide the file as stdin
     * [122]bug 744: don't change "//" to "/" in URIs
     * [123]bug 766: speed up CSS
     * [124]bug 355: add documents displayed via "What to do" dialog to the global
       history
     * encode and decode filenames in FSP URLs
     * don't use a busy cache entry if it has expired or should be reloaded. See
       elinks-users mail from 28 Oct 2005.
     * several accesskey fixes
     * in Lua: don't write to the string returned by lua_tostring
     * [125]minor bug 972: preserve the background color and underlining in spaces
       when justifying
     * [126]minor bug 284: render closing bracket for HTML element SUB in the same
       line; don't let it fall to the next
     * minor: show quote characters for HTML element Q, rather than italics
     * [127]trivial bug 387: treat 
 inside ... as a newline
     * [128]trivial bug 930: refresh status bar when key prefix is eaten
     * [129]trivial bug 776: "elinks [130]-remote http://elinks.cz/" no longer
       clears the screen
     * [131]enhancement 790: If-Modified-Since and If-None-Match
     * enhancement: HTTP negotiate-auth using GSSAPI
     * enhancement: FSP progress indicator and password prompt
     * enhancement: autocreate directories needed to download a file
     * enhancement: "Add server" button in the cookie manager
     * [132]enhancement 887: "Save" in the cookie manager now saves cookies even if
       unmodified
     * [133]enhancement 145: internal clipboard support
     * enhancement: new main actions move-cursor-line-start, move-link-down-line,
       move-link-left-line, move-link-right-line, move-link-up-line
     * enhancement: new edit actions kill-word-back, move-backward-word,
       move-forward-word
     * enhancements [134]687, [135]688: options [136]ui.tabs.top,
       [137]ui.show_menu_bar_always
     * enhancement: highlight links as one enters link prefixes
     * enhancement: backspace backs out the last digit of the prefix
     * enhancement: in text type-ahead searching, don't follow current link on enter
     * enhancement: add support for parsing space separated CSS class attribute
       values
     * enhancement: make meta refresh content attribute parsing more tolerant
     * enhancement: recognize meta http-equiv="cache-control" even if no refresh
     * enhancement: mouse wheel support over GPM (contrib/gpm-wheel.patch), and on
       BSD via moused -z 4
     * enhancement: 24-bit truecolor mode
     * [138]enhancement 622: [139]-dump-color-mode
     * [140]enhancement 994: treat only termios.c_cc[VERASE] as "Backspace"
     * enhancement: support Ctrl+Alt+letter key combinations
     * [141]enhancement 381: reduce memory consumption of codepages and some other
       arrays
     * enhancement in user SMJS: new properties/functions [142]elinks.action,
       [143]elinks.execute, [144]elinks.globhist, [145]elinks.load_uri,
       [146]elinks.vs

   Build system and compile-time errors (ignore if you don't build ELinks):
     * [147]serious Debian bug 464384: fix warnings in alignof, ssl_connect, and
       printing of off_t values
     * [148]bug 725: fix version checking for Ruby in configure
     * enhancement: if make -k was used and a sub-Make fails, build the rest before
       propagating
     * enhancement: make uninstall
     * experimental enhancements: --with-python=DIRECTORY, --with-gc=DIRECTORY
     * experimental enhancement: Win32 port (build with MinGW MSYS)

   Changes in the experimental ECMAScript support:
     * disabled by default, as mentioned under "Incompatibilities" above
     * execute event-handler scripts as function bodies, so "return" statements work
       as intended
     * fix error "forms.namedItem is not a function"
     * enhancement: SEE ECMAScript backend, an alternative to SpiderMonkey
     * enhancement: handling onsubmit
     * workaround: window.open remembers the last few URLs and doesn't reopen them
       when incremental rendering reruns the onload script
     * enhancement: better handling of form.action assignments
     * enhancement: form[x] looks up controls also by id, not only name
     * enhancement: added document.location.href, input.selectedIndex,
       window.setTimeout, window.status

   Changes in the experimental NNTP client:
     * HTML escape header field values
     * Add support for handling RFC2047 encoded words
     * Improve listing of articles for groups

   Changes in the experimental SGML/DOM implementation:
     * enhancement: minimalistic RSS renderer
     * enhancement: source highlighting also recognizes application/xhtml+xml and
       application/docbook+xml. It doesn't yet support arbitrary XML though.
     * enhancement: make it possible to use more CSS properties with the source
       highlighting
     * enhancement: handle  for HTML source rendering
     * enhancement: add support for scanning comment endings such as --!> correctly
     * enhancement: incremental parsing
     * and more.

ELinks 0.11.7:

   Released on 2009-08-22.
     * [149]critical bug 1077: fix crash opening a "javascript:" link in a new tab
     * [150]major bug 764: remove int/long/pointer type punning in union
       option_value, especially harmful on sparc64

ELinks 0.11.6:

   Released on 2009-03-21.
     * critical: fix double-free crash if EOF immediately follows 
     * [151]critical bug 1053: fix crash if a download finishes after ELinks has
       closed the terminal from which the download was started
     * [152]major bug 1004: ignore locales when comparing HTML element names and
       similar strings, so e.g. "title" matches "TITLE" even in the Turkish locale
     * minor: clicking a link with the mouse activates that link, rather than the
       one selected with move-cursor-* actions
     * [153]build bug 1047: attempt to make inline functions satisfy C99 6.7.4p3 so
       that ELinks can be built on OpenSolaris

ELinks 0.11.5:

   Released on 2008-09-21.
     * [154]critical bug 1027 in user SMJS: make [155]elinks.keymaps treat null and
       "none" as equivalent actions, avoiding a segfault
     * [156]critical bug 1030: an assertion used to fail in the search dialog on
       systems that lack a usable 
     * [157]major bug 503: various fixes in parsing and updating of elinks.conf
     * [158]bug 698: Attach controls to the intended form even if it is incorrectly
       nested in a table. (Was broken in 0.11.4.)
     * [159]build bug 1021: fixed uninitialized variable in http_got_header
     * build: don't use libgnutls-openssl, which is no longer GPLv2 compatible in
       GnuTLS 2.2.0

ELinks 0.11.4:

   Released on 2008-06-20.
     * [160]critical bug 755: fix crashes due to dangling pointers to struct
       form_state
     * critical bugs [161]613, [162]714, [163]961: "assertion
       list_empty(form_controls) failed"
     * [164]critical bug 945: don't crash if a Lua script calls e.g. error(nil)
     * [165]critical bug 1003: don't crash if a smart URI rewrite template gets too
       few parameters
     * [166]critical bug 1016: avoid JSFunctionSpec for better compatibility across
       versions of SpiderMonkey
     * critical bugs [167]674, [168]956: don't reuse pointers to SpiderMonkey
       objects that may have been collected as garbage. This fix causes [169]bug
       954.
     * [170]CVE-2007-2027: check if the program path contains "src/" before using
       ../po files
     * [171]important Debian bug 380347, [172]CVE-2008-7224: prevent a buffer
       overflow in entity_cache and a possible subsequent crash
     * [173]major bug 788: don't read STRLEN n_a, which isn't initialized by POPpx
       of Perl v5.8.8 and later
     * fix query parsing in file: URIs for local CGI (was broken in 0.11.3)
     * [174]bug 691: don't look up bogus IPv4 addresses based on characters of a
       hostname
     * [175]bug 712: GnuTLS works on [176]https://www-s.uiuc.edu/
     * fix active and passive FTP over IPv6
     * [177]bug 938: elinks [178]-remote no longer needs a controlling tty
     * [179]bug 939: fix FSP directory listing (some compiler options left it empty)
     * [180]bug 978: Python's webbrowser.open_new_tab(URL) works since now
     * [181]bug 1012: compile with -fno-strict-overflow or -fwrapv if available
     * [182]bug 1014: fix incompatible pointer type in Perl_sys_init3 call
     * [183]minor bug 54, [184]Debian bug 338402: don't force the terminal to 8 bits
       with no parity, and don't disable XON/XOFF flow control either
     * [185]minor bug 951 in user SMJS: garbage-collect SMJS objects on File ->
       Flush all caches to work around their holding cache entries busy
     * [186]minor bug 396: never show empty filename in the what-to-do dialog
     * [187]minor bug 461: ensure contrast in blank areas, to keep the cursor
       visible
     * [188]minor bug 928: properly display no-break spaces in a UTF-8 document if
       the terminal uses some other charset
     * [189]minor bug 987: English spelling and grammar corrections
     * [190]minor bug 1000: preserve any query and fragment when converting a file
       name to a file:// URL
     * minor: don't assume sizeof(int)==4 in bittorrent
     * [191]trivial bug 947: [192]document.html.wrap_nbsp also affects text in
       tables
     * [193]trivial bug 997: fix unlikely stack corruption in active FTP
     * [194]build bug 1002: fix "comparison is always true due to limited range of
       data type" warning on PowerPC and s390
     * [195]build bug 950: fix "config/install-sh: No such file or directory" on
       SunOS
     * [196]build bug 936: fix errors about undefined off_t (autoheader
       incompatibility)
     * [197]build bug 959: test in configure whether -lX11 works
     * build: update SpiderMonkey configure check Debian compatibility
     * build: use $(CPPFLAGS) rather than $(AM_CFLAGS)
     * build: disable GCC 4.2 warning about builtin_modules
     * build: move debian/ to contrib/debian/
     * [198]minor build bug 989: AsciiDoc 8.2.2 compatibility
     * [199]minor build bug 960: fix errors in loadmsgcat.c if mmap() exists but
       munmap() doesn't

ELinks 0.11.3:

   Released on 2007-04-15.
     * critical bugs [200]846, [201]870: fix crashes in web ECMAScripts and SMJS
       user scripting
     * [202]critical bug 927: fix null pointer crash if META Refresh is in a table
       cell
     * [203]critical bug 941: fix assertion failure or memory corruption if FTP
       server responds to PASV with status 200
     * [204]critical bug 729 in experimental BitTorrent: fix crashes with various
       bogus BitTorrent URLs
     * [205]critical bug 868: fix segfault in check_timers
     * critical bugs [206]897, [207]919: fix crashes on operating systems lacking
       mremap()
     * critical: fix null pointer crash if XBEL bookmark has no title
     * [208]critical bug 760: fix crash when moving bookmarks out of a folder
     * critical: fix crash in an empty file-extensions menu
     * [209]critical bug 715: fix null pointer crash caused by malformed proxy
       setting
     * critical: fix SMJS null pointer crash on exit
     * [210]critical bug 880 in experimental Python scripting: fix null pointer
       crash with [211]-no-home
     * [212]major Gentoo bug 121247: fix segfaults in Ruby user scripting
     * [213]major bug 908: don't write to freed memory when the user pushes a radio
       button
     * [214]major bug 937, [215]CVE-2007-5034: don't send the entire HTTPS request
       to a CONNECT proxy
     * [216]bug 899, [217]Debian bug 403139: recognize >2GB files in FTP directory
       listing, if off_t is large enough
     * [218]bug 942: encode/decode file names in FTP URLs, so they can contain
       spaces
     * [219]bug 741: don't recognize HTML comments inside STYLE elements
     * [220]bug 769: fix MD5 computation/formatting in HTTP digest authentication
     * fix POST to local CGI
     * remove a garbage character from the end of the authentication prompt
     * bugs [221]872, [222]886: editing or deleting cookies in the cookie manager
       should cause a save
     * secure file saving: restore umask after all failure conditions
     * decode the fragment identifier extracted from the URI when looking it up
     * [223]bug 768 in experimental Python scripting: link with e.g. -lpython2.4
       rather than -lpython
     * minor bugs [224]830, [225]831: changes in parsing of [226]-remote arguments
     * [227]minor Debian bug 313696 and other translation updates
     * [228]enhancement 24: fix searching past unselectable elements in menus
     * enhancement: recognize function keys and backspace/delete on FreeBSD
     * [229]enhancement 772: recognize Shift-Tab on XTerm
     * enhancement: place cursor on listbox rather than button, to help screen
       readers
     * enhancements in text wrapping
     * [230]enhancement 767: recognize URL in META Refresh even without "URL="
     * [231]enhancement 396: search for "" if the server doesn't specify a
       Content-Type

ELinks 0.11.2:

   Released on 2006-11-19.
     * [232]critical bug 841, [233]CVE-2006-5925: prevent enabling the SMB protocol
     * [234]critical bug 786: fix crash when following a link in frames
     * print off_t with custom OFF_T_FORMAT instead of PRId64
     * build: Minix3 compatibility

ELinks 0.11.1:

   Released on 2006-01-29.
     * work around null pointer crashes in HTTP digest authentication
     * fix assertion failure with [235]document.plain.display_links and uppercase
       URIs
     * fix Gopher crashes
     * [236]enhancement 630: native FSP protocol support (replaces CGI program in
       contrib/cgi/)
     * SMJS user scripting: check for hooks.js before trying to load it
     * SMJS user scripting: the [237]elinks.preformat_html hook gets a second
       argument: a view_state object with .uri and .plain properties
     * [238]bug 921 in Lua scripting: fix current_document_formatted
     * if given "a?b" in the command line, try to guess whether the question mark is
       part of the file name or indicates a query part
     * updated character entity list from unicode.org
     * build: use asciidoc -unsafe for AsciiDoc 7.0.4 compatibility
     * [239]build bug 738: fix "/config.charset" error triggered by building in the
       source directory

ELinks 0.11.0 (Elated):

   Released on 2006-01-01.
     * SSL support via GNUTLS now requires 1.2 or higher
     * support for Lua 4.x was dropped, we only support Lua 5.x now
     * Python scripting back-end (experimental)
     * Spidermonkey based ECMAScript scripting back-end (experimental)
     * 88 colors support
     * default URI-rewrite rule, used when no other rules match but the string that
       was entered in the Go to URL box does not resemble a URI
     * support prefixes for add-bookmark-link, document-info, goto-url-current-link,
       history-move-back, and history-move-forward
     * BitTorrent protocol (experimental)
     * FSP protocol via a CGI script (see contrib/cgi/README.FSP) (experimental)
     * [240]enhancement 694: sysmouse support on the BSD console
     * new GNU make based build system (aclocal from automake is still required)
     * move from CVS to GIT

ELinks 0.10.6:

   Released on 2005-09-15.
     * external editor is configurable at run-time

ELinks 0.10.4:

   Released on 2005-04-06.
     * explicit keyboard accelerators were defined for buttons in dialogue boxes and
       are now highlighted

ELinks 0.10.2:

   Released on 2005-01-30.
     * Ruby scripting back-end (experimental)
     * Debian package files (apt-get install devscripts && debuild -uc -us)

ELinks 0.10.0 (Thelma):

   Released on 2004-12-24.
     * licensed under GPLv2 only
     * simple CSS
     * simple JavaScript/ECMAScript support by the SpiderMonkey Mozilla JS engine
     * plain-text mark-up (_^Hx to underline, x^Hx to embolden)
     * HTML source high-lighting using DOM implementation
     * multiple URIs on the command line
     * tabs moving (press Alt-> or Alt-


Usage: http://www.kk-software.de/kklynxview/get/URL
e.g. http://www.kk-software.de/kklynxview/get/http://www.kk-software.de
Errormessages are in German, sorry ;-)