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