summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2012-04-07 18:04:00 +0200
committerDan McGee <dan@archlinux.org>2012-04-07 18:04:00 +0200
commitb752561a52a88f8e9cc3bcc9c2079eb685245110 (patch)
tree335b1d32f38399940cfc513df9f5dd1621ec6e2f
parent3c5d5a19b36c5ea3638de263cb7cd1be6289cb44 (diff)
downloadpacman-b752561a52a88f8e9cc3bcc9c2079eb685245110.tar.gz
pacman-b752561a52a88f8e9cc3bcc9c2079eb685245110.tar.xz
4.0.3 release NEWS, version bumps, etc.v4.0.3working-maint
Signed-off-by: Dan McGee <dan@archlinux.org>
-rw-r--r--NEWS26
-rw-r--r--configure.ac4
-rw-r--r--doc/index.txt1
3 files changed, 28 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index caa06110..b0e9a1e4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,11 +1,35 @@
VERSION DESCRIPTION
-----------------------------------------------------------------------------
+4.0.3 - frontend database cleanup enhancements (FS#28714)
+ - frontend package cleanup enhancements (FS#25166)
+ - back out changes related to SyncFirst in 4.0.0
+ - remove recursive/needed automatic flags on SyncFirst
+ - remove poorly implemented `-S --recursive` option
+ - improve error messages on database locking failures
+ - use full delta size as max download size (FS#28345)
+ - improved handling and fix crash after failed downloads
+ - fix key lookup when using gpg 2.X as GPG program
+ - match only full path components in diskspace checking
+ - skip diskspace checks when using --dbonly
+ - scripts: unset CDPATH bash variable in all scripts
+ - makepkg:
+ - fix syntax error in remove_deps (FS#28448)
+ - small fixes related to multiple libdeps, parsing issues
+ - exit via default handler in trap_exit (FS#28491)
+ - attempt to work around BTRFS file/block size reporting issues
+ - pacman-key:
+ - remove signature verification in --populate
+ - make -e option work as advertised without arguments
+ - exit with correct return codes when verifying signature
+ - pacsysclean: fix description, fix option parsing (FS#28434)
+ - pkgdelta: use bsdtar -q option for better performance
+ - translations: various updates and corrections
4.0.2 - allow comments after a repository header in pacman.conf
- search for and import PGP subkeys if necessary (FS#27612)
- fix rare segfault on removal operations (FS#27805, FS#28195)
- skip all unknown files when cleaning package cache
- restore looking for files in cache before downloading via -U
- - ensure '[removal]' is displayed in transaction confirmation (FS#27981)
+ - ensure '[removal]' is displayed in trans confirmation (FS#27981)
- implement disk space checking code for Illumos
- use TCP keepalive in download to prevent dropped connections
- round and show -0.00 values as 0.00 (FS#27924)
diff --git a/configure.ac b/configure.ac
index 03f907d0..240d1c4c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -42,12 +42,12 @@ AC_PREREQ(2.62)
# pacman_version_micro += 1
m4_define([lib_current], [7])
-m4_define([lib_revision], [2])
+m4_define([lib_revision], [3])
m4_define([lib_age], [0])
m4_define([pacman_version_major], [4])
m4_define([pacman_version_minor], [0])
-m4_define([pacman_version_micro], [2])
+m4_define([pacman_version_micro], [3])
m4_define([pacman_version],
[pacman_version_major.pacman_version_minor.pacman_version_micro])
diff --git a/doc/index.txt b/doc/index.txt
index 9e94dbb7..d0ac8bac 100644
--- a/doc/index.txt
+++ b/doc/index.txt
@@ -71,6 +71,7 @@ Releases
[frame="topbot",grid="none",options="header,autowidth"]
!======
!Version !Date
+!4.0.3 !2011-04-07
!4.0.2 !2011-02-11
!4.0.1 !2011-11-20
!4.0.0 !2011-10-13