ELinks now -> ELinks 0.11.3
[elinks/images.git] / NEWS
blob90633f77d04d36736c49b3ba4415d564d99ce2c9
1 Release info
2 ============
4 You can see the complete list of recent changes, bugfixes and new features in
5 the link:http://pasky.or.cz/gitweb.cgi[gitweb interface]. See the ChangeLog
6 file for details.
8 ELinks 0.11.3:
9 --------------
11 * critical bugs 846, 870: fix crashes in web ECMAScripts and SMJS user
12   scripting
13 * critical bug 927: fix null pointer crash if META Refresh is in a
14   table cell
15 * critical bug 941: fix assertion failure or memory corruption if FTP
16   server responds to PASV with status 200
17 * critical bug 729 in experimental BitTorrent: fix crashes with
18   various bogus BitTorrent URLs
19 * critical bug 868: fix segfault in check_timers
20 * critical bugs 897, 919: fix crashes on operating systems lacking
21   mremap()
22 * critical: fix null pointer crash if XBEL bookmark has no title
23 * critical bug 760: fix crash when moving bookmarks out of a folder
24 * critical: fix crash in an empty file-extensions menu
25 * critical bug 715: fix null pointer crash caused by malformed proxy
26   setting
27 * critical: fix SMJS null pointer crash on exit
28 * critical bug 880 in experimental Python scripting: fix null pointer
29   crash with -no-home
30 * major Gentoo 121247: fix segfaults in Ruby user scripting
31 * major bug 908: don't write to freed memory when the user pushes a
32   radio button
33 * major bug 937: don't send the entire HTTPS request to a CONNECT
34   proxy
35 * bug 899, Debian 403139: recognize >2GB files in FTP directory
36   listing, if off_t is large enough
37 * bug 942: encode/decode file names in FTP URLs, so they can contain
38   spaces
39 * bug 741: don't recognize HTML comments inside STYLE elements
40 * bug 769: fix MD5 computation/formatting in HTTP digest
41   authentication
42 * fix POST to local CGI
43 * remove a garbage character from the end of the authentication prompt
44 * bugs 872, 886: editing or deleting cookies in the cookie manager
45   should cause a save
46 * secure file saving: restore umask after _all_ failure conditions
47 * decode the fragment identifier extracted from the URI when looking
48   it up
49 * bug 768 in experimental Python scripting: link with e.g. -lpython2.4
50   rather than -lpython
51 * minor bugs 830, 831: changes in parsing of -remote arguments
52 * minor Debian 313696 and other translation updates
53 * enhancement 24: fix searching past unselectable elements in menus
54 * enhancement: recognize function keys and backspace/delete on FreeBSD
55 * enhancement 772: recognize Shift-Tab on XTerm
56 * enhancement: place cursor on listbox rather than button, to help
57   screen readers
58 * enhancements in text wrapping
59 * enhancement 767: recognize URL in META Refresh even without "URL="
60 * enhancement 396: search for "<html>" if the server doesn't specify a
61   Content-Type
63 ELinks 0.11.2:
64 --------------
66 * critical bug 841, CVE-2006-5925: prevent enabling the SMB protocol
67 * critical bug 786: fix crash when following a link in frames
68 * print off_t with custom OFF_T_FORMAT instead of PRId64
69 * build: Minix3 compatibility
71 ELinks 0.11.1:
72 --------------
74 * work around null pointer crashes in HTTP digest authentication
75 * fix assertion failure with document.plain.display_links and
76   uppercase URIs
77 * fix Gopher crashes
78 * enhancement 630: native FSP protocol support (replaces CGI program
79   in contrib/cgi/)
80 * SMJS user scripting: check for hooks.js before trying to load it
81 * SMJS user scripting: the elinks.preformat_html hook gets a second
82   argument: a view_state object with .uri and .plain properties
83 * bug 921 in Lua scripting: fix current_document_formatted
84 * if given "a?b" in the command line, try to guess whether the
85   question mark is part of the file name or indicates a query part
86 * updated character entity list from unicode.org
87 * build: use asciidoc -unsafe for AsciiDoc 7.0.4 compatibility
88 * build bug 738: fix "/config.charset" error triggered by building in
89   the source directory
91 ELinks 0.11.0 (Elated):
92 -----------------------
94 * SSL support via GNUTLS now requires 1.2 or higher
95 * support for Lua 4.x was dropped, we only support Lua 5.x now
96 * Python scripting back-end (experimental)
97 * Spidermonkey based ECMAScript scripting back-end (experimental)
98 * 88 colors support
99 * default URI-rewrite rule, used when no other rules match but the string that
100   was entered in the Go to URL box does not resemble a URI
101 * support prefixes for add-bookmark-link, document-info, goto-url-current-link,
102   history-move-back, and history-move-forward
103 * BitTorrent protocol (experimental)
104 * FSP protocol via a CGI script (see contrib/cgi/README.FSP) (experimental)
105 * enhancement 694: sysmouse support on the BSD console
106 * new GNU make based build system (aclocal from automake is still required)
107 * move from CVS to GIT
109 ELinks 0.10.6:
110 --------------
112 * external editor is configurable at run-time
114 ELinks 0.10.4:
115 --------------
117 * explicit keyboard accelerators were defined for buttons in dialogue boxes and
118   are now highlighted
120 ELinks 0.10.2:
121 --------------
123 * Ruby scripting back-end (experimental)
124 * Debian package files (apt-get install devscripts && debuild -uc -us)
126 ELinks 0.10.0 (Thelma):
127 -----------------------
129 * simple CSS
130 * simple JavaScript/ECMAScript support by the SpiderMonkey Mozilla JS engine
131 * plain-text mark-up (_^Hx to underline, x^Hx to embolden)
132 * HTML source high-lighting using DOM implementation
133 * multiple URIs on the command line
134 * tabs moving (press Alt-'>' or Alt-'<')
135 * periodic snapshotting of all tabs in all terminals
136 * exmode CLI support (press ':' followed by action and args) (experimental)
137 * cursor routing (aka w3m-style navigation)
138 * modal text-input form-fields editing (enabled by default)
139 * manual cookies creating and editing
140 * incremental searching (press '#/')
141 * Perl scripting back-end (experimental)
142 * build-time configurability and feature documentation through features.conf
143 * Mozilla-compatible -remote option (http://www.mozilla.org/unix/remote.html)
144 * support for specifying IP family as protocol postfix (i.e. http4 or ftp6)
145 * internationalized domain names via libidn (RFC 3490)
146 * data URI protocol (RFC 2397)
147 * gopher protocol (RFC 1436)
148 * NNTP protocol (RFC 977 and 2980) (experimental)
149 * build system fine-tuned to use automake conditionals
150 * -localhost option to block connections to remote hosts
151 * -verbose option to control messages printed at startup
152 * -default-keys command line option to ignore user-defined keybindings
153 * -confdir option renamed to -config-dir
154 * -conffile option renamed to -config-file
155 * enhanced documentation
157 ELinks 0.9.2:
158 -------------
160 * directional links navigation
161 * 'unset' configuration directive, which can be used, e.g., to delete default
162   MIME type settings or external protocol handlers.
164 ELinks 0.9.1:
165 -------------
167 * support <object> tags by displaying a link to the data
168 * add beginning-of-buffer and end-of-buffer actions for text fields
169 * automatic session saving/restoring support (disabled by default)
170 * add-bookmark-tabs (bookmark all tabs) option and menu item
171 * fold successive blank lines when displaying a plain-text document
172   (disabled by default; use the option document.plain.compress_empty_lines)
173 * 'fresh' color for any tab that has not been selected
174   since its document was loaded
176 ELinks 0.9.0 (Skyrider):
177 ------------------------
179 * used gettext for internationalization
180 * support for background document colors
181 * tabs support
182 * new MIME subsystem adding mimetypes files support
183 * local CGI support
184 * Guile scripting extensions
185 * HTML meta refresh
186 * forms history
187 * 256 colors support
188 * regex searches
189 * cookies manager, cache manager and download manager
190 * document marks support
191 * displaying URIs in plain documents as links
192 * SMB protocol support (requires smbclient)
193 * builtin user prefixes support (enter 'gg' or 'gg:elinks' to the goto dialog)
194 * HTTPS proxy support
195 * typeahead link searching (press '#')
197 ELinks 0.4.0 (Iceberg):
198 -----------------------
200 * merged HTTP_AUTH
201 * basic proxy auth support
202 * cookies parser rewritten
203 * support for tabindex,accesskey,title attribute
204 * FTP support dramatically improved: bugfixes, interoperability fixes, passive
205   mode support, ...
206 * global history support (+vlink support)
207 * make some modules (cookies,bookmarks,globhist,..) optional at compile time
208 * secure saving support (see secure_save option desc. if you're doing weird
209   things with your links files like symlinking or nonstandart permissions!!!)
210 * support for utf8 i/o
211 * mouse wheel support
212 * portability enhancements
213 * performance enhancements
214 * file/http gzip/bzip2 decompression support
215 * downloads resuming support
216 * mailcap support
217 * hierarchic bookmarks support, XBEL bookmarks support
218 * source layout was dramatically reorganized
219 * relocated ELinks configuration files, changed format (if you are upgrading
220   from Links or older ELinks version, read INSTALL file to see how to convert
221   your old config files!!!)
222 * options are now in tree hierarchy and are configurable generically
223 * keybindings can be configured from the user interface
224 * colorful user interface
225 * tiny useless LED-like indicators support
226 * GNUTLS support parallel to the OpenSSL support (fixes some license issues)
227 * extensive memory debugging support
229 ELinks 0.3.0:
230 -------------
232 * unhistory
233 * external textarea editor
234 * DNS rewrite - we handle multi RR per host correctly
235 * IPv6 support
236 * rewritten options handling
237 * bookmarks filtering (aka bookmarks search)
238 * bookmarks resaving (save on the disk after every change)
239 * added possibility to change default colors settings
241 Links 0.96-pb3:
242 ---------------
244 * secured cookies file creation
245 * support for title attribute of img tag
246 * Catalan translation
247 * Romanian translation
248 * changing of User-Agent string sent to webserver
249 * <listing> tag support
251 Links 0.96-pb2:
252 ---------------
254 * cookies expiration, saving and resaving
255 * do NOT strip everything after ? in form action
256 * http referrer, true http referrer
257 * limited textarea external editor support
258 * partial fix of &#13;
259 * enhanced manual page
260 * fixed multi-level HTTP moved when using -dump/-source
261 * fixed keybindings