[Replicant] [PATCH v2] Replicant 6.0 0004 images release

Joonas Kylmälä joonas.kylmala at iki.fi
Mon Jan 6 21:28:10 UTC 2020


Changes since v1:
 - Bump Replicant version in the sign-build script (GNUtoo)

Signed-off-by: Joonas Kylmälä <joonas.kylmala at iki.fi>
---
 CHANGELOG.mkdn   | 10 ++++++++++
 config/common.mk |  2 +-
 sign-build       |  2 +-
 3 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.mkdn b/CHANGELOG.mkdn
index bb654f14..9c9eb960 100644
--- a/CHANGELOG.mkdn
+++ b/CHANGELOG.mkdn
@@ -1,6 +1,16 @@
 Replicant
 =========
 
+### Replicant 6.0 0004 images
+
+Common:
+* Security updates until August 2018
+* Per app renderer selection
+* Fix privacy issue with phone number lookup functionality in the Dialer app
+* Wi-Fi integrated to system settings, replaces RepWifi
+* F-Droid removed because it was not compliant with FSDG
+* Experimental support for USB ethernet adapters
+
 ### Replicant 6.0 0003 images
 
 Common:
diff --git a/config/common.mk b/config/common.mk
index a30824ac..28e88de7 100644
--- a/config/common.mk
+++ b/config/common.mk
@@ -262,7 +262,7 @@ PRODUCT_VERSION_MAJOR = 6
 PRODUCT_VERSION_MINOR = 0
 PRODUCT_VERSION_MAINTENANCE = 1
 
-REPLICANT_VERSION := "replicant-6.0"
+REPLICANT_VERSION := "replicant-6.0-0004"
 
 PRODUCT_PROPERTY_OVERRIDES += \
   ro.cm.version=$(REPLICANT_VERSION) \
diff --git a/sign-build b/sign-build
index b4b25326..9e53e48d 100755
--- a/sign-build
+++ b/sign-build
@@ -42,7 +42,7 @@ fi
 TARGET_DIR=$OUT_DIR/target/product/$DEVICE
 TARGET_FILES=$TARGET_DIR/obj/PACKAGING/target_files_intermediates/*-target_files-*.zip
 DIST_OUT_DIR=$OUT_DIR/"dist"/$DEVICE
-RELEASE=replicant-6.0
+RELEASE=replicant-6.0-0004
 
 read_var() {
     local prompt="$1"
-- 
2.11.0



More information about the Replicant mailing list