From e7bc1e3c9a122e4daeb6dcf23eebdd55711138a5 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Sat, 11 Feb 2012 15:24:35 -0600 Subject: 4.0.2 release updates Signed-off-by: Dan McGee --- NEWS | 25 +++++++++++++++++++++++++ configure.ac | 4 ++-- doc/index.txt | 1 + 3 files changed, 28 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 1b7729e2..caa06110 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,30 @@ VERSION DESCRIPTION ----------------------------------------------------------------------------- +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) + - 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) + - makepkg: + - ensure all source files are included in --source (FS#26580) + - fix locale sort/comm related issues (FS#26580) + - abort on missing download agent + - restrict flags passed to pacman (FS#28012) + - work around certain zipman glob/existence issues + - fix non-writable SRCPKGDEST error message (FS#28197) + - fix printf interpreting gettext string as arg (FS#28069) + - don't abort on non-zero hg return codes (FS#28248) + - disable extglob when sourcing BUILDSCRIPT (FS#27780) + - pacman-key: improve return codes of operations (FS#26730) + - repo-add: enforce maximum signature file size (FS#27453) + - contrib/paclist: support --help (FS#27258) + - contrib/pacsysclean: new script + - contrib/*_completion: fix completion for uncompressed packages + - translations: extensive updates and corrections 4.0.1 - ensure VerbosePkgList table display supports multibyte chars - always use stderr for warning/error messages (FS#26555) - add guidance message for users when public keyring not found diff --git a/configure.ac b/configure.ac index 0bf11e99..a1d7bfee 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], [1]) +m4_define([lib_revision], [2]) m4_define([lib_age], [0]) m4_define([pacman_version_major], [4]) m4_define([pacman_version_minor], [0]) -m4_define([pacman_version_micro], [1]) +m4_define([pacman_version_micro], [2]) m4_define([pacman_version], [pacman_version_major.pacman_version_minor.pacman_version_micro]) diff --git a/doc/index.txt b/doc/index.txt index f7a16105..b221d237 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.2 !2011-02-11 !4.0.1 !2011-11-20 !4.0.0 !2011-10-13 !4.0.0rc2 !2011-09-22 -- cgit v1.2.3-24-g4f1b