Gitweb links:

...log 
http://git.netsurf-browser.org/netsurf-all.git/shortlog/6ab759593abde2049b3d068bc676cb38c1df5bdd
...commit 
http://git.netsurf-browser.org/netsurf-all.git/commit/6ab759593abde2049b3d068bc676cb38c1df5bdd
...tree 
http://git.netsurf-browser.org/netsurf-all.git/tree/6ab759593abde2049b3d068bc676cb38c1df5bdd

The branch, master has been updated
       via  6ab759593abde2049b3d068bc676cb38c1df5bdd (commit)
      from  66f962b18bd74324025400a05fdde2b89c9434c0 (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=6ab759593abde2049b3d068bc676cb38c1df5bdd
commit 6ab759593abde2049b3d068bc676cb38c1df5bdd
Author: Vincent Sanders <[email protected]>
Commit: Vincent Sanders <[email protected]>

    add psl library and update component version to track netsurf

diff --git a/.gitmodules b/.gitmodules
index 40dc299..998d3df 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -49,3 +49,6 @@
 [submodule "libutf8proc"]
        path = libutf8proc
        url = http://git.netsurf-browser.org/libutf8proc.git/
+[submodule "libnspsl"]
+       path = libnspsl
+       url = http://git.netsurf-browser.org/libnspsl.git
diff --git a/Makefile b/Makefile
index 11552e9..dc7ea5b 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@
 
 # Component settings
 COMPONENT := netsurf-all
-COMPONENT_VERSION := 3.5
+COMPONENT_VERSION := 3.6
 
 # Targets
 
@@ -28,7 +28,7 @@ NETSURF_TARG := netsurf
 NSGENBIND_TARG := nsgenbind
 
 # Library targets
-NSLIB_ALL_TARG := buildsystem libwapcaplet libparserutils libcss libhubbub 
libdom libnsbmp libnsgif librosprite libnsutils libutf8proc
+NSLIB_ALL_TARG := buildsystem libwapcaplet libparserutils libcss libhubbub 
libdom libnsbmp libnsgif librosprite libnsutils libutf8proc libnspsl
 
 NSLIB_SVGTINY_TARG := libsvgtiny
 
diff --git a/libcss b/libcss
index bced7d7..846a5fc 160000
--- a/libcss
+++ b/libcss
@@ -1 +1 @@
-Subproject commit bced7d7b4b6575bf0741270f8c86e93ab1ea6d7a
+Subproject commit 846a5fccea928453de47b4ff4bdf120071a1ba79
diff --git a/libdom b/libdom
index 54c4309..42bf19d 160000
--- a/libdom
+++ b/libdom
@@ -1 +1 @@
-Subproject commit 54c4309526e18a26a7b5b1fb4fdd5b7b7f1d304d
+Subproject commit 42bf19d6fe00cb29824b5bc86759183e5a832db6
diff --git a/libnsbmp b/libnsbmp
index a44819c..3c65665 160000
--- a/libnsbmp
+++ b/libnsbmp
@@ -1 +1 @@
-Subproject commit a44819c36f45f3a0a2d387210d0c2f6b5eb577d9
+Subproject commit 3c65665517a3a3a1373b9ca2b1829bf657e293a3
diff --git a/libnsfb b/libnsfb
index 7a323cd..9fc2238 160000
--- a/libnsfb
+++ b/libnsfb
@@ -1 +1 @@
-Subproject commit 7a323cd23444d61b164300dff1b9803774f91426
+Subproject commit 9fc2238945747b27858a34c26c7c64cf895df7e8
diff --git a/libnsgif b/libnsgif
index ee6294d..0615d2e 160000
--- a/libnsgif
+++ b/libnsgif
@@ -1 +1 @@
-Subproject commit ee6294d3f46d41a3f279adb147a386b10e96a5aa
+Subproject commit 0615d2ea332b07586dc838bab7121253f0396db3
diff --git a/libnspsl b/libnspsl
new file mode 160000
index 0000000..26a1aee
--- /dev/null
+++ b/libnspsl
@@ -0,0 +1 @@
+Subproject commit 26a1aeeaf99a6b03419d35dd0c185b091cd1928d
diff --git a/libnsutils b/libnsutils
index 59ceb7f..6e45ee2 160000
--- a/libnsutils
+++ b/libnsutils
@@ -1 +1 @@
-Subproject commit 59ceb7f10f39ddb205a14779de3ba58224f93254
+Subproject commit 6e45ee284b3ce23343683ceee527b8411c73f24f
diff --git a/libsvgtiny b/libsvgtiny
index 5702c70..28ef4f0 160000
--- a/libsvgtiny
+++ b/libsvgtiny
@@ -1 +1 @@
-Subproject commit 5702c70efacc57fd7d5333e949b853cf5a03b677
+Subproject commit 28ef4f0a47dcb9e257ce3b6f088d3ae09d65c2b5
diff --git a/netsurf b/netsurf
index b2a32c3..b18c7aa 160000
--- a/netsurf
+++ b/netsurf
@@ -1 +1 @@
-Subproject commit b2a32c3ea27aec8345d4d579cc85654cdecad6c0
+Subproject commit b18c7aaa89919222122f31aeafaf8bf10eebafdc


-----------------------------------------------------------------------

Summary of changes:
 .gitmodules |    3 +++
 Makefile    |    4 ++--
 libcss      |    2 +-
 libdom      |    2 +-
 libnsbmp    |    2 +-
 libnsfb     |    2 +-
 libnsgif    |    2 +-
 libnspsl    |    1 +
 libnsutils  |    2 +-
 libsvgtiny  |    2 +-
 netsurf     |    2 +-
 11 files changed, 14 insertions(+), 10 deletions(-)
 create mode 160000 libnspsl

diff --git a/.gitmodules b/.gitmodules
index 40dc299..998d3df 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -49,3 +49,6 @@
 [submodule "libutf8proc"]
        path = libutf8proc
        url = http://git.netsurf-browser.org/libutf8proc.git/
+[submodule "libnspsl"]
+       path = libnspsl
+       url = http://git.netsurf-browser.org/libnspsl.git
diff --git a/Makefile b/Makefile
index 11552e9..dc7ea5b 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@
 
 # Component settings
 COMPONENT := netsurf-all
-COMPONENT_VERSION := 3.5
+COMPONENT_VERSION := 3.6
 
 # Targets
 
@@ -28,7 +28,7 @@ NETSURF_TARG := netsurf
 NSGENBIND_TARG := nsgenbind
 
 # Library targets
-NSLIB_ALL_TARG := buildsystem libwapcaplet libparserutils libcss libhubbub 
libdom libnsbmp libnsgif librosprite libnsutils libutf8proc
+NSLIB_ALL_TARG := buildsystem libwapcaplet libparserutils libcss libhubbub 
libdom libnsbmp libnsgif librosprite libnsutils libutf8proc libnspsl
 
 NSLIB_SVGTINY_TARG := libsvgtiny
 
diff --git a/libcss b/libcss
index bced7d7..846a5fc 160000
--- a/libcss
+++ b/libcss
@@ -1 +1 @@
-Subproject commit bced7d7b4b6575bf0741270f8c86e93ab1ea6d7a
+Subproject commit 846a5fccea928453de47b4ff4bdf120071a1ba79
diff --git a/libdom b/libdom
index 54c4309..42bf19d 160000
--- a/libdom
+++ b/libdom
@@ -1 +1 @@
-Subproject commit 54c4309526e18a26a7b5b1fb4fdd5b7b7f1d304d
+Subproject commit 42bf19d6fe00cb29824b5bc86759183e5a832db6
diff --git a/libnsbmp b/libnsbmp
index a44819c..3c65665 160000
--- a/libnsbmp
+++ b/libnsbmp
@@ -1 +1 @@
-Subproject commit a44819c36f45f3a0a2d387210d0c2f6b5eb577d9
+Subproject commit 3c65665517a3a3a1373b9ca2b1829bf657e293a3
diff --git a/libnsfb b/libnsfb
index 7a323cd..9fc2238 160000
--- a/libnsfb
+++ b/libnsfb
@@ -1 +1 @@
-Subproject commit 7a323cd23444d61b164300dff1b9803774f91426
+Subproject commit 9fc2238945747b27858a34c26c7c64cf895df7e8
diff --git a/libnsgif b/libnsgif
index ee6294d..0615d2e 160000
--- a/libnsgif
+++ b/libnsgif
@@ -1 +1 @@
-Subproject commit ee6294d3f46d41a3f279adb147a386b10e96a5aa
+Subproject commit 0615d2ea332b07586dc838bab7121253f0396db3
diff --git a/libnspsl b/libnspsl
new file mode 160000
index 0000000..26a1aee
--- /dev/null
+++ b/libnspsl
@@ -0,0 +1 @@
+Subproject commit 26a1aeeaf99a6b03419d35dd0c185b091cd1928d
diff --git a/libnsutils b/libnsutils
index 59ceb7f..6e45ee2 160000
--- a/libnsutils
+++ b/libnsutils
@@ -1 +1 @@
-Subproject commit 59ceb7f10f39ddb205a14779de3ba58224f93254
+Subproject commit 6e45ee284b3ce23343683ceee527b8411c73f24f
diff --git a/libsvgtiny b/libsvgtiny
index 5702c70..28ef4f0 160000
--- a/libsvgtiny
+++ b/libsvgtiny
@@ -1 +1 @@
-Subproject commit 5702c70efacc57fd7d5333e949b853cf5a03b677
+Subproject commit 28ef4f0a47dcb9e257ce3b6f088d3ae09d65c2b5
diff --git a/netsurf b/netsurf
index b2a32c3..b18c7aa 160000
--- a/netsurf
+++ b/netsurf
@@ -1 +1 @@
-Subproject commit b2a32c3ea27aec8345d4d579cc85654cdecad6c0
+Subproject commit b18c7aaa89919222122f31aeafaf8bf10eebafdc


-- 
NetSurf 'all' tree.  Typically used for releases

_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org

Reply via email to