From 88336c1b87616d1bfee835056ea9e986c78a76b1 Mon Sep 17 00:00:00 2001 From: Torsten Grote <t@grobox.de> Date: Tue, 14 Dec 2021 10:03:23 -0300 Subject: [PATCH] Add notice about pre-1.4.2 tag with Java 8 to README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 827ea80..528dfb1 100644 --- a/README.md +++ b/README.md @@ -94,6 +94,10 @@ If the build fails with `fuse: mount failed: Permission denied`, you may need to ## Historical Changes +* Before version `1.4.2`, Briar was build using Java 8. Newer release are built with Java 11 + which produces different byte code breaking reproducibility + An [old version of briar-reproducer](https://code.briarproject.org/briar/briar-reproducer/tags/pre-1.4.2) + can be used to verify these releases. * Before version `1.1.7`, Briar needed a deterministic files system to work around an [Android build system bug](https://issuetracker.google.com/issues/110237303) which broke reproducibility. -- GitLab