summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2008-01-15 22:24:21 -0600
committerDan McGee <dan@archlinux.org>2008-01-15 22:24:21 -0600
commit12417e91ad96f36511e3d5791dd30c7334730633 (patch)
treece2b77039b3de38ab41ddf53ba7b72ec793e1b9a /NEWS
parenteb77f0dbd2e6fab521375bd2ab81b0ab4bc052aa (diff)
downloadpacman-12417e91ad96f36511e3d5791dd30c7334730633.tar.gz
pacman-12417e91ad96f36511e3d5791dd30c7334730633.zip
Updates to NEWS for 3.1.1
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS14
1 files changed, 14 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index bf045c5d..71f56f5b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,19 @@
VERSION DESCRIPTION
-----------------------------------------------------------------------------
+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)
+ - fix segfault when cachedir is unusable (FS#9186)
+ - missing SYMEXPORT on libalpm functions (FS#9155)
+ - notify of package replacements when using --noconfirm (FS#5179)
+ - fix usage of PKGEXT by gensync/updatesync (FS#9190)
+ - ensure correct dir permissions in database (FS#9176)
+ - ensure /tmp is created with correct permissions (FS#9183)
+ - disallow NULL section in parseconfig (reported on forums)
+ - remove Arch-specific pacman.conf and mirrorlist from source
+ - makepkg: --holdver option for devel PKGBUILDs (FS#9194)
+ - documentation updates (FS# 9142, 9146, 9175, 9192, 9204)
+ - many translation updates
3.1.0 - paths are now specified as absolute paths (or defaulting to
under the specified root directory)
- all paths can be specified in pacman.conf or on command line