Since the transition of netsurf to gtk3, the binary name is 'netsurf-gtk3', but
the .desktop file still uses 'netsurf-gtk'. Correct the 'Exec' entry of the
.desktop file accordingly.
Already reported before by Andinus <andinus () nand ! sh>, thanks!
OK kn@ and bentley@ (maintainer)
Libnslog provides a category-based logging library which supports complex
logging filters, multiple log levels, and provides context through to client
applications.
ok landry@
The Public Suffix List is a database of top level domain names. The
database allows an application to determine if if a domain name requires
an additional label to be valid.
The nspsl library generates a static code representation of the Public
Suffix List for use in the NetSurf web browser.
ok landry@
Netsurf is a lightweight, standards-compliant web browser originally
designed for mobile devices. netsurf-fb is its framebuffer frontend.
ok landry@ (thanks for testing!)
Libsvgtiny is an implementation of SVG Tiny, written in C. It is currently
in development for use with NetSurf and is intended to be suitable for use
in other projects too.
The overall idea of the library is to take some SVG as input, and return a
list of paths and texts which can be rendered easily. The library does not
do the actual rendering.
ok landry@ (thanks for testing!)
LibNSFB is a framebuffer abstraction library, written in C. It is currently
in development for use with NetSurf and is intended to be suitable for use
in other projects too.
The overall idea of the library is to provide a generic abstraction to a
linear section of memory which corresponds to a visible array of pixel
elements on a display device. Different colour depths are supported and the
library provides routines for tasks such as drawing onto the framebuffer and
rectangle copy operations.
ok landry@ (thanks for testing!)
No changes since the last release, except the following CVE fixes:
CVE-2015-7505 (stack overflow)
CVE-2015-7506 (out-of-bounds read)
CVE-2015-7507 (out-of-bounds read)
CVE-2015-7508 (heap overflow)