Skip to content
Snippets Groups Projects
Commit 90f5ca42 authored by Allan McRae's avatar Allan McRae :speech_balloon:
Browse files

Update README for 6.1


Signed-off-by: default avatarAllan McRae <allan@archlinux.org>
parent 9f6c0817
No related branches found
Tags 23.04.0-1
No related merge requests found
......@@ -697,3 +697,29 @@ API CHANGES BETWEEN 5.2 AND 6.0
- misc
- alpm_pkg_get_sig()
- callbacks add front-end provided context
API CHANGES BETWEEN 6.0 AND 6.1
===============================
[REMOVED]
- alpm_trans_t
[CHANGED]
- alpm_conflict_t - full package added as member, removing package name and name
hash members
- alpm_question_import_key_t - holds key uid and fingerprint rather than alpm_pgpkey_t
- alpm_pkgreason_t - added ALPM_PKG_REASON_UNKNOWN
- alpm_transflag_t - added ALPM_TRANS_FLAG_NOHOOKS
[ADDED]
- extensible package data type
- alpm_pkg_xdata_t
- alpm_pkg_get_xdata()
- accessor functions
- alpm_db_get_handle()
- alpm_pkg_get_handle()
- cache server support
- alpm_db_get_cache_servers()
- alpm_db_set_cache_servers()
- alpm_db_add_cache_server()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment