Gitweb links:
...log
http://git.netsurf-browser.org/netsurf-wiki.git/shortlog/c9e26c21d1abc2c3...
...commit
http://git.netsurf-browser.org/netsurf-wiki.git/commit/c9e26c21d1abc2c3d4...
...tree
http://git.netsurf-browser.org/netsurf-wiki.git/tree/c9e26c21d1abc2c3d4cf...
The branch, master has been updated
via c9e26c21d1abc2c3d4cfaff84898b088916cd7c5 (commit)
via fb5fd43988dbdede926b74a77560fceac7ac7e59 (commit)
from ec5f8047cea7a3a404708ff9c238f79e148d349a (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-wiki.git/commit/?id=c9e26c21d1abc2...
commit c9e26c21d1abc2c3d4cfaff84898b088916cd7c5
Author: Chris Young <chris(a)unsatisfactorysoftware.co.uk>
Commit: Chris Young <chris(a)unsatisfactorysoftware.co.uk>
Add amiga/version.c example
diff --git a/release/process.mdwn b/release/process.mdwn
index 27c2837..86b982b 100644
--- a/release/process.mdwn
+++ b/release/process.mdwn
@@ -190,6 +190,9 @@ update desktop/version.c to something like
update frontends/amiga/version.c along the same lines
+ #define NETSURF_VERSION_MAJOR "3"
+ #define NETSURF_VERSION_MINOR_EXTERNAL "8"
+
commit to the branch
git commit -m 'Update version files for release'
commitdiff
http://git.netsurf-browser.org/netsurf-wiki.git/commit/?id=fb5fd43988dbde...
commit fb5fd43988dbdede926b74a77560fceac7ac7e59
Author: Chris Young <chris(a)unsatisfactorysoftware.co.uk>
Commit: Chris Young <chris(a)unsatisfactorysoftware.co.uk>
X.Y+1 for Amiga is no longer necessary
It was important because revision numbers can't be 0, but I changed that so it
always adds 60000 to the internal number to avoid this. (might be an issue if we get a .10
release due to lazy string concat)
diff --git a/release/process.mdwn b/release/process.mdwn
index 6975cb2..27c2837 100644
--- a/release/process.mdwn
+++ b/release/process.mdwn
@@ -144,9 +144,6 @@ ensure you are at the commit from which you want to create the
release
git branch -vv
-Remember that if you are releasing X.Y then amiga calls that X.Y+1 so
-don't be confused and do update amiga stuff.
-
check the resources for the frontends you are releasing are up to date:
- Fatmessages copyright year
-----------------------------------------------------------------------
Summary of changes:
release/process.mdwn | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/release/process.mdwn b/release/process.mdwn
index 6975cb2..86b982b 100644
--- a/release/process.mdwn
+++ b/release/process.mdwn
@@ -144,9 +144,6 @@ ensure you are at the commit from which you want to create the
release
git branch -vv
-Remember that if you are releasing X.Y then amiga calls that X.Y+1 so
-don't be confused and do update amiga stuff.
-
check the resources for the frontends you are releasing are up to date:
- Fatmessages copyright year
@@ -193,6 +190,9 @@ update desktop/version.c to something like
update frontends/amiga/version.c along the same lines
+ #define NETSURF_VERSION_MAJOR "3"
+ #define NETSURF_VERSION_MINOR_EXTERNAL "8"
+
commit to the branch
git commit -m 'Update version files for release'
--
NetSurf Developer Wiki Backing Store