summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJudd Vinet <judd@archlinux.org>2006-02-03 00:39:53 +0100
committerJudd Vinet <judd@archlinux.org>2006-02-03 00:39:53 +0100
commitec1fc664c9e806b1850a637336ad7c56a8931962 (patch)
tree36edf5ffc492d188b2149d465faa7f39b9d32ec0 /ChangeLog
parent1bcc87c3feb41dc8004c3d600e3a3501a4060b44 (diff)
downloadpacman-ec1fc664c9e806b1850a637336ad7c56a8931962.tar.gz
pacman-ec1fc664c9e806b1850a637336ad7c56a8931962.tar.xz
Imported from pacman-2.9.8.tar.gz
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 15 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ea8162dc..02613045 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,21 @@
VERSION DESCRIPTION
-----------------------------------------------------------------------------
+2.9.8 - Changed behaviour with original=X,current=Y,new=Z scenario
+ - keep old in place, install new as .pacnew
+ - Search package provides when finding matching targets with -S
+ - Frugalware: added -Qm option to find foreign packages
+ - Frugalware: added DistCC support to makepkg
+ - bugfix: before searching databases for a dependency, make sure
+ one of the packages in the final list doesn't already provide
+ that dependency
+ - fix for segfaults that occurred when propagating requiredby
+ fields to replaced packages where one package depended on
+ another replaced package
+ - a better fix for pacman-optimize integrity checks
+ - fix for regex searches with -Ss (Miklos Vajna)
+ - added a --noprogressbar for scripts to use
2.9.7 - fixed the dupe listings of packages when dealing w/ groups
- - patches from Miklos Vanja:
+ - patches from Miklos Vajna:
- add regexp search support for -Qs and -Ss
- fixed md5sums on x86_64
- add --sudosync to makepkg