NEWS: Clarify that these are bug numbers.
[elinks.git] / NEWS
blob494b97c37ac7eb338bfcb34a3c5f61df5708d91e
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.12.GIT now:
9 --------------------
11 To be released as ELinks 0.12.0.
13 //////////////////////////////////////////////////////////////////////
14 This list now contains all the important changes from ELinks 0.11.0 to
15 ELinks 0.12.GIT (049cc9c6b37951a739dfd6b20ca92c170188824c).  The next
16 step will be to scan through Bugzilla and look for bug numbers that
17 were not mentioned in related commit messages.
19 The list no doubt includes several changes that are not really
20 important enough.  Please move them to the separate "should be removed
21 from NEWS" list below, or coalesce several changes into one entry (but
22 do list all bug numbers).  It might be a good idea to sort the entries
23 roughly in decreasing order of importance.
24 //////////////////////////////////////////////////////////////////////
26 * Notable new features
27   - (unfinished enhancement 822) UTF-8 as terminal charset: not
28     merely UTF-8 I/O of a unibyte codepage as in previous versions.
29     Double-cell (aka fullwidth) and non-BMP characters work too, but
30     combining characters and right-to-left text do not.  The only
31     multibyte charset ELinks can decode is still UTF-8, so if the
32     server outputs e.g. Shift-JIS, you'd better recode with a proxy.
33   - (enhancement 844) SMB protocol using libsmbclient.  This replaces
34     the smbclient-based code that was disabled in ELinks 0.11.2.
35 * Incompatibilities
36   - ECMAScript support is now disabled by default.  It has known
37     bugs (548, 755, 771) with which malicious web pages can crash or
38     hang ELinks, and its security goals are undocumented.  If you must
39     enable ECMAScript support, it would be prudent to restrict the
40     ELinks process with a sandbox of some kind.
41   - (bug 871) The numbering of terminal.*.colors no longer depends on
42     config options.  This change makes elinks.conf portable between
43     different configurations but unfortunately not between this and
44     previous versions.
45   - Changed Python goto_url_hook(current) to goto_url_hook(new).  The
46     hook can call the new function elinks.current_url() if desired.
47     The Python scripting back-end is much more featureful than in
48     previous releases, but it is still considered experimental.
49 * Miscellaneous
50   - (enhancement 752) Documentation updates
51   - (enhancement 381) Reduce memory consumption of codepages and some
52     other arrays.
53   - (enhancement) Reject invalid UTF-8 input from documents and
54     terminals.
55 * Changes in terminal support
56   - (enhancement) Mouse wheel support on BSD via moused -z 4
57   - (enhancement) Support for mouse wheel over GPM
58   - (bugfix 724) Better parsing of escape sequences and control
59     sequences from the terminal.
60   - (bugfix) Decode UTF-8 only from bytes, not from codes of special
61     keys.
62   - (new feature) 24-bit truecolor mode
63   - (enhancement) "Resize terminal" tries to use the window size
64     increment.
65   - (new feature) Support Ctrl+Alt+letter key combinations.
66   - (bugfix) Subprocess forked for SIGTSTP calls _exit, not exit.
67   - (enhancement) Turn terminal transparency off by default.
68 * Changes in cookies and bookmarks
69   - (new feature) "Add server" button in the cookie manager.
70   - (enhancement) Tell the user how to move bookmarks.
71   - (enhancement 887) Save in cookie manager should save cookies even
72     if unmodified.
73 * Changes in the user interface
74   - (new feature 145) Internal clipboard support
75   - (enhancement) Localization updates
76   - (bugfix 355) Add documents displayed via "What to do" dialog to
77     globhist
78   - (new feature) Autocreate directories needed to download a file.
79   - (new feature) Option ui.show_menu_bar_always
80   - (new feature) Option ui.tabs moves the tab bar to the top.
81   - (new feature) New actions: kill-word-back, move-backward-word,
82     move-forward-word
83   - (enhancement) Ctrl+characters don't trigger hotkeys in menus and
84     dialogs.
85   - (bugfix 396) Never show empty filename in the what-to-do dialog
86   - (bugfix 930) Refresh status bar when key prefix is eaten.
87 * Changes in support for URI schemes, protocols, caching, and encodings
88   - (bugfix) Fixes cache-control issue. See elinks-users mail from 28 Oct 2005
89   - (new feature) LZMA decompression
90   - (bugfix 517) Fixed and enabled HTTP bzip2 decompression
91   - (new feature) HTTP negotiate-auth using GSSAPI
92   - (bugfix 770) Download resuming simply restarts the download
93   - (bugfix 691) Fix IPv4 DNS lookup bug
94   - (enhancement 790) If-Modified-Since and If-None-Match
95   - (bugfix) gzip_read: always call gzclearerr
96   - (bugfix 107) Recognize "localhost" in file: URIs.
97   - (bugfix 756) "assertion (cached)->object.refcount >= 0 failed"
98     after HTTP proxy was changed
99   - (bugfix) Encode and decode filenames in FSP URLs.
100   - (enhancement) FSP progress indicator and password prompt.
101   - (bugfix) Support much longer locale-specific timestamps when
102     formatting a directory listing.  LC_TIME=fi_FI.UTF-8 now works.
103 * Changes in parsing and rendering of HTML (without DOM)
104   - (bugfix) Use frame->name instead of target avoiding possible segfault.
105   - (bugfix 284) Render closing parentheses for HTML elements SUB, SUP
106     in the same line; don't let them fall to the next.
107   - (enhancement) Show quote characters for HTML element Q, rather
108     than italics.
109   - (enhancement) Add support for parsing space separated CSS class
110     attribute values
111   - (bugfix 387) Treat &#013; inside <pre>...</pre> as a newline.
112 * Changes in parsing and rendering of non-HTML content-types
113   - (new feature 121) If a mailcap entry indicates copiousoutput,
114     ELinks itself acts as a pager.
115   - (new feature 916) If a mailcap entry has no %s, provide the file
116     as stdin.
117 * Changes in the document viewer and tabs
118   - (new feature) Highlight links as one enters link prefixes.
119   - (new feature) Backspace backs out the last digit of the prefix.
120   - (bugfix) Tabs opened by -remote now go behind existing dialogs.
121   - (new feature 622) -dump-color-mode
122   - (bugfix) Fix accesskeys so that they work when priority is 0
123   - (enhancement) Text type-ahead searching: don't follow current link
124     on enter
125   - (bugfix) Take the terminal charset in account when comparing
126     accesskeys.
127   - (enhancement) Display accesskeys as e.g. (Alt-f), not just (f).
128 * Changes in user scripting
129   - (enhancement) Guile: Read hooks.scm rather than internal-hooks.scm.
130     (Keep reading user-hooks.scm, too.)
131   - (bugfix) Lua: Don't write to the string returned by lua_tostring.
132   - (bugfix 945) Lua: Don't crash if a script calls e.g. error(nil).
133   - (enhancement) SMJS: elinks.alert no longer displays as an "error".
134   - (new feature) SMJS: New properties elinks.action, elinks.globhist,
135     elinks.vs.
136   - (new feature) SMJS: New function elinks.load_uri.
137   - (new feature) SMJS: New method elinks.execute.
138   - (enhancement) SMJS: Garbage-collect SMJS objects before flushing
139     caches.
140   - (bitrot) Perl: Don't assume POPpx stores the length to n_a.
141   - (bugfix) Perl: Fix pre_format_html hook wrt. binary files.
142 * Build system and compile-time errors (ignore if you don't build ELinks)
143   - (bugfix) Fixed some bugs about compiling outside the source
144     directory.
145   - (bugfix) Don't use cmp -b, which FreeBSD doesn't support.
146   - (bugfix) Don't include <sys/param.h> for MIN and MAX because it
147     may interfere with CONFIG_IPV6 on Linux.
148   - (bugfix) When the configure script cleans old object files, this
149     no longer causes it to loop.
150   - (experimental, new feature) --with-python=DIRECTORY, --with-gc=DIRECTORY
151   - (bugfix) Include <sys/types.h> and fix compilation on an old
152     PPC/Debian system
153   - (bitrot) Fix compilation under gcc 4.x. Backported from gentoo portage.
154     Also, reduce warnings on gcc 4.2 snapshots.
155   - (bitrot) Update SpiderMonkey configure check Debian compatibility
156   - (new feature 779) make uninstall
157   - (experimental, new feature) Native Win32 port
158   - (enhancement) If make -k was used and a sub-Make fails, build the
159     rest before propagating.
160   - (enhancement) Avoid compilation of vernum.c in 'make install'
161   - (bugfix) Don't use $(AM_CFLAGS) anymore.  Use $(CPPFLAGS) instead.
162   - (bitrot) Fix two warnings on Mac OS X.
163 * (experimental) Changes in ECMAScript support
164   - (new feature) SEE ECMAScript backend, an alternative to SpiderMonkey.
165   - (new feature) Handling onsubmit
166   - (workaround) window.open remembers the last few URLs and doesn't
167     reopen them when incremental rendering reruns the onload script.
168   - (enhancement) Recognize document.location.href for SMJS.
169   - (enhancement) Better handling of form.action assignments
170   - (enhancement) form[x] looks up controls also by id, not only name.
171   - (new feature) New property input.selectedIndex.
172   - (new feature) Activate link only when onClick returns true.
173   - (enhancement) input.accessKey can be any Unicode character except
174     U+0000.
175   - (new feature) window.setTimeout, window.status
176 * (experimental) Changes in SGML/DOM implementation
177   - (new feature) Minimalistic RSS renderer
178   - (enhancement) Source highlighting also recognizes
179     application/xhtml+xml and application/docbook+xml.  It doesn't yet
180     support arbitrary XML though.
181   - (enhancement) Make it possible to use more CSS properties with the
182     source highlighting
183   - (enhancement) Handle <base href=""> for HTML source rendering
184   - (enhancement) Add support for scanning comment endings such as
185     '--!>' correctly
186   - (new feature) Incremental parsing
187   - And more.
189 //////////////////////////////////////////////////////////////////////
190 The following changes should be removed from NEWS before ELinks 0.12.0
191 is released.  They are currently listed here just to show that they
192 have already been considered.
194 * Only partially fixed bugs:
195   - (bugfix 764) int/long type punning in options
196   - (bugfix 725) Fixes version checking for Ruby in 'configure'
197   - (bugfix 890) Change colors 0-15 to match xterm defaults.
198     The bug report also requests asking xterm to report its palette,
199     but that part will be delayed to 0.13 or later.
200 * Fixed bugs that were not in previous versions:
201   - (bugfix) Fix a crash when adding a server in the cookie manager.
202   - (bugfix) cookies: "Add Server" ignores "cookies.accept_policy".
203   - (bugfix) Fix data: protocol.
204   - (bugfix 747) Properly deselect the main menu instead of crashing
205   - (bugfix 778) ELinks crashes on binary files when
206     document.plain.display_links is set
207   - (bugfix 784) UTF-8 mode misconverts non-ASCII entity in Latin-1
208     document
209   - (bugfix 782) UTF-8 buffer overwritten while in use
210   - (bugfix) switch_to_tab: Prevent "tab number out of range"
211     assertion failure.
212   - (bugfix) Fixed about:
213   - (bugfix 821) I cannot enter national characters in dialog boxes
214   - (bugfix 834) Gzip decompression doesn't work
215   - (bugfix) Fix out-of-bound access to the quote_char buffer
216   - (bugfix 788) compile error with --enable-perl
217   - (bugfix 827) Crash with term charset set to Unicode and UTF-8 I/O
218     disabled
219   - (bugfix 826) too small table for double-cell characters
220   - (bugfix 902) crash: "overflow detected realloc()" in realloc_line
221   - (bugfix 912) wrong color in one cell of an HTML input field
222   - (bugfix 835) Text in textarea is unaffected by horizontal
223     scrolling of document in UTF-8 mode
224   - (bugfix 823) Big textarea is too slow with CONFIG_UTF8
225   - (bugfix 754) Pressing ESC do not pop up main menu anymore.
226   - (bugfix 794) tab-close-all-but-current crashes
227   - (bugfix 781) document->buf can overflow with UTF-8 enabled
228   - (bugfix 882) C1 controls pass through to the terminal if written
229     as entity references
230   - (bugfix 935) Yes and No buttons override the bottom border of the
231     dialog.
232 * Reverted changes:
233   - (new feature) document.write, reverted in
234     2c087e52e74528a720621186b91880463e039d50
235   - (enhancement) restore Linux console mode (UTF-8 or not), reverted
236     in 10d72cae7eafa6b90db1c8f303deb200555734c2
237   - (enhancement) wcwidth, reverted in
238     d050cb67aa37390ab938b0a308c7541f19578506
239   - (new feature) Let plain text change colors with ESC [ 31 m or
240     similar control sequences, reverted in
241     2a6125e3d0407b588eb286d4d0ff5c98c23ebda9
242   - (enhancement) Support for pasting from GNU screen clipboard,
243     reverted in 763f03f146cc1391b303c8074556f0ddea1e3c7a
244 * Unimportant changes: 
245   - (enhancement) If select fails, save its errno.
246   - (bugfix) Use PF_* instead of AF_* as first parameter of socket(2).
247     (commits 8b7657deaf6037736d0abe88bae1865fec55fe93 in 0.12.GIT
248     and d9b56bad7d528a87376768572c2601c57d8afb02 in 0.11.0.GIT)
249   - (bugfix) Better error handling in save_form_data_to_file and
250     save_textarea_file.
251     (commit 6bdc34cfbcade0c25922c1ad96c753cc7d1c9949 and nearby)
252   - (bugfix) Do not call toupper with potentially out-of-range values.
253     (commit 9e30ee631ced843f26a264c351cfa1716e7e1941)
254   - (bugfix) If ELinks logs debug information to a file, it now opens
255     that in binary mode.  (commit 4ced25779dca68c0e15ce1e695ce191b536bb05d)
256   - (bugfix) Kill the ESC timer when blocking the terminal.
257     (commit 539f756438fca4264ab937b2ccfba2351e916a16)
258   - (bugfix) Don't claim that the authentication is for HTTP.
259     (commit ef2f6383c6f0bed576e6f69030eacc4931b42a27)
260 //////////////////////////////////////////////////////////////////////
262 ELinks 0.11.3:
263 --------------
265 Released on 2007-04-15.
267 * critical bugs 846, 870: fix crashes in web ECMAScripts and SMJS user
268   scripting
269 * critical bug 927: fix null pointer crash if META Refresh is in a
270   table cell
271 * critical bug 941: fix assertion failure or memory corruption if FTP
272   server responds to PASV with status 200
273 * critical bug 729 in experimental BitTorrent: fix crashes with
274   various bogus BitTorrent URLs
275 * critical bug 868: fix segfault in check_timers
276 * critical bugs 897, 919: fix crashes on operating systems lacking
277   mremap()
278 * critical: fix null pointer crash if XBEL bookmark has no title
279 * critical bug 760: fix crash when moving bookmarks out of a folder
280 * critical: fix crash in an empty file-extensions menu
281 * critical bug 715: fix null pointer crash caused by malformed proxy
282   setting
283 * critical: fix SMJS null pointer crash on exit
284 * critical bug 880 in experimental Python scripting: fix null pointer
285   crash with -no-home
286 * major Gentoo bug 121247: fix segfaults in Ruby user scripting
287 * major bug 908: don't write to freed memory when the user pushes a
288   radio button
289 * major bug 937: don't send the entire HTTPS request to a CONNECT
290   proxy
291 * bug 899, Debian bug 403139: recognize >2GB files in FTP directory
292   listing, if off_t is large enough
293 * bug 942: encode/decode file names in FTP URLs, so they can contain
294   spaces
295 * bug 741: don't recognize HTML comments inside STYLE elements
296 * bug 769: fix MD5 computation/formatting in HTTP digest
297   authentication
298 * fix POST to local CGI
299 * remove a garbage character from the end of the authentication prompt
300 * bugs 872, 886: editing or deleting cookies in the cookie manager
301   should cause a save
302 * secure file saving: restore umask after _all_ failure conditions
303 * decode the fragment identifier extracted from the URI when looking
304   it up
305 * bug 768 in experimental Python scripting: link with e.g. -lpython2.4
306   rather than -lpython
307 * minor bugs 830, 831: changes in parsing of -remote arguments
308 * minor Debian bug 313696 and other translation updates
309 * enhancement 24: fix searching past unselectable elements in menus
310 * enhancement: recognize function keys and backspace/delete on FreeBSD
311 * enhancement 772: recognize Shift-Tab on XTerm
312 * enhancement: place cursor on listbox rather than button, to help
313   screen readers
314 * enhancements in text wrapping
315 * enhancement 767: recognize URL in META Refresh even without "URL="
316 * enhancement 396: search for "<html>" if the server doesn't specify a
317   Content-Type
319 ELinks 0.11.2:
320 --------------
322 Released on 2006-11-19.
324 * critical bug 841, CVE-2006-5925: prevent enabling the SMB protocol
325 * critical bug 786: fix crash when following a link in frames
326 * print off_t with custom OFF_T_FORMAT instead of PRId64
327 * build: Minix3 compatibility
329 ELinks 0.11.1:
330 --------------
332 Released on 2006-01-29.
334 * work around null pointer crashes in HTTP digest authentication
335 * fix assertion failure with document.plain.display_links and
336   uppercase URIs
337 * fix Gopher crashes
338 * enhancement 630: native FSP protocol support (replaces CGI program
339   in contrib/cgi/)
340 * SMJS user scripting: check for hooks.js before trying to load it
341 * SMJS user scripting: the elinks.preformat_html hook gets a second
342   argument: a view_state object with .uri and .plain properties
343 * bug 921 in Lua scripting: fix current_document_formatted
344 * if given "a?b" in the command line, try to guess whether the
345   question mark is part of the file name or indicates a query part
346 * updated character entity list from unicode.org
347 * build: use asciidoc -unsafe for AsciiDoc 7.0.4 compatibility
348 * build bug 738: fix "/config.charset" error triggered by building in
349   the source directory
351 ELinks 0.11.0 (Elated):
352 -----------------------
354 Released on 2006-01-01.
356 * SSL support via GNUTLS now requires 1.2 or higher
357 * support for Lua 4.x was dropped, we only support Lua 5.x now
358 * Python scripting back-end (experimental)
359 * Spidermonkey based ECMAScript scripting back-end (experimental)
360 * 88 colors support
361 * default URI-rewrite rule, used when no other rules match but the string that
362   was entered in the Go to URL box does not resemble a URI
363 * support prefixes for add-bookmark-link, document-info, goto-url-current-link,
364   history-move-back, and history-move-forward
365 * BitTorrent protocol (experimental)
366 * FSP protocol via a CGI script (see contrib/cgi/README.FSP) (experimental)
367 * enhancement 694: sysmouse support on the BSD console
368 * new GNU make based build system (aclocal from automake is still required)
369 * move from CVS to GIT
371 ELinks 0.10.6:
372 --------------
374 Released on 2005-09-15.
376 * external editor is configurable at run-time
378 ELinks 0.10.4:
379 --------------
381 Released on 2005-04-06.
383 * explicit keyboard accelerators were defined for buttons in dialogue boxes and
384   are now highlighted
386 ELinks 0.10.2:
387 --------------
389 Released on 2005-01-30.
391 * Ruby scripting back-end (experimental)
392 * Debian package files (apt-get install devscripts && debuild -uc -us)
394 ELinks 0.10.0 (Thelma):
395 -----------------------
397 Released on 2004-12-24.
399 * simple CSS
400 * simple JavaScript/ECMAScript support by the SpiderMonkey Mozilla JS engine
401 * plain-text mark-up (_^Hx to underline, x^Hx to embolden)
402 * HTML source high-lighting using DOM implementation
403 * multiple URIs on the command line
404 * tabs moving (press Alt-'>' or Alt-'<')
405 * periodic snapshotting of all tabs in all terminals
406 * exmode CLI support (press ':' followed by action and args) (experimental)
407 * cursor routing (aka w3m-style navigation)
408 * modal text-input form-fields editing (enabled by default)
409 * manual cookies creating and editing
410 * incremental searching (press '#/')
411 * Perl scripting back-end (experimental)
412 * build-time configurability and feature documentation through features.conf
413 * Mozilla-compatible -remote option (http://www.mozilla.org/unix/remote.html)
414 * support for specifying IP family as protocol postfix (i.e. http4 or ftp6)
415 * internationalized domain names via libidn (RFC 3490)
416 * data URI protocol (RFC 2397)
417 * gopher protocol (RFC 1436)
418 * NNTP protocol (RFC 977 and 2980) (experimental)
419 * build system fine-tuned to use automake conditionals
420 * -localhost option to block connections to remote hosts
421 * -verbose option to control messages printed at startup
422 * -default-keys command line option to ignore user-defined keybindings
423 * -confdir option renamed to -config-dir
424 * -conffile option renamed to -config-file
425 * enhanced documentation
427 ELinks 0.9.2:
428 -------------
430 Released on 2004-09-24.
432 * directional links navigation
433 * 'unset' configuration directive, which can be used, e.g., to delete default
434   MIME type settings or external protocol handlers.
436 ELinks 0.9.1:
437 -------------
439 Released on 2004-01-23.
441 * support <object> tags by displaying a link to the data
442 * add beginning-of-buffer and end-of-buffer actions for text fields
443 * automatic session saving/restoring support (disabled by default)
444 * add-bookmark-tabs (bookmark all tabs) option and menu item
445 * fold successive blank lines when displaying a plain-text document
446   (disabled by default; use the option document.plain.compress_empty_lines)
447 * 'fresh' color for any tab that has not been selected
448   since its document was loaded
450 ELinks 0.9.0 (Skyrider):
451 ------------------------
453 Released on 2003-12-24.
455 * used gettext for internationalization
456 * support for background document colors
457 * tabs support
458 * new MIME subsystem adding mimetypes files support
459 * local CGI support
460 * Guile scripting extensions
461 * HTML meta refresh
462 * forms history
463 * 256 colors support
464 * regex searches
465 * cookies manager, cache manager and download manager
466 * document marks support
467 * displaying URIs in plain documents as links
468 * SMB protocol support (requires smbclient)
469 * builtin user prefixes support (enter 'gg' or 'gg:elinks' to the goto dialog)
470 * HTTPS proxy support
471 * typeahead link searching (press '#')
473 ELinks 0.4.0 (Iceberg):
474 -----------------------
476 Released on 2002-12-24.
478 * merged HTTP_AUTH
479 * basic proxy auth support
480 * cookies parser rewritten
481 * support for tabindex,accesskey,title attribute
482 * FTP support dramatically improved: bugfixes, interoperability fixes, passive
483   mode support, ...
484 * global history support (+vlink support)
485 * make some modules (cookies,bookmarks,globhist,..) optional at compile time
486 * secure saving support (see secure_save option desc. if you're doing weird
487   things with your links files like symlinking or nonstandart permissions!!!)
488 * support for utf8 i/o
489 * mouse wheel support
490 * portability enhancements
491 * performance enhancements
492 * file/http gzip/bzip2 decompression support
493 * downloads resuming support
494 * mailcap support
495 * hierarchic bookmarks support, XBEL bookmarks support
496 * source layout was dramatically reorganized
497 * relocated ELinks configuration files, changed format (if you are upgrading
498   from Links or older ELinks version, read INSTALL file to see how to convert
499   your old config files!!!)
500 * options are now in tree hierarchy and are configurable generically
501 * keybindings can be configured from the user interface
502 * colorful user interface
503 * tiny useless LED-like indicators support
504 * GNUTLS support parallel to the OpenSSL support (fixes some license issues)
505 * extensive memory debugging support
507 ELinks 0.3.0:
508 -------------
510 Released on 2002-03-02.
512 * unhistory
513 * external textarea editor
514 * DNS rewrite - we handle multi RR per host correctly
515 * IPv6 support
516 * rewritten options handling
517 * bookmarks filtering (aka bookmarks search)
518 * bookmarks resaving (save on the disk after every change)
519 * added possibility to change default colors settings
521 Links 0.96-pb3:
522 ---------------
524 Released on 2001-10-26.
526 * secured cookies file creation
527 * support for title attribute of img tag
528 * Catalan translation
529 * Romanian translation
530 * changing of User-Agent string sent to webserver
531 * <listing> tag support
533 Links 0.96-pb2:
534 ---------------
536 Released on 2001-10-06.
538 * cookies expiration, saving and resaving
539 * do NOT strip everything after ? in form action
540 * http referrer, true http referrer
541 * limited textarea external editor support
542 * partial fix of &#13;
543 * enhanced manual page
544 * fixed multi-level HTTP moved when using -dump/-source
545 * fixed keybindings