From 76b846c4bcd87263030ef22af34ec1e5d3215b26 Mon Sep 17 00:00:00 2001 From: Soren Stoutner Date: Fri, 19 Feb 2021 06:19:27 -0700 Subject: [PATCH] Release 3.6.1-1. --- Android.mk | 2 +- CHANGELOG | 4 ++++ README | 10 ++++++---- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/Android.mk b/Android.mk index 5752c90..0b22af7 100644 --- a/Android.mk +++ b/Android.mk @@ -1,4 +1,4 @@ -# Privacy Browser copyright © 2015-2020 Soren Stoutner . +# Privacy Browser copyright © 2015-2021 Soren Stoutner . # # 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 diff --git a/CHANGELOG b/CHANGELOG index 2bcf846..bdfe539 100644 --- 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. diff --git a/README b/README index 96e77e8..2cfc146 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -Privacy Browser copyright © 2015-2020 Soren Stoutner . +Privacy Browser copyright © 2015-2021 Soren Stoutner . 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 -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. @@ -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: - - + + 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: -- 2.43.0