Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAnatol Pomozov <anatol.pomozov@gmail.com>2020-04-18 19:15:44 -0700
committerAllan McRae <allan@archlinux.org>2020-05-09 11:58:39 +1000
commit22a58f5420438f35effb991696d37529d7a31969 (patch)
tree9f4c525f14409a1cba23c24d8ee21a4cd9c1e782 /README
parent557845bc971ff272c53da773baea277a2d2d47b8 (diff)
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--README3
1 files changed, 3 insertions, 0 deletions
diff --git a/README b/README
index f5bbaf02..6aa68374 100644
--- a/README
+++ b/README
@@ -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]