summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllan McRae <allan@archlinux.org>2013-05-07 03:55:44 +0200
committerAllan McRae <allan@archlinux.org>2013-05-07 04:53:24 +0200
commita4a7336dff8155cfeb37341d1e9e56092439bae6 (patch)
treedb70a9295ef70c4a5c78407456a94393f0a76c17
parent35289bc17ebdc08e3870fa70e4342c4af81be7af (diff)
downloadpacman-4.1.1.tar.gz
pacman-4.1.1.tar.xz
4.1.1 release NEWS, version bumps, etc.v4.1.1
Signed-off-by: Allan McRae <allan@archlinux.org>
-rw-r--r--NEWS11
-rw-r--r--configure.ac4
-rw-r--r--doc/index.txt1
3 files changed, 14 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index ce52e6f4..6fdb5d52 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,16 @@
VERSION DESCRIPTION
-----------------------------------------------------------------------------
+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,
+ FS#34716, FS#35097)
+ - makepkg:
+ - imporve SVN VCS PKGBUILD handling (FS#34675, FS#34636)
+ - allow "lp:" URLs for BZR sources (FS#34650)
+ - prevent pkgver() capturing stderr (FS#34974)
+ - fix attempt to remove package twice on failure (FS#34672)
+ - contrib:
+ - fix privilege escalation in paccache (FS#34656)
4.1.0 - check file properties when using -Qkk (FS#11091)
- add color to pacman output - new configuration option "Color"
- add informational messages for optdepends installation
diff --git a/configure.ac b/configure.ac
index 81bc1b3e..0d08e862 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], [0])
+m4_define([lib_revision], [1])
m4_define([lib_age], [0])
m4_define([pacman_version_major], [4])
m4_define([pacman_version_minor], [1])
-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])
diff --git a/doc/index.txt b/doc/index.txt
index 81588102..c6b4aea2 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.1 !2013-05-07
!4.1.0 !2013-04-01
!4.1.0rc1 !2013-03-09
!4.0.3 !2012-04-07