blob: 60536c4aff4239abc89a0e6da6632da1917ffe03 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
Version 0.6:
* Improved robustness against broken servers.
- Thanks to
www.adobe.com
art.gnome.org
www.sgi.com
www.jp.dk
for putting up broken web servers.
* DNS queries can now be canceled
* New API calls to do "blocking" DNS lookups
- "blocking" here means that the call will not return until the
lookup is finished, but that the main loop will still run so
that a GUI will stil update etc.
* Support for relative URI (courtesy of GnomeVFS).
|