elinkskeys(5): Rewrite using AsciiDoc 8.2.1 and DocBook XSL 1.72.0
[elinks.git] / NEWS
blob37fab169dcb61acffe97c6fb39c7ea745b551829
1 Release info
2 ============
4 You can see the complete list of recent changes, bugfixes and new features
5 in the http://repo.or.cz/w/elinks.git[gitweb interface]. See the ChangeLog
6 file for details.
8 ELinks 0.11.4rc0:
9 -----------------
11 To be released as 0.11.4.
13 * critical bug 755: fix crashes due to dangling pointers to struct
14   form_state
15 * critical bugs 613, 714, 961: ``assertion list_empty(form_controls)
16   failed''
17 * critical bug 945: don't crash if a Lua script calls e.g. error(nil)
18 * critical bug 1003: don't crash if a smart URI rewrite template gets
19   too few parameters
20 * major bug 956: don't reuse pointers to SpiderMonkey objects that may
21   have been collected as garbage.  This fix causes bug 954.
22 * CVE-2007-2027: check if the program path contains "src/" before
23   using ../po files
24 * important Debian bug 380347: prevent a buffer overflow in entity_cache
25   and a possible subsequent crash
26 * major bug 788: don't read STRLEN n_a, which isn't initialized by
27   POPpx of Perl v5.8.8 and later
28 * fix query parsing in file: URIs for local CGI (was broken in 0.11.3)
29 * bug 691: don't look up bogus IPv4 addresses based on characters of a
30   hostname
31 * bug 712: GnuTLS works on https://www-s.uiuc.edu/[]
32 * fix active and passive FTP over IPv6
33 * bug 938: elinks -remote no longer needs a controlling tty
34 * bug 978: Python's webbrowser.open_new_tab(URL) works since now
35 * minor bug 54, Debian bug 338402: don't force the terminal to 8 bits
36   with no parity, and don't disable XON/XOFF flow control either
37 * minor bug 951 in user SMJS: garbage-collect SMJS objects on 'File ->
38   Flush all caches' to work around their holding cache entries busy
39 * minor bug 396: never show empty filename in the what-to-do dialog
40 * minor bug 461: ensure contrast in blank areas, to keep the cursor visible
41 * minor bug 928: properly display no-break spaces in a UTF-8 document
42   if the terminal uses some other charset
43 * minor bug 987: English spelling and grammar corrections
44 * minor bug 1000: preserve any query and fragment when converting a
45   file name to a file:// URL
46 * minor: don't assume sizeof(int)==4 in bittorrent
47 * trivial bug 947: document.html.wrap_nbsp also affects text in tables
48 * trivial bug 997: fix unlikely stack corruption in active FTP
49 * build bug 1002: fix ``comparison is always true due to limited range
50   of data type'' warning on PowerPC and s390
51 * build bug 950: fix ``config/install-sh: No such file or directory''
52   on SunOS
53 * build bug 936: fix errors about undefined off_t (autoheader
54   incompatibility)
55 * build bug 959: test in configure whether -lX11 works
56 * build: update SpiderMonkey configure check Debian compatibility
57 * build: use $(CPPFLAGS) rather than $(AM_CFLAGS)
58 * build: disable GCC 4.2 warning about builtin_modules
59 * build: move debian/ to contrib/debian/
60 * minor build bug 989: AsciiDoc 8.2.2 compatibility
61 * minor build bug 960: fix errors in loadmsgcat.c if mmap() exists but
62   munmap() doesn't
64 //////////////////////////////////////////////////////////////////////
65 The following changes should be removed from NEWS before ELinks 0.11.4
66 is released.  They are currently listed here just to show that they
67 have already been considered.
69 * Fixed bugs that were not in previous versions:
70   - bug 975: fix int/size_t pointer type mismatch in Perl interface
71 //////////////////////////////////////////////////////////////////////
73 ELinks 0.11.3:
74 --------------
76 Released on 2007-04-15.
78 * critical bugs 846, 870: fix crashes in web ECMAScripts and SMJS user
79   scripting
80 * critical bug 927: fix null pointer crash if META Refresh is in a
81   table cell
82 * critical bug 941: fix assertion failure or memory corruption if FTP
83   server responds to PASV with status 200
84 * critical bug 729 in experimental BitTorrent: fix crashes with
85   various bogus BitTorrent URLs
86 * critical bug 868: fix segfault in check_timers
87 * critical bugs 897, 919: fix crashes on operating systems lacking
88   mremap()
89 * critical: fix null pointer crash if XBEL bookmark has no title
90 * critical bug 760: fix crash when moving bookmarks out of a folder
91 * critical: fix crash in an empty file-extensions menu
92 * critical bug 715: fix null pointer crash caused by malformed proxy
93   setting
94 * critical: fix SMJS null pointer crash on exit
95 * critical bug 880 in experimental Python scripting: fix null pointer
96   crash with -no-home
97 * major Gentoo bug 121247: fix segfaults in Ruby user scripting
98 * major bug 908: don't write to freed memory when the user pushes a
99   radio button
100 * major bug 937, CVE-2007-5034: don't send the entire HTTPS request to
101   a CONNECT proxy
102 * bug 899, Debian bug 403139: recognize >2GB files in FTP directory
103   listing, if off_t is large enough
104 * bug 942: encode/decode file names in FTP URLs, so they can contain
105   spaces
106 * bug 741: don't recognize HTML comments inside STYLE elements
107 * bug 769: fix MD5 computation/formatting in HTTP digest
108   authentication
109 * fix POST to local CGI
110 * remove a garbage character from the end of the authentication prompt
111 * bugs 872, 886: editing or deleting cookies in the cookie manager
112   should cause a save
113 * secure file saving: restore umask after *all* failure conditions
114 * decode the fragment identifier extracted from the URI when looking
115   it up
116 * bug 768 in experimental Python scripting: link with e.g. -lpython2.4
117   rather than -lpython
118 * minor bugs 830, 831: changes in parsing of -remote arguments
119 * minor Debian bug 313696 and other translation updates
120 * enhancement 24: fix searching past unselectable elements in menus
121 * enhancement: recognize function keys and backspace/delete on FreeBSD
122 * enhancement 772: recognize Shift-Tab on XTerm
123 * enhancement: place cursor on listbox rather than button, to help
124   screen readers
125 * enhancements in text wrapping
126 * enhancement 767: recognize URL in META Refresh even without "URL="
127 * enhancement 396: search for "<html>" if the server doesn't specify a
128   Content-Type
130 ELinks 0.11.2:
131 --------------
133 Released on 2006-11-19.
135 * critical bug 841, CVE-2006-5925: prevent enabling the SMB protocol
136 * critical bug 786: fix crash when following a link in frames
137 * print off_t with custom OFF_T_FORMAT instead of PRId64
138 * build: Minix3 compatibility
140 ELinks 0.11.1:
141 --------------
143 Released on 2006-01-29.
145 * work around null pointer crashes in HTTP digest authentication
146 * fix assertion failure with document.plain.display_links and
147   uppercase URIs
148 * fix Gopher crashes
149 * enhancement 630: native FSP protocol support (replaces CGI program
150   in contrib/cgi/)
151 * SMJS user scripting: check for hooks.js before trying to load it
152 * SMJS user scripting: the elinks.preformat_html hook gets a second
153   argument: a view_state object with .uri and .plain properties
154 * bug 921 in Lua scripting: fix current_document_formatted
155 * if given "a?b" in the command line, try to guess whether the
156   question mark is part of the file name or indicates a query part
157 * updated character entity list from unicode.org
158 * build: use asciidoc -unsafe for AsciiDoc 7.0.4 compatibility
159 * build bug 738: fix "/config.charset" error triggered by building in
160   the source directory
162 ELinks 0.11.0 (Elated):
163 -----------------------
165 Released on 2006-01-01.
167 * SSL support via GNUTLS now requires 1.2 or higher
168 * support for Lua 4.x was dropped, we only support Lua 5.x now
169 * Python scripting back-end (experimental)
170 * Spidermonkey based ECMAScript scripting back-end (experimental)
171 * 88 colors support
172 * default URI-rewrite rule, used when no other rules match but the string that
173   was entered in the Go to URL box does not resemble a URI
174 * support prefixes for add-bookmark-link, document-info, goto-url-current-link,
175   history-move-back, and history-move-forward
176 * BitTorrent protocol (experimental)
177 * FSP protocol via a CGI script (see contrib/cgi/README.FSP) (experimental)
178 * enhancement 694: sysmouse support on the BSD console
179 * new GNU make based build system (aclocal from automake is still required)
180 * move from CVS to GIT
182 ELinks 0.10.6:
183 --------------
185 Released on 2005-09-15.
187 * external editor is configurable at run-time
189 ELinks 0.10.4:
190 --------------
192 Released on 2005-04-06.
194 * explicit keyboard accelerators were defined for buttons in dialogue boxes and
195   are now highlighted
197 ELinks 0.10.2:
198 --------------
200 Released on 2005-01-30.
202 * Ruby scripting back-end (experimental)
203 * Debian package files (apt-get install devscripts && debuild -uc -us)
205 ELinks 0.10.0 (Thelma):
206 -----------------------
208 Released on 2004-12-24.
210 * licensed under GPLv2 only
211 * simple CSS
212 * simple JavaScript/ECMAScript support by the SpiderMonkey Mozilla JS engine
213 * plain-text mark-up (_^Hx to underline, x^Hx to embolden)
214 * HTML source high-lighting using DOM implementation
215 * multiple URIs on the command line
216 * tabs moving (press Alt-'>' or Alt-'<')
217 * periodic snapshotting of all tabs in all terminals
218 * exmode CLI support (press ':' followed by action and args) (experimental)
219 * cursor routing (aka w3m-style navigation)
220 * modal text-input form-fields editing (enabled by default)
221 * manual cookies creating and editing
222 * incremental searching (press '#/')
223 * Perl scripting back-end (experimental)
224 * build-time configurability and feature documentation through features.conf
225 * Mozilla-compatible -remote option (http://www.mozilla.org/unix/remote.html[])
226 * support for specifying IP family as protocol postfix (e.g. http4 or ftp6)
227 * internationalized domain names via libidn (RFC 3490)
228 * data URI protocol (RFC 2397)
229 * gopher protocol (RFC 1436)
230 * NNTP protocol (RFC 977 and RFC 2980) (experimental)
231 * build system fine-tuned to use automake conditionals
232 * -localhost option to block connections to remote hosts
233 * -verbose option to control messages printed at startup
234 * -default-keys command line option to ignore user-defined keybindings
235 * -confdir option renamed to -config-dir
236 * -conffile option renamed to -config-file
237 * enhanced documentation
239 ELinks 0.9.2:
240 -------------
242 Released on 2004-09-24.
244 * directional links navigation
245 * 'unset' configuration directive, which can be used, e.g., to delete default
246   MIME type settings or external protocol handlers.
248 ELinks 0.9.1:
249 -------------
251 Released on 2004-01-23.
253 * support <object> tags by displaying a link to the data
254 * add beginning-of-buffer and end-of-buffer actions for text fields
255 * automatic session saving/restoring support (disabled by default)
256 * add-bookmark-tabs (bookmark all tabs) option and menu item
257 * fold successive blank lines when displaying a plain-text document
258   (disabled by default; use the option document.plain.compress_empty_lines)
259 * 'fresh' color for any tab that has not been selected
260   since its document was loaded
262 ELinks 0.9.0 (Skyrider):
263 ------------------------
265 Released on 2003-12-24.
267 * used gettext for internationalization
268 * support for background document colors
269 * tabs support
270 * new MIME subsystem adding mimetypes files support
271 * local CGI support
272 * Guile scripting extensions
273 * HTML meta refresh
274 * forms history
275 * 256 colors support
276 * regex searches
277 * cookies manager, cache manager and download manager
278 * document marks support
279 * displaying URIs in plain documents as links
280 * SMB protocol support (requires smbclient)
281 * builtin user prefixes support (enter 'gg' or 'gg:elinks' to the goto dialog)
282 * HTTPS proxy support
283 * typeahead link searching (press '#')
285 ELinks 0.4.0 (Iceberg):
286 -----------------------
288 Released on 2002-12-24.
290 * merged HTTP_AUTH
291 * basic proxy auth support
292 * cookies parser rewritten
293 * support for tabindex,accesskey,title attribute
294 * FTP support dramatically improved: bugfixes, interoperability fixes, passive
295   mode support, ...
296 * global history support (+vlink support)
297 * make some modules (cookies,bookmarks,globhist,..) optional at compile time
298 * secure saving support (see secure_save option desc. if you're doing weird
299   things with your links files like symlinking or nonstandart permissions!!!)
300 * support for utf8 i/o
301 * mouse wheel support
302 * portability enhancements
303 * performance enhancements
304 * file/http gzip/bzip2 decompression support
305 * downloads resuming support
306 * mailcap support
307 * hierarchic bookmarks support, XBEL bookmarks support
308 * source layout was dramatically reorganized
309 * relocated ELinks configuration files, changed format (if you are upgrading
310   from Links or older ELinks version, read INSTALL file to see how to convert
311   your old config files!!!)
312 * options are now in tree hierarchy and are configurable generically
313 * keybindings can be configured from the user interface
314 * colorful user interface
315 * tiny useless LED-like indicators support
316 * GNUTLS support parallel to the OpenSSL support (fixes some license issues)
317 * extensive memory debugging support
319 ELinks 0.3.0:
320 -------------
322 Released on 2002-03-02.
324 * unhistory
325 * external textarea editor
326 * DNS rewrite - we handle multi RR per host correctly
327 * IPv6 support
328 * rewritten options handling
329 * bookmarks filtering (aka bookmarks search)
330 * bookmarks resaving (save on the disk after every change)
331 * added possibility to change default colors settings
333 Links 0.96-pb3:
334 ---------------
336 Released on 2001-10-26.
338 * secured cookies file creation
339 * support for title attribute of img tag
340 * Catalan translation
341 * Romanian translation
342 * changing of User-Agent string sent to webserver
343 * <listing> tag support
345 Links 0.96-pb2:
346 ---------------
348 Released on 2001-10-06.
350 * cookies expiration, saving and resaving
351 * do NOT strip everything after ? in form action
352 * http referrer, true http referrer
353 * limited textarea external editor support
354 * partial fix of &#13;
355 * enhanced manual page
356 * fixed multi-level HTTP moved when using -dump/-source
357 * fixed keybindings