Update README for pacman-6.0
Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
parent
7464062ad6
commit
0e655dd492
1 changed files with 31 additions and 3 deletions
34
README
34
README
|
@ -661,10 +661,38 @@ API CHANGES BETWEEN 5.2 AND 6.0
|
||||||
|
|
||||||
[REMOVED]
|
[REMOVED]
|
||||||
- ALPM_EVENT_PKGDOWNLOAD_START, ALPM_EVENT_PKGDOWNLOAD_DONE, ALPM_EVENT_PKGDOWNLOAD_FAILED
|
- ALPM_EVENT_PKGDOWNLOAD_START, ALPM_EVENT_PKGDOWNLOAD_DONE, ALPM_EVENT_PKGDOWNLOAD_FAILED
|
||||||
|
- old TotalDownload implementation
|
||||||
|
- alpm_cb_totaldl
|
||||||
|
- alpm_option_get_totaldlcb()
|
||||||
|
- alpm_option_set_totaldlcb()
|
||||||
|
|
||||||
[CHANGED]
|
[CHANGED]
|
||||||
- alpm_db_update() changed its signature and now accepts a list of databases
|
- alpm_db_update() now accepts a list of databases rather than a single database.
|
||||||
rather than a single database. This is need to handle database downloading
|
- alpm_fetch_pkgurl() accepts a list of packages to download.
|
||||||
in a multiplexed way.
|
- alpm_db_search() now has an additional parameter and returns success status
|
||||||
|
- ALPM_EVENT_RETRIEVE_* -> ALPM_EVENT_DB_RETRIEVE_* and ALPM_EVENT_PKG_RETRIEVE_*
|
||||||
|
- alpm_cb_download pass event and data
|
||||||
|
- multi architecture support
|
||||||
|
- alpm_option_get_arch() -> alpm_option_get_architectures()
|
||||||
|
- alpm_option_set_arch() -> alpm_option_set_architectures()
|
||||||
|
- alpm_db_get_servers() copies parameter data
|
||||||
|
|
||||||
[ADDED]
|
[ADDED]
|
||||||
|
- parallel download support
|
||||||
|
- alpm_option_set_parallel_downloads()
|
||||||
|
- alpm_option_get_parallel_downloads()
|
||||||
|
- file download events
|
||||||
|
- alpm_download_event_type_t
|
||||||
|
- alpm_download_event_init_t
|
||||||
|
- alpm_download_event_progress_t
|
||||||
|
- alpm_download_event_completed_t
|
||||||
|
- download misc
|
||||||
|
- ALPM_DOWNLOAD_RETRY
|
||||||
|
- alpm_download_event_retry_t
|
||||||
|
- alpm_event_pkg_retrieve_t
|
||||||
|
- multiarchitecture support
|
||||||
|
- alpm_option_add_architecture()
|
||||||
|
- alpm_option_remove_architecture()
|
||||||
|
- misc
|
||||||
|
- alpm_pkg_get_sig()
|
||||||
|
- callbacks add front-end provided context
|
||||||
|
|
Loading…
Add table
Reference in a new issue