Gitweb links:
...log
http://git.netsurf-browser.org/netsurf-all.git/shortlog/973ac82d7816f0b4621e6256defa998419dce1de
...commit
http://git.netsurf-browser.org/netsurf-all.git/commit/973ac82d7816f0b4621e6256defa998419dce1de
...tree
http://git.netsurf-browser.org/netsurf-all.git/tree/973ac82d7816f0b4621e6256defa998419dce1de
The branch, master has been updated
via 973ac82d7816f0b4621e6256defa998419dce1de (commit)
via 72573bc9a6f1132c4a135e1ac253461747a02512 (commit)
from 5815f4e272b73d9919b40b2a7ce88b5d7eb08dd4 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commitdiff
http://git.netsurf-browser.org/netsurf-all.git/commit/?id=973ac82d7816f0b4621e6256defa998419dce1de
commit 973ac82d7816f0b4621e6256defa998419dce1de
Author: Vincent Sanders <[email protected]>
Commit: Vincent Sanders <[email protected]>
Update component version and changelog for release
diff --git a/ChangeLog.md b/ChangeLog.md
index ea2306d..79f77fa 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,6 +1,183 @@
Change Log
==========
+NetSurf 3.11
+------------
+
+### Core / All platforms
+
+* HTML: Fixed failure to reflow SVGs if fetched and ready before layout.
+* HTML: Support for `display: flex` layout.
+* HTML: Improved minimum/maximum sizes in box layout.
+* HTML: Improved handling of percentages.
+* HTML: Minor cleaning up of layout code.
+* HTML: Use new LibCSS API for unit conversion.
+* HTML: Improved ordered list handling.
+* CSS: Updated selection callbacks to latest LibDOM API.
+* Options: Added core option to disable CSS.
+* Options: Added core option to prefer dark mode.
+* Options: Improved user choices file processing.
+* Bitmap: Opaque testing now implemented in core.
+* Bitmap: Added core support for premultiplied-alpha.
+* Bitmap: Format logged on startup.
+* Bitmap: Added support for pixel colour component order configuration.
+* Bitmap: Added colour component order conversion functions.
+* Bitmap: Generally more optimal on all platforms for all image formats.
+* Image: JPEGXL image handler.
+* Image: Compatibility with latest rSVG version.
+* Image: Improved handling for broken GIF images.
+* Image: Updated to new LibNSGIF API.
+* Image: Updated all image format handlers to use new core bitmap capabilities.
+* Fetch: Updated to new libcurl API.
+* Fetch: Disabled TLS1.0 and TLS1.1.
+* Fetch: Improved handling of bad SSL connections.
+* Fetch: Change to libcurl to optimise HTTPS connections (upstreamed).
+* Local history: More robust rendering.
+* Resources: Updated certificate bundle.
+* JavaScript: Minor updates to DOM bindings.
+* JavaScript: Updated to Duktape 2.7.0 release.
+* JavaScript: Console: Don't log through closed window.
+* Utility: Cleaned up UTF8 handling.
+* Utility: Improved recursive directory removal.
+* Utility: Add support for xx_YY format language codes.
+* CI: Various improvements to build automation and testing.
+* General: Various warning fixes.
+* General: Aligned UserAgent with compatibility spec.
+* Documentation: Updated URLs to https.
+* Documentation: Added front-end development guide.
+* Text areas: Clear selection on word left/right.
+* Buildsystem: Fixed handling of removed header files.
+* Disc cache: Minor fixes.
+* Debug: Added generated charts to image cache stats page.
+* Debug: Added descendant bounding boxes to HTML box tree dumps.
+* Built in: Cleaned up generated `about:` pages.
+
+* LibParserUtils library ?.?.? (parser building utility functions):
+ - Optimised consuming from buffer.
+ - Optimised endian detection.
+ - Added new API to append vector to buffer.
+
+* Hubbub library ?.?.? (HTML parser):
+ - Massively optimised element type detection using perfect hash.
+ - Optimised and updated performance tester.
+ - Fixed bitrot in tests.
+ - Improved example client code.
+ - Buildsystem improvements.
+
+* LibCSS library ?.?.? (CSS parser and selection engine):
+ - Added support for SVG `fill-opacity` property.
+ - Added support for SVG `stroke-opacity` property.
+ - Added support for CSS property wide `revert` value.
+ - Added support for CSS property wide `unset` value.
+ - Added support for CSS property wide `initial` value.
+ - Added support for CSS `position` property `sticky` value.
+ - Added support for CSS `display` property "grid" values.
+ - Added support for `prefers-color-scheme` media query.
+ - Added new public API for CSS unit conversion.
+ - Added support for predefined counter styles.
+ - Optimised media query handling.
+ - Made selection code generator deterministic.
+ - Various selection code generator improvements.
+ - Squashed leak of system font names.
+ - Improved internal handling of property units.
+ - Improved internal string map.
+ - Minor buildsystem improvements.
+ - Improved example code.
+ - Added new tests.
+
+* LibDOM library ?.?.? (Document Object Model):
+ - Fixed XML parser error handling.
+ - Fixed XML parser empty document handling.
+ - Added DOMTokenList implementation.
+ - Added DOM tree walking function.
+ - Improved example code.
+ - Fixed HTML Element int32 attribute getter to handle signed values.
+ - Various stability improvements.
+ - Buildsystem improvements.
+
+* LibNSGIF library 1.0.0 (GIF support):
+ - Complete rewrite.
+ - New API that doesn't expose internal state.
+ - Much better handling of bad or broken GIFs.
+ - Support for decoding to client's choice of pixel colour component order.
+ - Many fixes.
+ - Faster decoding.
+ - Updated documentation.
+
+* LibSVGTiny library ?.?.? (SVG support):
+ - Fixed X11 example utility build.
+ - Implemented path arc correctly.
+ - Updated documentation.
+
+### RISC OS-Specific
+
+* Removed last vestiges of plugin support.
+* Added Choices option to disable CSS.
+* Updated licence information.
+* Updated links to use https in documentation.
+* Fixed broken links in documentation.
+* Support for building with `arm-riscos-gnueabi` toolchain.
+* Updated bundled resources.
+* Improved bitmap rendering.
+* Fixed EX0 EY0 "high DPI" rendering.
+* Text selection support in URL bar (RO5.28 onwards).
+* Dragging favicon saves whole URL.
+* Updated to new RUfl API.
+* Fixed font scanning on startup behaviour.
+* Unified redraw code for browser windows and other core-rendered windows.
+* Fixed auto-scroll crash when pointer leaves core window.
+* Allow drag and drop loading of WEBP image format.
+
+* RUfl library ?.?.? (RISC OS Unicode support):
+ - Added astral character support.
+ - RUfl_cache version now in filename.
+ - Support for multiple versions of RUfl_cache coexisting.
+ - Substitution table reworked for astral characters and heavily optimised.
+ - Render 6-digit replacements for codepoints outside Basic Multilingual
Plane.
+ - Refactoring and many code improvements.
+ - Support for UCS-aware Encoding files.
+ - Various API changes.
+ - Detect overlong and invalid UTF-8 sequences.
+ - Improved compatibility with different Font Manager versions.
+ - Fixed menu building to cope with system with no fonts.
+ - Ignore UCS fonts if using a non-UCS Font Manager.
+ - Remove assumption that pointers are 32-bit.
+ - Added test infrastructure and many tests.
+ - Buildsystem improvements.
+
+### GTK-Specific
+
+* Cleaned up initialisation.
+* Various build warning fixes.
+* Fixed crash when destroying scaffolding.
+* Don't create zero-sized bitmaps.
+* Configure core to use Cairo's bitmap format.
+* Added support for cursor word left/right key bindings.
+* Added support for delete word left/right key bindings.
+* Added back/forward mouse button processing.
+* Fixed path plotter.
+* Made UI resources more consistent.
+
+### Amiga-Specific
+
+* Added page theme option.
+* Improved bitmap handling.
+* Improved and optimised Unicode handling.
+* Stability improvements.
+
+### Windows-Specific
+
+* Buildsystem: Use pkg-config.
+* Support Ctrl+A in address bar.
+
+### Framebuffer-Specific
+
+* Minor internal font fixes.
+* Improved documentation.
+
+Also included are many smaller bug fixes, improvements and
+documentation enhancements.
+
NetSurf 3.10
------------
diff --git a/Makefile b/Makefile
index 877328b..87a340d 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@
# Component settings
COMPONENT := netsurf-all
-COMPONENT_VERSION := 3.10
+COMPONENT_VERSION := 3.11
# Targets
commitdiff
http://git.netsurf-browser.org/netsurf-all.git/commit/?id=72573bc9a6f1132c4a135e1ac253461747a02512
commit 72573bc9a6f1132c4a135e1ac253461747a02512
Author: Vincent Sanders <[email protected]>
Commit: Vincent Sanders <[email protected]>
Update submodules for 3.11 release
diff --git a/buildsystem b/buildsystem
index 979e55b..6481753 160000
--- a/buildsystem
+++ b/buildsystem
@@ -1 +1 @@
-Subproject commit 979e55b96705666334d3f00aebad30f49b11d677
+Subproject commit 648175318b53c15dc76a1abb48a607a74b249cd5
diff --git a/libcss b/libcss
index 385769d..703f124 160000
--- a/libcss
+++ b/libcss
@@ -1 +1 @@
-Subproject commit 385769d6554d2d3a9c2c35a04cf5dde706cefb6b
+Subproject commit 703f1247b2fabd5dc685ba80bc26ccfa263c79ae
diff --git a/libdom b/libdom
index 93b8a9b..e89a7bc 160000
--- a/libdom
+++ b/libdom
@@ -1 +1 @@
-Subproject commit 93b8a9bba18fc3166dd158484188b1730afdd382
+Subproject commit e89a7bc6b5042a4ceb1428a9b4ad8eced38b521b
diff --git a/libhubbub b/libhubbub
index 41b3e0e..c06131a 160000
--- a/libhubbub
+++ b/libhubbub
@@ -1 +1 @@
-Subproject commit 41b3e0e617cfce96de85d4d031c4d131e3dc4cf4
+Subproject commit c06131aaf151d81474cc3f5bdd0b385f5a490661
diff --git a/libnsbmp b/libnsbmp
index 3155a7e..77ce1da 160000
--- a/libnsbmp
+++ b/libnsbmp
@@ -1 +1 @@
-Subproject commit 3155a7e9db2d7d7c2349a12bc892fa9ff68c2338
+Subproject commit 77ce1da1f484de5a7696d9bac0a8b42fa8cb35e2
diff --git a/libnsgif b/libnsgif
index a937d16..e97bc7b 160000
--- a/libnsgif
+++ b/libnsgif
@@ -1 +1 @@
-Subproject commit a937d161f6787ecc1c1bef9bad6039925ff13d72
+Subproject commit e97bc7b86f19ace910a2c71025ad2d94a28a1d2e
diff --git a/libnspsl b/libnspsl
index 1867e1e..a01df2a 160000
--- a/libnspsl
+++ b/libnspsl
@@ -1 +1 @@
-Subproject commit 1867e1ec995c84aca6f1159a6e04099c2cf215b6
+Subproject commit a01df2a17079848adb0e68226a572b579ed046a8
diff --git a/libnsutils b/libnsutils
index 142a794..490205e 160000
--- a/libnsutils
+++ b/libnsutils
@@ -1 +1 @@
-Subproject commit 142a7945fb9fe477324f8df5e9645ef161042483
+Subproject commit 490205e84fad9cf927cb9c73d58caf11c7a1d97f
diff --git a/libparserutils b/libparserutils
index 269b004..447c867 160000
--- a/libparserutils
+++ b/libparserutils
@@ -1 +1 @@
-Subproject commit 269b0047aa506be93637e93d109a34f4bd7cefc4
+Subproject commit 447c86722d4043ca10921a1746c72fea05838c11
diff --git a/libpencil b/libpencil
index aec3cd0..b188c64 160000
--- a/libpencil
+++ b/libpencil
@@ -1 +1 @@
-Subproject commit aec3cd021f22c5bbc83751a4b8dd5b149f770a01
+Subproject commit b188c64565df5f4e83f42ab72c6c838635a75d84
diff --git a/librufl b/librufl
index b71e72b..d49a815 160000
--- a/librufl
+++ b/librufl
@@ -1 +1 @@
-Subproject commit b71e72bfdf6c67a07c7978f1f9c540a6d0bc4412
+Subproject commit d49a815620d8c9d9f0ab4f93661f2552d721de4c
diff --git a/libsvgtiny b/libsvgtiny
index e31a20a..a041b0d 160000
--- a/libsvgtiny
+++ b/libsvgtiny
@@ -1 +1 @@
-Subproject commit e31a20a97c6cd957ac4d858318f5819b90d97f77
+Subproject commit a041b0d9978f412d86ffe1c97bba7473d2f9c4fd
diff --git a/netsurf b/netsurf
index 7f27022..3709818 160000
--- a/netsurf
+++ b/netsurf
@@ -1 +1 @@
-Subproject commit 7f2702294f83dc81080fc651272749a4ccd62daf
+Subproject commit 3709818641a695f1dd0bf7435f04f91f5798db75
diff --git a/nsgenbind b/nsgenbind
index de59070..48a2aaa 160000
--- a/nsgenbind
+++ b/nsgenbind
@@ -1 +1 @@
-Subproject commit de5907061aead26aeef95d998a02ea7b00d4242d
+Subproject commit 48a2aaa6e40db1faad65a901bd0cb105ea9616bd
-----------------------------------------------------------------------
Summary of changes:
ChangeLog.md | 177 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Makefile | 2 +-
buildsystem | 2 +-
libcss | 2 +-
libdom | 2 +-
libhubbub | 2 +-
libnsbmp | 2 +-
libnsgif | 2 +-
libnspsl | 2 +-
libnsutils | 2 +-
libparserutils | 2 +-
libpencil | 2 +-
librufl | 2 +-
libsvgtiny | 2 +-
netsurf | 2 +-
nsgenbind | 2 +-
16 files changed, 192 insertions(+), 15 deletions(-)
diff --git a/ChangeLog.md b/ChangeLog.md
index ea2306d..79f77fa 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,6 +1,183 @@
Change Log
==========
+NetSurf 3.11
+------------
+
+### Core / All platforms
+
+* HTML: Fixed failure to reflow SVGs if fetched and ready before layout.
+* HTML: Support for `display: flex` layout.
+* HTML: Improved minimum/maximum sizes in box layout.
+* HTML: Improved handling of percentages.
+* HTML: Minor cleaning up of layout code.
+* HTML: Use new LibCSS API for unit conversion.
+* HTML: Improved ordered list handling.
+* CSS: Updated selection callbacks to latest LibDOM API.
+* Options: Added core option to disable CSS.
+* Options: Added core option to prefer dark mode.
+* Options: Improved user choices file processing.
+* Bitmap: Opaque testing now implemented in core.
+* Bitmap: Added core support for premultiplied-alpha.
+* Bitmap: Format logged on startup.
+* Bitmap: Added support for pixel colour component order configuration.
+* Bitmap: Added colour component order conversion functions.
+* Bitmap: Generally more optimal on all platforms for all image formats.
+* Image: JPEGXL image handler.
+* Image: Compatibility with latest rSVG version.
+* Image: Improved handling for broken GIF images.
+* Image: Updated to new LibNSGIF API.
+* Image: Updated all image format handlers to use new core bitmap capabilities.
+* Fetch: Updated to new libcurl API.
+* Fetch: Disabled TLS1.0 and TLS1.1.
+* Fetch: Improved handling of bad SSL connections.
+* Fetch: Change to libcurl to optimise HTTPS connections (upstreamed).
+* Local history: More robust rendering.
+* Resources: Updated certificate bundle.
+* JavaScript: Minor updates to DOM bindings.
+* JavaScript: Updated to Duktape 2.7.0 release.
+* JavaScript: Console: Don't log through closed window.
+* Utility: Cleaned up UTF8 handling.
+* Utility: Improved recursive directory removal.
+* Utility: Add support for xx_YY format language codes.
+* CI: Various improvements to build automation and testing.
+* General: Various warning fixes.
+* General: Aligned UserAgent with compatibility spec.
+* Documentation: Updated URLs to https.
+* Documentation: Added front-end development guide.
+* Text areas: Clear selection on word left/right.
+* Buildsystem: Fixed handling of removed header files.
+* Disc cache: Minor fixes.
+* Debug: Added generated charts to image cache stats page.
+* Debug: Added descendant bounding boxes to HTML box tree dumps.
+* Built in: Cleaned up generated `about:` pages.
+
+* LibParserUtils library ?.?.? (parser building utility functions):
+ - Optimised consuming from buffer.
+ - Optimised endian detection.
+ - Added new API to append vector to buffer.
+
+* Hubbub library ?.?.? (HTML parser):
+ - Massively optimised element type detection using perfect hash.
+ - Optimised and updated performance tester.
+ - Fixed bitrot in tests.
+ - Improved example client code.
+ - Buildsystem improvements.
+
+* LibCSS library ?.?.? (CSS parser and selection engine):
+ - Added support for SVG `fill-opacity` property.
+ - Added support for SVG `stroke-opacity` property.
+ - Added support for CSS property wide `revert` value.
+ - Added support for CSS property wide `unset` value.
+ - Added support for CSS property wide `initial` value.
+ - Added support for CSS `position` property `sticky` value.
+ - Added support for CSS `display` property "grid" values.
+ - Added support for `prefers-color-scheme` media query.
+ - Added new public API for CSS unit conversion.
+ - Added support for predefined counter styles.
+ - Optimised media query handling.
+ - Made selection code generator deterministic.
+ - Various selection code generator improvements.
+ - Squashed leak of system font names.
+ - Improved internal handling of property units.
+ - Improved internal string map.
+ - Minor buildsystem improvements.
+ - Improved example code.
+ - Added new tests.
+
+* LibDOM library ?.?.? (Document Object Model):
+ - Fixed XML parser error handling.
+ - Fixed XML parser empty document handling.
+ - Added DOMTokenList implementation.
+ - Added DOM tree walking function.
+ - Improved example code.
+ - Fixed HTML Element int32 attribute getter to handle signed values.
+ - Various stability improvements.
+ - Buildsystem improvements.
+
+* LibNSGIF library 1.0.0 (GIF support):
+ - Complete rewrite.
+ - New API that doesn't expose internal state.
+ - Much better handling of bad or broken GIFs.
+ - Support for decoding to client's choice of pixel colour component order.
+ - Many fixes.
+ - Faster decoding.
+ - Updated documentation.
+
+* LibSVGTiny library ?.?.? (SVG support):
+ - Fixed X11 example utility build.
+ - Implemented path arc correctly.
+ - Updated documentation.
+
+### RISC OS-Specific
+
+* Removed last vestiges of plugin support.
+* Added Choices option to disable CSS.
+* Updated licence information.
+* Updated links to use https in documentation.
+* Fixed broken links in documentation.
+* Support for building with `arm-riscos-gnueabi` toolchain.
+* Updated bundled resources.
+* Improved bitmap rendering.
+* Fixed EX0 EY0 "high DPI" rendering.
+* Text selection support in URL bar (RO5.28 onwards).
+* Dragging favicon saves whole URL.
+* Updated to new RUfl API.
+* Fixed font scanning on startup behaviour.
+* Unified redraw code for browser windows and other core-rendered windows.
+* Fixed auto-scroll crash when pointer leaves core window.
+* Allow drag and drop loading of WEBP image format.
+
+* RUfl library ?.?.? (RISC OS Unicode support):
+ - Added astral character support.
+ - RUfl_cache version now in filename.
+ - Support for multiple versions of RUfl_cache coexisting.
+ - Substitution table reworked for astral characters and heavily optimised.
+ - Render 6-digit replacements for codepoints outside Basic Multilingual
Plane.
+ - Refactoring and many code improvements.
+ - Support for UCS-aware Encoding files.
+ - Various API changes.
+ - Detect overlong and invalid UTF-8 sequences.
+ - Improved compatibility with different Font Manager versions.
+ - Fixed menu building to cope with system with no fonts.
+ - Ignore UCS fonts if using a non-UCS Font Manager.
+ - Remove assumption that pointers are 32-bit.
+ - Added test infrastructure and many tests.
+ - Buildsystem improvements.
+
+### GTK-Specific
+
+* Cleaned up initialisation.
+* Various build warning fixes.
+* Fixed crash when destroying scaffolding.
+* Don't create zero-sized bitmaps.
+* Configure core to use Cairo's bitmap format.
+* Added support for cursor word left/right key bindings.
+* Added support for delete word left/right key bindings.
+* Added back/forward mouse button processing.
+* Fixed path plotter.
+* Made UI resources more consistent.
+
+### Amiga-Specific
+
+* Added page theme option.
+* Improved bitmap handling.
+* Improved and optimised Unicode handling.
+* Stability improvements.
+
+### Windows-Specific
+
+* Buildsystem: Use pkg-config.
+* Support Ctrl+A in address bar.
+
+### Framebuffer-Specific
+
+* Minor internal font fixes.
+* Improved documentation.
+
+Also included are many smaller bug fixes, improvements and
+documentation enhancements.
+
NetSurf 3.10
------------
diff --git a/Makefile b/Makefile
index 877328b..87a340d 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@
# Component settings
COMPONENT := netsurf-all
-COMPONENT_VERSION := 3.10
+COMPONENT_VERSION := 3.11
# Targets
diff --git a/buildsystem b/buildsystem
index 979e55b..6481753 160000
--- a/buildsystem
+++ b/buildsystem
@@ -1 +1 @@
-Subproject commit 979e55b96705666334d3f00aebad30f49b11d677
+Subproject commit 648175318b53c15dc76a1abb48a607a74b249cd5
diff --git a/libcss b/libcss
index 385769d..703f124 160000
--- a/libcss
+++ b/libcss
@@ -1 +1 @@
-Subproject commit 385769d6554d2d3a9c2c35a04cf5dde706cefb6b
+Subproject commit 703f1247b2fabd5dc685ba80bc26ccfa263c79ae
diff --git a/libdom b/libdom
index 93b8a9b..e89a7bc 160000
--- a/libdom
+++ b/libdom
@@ -1 +1 @@
-Subproject commit 93b8a9bba18fc3166dd158484188b1730afdd382
+Subproject commit e89a7bc6b5042a4ceb1428a9b4ad8eced38b521b
diff --git a/libhubbub b/libhubbub
index 41b3e0e..c06131a 160000
--- a/libhubbub
+++ b/libhubbub
@@ -1 +1 @@
-Subproject commit 41b3e0e617cfce96de85d4d031c4d131e3dc4cf4
+Subproject commit c06131aaf151d81474cc3f5bdd0b385f5a490661
diff --git a/libnsbmp b/libnsbmp
index 3155a7e..77ce1da 160000
--- a/libnsbmp
+++ b/libnsbmp
@@ -1 +1 @@
-Subproject commit 3155a7e9db2d7d7c2349a12bc892fa9ff68c2338
+Subproject commit 77ce1da1f484de5a7696d9bac0a8b42fa8cb35e2
diff --git a/libnsgif b/libnsgif
index a937d16..e97bc7b 160000
--- a/libnsgif
+++ b/libnsgif
@@ -1 +1 @@
-Subproject commit a937d161f6787ecc1c1bef9bad6039925ff13d72
+Subproject commit e97bc7b86f19ace910a2c71025ad2d94a28a1d2e
diff --git a/libnspsl b/libnspsl
index 1867e1e..a01df2a 160000
--- a/libnspsl
+++ b/libnspsl
@@ -1 +1 @@
-Subproject commit 1867e1ec995c84aca6f1159a6e04099c2cf215b6
+Subproject commit a01df2a17079848adb0e68226a572b579ed046a8
diff --git a/libnsutils b/libnsutils
index 142a794..490205e 160000
--- a/libnsutils
+++ b/libnsutils
@@ -1 +1 @@
-Subproject commit 142a7945fb9fe477324f8df5e9645ef161042483
+Subproject commit 490205e84fad9cf927cb9c73d58caf11c7a1d97f
diff --git a/libparserutils b/libparserutils
index 269b004..447c867 160000
--- a/libparserutils
+++ b/libparserutils
@@ -1 +1 @@
-Subproject commit 269b0047aa506be93637e93d109a34f4bd7cefc4
+Subproject commit 447c86722d4043ca10921a1746c72fea05838c11
diff --git a/libpencil b/libpencil
index aec3cd0..b188c64 160000
--- a/libpencil
+++ b/libpencil
@@ -1 +1 @@
-Subproject commit aec3cd021f22c5bbc83751a4b8dd5b149f770a01
+Subproject commit b188c64565df5f4e83f42ab72c6c838635a75d84
diff --git a/librufl b/librufl
index b71e72b..d49a815 160000
--- a/librufl
+++ b/librufl
@@ -1 +1 @@
-Subproject commit b71e72bfdf6c67a07c7978f1f9c540a6d0bc4412
+Subproject commit d49a815620d8c9d9f0ab4f93661f2552d721de4c
diff --git a/libsvgtiny b/libsvgtiny
index e31a20a..a041b0d 160000
--- a/libsvgtiny
+++ b/libsvgtiny
@@ -1 +1 @@
-Subproject commit e31a20a97c6cd957ac4d858318f5819b90d97f77
+Subproject commit a041b0d9978f412d86ffe1c97bba7473d2f9c4fd
diff --git a/netsurf b/netsurf
index 7f27022..3709818 160000
--- a/netsurf
+++ b/netsurf
@@ -1 +1 @@
-Subproject commit 7f2702294f83dc81080fc651272749a4ccd62daf
+Subproject commit 3709818641a695f1dd0bf7435f04f91f5798db75
diff --git a/nsgenbind b/nsgenbind
index de59070..48a2aaa 160000
--- a/nsgenbind
+++ b/nsgenbind
@@ -1 +1 @@
-Subproject commit de5907061aead26aeef95d998a02ea7b00d4242d
+Subproject commit 48a2aaa6e40db1faad65a901bd0cb105ea9616bd
--
NetSurf 'all' tree. Typically used for releases
_______________________________________________
netsurf-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]