diff options
author | Dan McGee <dan@archlinux.org> | 2009-11-10 11:55:38 -0600 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2009-11-10 16:18:05 -0600 |
commit | e09253d15b879f3375d57efd656e687a984ebc36 (patch) | |
tree | 9b95d8b6dd933b7eb7a8771aa7854bf3b81d5fde /NEWS | |
parent | db756ed9316648c8ba6a82a0f0818515421f8a94 (diff) | |
download | pacman-e09253d15b879f3375d57efd656e687a984ebc36.tar.xz |
Necessary updates for 3.3.3 releasev3.3.3
Should cover everything worth mentioning in NEWS, plus the version number
bumps as usual.
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,5 +1,14 @@ VERSION DESCRIPTION ----------------------------------------------------------------------------- +3.3.3 - correctly check the return code from opendir() + - fix possible infinite loop in alpm_list_remove() + - makepkg: + - quote arrays to preserve spaces in arrays (FS#16871) + - allow passing arguments with spaces + - adjust preselected option for clearing cache + - translations: + - zh_CN: fix positional parameter usage in makepkg (FS#16983) + - el: fix Y/N response translation (FS#16568) 3.3.2 - fix infinite filesize download issue (FS#16359) - fix bogus download size on TotalDownload - documentation updates |