Hello, Thanks for the v2 patch, Joonas!
Joonas Kylmälä: > Changes since v1: > - Bump Replicant version in the sign-build script (GNUtoo) > > Signed-off-by: Joonas Kylmälä <[email protected]> > --- > 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 > + It might be worth looking through this list of issues that were closed since Replicant 6.0 0003 was released to see if we should add more things to the changelog. https://redmine.replicant.us/issues/1940#note-10 > ### 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" > In Solidarity, Kurtis _______________________________________________ Replicant mailing list [email protected] https://lists.osuosl.org/mailman/listinfo/replicant
