From a0d960aa4b351c28d8aded4774a70a29e4508076 Mon Sep 17 00:00:00 2001 From: Vinicius Moreira Date: Wed, 2 Sep 2020 10:46:35 -0300 Subject: [PATCH] Updating CHANGELOG --- CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c8681f7..cd1cd927 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -89,14 +89,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - some conflict resolution scenarios when upgrading several packages - not handling conflicting files errors during the installation process + - some environment variables are not available during the common operations (install, upgrade, downgrade, uninstall, makepkg, launch) - AUR - info dialog of installed packages displays the latest PKGBUILD file instead of the one used for installation/upgrade/downgrade (the fix will only work for new installed packages) - multi-threaded download: not retrieving correctly some source files URLs (e.g: linux-xanmod-lts) - importing PGP keys (Generic error). Now the key server is specified: `gpg --keyserver SERVER --recv-key KEYID` (the server address is retrieved from [bauh-files](https://github.com/vinifmor/bauh-files/blob/master/arch/gpgservers.txt)) - not installing the correct package built when several are generated (e.g: linux-xanmod-lts) - some packages dependencies cannot be downloaded due to the wrong download URL (missing the 'pkgbase' field to determine the proper url) - - not properly extracting srcinfo data when several pkgnames are declared (leads to wrong dependencies requirements) - - some environment variables are not available during the common operations (install, upgrade, downgrade, uninstall, makepkg, launch) + - not properly extracting srcinfo data when several pkgnames are declared (leads to wrong dependencies requirements) + - not detecting some package updates + - Flatpak - downgrading crashing with version 1.8.X - history: the top commit is returned as "(null)" in version 1.8.X