summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorAllan McRae <allan@archlinux.org>2015-12-21 06:07:49 +0100
committerAllan McRae <allan@archlinux.org>2016-01-04 04:27:08 +0100
commitfa72c2cdc2682eb55edd0d8b19fb1eba4e061670 (patch)
treec24924684ba88d94f611df80b8755b750340b966 /README
parent4742f5929dda4a7418781bc4b3d834a9f22b2d62 (diff)
downloadpacman-fa72c2cdc2682eb55edd0d8b19fb1eba4e061670.tar.gz
pacman-fa72c2cdc2682eb55edd0d8b19fb1eba4e061670.tar.xz
Update README for pacman-5.0
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'README')
-rw-r--r--README25
1 files changed, 21 insertions, 4 deletions
diff --git a/README b/README
index 8c17d335..b96cef0e 100644
--- a/README
+++ b/README
@@ -567,11 +567,28 @@ API CHANGES BETWEEN 4.2 AND 5.0
[REMOVED]
- alpm_siglevel_t - removed members ALPM_SIG_PACKAGE_SET, ALPM_SIG_PACKAGE_TRUST_SET
-
-- ALPM_EVENT_PACORIG_CREATED
-- alpm_event_pacorig_created_t
-- alpm_event_t.pacorig_created
+- removed .pacorig generation
+ - ALPM_EVENT_PACORIG_CREATED
+ - alpm_event_pacorig_created_t
+ - alpm_event_t.pacorig_created
[ADDED]
+- hook support
+ - alpm_option_get_hookdirs()
+ - alpm_option_set_hookdirs()
+ - alpm_option_add_hookdir()
+ - alpm_option_remove_hookdir()
+ - alpm_event_hook_t, alpm_event_hook_run_t
+ - alpm_hook_when_t
+ - ALPM_EVENT_HOOK_START, ALPM_EVENT_HOOK_DONE
+ - ALPM_EVENT_HOOK_RUN_START, ALPM_EVENT_HOOK_RUN_DONE
+ - ALPM_ERR_TRANS_HOOK_FAILED
+- different database extension support
+ - alpm_option_get_dbext()
+ - alpm_option_set_dbext()
- pkgbase accessor
- alpm_pkg_get_base()
+- transaction events
+ - ALPM_EVENT_TRANSACTION_START, ALPM_EVENT_TRANSACTION_DONE
+- database unlocking
+ - alpm_unlock()