diff options
author | Anatol Pomozov <anatol.pomozov@gmail.com> | 2020-04-19 04:15:44 +0200 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2020-05-09 03:58:39 +0200 |
commit | 22a58f5420438f35effb991696d37529d7a31969 (patch) | |
tree | 9f4c525f14409a1cba23c24d8ee21a4cd9c1e782 /README | |
parent | 557845bc971ff272c53da773baea277a2d2d47b8 (diff) | |
download | pacman-22a58f5420438f35effb991696d37529d7a31969.tar.gz pacman-22a58f5420438f35effb991696d37529d7a31969.tar.xz |
Swap alpm_db_update() implementation to multiplexed version
Now when all callers of the old alpm_db_update() function are gone we can
remove this implementation. And then rename alpm_dbs_update() function to
alpm_db_update().
Signed-off-by: Anatol Pomozov <anatol.pomozov@gmail.com>
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'README')
-rw-r--r-- | README | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -664,5 +664,8 @@ API CHANGES BETWEEN 5.2 AND 6.0 - ALPM_EVENT_PKGDOWNLOAD_START, ALPM_EVENT_PKGDOWNLOAD_DONE, ALPM_EVENT_PKGDOWNLOAD_FAILED [CHANGED] +- alpm_db_update() changed its signature and now accepts a list of databases + rather than a single database. This is need to handle database downloading + in a multiplexed way. [ADDED] |