NEWS: updates from ML
Signed-off-by: Xavier Chantry <shiningxc@gmail.com> Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
parent
115dcf0911
commit
8485b7b3a4
1 changed files with 5 additions and 3 deletions
8
NEWS
8
NEWS
|
@ -10,9 +10,10 @@ VERSION DESCRIPTION
|
||||||
- added CleanMethod option for variety in cache cleaning
|
- added CleanMethod option for variety in cache cleaning
|
||||||
- new Turkish translation, all others updated and revised
|
- new Turkish translation, all others updated and revised
|
||||||
- handle multiple groups in -Ss and -Qs operations
|
- handle multiple groups in -Ss and -Qs operations
|
||||||
- allow -q/--quiet option with -o/--own option
|
- allow -q/--quiet option with -o/--own and -g/--groups options
|
||||||
- removed hack for packages with unknown installed size
|
- removed hack for packages with unknown installed size
|
||||||
- add SyncFirst option to pacman.conf
|
- add SyncFirst option to pacman.conf
|
||||||
|
- support installation of versioned deps : pacman -S "dep>=2.0"
|
||||||
- add --enable-git-version configure flag to identify
|
- add --enable-git-version configure flag to identify
|
||||||
developmental build version
|
developmental build version
|
||||||
- do not duplicate packages in required by list
|
- do not duplicate packages in required by list
|
||||||
|
@ -32,6 +33,8 @@ VERSION DESCRIPTION
|
||||||
- allow disabling of internal download with new configure
|
- allow disabling of internal download with new configure
|
||||||
flag --disable-internal-download
|
flag --disable-internal-download
|
||||||
- pactest can now check file permissions
|
- pactest can now check file permissions
|
||||||
|
- add the possibility to mark the pactests known to fail,
|
||||||
|
which allows more informative results of make check
|
||||||
- libalpm-specific changes:
|
- libalpm-specific changes:
|
||||||
- use dynamic string allocation in package structure
|
- use dynamic string allocation in package structure
|
||||||
- new functions for manipulating pmdepend_t objects
|
- new functions for manipulating pmdepend_t objects
|
||||||
|
@ -45,7 +48,6 @@ VERSION DESCRIPTION
|
||||||
- refactor of download code
|
- refactor of download code
|
||||||
- download callback API changes
|
- download callback API changes
|
||||||
- removed test_delta_md5sum and test_pkg_md5sum functions
|
- removed test_delta_md5sum and test_pkg_md5sum functions
|
||||||
- avoid adding duplicate target names
|
|
||||||
- add _alpm_archive_fgets function to read line-by-line from
|
- add _alpm_archive_fgets function to read line-by-line from
|
||||||
an archive
|
an archive
|
||||||
- read .PKGINFO directly from package file with no temp file
|
- read .PKGINFO directly from package file with no temp file
|
||||||
|
@ -55,7 +57,7 @@ VERSION DESCRIPTION
|
||||||
other find functions
|
other find functions
|
||||||
- swap parameters of PM_TRANS_CONV_INSTALL_IGNOREPKG to make
|
- swap parameters of PM_TRANS_CONV_INSTALL_IGNOREPKG to make
|
||||||
more sense
|
more sense
|
||||||
- fix removing multiple items in dependency chain
|
- fix -Rs when removing multiple items in dependency chain
|
||||||
- makepkg-specific changes:
|
- makepkg-specific changes:
|
||||||
- support for resuming source downloads
|
- support for resuming source downloads
|
||||||
- added zipman option
|
- added zipman option
|
||||||
|
|
Loading…
Add table
Reference in a new issue