Gitweb links:
...log
http://git.netsurf-browser.org/netsurf.git/shortlog/f4878b4c170dca059f2a9538a2949d12f49e682e
...commit
http://git.netsurf-browser.org/netsurf.git/commit/f4878b4c170dca059f2a9538a2949d12f49e682e
...tree
http://git.netsurf-browser.org/netsurf.git/tree/f4878b4c170dca059f2a9538a2949d12f49e682e
The branch, master has been updated
via f4878b4c170dca059f2a9538a2949d12f49e682e (commit)
via 83adc89eb752b916c28631edc89854a04eb6fb18 (commit)
via 1fe63cd67775bb08ff452e3e1b42abeec22e989e (commit)
via f7d4b485cb14bf41fea3c523f5f5874711c238ea (commit)
from 730d59776a33ba2633a4978eb0bdb0020061bfb3 (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.git/commit/?id=f4878b4c170dca059f2a9538a2949d12f49e682e
commit f4878b4c170dca059f2a9538a2949d12f49e682e
Author: Vincent Sanders <[email protected]>
Commit: Vincent Sanders <[email protected]>
Update version for next development cycle
diff --git a/desktop/version.c b/desktop/version.c
index 387cb1f..92240cd 100644
--- a/desktop/version.c
+++ b/desktop/version.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2018 Vincent Sanders <[email protected]>
+ * Copyright 2019 Vincent Sanders <[email protected]>
*
* This file is part of NetSurf, http://www.netsurf-browser.org/
*
@@ -20,11 +20,11 @@
#include "desktop/version.h"
-const char * const netsurf_version = "3.9 (Dev"
+const char * const netsurf_version = "3.10 (Dev"
#if defined(CI_BUILD)
" CI #" CI_BUILD
#endif
")"
;
const int netsurf_version_major = 3;
-const int netsurf_version_minor = 9;
+const int netsurf_version_minor = 10;
diff --git a/frontends/amiga/version.c b/frontends/amiga/version.c
index 61fbd71..57258e0 100644
--- a/frontends/amiga/version.c
+++ b/frontends/amiga/version.c
@@ -25,7 +25,7 @@
* problems created by "0" not being a valid AmigaOS revision number.
*/
#define NETSURF_VERSION_MAJOR "3"
-#define NETSURF_VERSION_MINOR_EXTERNAL "8"
+#define NETSURF_VERSION_MINOR_EXTERNAL "10"
#if defined(CI_BUILD)
#define NETSURF_VERSION_MINOR CI_BUILD
#else
commitdiff
http://git.netsurf-browser.org/netsurf.git/commit/?id=83adc89eb752b916c28631edc89854a04eb6fb18
commit 83adc89eb752b916c28631edc89854a04eb6fb18
Merge: f7d4b48 1fe63cd
Author: Vincent Sanders <[email protected]>
Commit: Vincent Sanders <[email protected]>
Merge branch 'heads/releasing/3.9'
commitdiff
http://git.netsurf-browser.org/netsurf.git/commit/?id=1fe63cd67775bb08ff452e3e1b42abeec22e989e
commit 1fe63cd67775bb08ff452e3e1b42abeec22e989e
Author: Vincent Sanders <[email protected]>
Commit: Vincent Sanders <[email protected]>
Update version files for release
diff --git a/desktop/version.c b/desktop/version.c
index 387cb1f..25b4283 100644
--- a/desktop/version.c
+++ b/desktop/version.c
@@ -20,11 +20,6 @@
#include "desktop/version.h"
-const char * const netsurf_version = "3.9 (Dev"
-#if defined(CI_BUILD)
- " CI #" CI_BUILD
-#endif
- ")"
- ;
+const char * const netsurf_version = "3.9 (17th July 2019)";
const int netsurf_version_major = 3;
const int netsurf_version_minor = 9;
diff --git a/frontends/amiga/version.c b/frontends/amiga/version.c
index 61fbd71..8508679 100644
--- a/frontends/amiga/version.c
+++ b/frontends/amiga/version.c
@@ -25,7 +25,7 @@
* problems created by "0" not being a valid AmigaOS revision number.
*/
#define NETSURF_VERSION_MAJOR "3"
-#define NETSURF_VERSION_MINOR_EXTERNAL "8"
+#define NETSURF_VERSION_MINOR_EXTERNAL "9"
#if defined(CI_BUILD)
#define NETSURF_VERSION_MINOR CI_BUILD
#else
commitdiff
http://git.netsurf-browser.org/netsurf.git/commit/?id=f7d4b485cb14bf41fea3c523f5f5874711c238ea
commit f7d4b485cb14bf41fea3c523f5f5874711c238ea
Author: Vincent Sanders <[email protected]>
Commit: Vincent Sanders <[email protected]>
update copyright years for release
diff --git a/frontends/windows/res/installer.nsi
b/frontends/windows/res/installer.nsi
index 5d2e600..34822fa 100644
--- a/frontends/windows/res/installer.nsi
+++ b/frontends/windows/res/installer.nsi
@@ -13,7 +13,7 @@
!define VERSIONMAJOR 3
!endif
!ifndef VERSIONMINOR
- !define VERSIONMINOR 8
+ !define VERSIONMINOR 9
!endif
!ifndef VERSIONBUILD
!define VERSIONBUILD 0
diff --git a/resources/en/credits.html b/resources/en/credits.html
index 34f061a..5113924 100644
--- a/resources/en/credits.html
+++ b/resources/en/credits.html
@@ -92,7 +92,7 @@ div#DevList ul {
</div>
<div class="footer">
-<p>Copyright 2003–2018 The NetSurf Developers</p>
+<p>Copyright 2003–2019 The NetSurf Developers</p>
</div>
</body>
diff --git a/resources/en/licence.html b/resources/en/licence.html
index 2e5850f..afae90f 100644
--- a/resources/en/licence.html
+++ b/resources/en/licence.html
@@ -60,25 +60,25 @@ version.</p>
<dl class="components">
<dt><a href="http://www.netsurf-browser.org/">NetSurf</a></dt>
<dd>
-<span>© 2002–2018 The NetSurf Developers</span>
+<span>© 2002–2019 The NetSurf Developers</span>
<span><a href="#gplv2">GPLv2</a></span>
</dd>
<dt><a href="http://www.netsurf-browser.org/projects/libcss/">LibCSS</a></dt>
<dd>
-<span>© 2007–2018 John-Mark Bell</span>
+<span>© 2007–2019 John-Mark Bell</span>
<span><a href="#mit">MIT</a></span>
</dd>
<dt><a href="http://www.netsurf-browser.org/projects/hubbub/">Hubbub</a></dt>
<dd>
-<span>© 2007–2018 John-Mark Bell<br>© 2008–2009 Andrew
Sidwell</span>
+<span>© 2007–2019 John-Mark Bell<br>© 2008–2009 Andrew
Sidwell</span>
<span><a href="#mit">MIT</a></span>
</dd>
<dt><a
href="http://www.netsurf-browser.org/projects/libparserutils/">LibParserUtils</a></dt>
<dd>
-<span>© 2007–2018 John-Mark Bell</span>
+<span>© 2007–2019 John-Mark Bell</span>
<span><a href="#mit">MIT</a></span>
</dd>
@@ -1865,7 +1865,7 @@ PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR
MODIFICATIONS.
</div>
<div class="footer">
-<p>Copyright 2003–2018 The NetSurf Developers</p>
+<p>Copyright 2003–2019 The NetSurf Developers</p>
</div>
</body>
diff --git a/resources/it/credits.html b/resources/it/credits.html
index 982b347..93d2eb0 100644
--- a/resources/it/credits.html
+++ b/resources/it/credits.html
@@ -91,7 +91,7 @@ div#DevList ul {
</div>
<div class="footer">
-<p><br>Copyright 2003–2018 The NetSurf Developers</p>
+<p><br>Copyright 2003–2019 The NetSurf Developers</p>
</div>
</body>
diff --git a/resources/it/licence.html b/resources/it/licence.html
index 087a57a..dbf93d7 100644
--- a/resources/it/licence.html
+++ b/resources/it/licence.html
@@ -1853,7 +1853,7 @@ PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR
MODIFICATIONS.
</div>
<div class="footer">
-<p>Copyright 2003–2018 The NetSurf Developers</p>
+<p>Copyright 2003–2019 The NetSurf Developers</p>
</div>
</body>
diff --git a/resources/nl/credits.html b/resources/nl/credits.html
index bd722c3..9c101bb 100644
--- a/resources/nl/credits.html
+++ b/resources/nl/credits.html
@@ -96,7 +96,7 @@ div#DevList ul {
</div>
<div class="footer">
-<p>Auteursrecht 2003–2018 De NetSurf-ontwikkelaars</p>
+<p>Auteursrecht 2003–2019 De NetSurf-ontwikkelaars</p>
</div>
</body>
diff --git a/resources/nl/licence.html b/resources/nl/licence.html
index 849ca95..c4c4db8 100644
--- a/resources/nl/licence.html
+++ b/resources/nl/licence.html
@@ -1872,7 +1872,7 @@ PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR
MODIFICATIONS.
</div>
<div class="footer">
-<p>Auteursrecht 2003–2018 De NetSurf-ontwikkelaars</p>
+<p>Auteursrecht 2003–2019 De NetSurf-ontwikkelaars</p>
</div>
</body>
-----------------------------------------------------------------------
Summary of changes:
desktop/version.c | 6 +++---
frontends/amiga/version.c | 2 +-
frontends/windows/res/installer.nsi | 2 +-
resources/en/credits.html | 2 +-
resources/en/licence.html | 10 +++++-----
resources/it/credits.html | 2 +-
resources/it/licence.html | 2 +-
resources/nl/credits.html | 2 +-
resources/nl/licence.html | 2 +-
9 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/desktop/version.c b/desktop/version.c
index 387cb1f..92240cd 100644
--- a/desktop/version.c
+++ b/desktop/version.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2018 Vincent Sanders <[email protected]>
+ * Copyright 2019 Vincent Sanders <[email protected]>
*
* This file is part of NetSurf, http://www.netsurf-browser.org/
*
@@ -20,11 +20,11 @@
#include "desktop/version.h"
-const char * const netsurf_version = "3.9 (Dev"
+const char * const netsurf_version = "3.10 (Dev"
#if defined(CI_BUILD)
" CI #" CI_BUILD
#endif
")"
;
const int netsurf_version_major = 3;
-const int netsurf_version_minor = 9;
+const int netsurf_version_minor = 10;
diff --git a/frontends/amiga/version.c b/frontends/amiga/version.c
index 61fbd71..57258e0 100644
--- a/frontends/amiga/version.c
+++ b/frontends/amiga/version.c
@@ -25,7 +25,7 @@
* problems created by "0" not being a valid AmigaOS revision number.
*/
#define NETSURF_VERSION_MAJOR "3"
-#define NETSURF_VERSION_MINOR_EXTERNAL "8"
+#define NETSURF_VERSION_MINOR_EXTERNAL "10"
#if defined(CI_BUILD)
#define NETSURF_VERSION_MINOR CI_BUILD
#else
diff --git a/frontends/windows/res/installer.nsi
b/frontends/windows/res/installer.nsi
index 5d2e600..34822fa 100644
--- a/frontends/windows/res/installer.nsi
+++ b/frontends/windows/res/installer.nsi
@@ -13,7 +13,7 @@
!define VERSIONMAJOR 3
!endif
!ifndef VERSIONMINOR
- !define VERSIONMINOR 8
+ !define VERSIONMINOR 9
!endif
!ifndef VERSIONBUILD
!define VERSIONBUILD 0
diff --git a/resources/en/credits.html b/resources/en/credits.html
index 34f061a..5113924 100644
--- a/resources/en/credits.html
+++ b/resources/en/credits.html
@@ -92,7 +92,7 @@ div#DevList ul {
</div>
<div class="footer">
-<p>Copyright 2003–2018 The NetSurf Developers</p>
+<p>Copyright 2003–2019 The NetSurf Developers</p>
</div>
</body>
diff --git a/resources/en/licence.html b/resources/en/licence.html
index 2e5850f..afae90f 100644
--- a/resources/en/licence.html
+++ b/resources/en/licence.html
@@ -60,25 +60,25 @@ version.</p>
<dl class="components">
<dt><a href="http://www.netsurf-browser.org/">NetSurf</a></dt>
<dd>
-<span>© 2002–2018 The NetSurf Developers</span>
+<span>© 2002–2019 The NetSurf Developers</span>
<span><a href="#gplv2">GPLv2</a></span>
</dd>
<dt><a href="http://www.netsurf-browser.org/projects/libcss/">LibCSS</a></dt>
<dd>
-<span>© 2007–2018 John-Mark Bell</span>
+<span>© 2007–2019 John-Mark Bell</span>
<span><a href="#mit">MIT</a></span>
</dd>
<dt><a href="http://www.netsurf-browser.org/projects/hubbub/">Hubbub</a></dt>
<dd>
-<span>© 2007–2018 John-Mark Bell<br>© 2008–2009 Andrew
Sidwell</span>
+<span>© 2007–2019 John-Mark Bell<br>© 2008–2009 Andrew
Sidwell</span>
<span><a href="#mit">MIT</a></span>
</dd>
<dt><a
href="http://www.netsurf-browser.org/projects/libparserutils/">LibParserUtils</a></dt>
<dd>
-<span>© 2007–2018 John-Mark Bell</span>
+<span>© 2007–2019 John-Mark Bell</span>
<span><a href="#mit">MIT</a></span>
</dd>
@@ -1865,7 +1865,7 @@ PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR
MODIFICATIONS.
</div>
<div class="footer">
-<p>Copyright 2003–2018 The NetSurf Developers</p>
+<p>Copyright 2003–2019 The NetSurf Developers</p>
</div>
</body>
diff --git a/resources/it/credits.html b/resources/it/credits.html
index 982b347..93d2eb0 100644
--- a/resources/it/credits.html
+++ b/resources/it/credits.html
@@ -91,7 +91,7 @@ div#DevList ul {
</div>
<div class="footer">
-<p><br>Copyright 2003–2018 The NetSurf Developers</p>
+<p><br>Copyright 2003–2019 The NetSurf Developers</p>
</div>
</body>
diff --git a/resources/it/licence.html b/resources/it/licence.html
index 087a57a..dbf93d7 100644
--- a/resources/it/licence.html
+++ b/resources/it/licence.html
@@ -1853,7 +1853,7 @@ PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR
MODIFICATIONS.
</div>
<div class="footer">
-<p>Copyright 2003–2018 The NetSurf Developers</p>
+<p>Copyright 2003–2019 The NetSurf Developers</p>
</div>
</body>
diff --git a/resources/nl/credits.html b/resources/nl/credits.html
index bd722c3..9c101bb 100644
--- a/resources/nl/credits.html
+++ b/resources/nl/credits.html
@@ -96,7 +96,7 @@ div#DevList ul {
</div>
<div class="footer">
-<p>Auteursrecht 2003–2018 De NetSurf-ontwikkelaars</p>
+<p>Auteursrecht 2003–2019 De NetSurf-ontwikkelaars</p>
</div>
</body>
diff --git a/resources/nl/licence.html b/resources/nl/licence.html
index 849ca95..c4c4db8 100644
--- a/resources/nl/licence.html
+++ b/resources/nl/licence.html
@@ -1872,7 +1872,7 @@ PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR
MODIFICATIONS.
</div>
<div class="footer">
-<p>Auteursrecht 2003–2018 De NetSurf-ontwikkelaars</p>
+<p>Auteursrecht 2003–2019 De NetSurf-ontwikkelaars</p>
</div>
</body>
--
NetSurf Browser
_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org