Bug 951: weaken pointer from JSObject to cache_entry
[elinks.git] / NEWS
blobd6688b2e5072a28ceaaa1b7d1118416e68baf17f
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.12pre1.GIT now:
9 ------------------------
11 To be released as 0.12pre2, 0.12rc1, or even 0.12.0.  This branch
12 generally also includes the bug fixes made in ELinks 0.11.4.GIT.
14 Bugs that should be removed from NEWS before the 0.12.0 release:
16 * bug 955: Reset buttons no longer run FORM/@onsubmit, and
17   ``harmless'' buttons no longer submit the form.  ELinks 0.12pre1
18   was the first release that had these bugs.
19 * minor bug 951: SpiderMonkey scripting objects used to prevent ELinks
20   from removing files from the memory cache
22 ELinks 0.12pre1:
23 ----------------
25 Released on 2008-07-01.  This release also included all the bug fixes
26 of ELinks 0.11.4.
28 Notable new features:
30 * enhancement 822: UTF-8 as terminal charset, not merely UTF-8 I/O
31   of a unibyte codepage as in previous versions.  Double-cell (aka
32   fullwidth) and supplementary characters work too, but combining
33   characters and right-to-left text do not.  The only multibyte
34   charset ELinks can decode is still UTF-8, so if the server outputs
35   e.g. Shift-JIS, you'd better recode with a proxy.  See more notes
36   in features.conf.
37 * enhancement 844: SMB protocol using libsmbclient.  This replaces
38   the smbclient-based code that was disabled in ELinks 0.11.2.
40 Incompatibilities:
42 * ECMAScript support is now disabled by default.  It has known
43   bugs 548 and 771 with which malicious web pages can hang ELinks,
44   and its security goals are undocumented.  If you must enable
45   ECMAScript support, it would be prudent to restrict the ELinks
46   process with a sandbox of some kind.
47 * ECMAScript support no longer works with SpiderMonkey versions
48   earlier than JS1.5 RC3a.
49 * Gzip decompression support now requires zlib 1.2.0.2 or later.
50 * bugs 871, 752: The numbering of terminal.*.colors no longer depends
51   on config options.  This change makes elinks.conf portable between
52   different configurations but unfortunately not between this and
53   previous versions.
54 * Changed Python goto_url_hook(current) to goto_url_hook(new).  The
55   hook can call the new function elinks.current_url() if desired.
56   The Python scripting back-end is much more featureful than in
57   previous releases, but it is still considered experimental.
58 * Guile scripting reads hooks.scm rather than internal-hooks.scm.
59   (It still reads user-hooks.scm, too.)
61 Miscellaneous:
63 * critical bug 723: fix dangling pointer crash when following a link
64   in a frame
65 * critical bug 756: ``assertion (cached)->object.refcount >= 0 failed''
66   after HTTP proxy was changed
67 * critical bug 869: long mailcap entry buffer overflow (non-security)
68   when downloading
69 * tabs opened by -remote now go behind existing dialogs
70 * major bug 534, enhancement 517: fix HTTP gzip and bzip2
71   decompression, and add deflate and LZMA (requires LZMA Utils)
72 * major bug 503: various fixes in parsing and updating of elinks.conf
73 * Debian bug 257762: turn terminal transparency off by default
74 * bug 770: when the user chooses to resume an HTTP download, abort the
75   automatically started one and start a new one with the right range
76 * bug 724: better parsing of escape sequences and control
77   sequences from the terminal
78 * bug 948: fix wrong UTF-8 output after the charset menu was used
79 * bug 816: convert entity references in input/@value only once
80 * bug 916: if a mailcap entry has no %s, provide the file as stdin
81 * bug 744: don't change ``//'' to ``/'' in URIs
82 * bug 766: speed up CSS
83 * bug 355: add documents displayed via ``What to do'' dialog to the
84   global history
85 * encode and decode filenames in FSP URLs
86 * don't use a busy cache entry if it has expired or should be
87   reloaded.  See elinks-users mail from 28 Oct 2005.
88 * several accesskey fixes
89 * in Lua: don't write to the string returned by lua_tostring
90 * minor bug 972: preserve the background color and underlining in
91   spaces when justifying
92 * minor bug 284: render closing bracket for HTML element SUB in the
93   same line; don't let it fall to the next
94 * minor: show quote characters for HTML element Q, rather than italics
95 * trivial bug 387: treat &#013; inside <pre>...</pre> as a newline
96 * trivial bug 930: refresh status bar when key prefix is eaten
97 * trivial bug 776: ``elinks -remote http://elinks.cz/'' no longer clears
98   the screen
99 * enhancement 790: If-Modified-Since and If-None-Match
100 * enhancement: HTTP negotiate-auth using GSSAPI
101 * enhancement: FSP progress indicator and password prompt
102 * enhancement: autocreate directories needed to download a file
103 * enhancement: ``Add server'' button in the cookie manager
104 * enhancement 887: ``Save'' in the cookie manager now saves cookies
105   even if unmodified
106 * enhancement 145: internal clipboard support
107 * enhancement: new main actions move-cursor-line-start,
108   move-link-down-line, move-link-left-line, move-link-right-line,
109   move-link-up-line
110 * enhancement: new edit actions kill-word-back, move-backward-word,
111   move-forward-word
112 * enhancements 687, 688: options ui.tabs.top, ui.show_menu_bar_always
113 * enhancement: highlight links as one enters link prefixes
114 * enhancement: backspace backs out the last digit of the prefix
115 * enhancement: in text type-ahead searching, don't follow current link
116   on enter
117 * enhancement: add support for parsing space separated CSS class
118   attribute values
119 * enhancement: make meta refresh content attribute parsing more tolerant
120 * enhancement: recognize meta http-equiv="cache-control" even if no
121   refresh
122 * enhancement: mouse wheel support over GPM (contrib/gpm-wheel.patch),
123   and on BSD via moused -z 4
124 * enhancement: 24-bit truecolor mode
125 * enhancement 622: -dump-color-mode
126 * enhancement 994: treat only termios.c_cc[VERASE] as "Backspace"
127 * enhancement: support Ctrl+Alt+letter key combinations
128 * enhancement 381: reduce memory consumption of codepages and some
129   other arrays
130 * enhancement in user SMJS: new properties/functions elinks.action,
131   elinks.execute, elinks.globhist, elinks.load_uri, elinks.vs
133 Build system and compile-time errors (ignore if you don't build ELinks):
135 * serious Debian bug 464384: fix warnings in alignof, ssl_connect, and
136   printing of off_t values
137 * bug 725: fix version checking for Ruby in 'configure'
138 * enhancement: if make -k was used and a sub-Make fails, build the
139   rest before propagating
140 * enhancement: make uninstall
141 * experimental enhancements: --with-python=DIRECTORY, --with-gc=DIRECTORY
142 * experimental enhancement: Win32 port (build with MinGW MSYS)
144 Changes in the experimental ECMAScript support:
146 * disabled by default, as mentioned under ``Incompatibilities'' above
147 * execute event-handler scripts as function bodies, so ``return''
148   statements work as intended
149 * fix error ``forms.namedItem is not a function''
150 * enhancement: SEE ECMAScript backend, an alternative to SpiderMonkey
151 * enhancement: handling onsubmit
152 * workaround: window.open remembers the last few URLs and doesn't
153   reopen them when incremental rendering reruns the onload script
154 * enhancement: better handling of form.action assignments
155 * enhancement: form[x] looks up controls also by 'id', not only 'name'
156 * enhancement: added document.location.href, input.selectedIndex,
157   window.setTimeout, window.status
159 Changes in the experimental NNTP client:
161 * HTML escape header field values
162 * Add support for handling RFC2047 encoded words
163 * Improve listing of articles for groups
165 Changes in the experimental SGML/DOM implementation:
167 * enhancement: minimalistic RSS renderer
168 * enhancement: source highlighting also recognizes
169   application/xhtml+xml and application/docbook+xml.  It doesn't yet
170   support arbitrary XML though.
171 * enhancement: make it possible to use more CSS properties with the
172   source highlighting
173 * enhancement: handle <base href=""> for HTML source rendering
174 * enhancement: add support for scanning comment endings such as
175   '--!>' correctly
176 * enhancement: incremental parsing
177 * and more.
179 ELinks 0.11.4.GIT now:
180 ----------------------
182 To be released as 0.11.5.
184 * build bug 1021: fixed uninitialized variable in http_got_header
186 ELinks 0.11.4:
187 --------------
189 Released on 2008-06-20.
191 * critical bug 755: fix crashes due to dangling pointers to struct
192   form_state
193 * critical bugs 613, 714, 961: ``assertion list_empty(form_controls)
194   failed''
195 * critical bug 945: don't crash if a Lua script calls e.g. error(nil)
196 * critical bug 1003: don't crash if a smart URI rewrite template gets
197   too few parameters
198 * critical bug 1016: avoid JSFunctionSpec for better compatibility
199   across versions of SpiderMonkey
200 * critical bugs 674, 956: don't reuse pointers to SpiderMonkey objects
201   that may have been collected as garbage.  This fix causes bug 954.
202 * CVE-2007-2027: check if the program path contains "src/" before
203   using ../po files
204 * important Debian bug 380347: prevent a buffer overflow in entity_cache
205   and a possible subsequent crash
206 * major bug 788: don't read STRLEN n_a, which isn't initialized by
207   POPpx of Perl v5.8.8 and later
208 * fix query parsing in file: URIs for local CGI (was broken in 0.11.3)
209 * bug 691: don't look up bogus IPv4 addresses based on characters of a
210   hostname
211 * bug 712: GnuTLS works on https://www-s.uiuc.edu/[]
212 * fix active and passive FTP over IPv6
213 * bug 938: elinks -remote no longer needs a controlling tty
214 * bug 939: fix FSP directory listing (some compiler options left it empty)
215 * bug 978: Python's webbrowser.open_new_tab(URL) works since now
216 * bug 1012: compile with -fno-strict-overflow or -fwrapv if available
217 * bug 1014: fix incompatible pointer type in Perl_sys_init3 call
218 * minor bug 54, Debian bug 338402: don't force the terminal to 8 bits
219   with no parity, and don't disable XON/XOFF flow control either
220 * minor bug 951 in user SMJS: garbage-collect SMJS objects on 'File ->
221   Flush all caches' to work around their holding cache entries busy
222 * minor bug 396: never show empty filename in the what-to-do dialog
223 * minor bug 461: ensure contrast in blank areas, to keep the cursor visible
224 * minor bug 928: properly display no-break spaces in a UTF-8 document
225   if the terminal uses some other charset
226 * minor bug 987: English spelling and grammar corrections
227 * minor bug 1000: preserve any query and fragment when converting a
228   file name to a file:// URL
229 * minor: don't assume sizeof(int)==4 in bittorrent
230 * trivial bug 947: document.html.wrap_nbsp also affects text in tables
231 * trivial bug 997: fix unlikely stack corruption in active FTP
232 * build bug 1002: fix ``comparison is always true due to limited range
233   of data type'' warning on PowerPC and s390
234 * build bug 950: fix ``config/install-sh: No such file or directory''
235   on SunOS
236 * build bug 936: fix errors about undefined off_t (autoheader
237   incompatibility)
238 * build bug 959: test in configure whether -lX11 works
239 * build: update SpiderMonkey configure check Debian compatibility
240 * build: use $(CPPFLAGS) rather than $(AM_CFLAGS)
241 * build: disable GCC 4.2 warning about builtin_modules
242 * build: move debian/ to contrib/debian/
243 * minor build bug 989: AsciiDoc 8.2.2 compatibility
244 * minor build bug 960: fix errors in loadmsgcat.c if mmap() exists but
245   munmap() doesn't
247 ELinks 0.11.3:
248 --------------
250 Released on 2007-04-15.
252 * critical bugs 846, 870: fix crashes in web ECMAScripts and SMJS user
253   scripting
254 * critical bug 927: fix null pointer crash if META Refresh is in a
255   table cell
256 * critical bug 941: fix assertion failure or memory corruption if FTP
257   server responds to PASV with status 200
258 * critical bug 729 in experimental BitTorrent: fix crashes with
259   various bogus BitTorrent URLs
260 * critical bug 868: fix segfault in check_timers
261 * critical bugs 897, 919: fix crashes on operating systems lacking
262   mremap()
263 * critical: fix null pointer crash if XBEL bookmark has no title
264 * critical bug 760: fix crash when moving bookmarks out of a folder
265 * critical: fix crash in an empty file-extensions menu
266 * critical bug 715: fix null pointer crash caused by malformed proxy
267   setting
268 * critical: fix SMJS null pointer crash on exit
269 * critical bug 880 in experimental Python scripting: fix null pointer
270   crash with -no-home
271 * major Gentoo bug 121247: fix segfaults in Ruby user scripting
272 * major bug 908: don't write to freed memory when the user pushes a
273   radio button
274 * major bug 937, CVE-2007-5034: don't send the entire HTTPS request to
275   a CONNECT proxy
276 * bug 899, Debian bug 403139: recognize >2GB files in FTP directory
277   listing, if off_t is large enough
278 * bug 942: encode/decode file names in FTP URLs, so they can contain
279   spaces
280 * bug 741: don't recognize HTML comments inside STYLE elements
281 * bug 769: fix MD5 computation/formatting in HTTP digest
282   authentication
283 * fix POST to local CGI
284 * remove a garbage character from the end of the authentication prompt
285 * bugs 872, 886: editing or deleting cookies in the cookie manager
286   should cause a save
287 * secure file saving: restore umask after *all* failure conditions
288 * decode the fragment identifier extracted from the URI when looking
289   it up
290 * bug 768 in experimental Python scripting: link with e.g. -lpython2.4
291   rather than -lpython
292 * minor bugs 830, 831: changes in parsing of -remote arguments
293 * minor Debian bug 313696 and other translation updates
294 * enhancement 24: fix searching past unselectable elements in menus
295 * enhancement: recognize function keys and backspace/delete on FreeBSD
296 * enhancement 772: recognize Shift-Tab on XTerm
297 * enhancement: place cursor on listbox rather than button, to help
298   screen readers
299 * enhancements in text wrapping
300 * enhancement 767: recognize URL in META Refresh even without "URL="
301 * enhancement 396: search for "<html>" if the server doesn't specify a
302   Content-Type
304 ELinks 0.11.2:
305 --------------
307 Released on 2006-11-19.
309 * critical bug 841, CVE-2006-5925: prevent enabling the SMB protocol
310 * critical bug 786: fix crash when following a link in frames
311 * print off_t with custom OFF_T_FORMAT instead of PRId64
312 * build: Minix3 compatibility
314 ELinks 0.11.1:
315 --------------
317 Released on 2006-01-29.
319 * work around null pointer crashes in HTTP digest authentication
320 * fix assertion failure with document.plain.display_links and
321   uppercase URIs
322 * fix Gopher crashes
323 * enhancement 630: native FSP protocol support (replaces CGI program
324   in contrib/cgi/)
325 * SMJS user scripting: check for hooks.js before trying to load it
326 * SMJS user scripting: the elinks.preformat_html hook gets a second
327   argument: a view_state object with .uri and .plain properties
328 * bug 921 in Lua scripting: fix current_document_formatted
329 * if given "a?b" in the command line, try to guess whether the
330   question mark is part of the file name or indicates a query part
331 * updated character entity list from unicode.org
332 * build: use asciidoc -unsafe for AsciiDoc 7.0.4 compatibility
333 * build bug 738: fix "/config.charset" error triggered by building in
334   the source directory
336 ELinks 0.11.0 (Elated):
337 -----------------------
339 Released on 2006-01-01.
341 * SSL support via GNUTLS now requires 1.2 or higher
342 * support for Lua 4.x was dropped, we only support Lua 5.x now
343 * Python scripting back-end (experimental)
344 * Spidermonkey based ECMAScript scripting back-end (experimental)
345 * 88 colors support
346 * default URI-rewrite rule, used when no other rules match but the string that
347   was entered in the Go to URL box does not resemble a URI
348 * support prefixes for add-bookmark-link, document-info, goto-url-current-link,
349   history-move-back, and history-move-forward
350 * BitTorrent protocol (experimental)
351 * FSP protocol via a CGI script (see contrib/cgi/README.FSP) (experimental)
352 * enhancement 694: sysmouse support on the BSD console
353 * new GNU make based build system (aclocal from automake is still required)
354 * move from CVS to GIT
356 ELinks 0.10.6:
357 --------------
359 Released on 2005-09-15.
361 * external editor is configurable at run-time
363 ELinks 0.10.4:
364 --------------
366 Released on 2005-04-06.
368 * explicit keyboard accelerators were defined for buttons in dialogue boxes and
369   are now highlighted
371 ELinks 0.10.2:
372 --------------
374 Released on 2005-01-30.
376 * Ruby scripting back-end (experimental)
377 * Debian package files (apt-get install devscripts && debuild -uc -us)
379 ELinks 0.10.0 (Thelma):
380 -----------------------
382 Released on 2004-12-24.
384 * licensed under GPLv2 only
385 * simple CSS
386 * simple JavaScript/ECMAScript support by the SpiderMonkey Mozilla JS engine
387 * plain-text mark-up (_^Hx to underline, x^Hx to embolden)
388 * HTML source high-lighting using DOM implementation
389 * multiple URIs on the command line
390 * tabs moving (press Alt-'>' or Alt-'<')
391 * periodic snapshotting of all tabs in all terminals
392 * exmode CLI support (press ':' followed by action and args) (experimental)
393 * cursor routing (aka w3m-style navigation)
394 * modal text-input form-fields editing (enabled by default)
395 * manual cookies creating and editing
396 * incremental searching (press '#/')
397 * Perl scripting back-end (experimental)
398 * build-time configurability and feature documentation through features.conf
399 * Mozilla-compatible -remote option (http://www.mozilla.org/unix/remote.html[])
400 * support for specifying IP family as protocol postfix (e.g. http4 or ftp6)
401 * internationalized domain names via libidn (RFC 3490)
402 * data URI protocol (RFC 2397)
403 * gopher protocol (RFC 1436)
404 * NNTP protocol (RFC 977 and RFC 2980) (experimental)
405 * build system fine-tuned to use automake conditionals
406 * -localhost option to block connections to remote hosts
407 * -verbose option to control messages printed at startup
408 * -default-keys command line option to ignore user-defined keybindings
409 * -confdir option renamed to -config-dir
410 * -conffile option renamed to -config-file
411 * enhanced documentation
413 ELinks 0.9.2:
414 -------------
416 Released on 2004-09-24.
418 * directional links navigation
419 * 'unset' configuration directive, which can be used, e.g., to delete default
420   MIME type settings or external protocol handlers.
422 ELinks 0.9.1:
423 -------------
425 Released on 2004-01-23.
427 * support <object> tags by displaying a link to the data
428 * add beginning-of-buffer and end-of-buffer actions for text fields
429 * automatic session saving/restoring support (disabled by default)
430 * add-bookmark-tabs (bookmark all tabs) option and menu item
431 * fold successive blank lines when displaying a plain-text document
432   (disabled by default; use the option document.plain.compress_empty_lines)
433 * 'fresh' color for any tab that has not been selected
434   since its document was loaded
436 ELinks 0.9.0 (Skyrider):
437 ------------------------
439 Released on 2003-12-24.
441 * used gettext for internationalization
442 * support for background document colors
443 * tabs support
444 * new MIME subsystem adding mimetypes files support
445 * local CGI support
446 * Guile scripting extensions
447 * HTML meta refresh
448 * forms history
449 * 256 colors support
450 * regex searches
451 * cookies manager, cache manager and download manager
452 * document marks support
453 * displaying URIs in plain documents as links
454 * SMB protocol support (requires smbclient)
455 * builtin user prefixes support (enter 'gg' or 'gg:elinks' to the goto dialog)
456 * HTTPS proxy support
457 * typeahead link searching (press '#')
459 ELinks 0.4.0 (Iceberg):
460 -----------------------
462 Released on 2002-12-24.
464 * merged HTTP_AUTH
465 * basic proxy auth support
466 * cookies parser rewritten
467 * support for tabindex,accesskey,title attribute
468 * FTP support dramatically improved: bugfixes, interoperability fixes, passive
469   mode support, ...
470 * global history support (+vlink support)
471 * make some modules (cookies,bookmarks,globhist,..) optional at compile time
472 * secure saving support (see secure_save option desc. if you're doing weird
473   things with your links files like symlinking or nonstandart permissions!!!)
474 * support for utf8 i/o
475 * mouse wheel support
476 * portability enhancements
477 * performance enhancements
478 * file/http gzip/bzip2 decompression support
479 * downloads resuming support
480 * mailcap support
481 * hierarchic bookmarks support, XBEL bookmarks support
482 * source layout was dramatically reorganized
483 * relocated ELinks configuration files, changed format (if you are upgrading
484   from Links or older ELinks version, read INSTALL file to see how to convert
485   your old config files!!!)
486 * options are now in tree hierarchy and are configurable generically
487 * keybindings can be configured from the user interface
488 * colorful user interface
489 * tiny useless LED-like indicators support
490 * GNUTLS support parallel to the OpenSSL support (fixes some license issues)
491 * extensive memory debugging support
493 ELinks 0.3.0:
494 -------------
496 Released on 2002-03-02.
498 * unhistory
499 * external textarea editor
500 * DNS rewrite - we handle multi RR per host correctly
501 * IPv6 support
502 * rewritten options handling
503 * bookmarks filtering (aka bookmarks search)
504 * bookmarks resaving (save on the disk after every change)
505 * added possibility to change default colors settings
507 Links 0.96-pb3:
508 ---------------
510 Released on 2001-10-26.
512 * secured cookies file creation
513 * support for title attribute of img tag
514 * Catalan translation
515 * Romanian translation
516 * changing of User-Agent string sent to webserver
517 * <listing> tag support
519 Links 0.96-pb2:
520 ---------------
522 Released on 2001-10-06.
524 * cookies expiration, saving and resaving
525 * do NOT strip everything after ? in form action
526 * http referrer, true http referrer
527 * limited textarea external editor support
528 * partial fix of &#13;
529 * enhanced manual page
530 * fixed multi-level HTTP moved when using -dump/-source
531 * fixed keybindings