From b752561a52a88f8e9cc3bcc9c2079eb685245110 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Sat, 7 Apr 2012 11:04:00 -0500 Subject: 4.0.3 release NEWS, version bumps, etc. Signed-off-by: Dan McGee --- NEWS | 26 +++++++++++++++++++++++++- configure.ac | 4 ++-- doc/index.txt | 1 + 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 -- cgit v1.2.3-24-g4f1b