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