diff options
Diffstat (limited to 'markdown/2022_06_new-replicant-6-0-0004-release-and-replicant-11-status.md')
| -rw-r--r-- | markdown/2022_06_new-replicant-6-0-0004-release-and-replicant-11-status.md | 62 |
1 files changed, 31 insertions, 31 deletions
diff --git a/markdown/2022_06_new-replicant-6-0-0004-release-and-replicant-11-status.md b/markdown/2022_06_new-replicant-6-0-0004-release-and-replicant-11-status.md index 037f234..5bc745f 100644 --- a/markdown/2022_06_new-replicant-6-0-0004-release-and-replicant-11-status.md +++ b/markdown/2022_06_new-replicant-6-0-0004-release-and-replicant-11-status.md @@ -9,15 +9,15 @@ Replicant 6.0 version 0003 or earlier you need to follow the data migration procedure that is documented in the [Release notes][1] page on the Replicant wiki. -Even if we released the images back in January 2022, we didn’t announce it -officially at the time because the data migration procedure wasn’t complete +Even if we released the images back in January 2022, we didn't announce it +officially at the time because the data migration procedure wasn't complete yet. ## What is new in this release Replicant is in the [list of distributions that are recommended by the FSF.][2] As such, Replicant needs to follow [strict criteria][3] that ensures -that the distribution does its best not to violates its users’ freedom. +that the distribution does its best not to violates its users' freedom. However fixing the issues and making new releases can sometime take a long time. The last Replicant 6.0 release was from December 2017. @@ -28,13 +28,13 @@ This new release fixes some very serious freedom and privacy issues: numbers of both inbound and outbound calls to third parties as part of a feature called phone lookup providers. More details are available in the [bug report][4]. Even if it was not trivial to reproduce and find the bug - it’s now fixed as the feature has been completely disabled with 3 patches + it's now fixed as the feature has been completely disabled with 3 patches ([5], [6], [7]). * F-Droid has been removed as many applications shipped in it are not compliant with the [guidelines][3] for distributions recommended by the FSF. It was kept so long because we expected to get it fixed upstream fast - enough, but that didn’t happen for various reasons. We have setup a [wiki + enough, but that didn't happen for various reasons. We have setup a [wiki page][8] and a [forum section][9] for more information about the issue and how to deal with it. @@ -61,27 +61,27 @@ This new release fixes some very serious freedom and privacy issues: This release may also fix [several bug(s) which made some SIM cards not recognizable by Replicant 6.0][19]: we have now merged a fix for one of the -bug ([#1909][20]) but as we don’t know if all the “SIM card not recognized” +bug ([#1909][20]) but as we don't know if all the “SIM card not recognized” bugs are related. We would highly appreciate if those that opened the original bug report could confirm if it also fixes their issues as well. -Several issues still need to be fixed, but we didn’t want to delay even more +Several issues still need to be fixed, but we didn't want to delay even more this release, as that would prevent users from getting the fixes mentioned above: -* It’s still not possible to build Replicant 6.0 from a [distribution that +* It's still not possible to build Replicant 6.0 from a [distribution that is recommended by the FSF][21] (bug [#1861][22]). * While removing the firmware of the Galaxy Note 8.0 touchscreen driver, many more firmwares without corresponding source code were found in the [driver/touchscreen directory][23] in the kernel used by most of the - devices supported by Replicant 6.0. However they weren’t removed yet. Help + devices supported by Replicant 6.0. However they weren't removed yet. Help is more than welcome to help with that. * While investigating if it was possible to upgrade WebView, the Android builtin web browser component (bug [#1786][24]) we also discovered that, - because Android build system doesn’t use a package manager, finding the - license of each repository wasn’t trivial (bug [#1973][25]). + because Android build system doesn't use a package manager, finding the + license of each repository wasn't trivial (bug [#1973][25]). * More investigations are needed as well to replace WebView with a free software and up to date implementation (bug [#1786][24]). @@ -90,40 +90,40 @@ above: (bug [#1773][26]) is not fixed yet, but there is a workaround that works for some use cases. -* The [Let’s Encrypt][27] certificates probably stopped working in Replicant +* The [Let's Encrypt][27] certificates probably stopped working in Replicant 6.0 the first September 2021. Some browsers like IceCat should normally continue to work fine. See the [Standing on Our Own Two Feet][28] blog post by letsencrypt for more details. -As the internal WiFi doesn’t work with free software, some new network related +As the internal WiFi doesn't work with free software, some new network related features improving usability were merged : -* RepWiFi has been removed as it’s now possible to use the stock Android +* RepWiFi has been removed as it's now possible to use the stock Android menus to handle the WiFi. This was done by patching Android to also accept external dongles. It is less reliable than with RepWiFi because in some cases reboots are needed for the WiFi to be recognized, and enabling the WiFi most probably also powers on the Internal WiFi chip as well, increasing the power consumption. However it should reduce the probability - of applications like F-Droid being broken in the future, as it’s better + of applications like F-Droid being broken in the future, as it's better integrated in Android. In the event that Replicant 6.0 stops being - maintained and that Replicant 11 doesn’t get support for all the Replicant + maintained and that Replicant 11 doesn't get support for all the Replicant 6.0 devices, this patch should increase the lifetime of the affected devices. -* Ethernet support has been added but it doesn’t work on all the devices. +* Ethernet support has been added but it doesn't work on all the devices. * The USB networking scripts were also been added to the devices. -* Support for some rt2500-usb dongles that don’t need the OS to load a +* Support for some rt2500-usb dongles that don't need the OS to load a firmware [has been added to the Galaxy SIII 4G (i9305)][29], which is an - uncompleted device. It wasn’t added to the other devices to make the + uncompleted device. It wasn't added to the other devices to make the release happen a bit faster. Other improvements were also made: * llvmpipe is now the default OpenGL renderer. On devices with an Exynos CPU / [System on a chip][30], this allows running many applications that - weren’t working before. Unfortunately llvmpipe significantly slows down + weren't working before. Unfortunately llvmpipe significantly slows down some system components used in the graphical interface. This has been catered for by patching Android to use the old libagl renderer for those system components. @@ -136,8 +136,8 @@ Other improvements were also made: implementation for the system components mentioned above, so there is little risk in trying the scripts. -* It’s now easier to build Replicant as there is a new script that wraps - part of the building process. It’s also more convenient as it stores build +* It's now easier to build Replicant as there is a new script that wraps + part of the building process. It's also more convenient as it stores build logs. The script has been used to build the release, and the build instructions also use it now. @@ -148,7 +148,7 @@ Other improvements were also made: * [Instructions to backup the modem data partition][32] have been added. The modem partition can [become corrupted][33] in some conditions. As it can - be very difficult or impossible to recreate that partition, and that it’s + be very difficult or impossible to recreate that partition, and that it's required for the modem to work, we very strongly advise users to do a backup. @@ -174,8 +174,8 @@ upstream Linux, it has some implications: * The Galaxy SIII 4G (I9305) and Galaxy Note II 4G (N7105) could also be added if work is done to add support for their modem in Replicant. -* We don’t know yet how much work is needed to add support for the other - devices that are currently supported by Replicant 6.0, so we don’t know +* We don't know yet how much work is needed to add support for the other + devices that are currently supported by Replicant 6.0, so we don't know yet if they will be compatible with Replicant 11 or not. We would need to find or get more information on the upstream status of theses devices before having a rough idea. @@ -202,10 +202,10 @@ challenges: in Linux takes more time than adding devices in Replicant 6: * if we start adding support for a device, we want to be able to spend the time required to do it right and to work with upstream projects like Linux to add support for it in theses projects as well. The advantage is that it makes Replicant and the device being added more sustainable. However if the device has a battery that is not replaceable by experienced users, developers, repair shops, or [repair café][36], the device would have a very short lifetime which is incompatible with making Replicant sustainable. * Users would need to buy the device new in order to make sure that the battery lasts enough for a daily use. Buying the device second hand would be way more complicated as users would need to make sure that the battery last enough time. Developers would still be able to work on the device for a very long time, assuming that they are not users as well that want to use the device. But their work would not be very useful without usable devices. - * In addition, being able to remove the battery of a device increase trust: for devices with a single battery, it’s easy to understand that without a battery, the device is really off. For devices with an additional backup battery, some background information on chip energy consumption is enough to understand what the device cannot do with such backup battery. + * In addition, being able to remove the battery of a device increase trust: for devices with a single battery, it's easy to understand that without a battery, the device is really off. For devices with an additional backup battery, some background information on chip energy consumption is enough to understand what the device cannot do with such backup battery. As for non isolated modems, if Replicant only support devices with isolated -modems, it’s way easier for users and developers to remember that the devices +modems, it's way easier for users and developers to remember that the devices they are using have a somewhat isolated modem. However, as Replicant 11 is using a kernel closely based on upstream Linux, @@ -224,7 +224,7 @@ up to the people that have such devices to test if the code is still working over time. The code quality of such contributions may also have to be high as we want to keep maintaining that code over time without having the devices. The Linux kernel is already using a similar approach to be able to maintain -support a lot of devices (including devices that the maintainers don’t have) +support a lot of devices (including devices that the maintainers don't have) without removing support for older devices. We could even provide access to the Replicant infrastructure (for instance by @@ -236,13 +236,13 @@ need to: confuse both projects, else it defeats the point of having some separation). -* Stay compatible with the [strict FSF criteria][3] as Replicant doesn’t +* Stay compatible with the [strict FSF criteria][3] as Replicant doesn't want to host projects that are incompatible with such criteria. Though we - already collaborate with other projects (which we don’t host) that aren’t + already collaborate with other projects (which we don't host) that aren't compatible with such criteria. * Take care of users support (as Replicant developers will probably not have - these devices, so they won’t be able to test things to properly support + these devices, so they won't be able to test things to properly support users). * Take care of the releases (as Replicant developers will probably not have |
