summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorAllan McRae <allan@archlinux.org>2011-02-27 23:33:43 +1000
committerDan McGee <dan@archlinux.org>2011-03-07 13:55:15 -0600
commit21f16fa7ab64cf4b596f16eac3ed9f0a1edc4110 (patch)
tree6ee575f5020150e4fd05fc9abd94d9e75d70ee01 /README
parentf2023176f6177fd9f2f3b7c8b2a5288f485892f7 (diff)
downloadpacman-21f16fa7ab64cf4b596f16eac3ed9f0a1edc4110.tar.gz
pacman-21f16fa7ab64cf4b596f16eac3ed9f0a1edc4110.zip
Document API changes for pacman-3.5 release
Signed-off-by: Allan McRae <allan@archlinux.org> Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'README')
-rw-r--r--README37
1 files changed, 37 insertions, 0 deletions
diff --git a/README b/README
index 1276eaab..6de6d795 100644
--- a/README
+++ b/README
@@ -328,3 +328,40 @@ API CHANGES BETWEEN 3.3 AND 3.4
- alpm_pkg_unused_deltas()
- alpm_conflict_get_reason()
- error code: PM_ERR_PKG_INVALID_ARCH
+
+
+API CHANGES BETWEEN 3.4 AND 3.5
+===============================
+
+[REMOVED]
+- alpm_db_register_local()
+- alpm_pkg_has_force()
+- alpm_depcmp()
+
+[CHANGED]
+- alpm_trans_cb_progress type had some types changed from int to size_t
+- alpm_cb_log format string is now const char *
+- the interface to add/remove targets:
+ - functions take pmpkg_t * rather than char *.
+ - alpm_sync_target() and alpm_sync_dbtarget() are replaced by alpm_add_pkg()
+ - alpm_add_target() is replaced by alpm_add_pkg()
+ - alpm_remove_target() is replaced by alpm_remove_pkg()
+ - packages can come from:
+ - alpm_db_get_pkg() for normal targets
+ - alpm_find_dbs_satisfier() for versioned provisions
+ - alpm_find_grp_pkgs() for groups
+- alpm_deptest() is replaced by the more flexibile alpm_find_satisfier()
+- size_t used for alpm_list_t sizes
+ - return type for alpm_list_count()
+ - parameter type in alpm_list_msort() and alpm_list_nth()
+
+[ADDED]
+- alpm_option_get_checkspace(), alpm_option_set_checkspace()
+- alpm_find_grp_pkgs()
+- alpm_trans_get_flags()
+- error codes:
+ PM_ERR_DISK_SPACE, PM_ERR_WRITE
+- flags
+ PM_TRANS_FLAG_NODEPVERSION, PM_TRANS_EVT_DISKSPACE_START,
+ PM_TRANS_EVT_DISKSPACE_DONE, PM_TRANS_CONV_SELECT_PROVIDER,
+ PM_TRANS_PROGRESS_DISKSPACE_START, PM_TRANS_PROGRESS_INTEGRITY_START