diff options
author | ohfp <1813007-ohfp@users.noreply.gitlab.com> | 2020-12-25 15:39:19 +0100 |
---|---|---|
committer | ohfp <1813007-ohfp@users.noreply.gitlab.com> | 2020-12-25 15:47:56 +0100 |
commit | ec78db8bcd00675733476b52bb191d003b00d323 (patch) | |
tree | d81f7f853e40155c4a53f7a94866e6a5d3c591b6 | |
parent | drop rust fixed version (diff) | |
download | librewolf-linux-ec78db8bcd00675733476b52bb191d003b00d323.tar.gz librewolf-linux-ec78db8bcd00675733476b52bb191d003b00d323.tar.bz2 librewolf-linux-ec78db8bcd00675733476b52bb191d003b00d323.zip |
update Changelog and add a note to the Readme
-rw-r--r-- | CHANGELOG.md | 6 | ||||
-rw-r--r-- | README.md | 10 |
2 files changed, 15 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ddb1b1..625c7b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). This project follows the official Firefox releases, but also uses [Arch Linux Package Versioning](https://wiki.archlinux.org/index.php/Arch_package_guidelines#Package_versioning) to mark individual releases in between versions. +## [84.0-1] - 2020-12-25 + +### Changed + +- New upstream release 84.0 + ## [83.0-1] - 2020-11-21 ### Changed @@ -1,5 +1,13 @@ This Repository contains all the required material to build the browser on Linux platforms. +### Status + +Unfortunately, at the moment we are only barely keeping up with maintenance releases following +upstream Firefox releases. AppImage and Flatpak-releases are still to be considered experimental. +Debian builds are already being built by a third party contributer (see !12), and will hopefully soon be +integrated as well. We are fully aware of the issues and wishes/improvements piling up – rest assured, +we will get to them as soon as possible! + ### Important The following instructions are currently outdated. The build scripts are currently meant to be @@ -16,7 +24,7 @@ local builds or setting up your own appropriate runners will be provided again i * The flatpak build is not ready yet. ### Instructions -* Run build.sh inside this folder. +* Run build.sh inside this folder. (*NOTE*: This is currently only semi-functional. A rework of this script is in the making.) * Packages will be saved in the repository root folder. ## Other builds |