Update README for 6.1
Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
parent
9f6c081771
commit
90f5ca42cc
1 changed files with 26 additions and 0 deletions
26
README
26
README
|
@ -697,3 +697,29 @@ API CHANGES BETWEEN 5.2 AND 6.0
|
||||||
- misc
|
- misc
|
||||||
- alpm_pkg_get_sig()
|
- alpm_pkg_get_sig()
|
||||||
- callbacks add front-end provided context
|
- 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()
|
||||||
|
|
Loading…
Add table
Reference in a new issue