From 5a0c659a16831e1d4c62698352135122cfbb87e4 Mon Sep 17 00:00:00 2001 From: Allan McRae Date: Tue, 18 Jun 2013 13:38:11 +1000 Subject: 4.1.2 release preparation Signed-off-by: Allan McRae --- NEWS | 14 ++++++++++++++ configure.ac | 4 ++-- doc/index.txt | 1 + 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index c2da46e4..296e196c 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,19 @@ VERSION DESCRIPTION ----------------------------------------------------------------------------- +4.1.2 - validate %FILEPATH% when parsing repos to prevent arbitary + file overwrites from malicious databases + - makepkg: + - restrict package name from starting with a dot + - fix BZR source revision support (FS#35281) + - Use LOGDEST for log pipe + - fix distcc disabling (FS#35741) + - correct stat usage on BSD/Darwin (FS#35469) + - pacman-key: + - Do not reinterpret keys from revoked keyrings + - contrib: + - paccache: remove broken su privilege escalation (FS#35173) + - pacscripts: update for current pacman options + - checkupdates: be consistent with naming (FS#35755) 4.1.1 - fix bug causing negative "Total Installed Size" (FS#34616) - report libalpm version it is pkg-config file (FS#34967) - various translation fixes and updates (FS#34395, FS#34704, diff --git a/configure.ac b/configure.ac index 1f1608af..f33cc5d7 100644 --- a/configure.ac +++ b/configure.ac @@ -42,12 +42,12 @@ AC_PREREQ(2.62) # pacman_version_micro += 1 m4_define([lib_current], [8]) -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], [1]) -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 c6b4aea2..9916eab9 100644 --- a/doc/index.txt +++ b/doc/index.txt @@ -71,6 +71,7 @@ Releases [frame="topbot",grid="none",options="header,autowidth"] !====== !Version !Date +!4.1.2 !2013-06-18 !4.1.1 !2013-05-07 !4.1.0 !2013-04-01 !4.1.0rc1 !2013-03-09 -- cgit v1.2.3-24-g4f1b