summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2009-01-06 20:22:15 -0600
committerDan McGee <dan@archlinux.org>2009-01-06 20:22:15 -0600
commit0501d340cd57b3b1f31d9b7c273e882e21d0e621 (patch)
treeaac96609341dee7d89d4866a1f294b950a3e84d7 /NEWS
parent6f9539aefb13e640f97a72121de13b749846f648 (diff)
parentc6bcdf4dc7148e372607026be7b3ee869caf81b2 (diff)
downloadpacman-0501d340cd57b3b1f31d9b7c273e882e21d0e621.tar.xz
Merge branch 'maint'
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS16
1 files changed, 16 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 27492e93..f0a88fd8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,21 @@
VERSION DESCRIPTION
-----------------------------------------------------------------------------
+3.2.2 - log pacsave warnings to pacman.log (FS#12531)
+ - separate local DB creation and writing (FS#12263)
+ - pacman-optimize: rewrite and refresh (FS#11767)
+ - repo-add: use openssl instead of md5sum
+ - simplify doc building process for ease of development
+ - ensure correct handling of syscall interruptions
+ - readd missing newline on -Qi/-Si output (FS#11331)
+ - fix TotalDownload regression (FS#11339)
+ - makepkg:
+ - replace getopt with an internal function
+ - detect incorrect usage of provides (FS#12540)
+ - fix bash substitution to work in older versions
+ - fix updating PKGBUILD and simplify logic for SCM packages
+ - save/restore shell options before/after build() (FS#12344)
+ - documentation updates and asciidoc build fix
+ - existing translation updates
3.2.1 - drop special handling of file:// URLs
- display optdepends on install and upgrade
- fix segfault on x86_64 when using UseSyslog (FS#11096)