diff options
author | Dan McGee <dan@archlinux.org> | 2008-01-19 02:33:25 +0100 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2008-01-19 02:33:25 +0100 |
commit | f6785dcb89e380f0f3062b4b7aa485e1cd3c5830 (patch) | |
tree | 670091dee0aa0a023e477d52d514da6722dfed26 /NEWS | |
parent | 38e981fab3f901e6c932e2f2913790ef0b96c6c2 (diff) | |
parent | 8ec9a67aee75b18ddbba8f28fadb85f37c0b69aa (diff) | |
download | pacman-f6785dcb89e380f0f3062b4b7aa485e1cd3c5830.tar.gz pacman-f6785dcb89e380f0f3062b4b7aa485e1cd3c5830.tar.xz |
Merge branch 'maint'
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -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 |