summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2008-08-26 01:23:57 +0200
committerDan McGee <dan@archlinux.org>2008-08-26 01:23:57 +0200
commit8263bd0cc260399b70c0cf36028c523de110b610 (patch)
tree390ad6a1745f3ed971908749bcc11b31da591a7f
parentd6f62ba22d5c6da484f4a7f0876b203ad545342a (diff)
downloadpacman-8263bd0cc260399b70c0cf36028c523de110b610.tar.gz
pacman-8263bd0cc260399b70c0cf36028c523de110b610.tar.xz
Updates in preparation for 3.2.1 release
Signed-off-by: Dan McGee <dan@archlinux.org>
-rw-r--r--NEWS19
-rw-r--r--configure.ac6
2 files changed, 20 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 883d2cc2..0e7e6a45 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,22 @@
VERSION DESCRIPTION
-----------------------------------------------------------------------------
-3.2.0
- - removed -A/--add option from pacman frontend
+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)
+ - fix detection of TotalDownload (FS#11180)
+ - fix "No such file" error during --force installs (FS#11218)
+ - better handling of progressbar when behind a proxy (FS#8725)
+ - repo-add: fix whitespace handling (FS#9171, FS#10630)
+ - repo-add: add optdepends to the sync DB (FS#10630)
+ - makepkg:
+ - allow specifying a download filename (related to FS#11292)
+ - fix download functions with weird URLs (FS#11076)
+ - fix creation of source package with local files (FS#11149)
+ - fix error when sourcing profile scripts (FS#11179)
+ - perform case-insensitive checksum comparison (FS#11283)
+ - documentation and help updates (including fix for FS#11203)
+ - translation updates
+3.2.0 - removed -A/--add option from pacman frontend
- added --asexplicit option
- new remove option --unneeded
- add -Rss option to remove all dependencies
diff --git a/configure.ac b/configure.ac
index 20aa1807..3a032d1a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -41,13 +41,13 @@ AC_PREREQ(2.60)
# Bugfix releases:
# pacman_version_micro += 1
-m4_define([lib_current], [3])
+m4_define([lib_current], [4])
m4_define([lib_revision], [0])
-m4_define([lib_age], [0])
+m4_define([lib_age], [1])
m4_define([pacman_version_major], [3])
m4_define([pacman_version_minor], [2])
-m4_define([pacman_version_micro], [0])
+m4_define([pacman_version_micro], [1])
m4_define([pacman_version],
[pacman_version_major.pacman_version_minor.pacman_version_micro])