summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJudd Vinet <judd@archlinux.org>2004-02-18 08:09:00 +0100
committerJudd Vinet <judd@archlinux.org>2004-02-18 08:09:00 +0100
commita11fb0b581356b23b343683302e201ff7dfcfe48 (patch)
tree4079093d56377a07ef30f89422a62d88a92009e3 /ChangeLog
parent617b904b26037fac6296eb44fb36cfadfdaf27ec (diff)
downloadpacman-a11fb0b581356b23b343683302e201ff7dfcfe48.tar.gz
pacman-a11fb0b581356b23b343683302e201ff7dfcfe48.tar.xz
Imported from pacman-2.7.4.tar.gz
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5ae7e954..f1b87d4c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
VERSION DESCRIPTION
-----------------------------------------------------------------------------
+2.7.4 - fixed a bug in conflict handling, where installing a
+ conflicting package would fail even if the new package
+ "provided" it
+ - if pacman sees a newer version of itself during an upgrade,
+ it will ask to install itself first, then be re-run to upgrade
+ the other packages.
+ - You can now use the --info option with --sync to display an
+ uninstalled package's dependency info.
+ - Added a sane umask before db writes
+ - buffer overflow fix (bug #442)
2.7.3 - makepkg not longer strips files with .exe or .dll extensions
- Added Aurelien's patch:
- proxy support (no authentication yet)