diff options
author | Andrew Gregory <andrew.gregory.8@gmail.com> | 2014-10-01 01:57:44 -0400 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2015-01-21 14:27:47 +1000 |
commit | 926280cfc7da5aa6d8a4e7dc60f9831176758e7e (patch) | |
tree | 4465c6d1d69d744af94fc4b80ad2da2b2db4ce16 /README | |
parent | a82a5cf3f71e38c54a5ac1b5eaf3c83374d0e515 (diff) | |
download | pacman-926280cfc7da5aa6d8a4e7dc60f9831176758e7e.tar.xz |
remove support for .pacorig files
Leave user files in place and save new config files with a .pacnew
extension. This reduces the complexity of file extraction and respects
the principle that pacman shouldn't modify files it didn't create.
Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com>
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -568,6 +568,10 @@ API CHANGES BETWEEN 4.2 AND 5.0 [REMOVED] - alpm_siglevel_t - removed members ALPM_SIG_PACKAGE_SET, ALPM_SIG_PACKAGE_TRUST_SET +- ALPM_EVENT_PACORIG_CREATED +- alpm_event_pacorig_created_t +- alpm_event_t.pacorig_created + [ADDED] - pkgbase accessor - alpm_pkg_get_base() |