summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorAndrew Gregory <andrew.gregory.8@gmail.com>2014-04-26 17:53:47 +0200
committerAllan McRae <allan@archlinux.org>2015-01-21 05:27:46 +0100
commit95121cc4f1b63fccaa27dfb567e5a2dfa628671e (patch)
tree4c7a232f1eaef3391ac340573dab653091ea5a55 /README
parent2aa85c3bfdb17a11213495558c493bc68408efe7 (diff)
downloadpacman-95121cc4f1b63fccaa27dfb567e5a2dfa628671e.tar.gz
pacman-95121cc4f1b63fccaa27dfb567e5a2dfa628671e.tar.xz
conf.c: use masks for siglevel inheritance
This will allow pacman to parse its config file in a single pass and removes the need for the *_SET siglevels in alpm that were only required for pacman's siglevel inheritance. Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com>
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 3 insertions, 0 deletions
diff --git a/README b/README
index a92bcb7b..4aeb8435 100644
--- a/README
+++ b/README
@@ -565,6 +565,9 @@ API CHANGES BETWEEN 4.1 AND 4.2
API CHANGES BETWEEN 4.2 AND 5.0
===============================
+[REMOVED]
+- alpm_siglevel_t - removed members ALPM_SIG_PACKAGE_SET, ALPM_SIG_PACKAGE_TRUST_SET
+
[ADDED]
- pkgbase accessor
- alpm_pkg_get_base()