From 95121cc4f1b63fccaa27dfb567e5a2dfa628671e Mon Sep 17 00:00:00 2001 From: Andrew Gregory Date: Sat, 26 Apr 2014 11:53:47 -0400 Subject: 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 --- README | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README') 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() -- cgit v1.2.3-24-g4f1b