diff options
author | Andrew Gregory <andrew.gregory.8@gmail.com> | 2014-04-26 11:53:47 -0400 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2015-01-21 14:27:46 +1000 |
commit | 95121cc4f1b63fccaa27dfb567e5a2dfa628671e (patch) | |
tree | 4c7a232f1eaef3391ac340573dab653091ea5a55 /README | |
parent | 2aa85c3bfdb17a11213495558c493bc68408efe7 (diff) | |
download | 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-- | README | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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() |