]> gitweb.stoutner.com Git - PrivacyBrowserROMIntegration.git/commitdiff
Release 3.6.1-1. v3.6.1-1
authorSoren Stoutner <soren@stoutner.com>
Fri, 19 Feb 2021 13:19:27 +0000 (06:19 -0700)
committerSoren Stoutner <soren@stoutner.com>
Fri, 19 Feb 2021 13:19:27 +0000 (06:19 -0700)
Android.mk
CHANGELOG
README

index 5752c90f37e2ef825f2ca60313ca34246c2dc705..0b22af7725d63cfa5c5a1a34c0ae1df1f6881899 100644 (file)
@@ -1,4 +1,4 @@
-# Privacy Browser copyright © 2015-2020 Soren Stoutner <soren@stoutner.com>.
+# Privacy Browser copyright © 2015-2021 Soren Stoutner <soren@stoutner.com>.
 #
 # Privacy Browser is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
 #
 # Privacy Browser is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
index 2bcf846d4a67d9d19213cc318b29946517c74a38..bdfe539742d43653fca3b1a4350fb08b1e665cc1 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,7 @@
+v3.6.1-1
+• Update the README with the new Git clone information.
+• Update the copyright date to be 2015-2021 in README and Android.mk.
+
 v3.6.1
 • Update to Privacy Browser 3.6.1.
 
 v3.6.1
 • Update to Privacy Browser 3.6.1.
 
diff --git a/README b/README
index 96e77e830f8a1384705415cd12fde4f86291daa4..2cfc146521dd1edff9b4cecf298a619c7b87200b 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Privacy Browser copyright © 2015-2020 Soren Stoutner <soren@stoutner.com>.
+Privacy Browser copyright © 2015-2021 Soren Stoutner <soren@stoutner.com>.
 
 https://www.stoutner.com/privacy-browser/
 
 
 https://www.stoutner.com/privacy-browser/
 
@@ -6,7 +6,9 @@ Privacy Browser is released under the GPLv3+ license.
 
 http://www.gnu.org/licenses/gpl-3.0.html
 
 
 http://www.gnu.org/licenses/gpl-3.0.html
 
-The source code is available from git.stoutner.com.
+The source code is available from gitweb.stoutner.com.  The repository can be cloned using the following command:
+
+git clone https://git.stoutner.com/PrivacyBrowserROMIntegration.git
 
 The purpose of this repo is to make it easy to integrate Privacy Browser into ROMs.  It is updated with each release of Privacy Browser.
 
 
 The purpose of this repo is to make it easy to integrate Privacy Browser into ROMs.  It is updated with each release of Privacy Browser.
 
@@ -14,8 +16,8 @@ Feature requests and bug reports can be submitted at https://redmine.stoutner.co
 
 To integrate Privacy Browser into a ROM build, add the following lines to the build manifest:
 
 
 To integrate Privacy Browser into a ROM build, add the following lines to the build manifest:
 
-<remote name="stoutner" fetch="git://git.stoutner.com" />
-<project path="external/stoutner/privacy-browser" remote="stoutner" name="git/PrivacyBrowserROMIntegration.git" revision="master" />
+<remote name="stoutner" fetch="https://git.stoutner.com" />
+<project path="external/stoutner/privacy-browser" remote="stoutner" name="PrivacyBrowserROMIntegration.git" revision="master" />
 
 The sample Android.mk file replaces the `Browser` or `Browser2` package from AOSP.
 If you have removed them from your build manifest, you need to add the following statement to your device configuration:
 
 The sample Android.mk file replaces the `Browser` or `Browser2` package from AOSP.
 If you have removed them from your build manifest, you need to add the following statement to your device configuration: