summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2008-02-16 02:40:22 +0100
committerDan McGee <dan@archlinux.org>2008-02-16 02:40:22 +0100
commit6b07b5d34512ef361ebf04395f07965cb80d0ec3 (patch)
treed67f27a25aeae00dedf5c6fab176576c06d1f5d9 /NEWS
parenta16608c6100e8620c03c94e34bb47256c2f5ee32 (diff)
parentbe95e4d8a008662eb0e19a3186953511551acec1 (diff)
downloadpacman-6b07b5d34512ef361ebf04395f07965cb80d0ec3.tar.gz
pacman-6b07b5d34512ef361ebf04395f07965cb80d0ec3.tar.xz
Merge branch 'maint'
Conflicts: lib/libalpm/be_files.c lib/libalpm/package.c
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS13
1 files changed, 13 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 71f56f5b..451cd519 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,18 @@
VERSION DESCRIPTION
-----------------------------------------------------------------------------
+3.1.2 - updates to proto.install, add ChangeLog.proto (FS#7231)
+ - add 'force' option to packages, and have repo-add respect it
+ - mark gensync and updatesync as deprecated
+ - fix pacman -Qo behavior on symlinks (FS#9473)
+ - fix segfault on a broken symlinks in backup code (FS#9235)
+ - fix chk_fileconflicts brokenness, ensure it reads entire list
+ - minor documentation and message updates
+ - moved some translations to their more generic lang codes
+ - makepkg:
+ - check to ensure we have non-URL sources (FS#9208)
+ - ensure we strip binaries in /opt/ dirs (FS#9342)
+ - check for VCS executable before using (FS#9230)
+ - set sane umask before source extraction (FS#9242, FS#9362)
3.1.1 - fix versioned provisions handling- use '=' instead of ' ' which
differs from original spec but better in long run (FS#9171)
- rename query --orphans to --unrequired (FS#9144)