summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllan McRae <allan@archlinux.org>2019-10-15 13:29:22 +0200
committerAllan McRae <allan@archlinux.org>2019-10-15 13:29:22 +0200
commitb05a3c10bff000a498e8f3dbfc161cce44776181 (patch)
tree361de728ec83bcca543219526b10a8c5d7ee189b
parent719efe19c7372ee7acc243d3d16180163f0bc132 (diff)
downloadpacman-b05a3c10bff000a498e8f3dbfc161cce44776181.tar.gz
pacman-b05a3c10bff000a498e8f3dbfc161cce44776181.tar.xz
Update README for pacman 5.2.0 release
This is the first major release without any additions to the libalpm API! Signed-off-by: Allan McRae <allan@archlinux.org>
-rw-r--r--README25
1 files changed, 25 insertions, 0 deletions
diff --git a/README b/README
index d96eae21..6818ef70 100644
--- a/README
+++ b/README
@@ -630,3 +630,28 @@ API CHANGES BETWEEN 5.0 AND 5.1
- alpm_capabilities()
- duplicate and add to list
- alpm_list_append_strdup()
+
+
+API CHANGES BETWEEN 5.1 AND 5.2
+===============================
+
+[REMOVED]
+- package delta support
+ - alpm_delta_t
+ - alpm_event_delta_patch_t
+ - alpm_event_t union - removed alpm_event_delta_patch_t
+ - ALPM_EVENT_DELTA_INTEGRITY_START, ALPM_EVENT_DELTA_INTEGRITY_DONE,
+ ALPM_EVENT_DELTA_PATCHES_START, ALPM_EVENT_DELTA_PATCHES_DONE,
+ ALPM_EVENT_DELTA_PATCH_START, ALPM_EVENT_DELTA_PATCH_DONE,
+ ALPM_EVENT_DELTA_PATCH_FAILED
+ - ALPM_ERR_DLT_INVALID, ALPM_ERR_DLT_PATCHFAILED
+ - alpm_option_get_deltaratio()
+ - alpm_option_set_deltaratio()
+ - alpm_pkg_get_deltas()
+ - alpm_pkg_unused_deltas()
+- alpm_transflag_t - removed member ALPM_TRANS_FLAG_FORCE
+
+[CHANGED]
+- alpm_errno_t - added member ALPM_ERR_MISSING_CAPABILITY_SIGNATURES
+- alpm_sync_newversion() replaced with alpm_sync_get_new_version() which
+ does not filter on any ALPM_DB_USAGE_*.