Kalle Olavi Niemitalo
3dbf4d3d1d
NEWS: mention bugs 723, 869
2007-07-29 15:45:23 +02:00
Kalle Olavi Niemitalo
92e003450e
NEWS: mention bug 744
2007-07-19 18:26:04 +02:00
Kalle Olavi Niemitalo
20fb01fa51
NEWS: mention MinGW
2007-07-18 20:37:23 +02:00
Kalle Olavi Niemitalo
da8d813c4e
NEWS: mention bug 766
2007-07-16 21:57:45 +02:00
Kalle Olavi Niemitalo
5a6740a3ad
NEWS: sync from 0.11.3.GIT
2007-07-10 18:35:53 +02:00
Kalle Olavi Niemitalo
46f7a7fc89
NEWS: mention bugs 613, 714, 961
2007-07-10 18:35:48 +02:00
Kalle Olavi Niemitalo
6d67c3681c
NEWS: sync with 0.11.3.GIT
2007-07-03 07:59:46 +02:00
Kalle Olavi Niemitalo
03569b6a59
NEWS: mention bug 960
...
[ From commit e1e81db035
in ELinks
0.11.3.GIT. --KON ]
2007-07-03 07:59:41 +02:00
Kalle Olavi Niemitalo
47762bd388
NEWS: mention bug 936
2007-07-02 20:41:24 +02:00
Kalle Olavi Niemitalo
cb4b6bc0ac
Bug 755: Document that SpiderMonkey 1.5 RC3 no longer works.
...
The SpiderMonkey support in ELinks now uses JS_GetReservedSlot,
which was added in SpiderMonkey 1.5 RC3a, released on 2001-05-11.
So ELinks no longer supports earlier versions of SpiderMonkey.
However, be careful not to claim that ELinks needs "SpiderMonkey
1.5 RC3a or later", because we haven't tested 1.5 RC3a.
(I guess we didn't test zlib 1.2.0.2 either... oh, well.)
2007-06-29 18:24:02 +02:00
Kalle Olavi Niemitalo
6308bcd919
NEWS: temporarily mention bug 920
2007-06-24 11:59:37 +02:00
Kalle Olavi Niemitalo
0668b4fd5c
NEWS: mention bug 957, in the commented-out part
2007-06-23 19:20:32 +02:00
Kalle Olavi Niemitalo
ddcf329fa8
Link to gitweb at repo.or.cz, rather than pasky.or.cz.
...
The history converted from CVS is not in repo.or.cz though, so keep
referring to pasky.or.cz for that. (We don't seem to use
"gitweb.elinks.cz", which is a DNS alias for pasky.or.cz.)
<paakku> Do you think we should maybe point people to gitweb at
repo.or.cz rather than pasky.or.cz?
<pasky> absolutely
<pasky> actually I thought we already are pointing people at
repo.or.cz
<pasky> at least there was some movement to do that already, I believe
:)
2007-06-22 18:30:30 +02:00
Kalle Olavi Niemitalo
0031fb4e0d
NEWS: sync with 0.11.3.GIT and update
2007-06-17 21:11:26 +02:00
Kalle Olavi Niemitalo
2211994789
Check for gzclearerr in configure. Document needing zlib >= 1.2.0.2.
...
It was reported at elinks-dev on 2007-06-03 that Solaris 10 comes with
zlib 1.1.4, which does not include gzclearerr(), which ELinks nowadays
requires. It would be possible to rewrite the decompression support
to use deflate() directly and avoid stdio, in which case gzclearerr()
would not be needed. That will take some time however, so I'm not
attempting it for ELinks 0.12.0. Instead, I'm just disabling gzip
decompression entirely if zlib is too old.
2007-06-11 20:55:50 +02:00
Kalle Olavi Niemitalo
9a48c88229
NEWS: ELinks 0.10.0 and later are GPLv2 only.
2007-06-10 17:48:53 +02:00
Kalle Olavi Niemitalo
275b50bc90
NEWS: The remaining ECMAScript bugs don't crash ELinks.
2007-05-28 19:33:50 +02:00
Kalle Olavi Niemitalo
809fa053b6
NEWS: Bug 755 was fixed.
2007-05-27 20:52:54 +02:00
Kalle Olavi Niemitalo
0d39a215c3
NEWS: Bug 951 now has a number.
...
I trust Miciah will change the "their" to "them" if appropriate.
2007-05-27 18:30:58 +02:00
Kalle Olavi Niemitalo
ff9fd492da
NEWS: Compilation under gcc 4.x was fixed already in 0.11.3.
2007-05-27 09:59:45 +02:00
Kalle Olavi Niemitalo
7fbf64ec9d
NEWS: remove what seems to be a duplicate of bug 950
2007-05-27 09:59:40 +02:00
Kalle Olavi Niemitalo
2bcf3c8e6c
NEWS: Bug 950 now has a number.
2007-05-24 18:28:28 +02:00
Kalle Olavi Niemitalo
87b086a046
NEWS: mention bug 461
2007-05-20 20:21:58 +02:00
Kalle Olavi Niemitalo
d69cf888ef
Bug 822: Make --enable-utf-8 the default.
...
Experimental features should be disabled by default, so this is no
longer considered experimental.
2007-05-20 20:21:34 +02:00
Kalle Olavi Niemitalo
5b331574d0
NEWS: sync from 0.11.3.GIT
2007-05-20 14:22:42 +02:00
Kalle Olavi Niemitalo
1ed48a53f4
NEWS: more AsciiDoc markup
2007-05-20 14:22:26 +02:00
Kalle Olavi Niemitalo
bb110e1021
NEWS: merge most categories, sort by severity, sync 0.11.3.GIT
2007-05-20 14:22:21 +02:00
Kalle Olavi Niemitalo
dab6062347
NEWS: prune some build fixes that were backported already
2007-05-20 14:22:09 +02:00
Kalle Olavi Niemitalo
ec1c62bfc6
NEWS: Add newlines to make AsciiDoc realize these are lists.
2007-05-20 14:21:47 +02:00
Kalle Olavi Niemitalo
ec92604b8c
NEWS: shorten, reformat, and sort by severity
2007-05-20 14:21:42 +02:00
Kalle Olavi Niemitalo
e0bd7d1b16
NEWS: updates to bugs 691, 725, 788, 790
2007-05-20 14:21:37 +02:00
Kalle Olavi Niemitalo
2061d58dd2
NEWS: finished scan of bugzilla.elinks.cz
2007-05-20 14:21:32 +02:00
Kalle Olavi Niemitalo
9e180725f9
NEWS: sync from 0.11.3.GIT ( 705f8d549f
)
2007-05-20 14:21:26 +02:00
Kalle Olavi Niemitalo
bda58da008
Bug 947, NEWS: The option is wrap_nbsp, not wrap_html.
2007-05-20 14:21:16 +02:00
Kalle Olavi Niemitalo
bf71d024bc
Debian bug 380347: Prevent a buffer overflow in entity_cache.
2007-05-20 14:21:09 +02:00
Kalle Olavi Niemitalo
483386a6e5
NEWS: mention bug 816
2007-05-20 14:05:47 +02:00
Kalle Olavi Niemitalo
d66dc7341c
NEWS: mention bugs 928, 947
2007-05-20 14:05:11 +02:00
Kalle Olavi Niemitalo
75dbfdb7e2
ELinks 0.13.GIT.
...
There is a now separate elinks-0.12 branch for the upcoming 0.12.0 release.
2007-05-01 20:32:38 +02:00
Kalle Olavi Niemitalo
1c9165e931
Bug 712, ssl_set_no_tls: Disable TLS protocols for GnuTLS too.
...
And log this in NEWS, although that may have to be reverted later if
it turns out this change just hides a real bug elsewhere in ELinks.
2007-05-01 20:28:27 +02:00
Kalle Olavi Niemitalo
128786eade
NEWS: Clarify that these are bug numbers.
...
This will let the elinks-web tree link to the bugs automatically.
2007-05-01 20:28:02 +02:00
Kalle Olavi Niemitalo
16369e0e01
NEWS: ELinks 0.11.3 was released.
2007-05-01 20:27:57 +02:00
Kalle Olavi Niemitalo
720793cf97
NEWS: mention bug 945
2007-05-01 20:27:21 +02:00
Kalle Olavi Niemitalo
05b154e6c6
NEWS: Moved Tiny C Compiler advice to a separate file.
2007-05-01 20:25:22 +02:00
Kalle Olavi Niemitalo
e02949cd13
NEWS: List release dates, from mailing list announcements.
2007-05-01 20:24:50 +02:00
Kalle Olavi Niemitalo
dcd88ab724
NEWS update
2007-05-01 20:24:42 +02:00
Kalle Olavi Niemitalo
b6266c8b07
NEWS: Mark Tiny C Compiler support experimental because of many problems.
2007-05-01 20:24:30 +02:00
Kalle Olavi Niemitalo
572678d33e
NEWS update
2007-05-01 20:24:25 +02:00
Kalle Olavi Niemitalo
ad63a26539
NEWS rearrangements
2007-05-01 20:24:17 +02:00
Kalle Olavi Niemitalo
62095fc0b6
NEWS: Sync from 0.11.2.GIT commit 452d4c0f61
.
2007-05-01 20:24:10 +02:00
Kalle Olavi Niemitalo
066ca9738e
NEWS: Number the future releases.
2007-05-01 20:24:05 +02:00