From a1526a3e7dda31e236985ab465a5befa298eef26 Mon Sep 17 00:00:00 2001 From: Judd Vinet Date: Mon, 17 Oct 2005 18:52:43 +0000 Subject: added first part of the autoconf stuff - patch from Christian Hamar --- ChangeLog | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c6b9e42d..3ce748b7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,32 @@ VERSION DESCRIPTION ----------------------------------------------------------------------------- + - fix for regex searches with -Ss (Miklos Vanja) +2.9.7 - fixed the dupe listings of packages when dealing w/ groups + - patches from Miklos Vanja: + - add regexp search support for -Qs and -Ss + - fixed md5sums on x86_64 + - add --sudosync to makepkg + - show syntax help if an invalid option is used + - added makepkg option to disable ccache support + - changed license field to operate as an array, not a string + - added more logic for file conflict checks - if one target + is a file and the other is a directory, then it's a conflict + - fixed the integrity check in pacman-optimize + - reverted NoUpgrade to old behaviour and instead, added the + NoExtract directive to pacman.conf, which prevents a file + from ever being extracted on to the system + eg, NoExtract = home/httpd/html/index.html +2.9.6 - added a pacman-optimize script to try and defragment the DB + - modified NoUpgrade behaviour to avoid extracting files + that are missing from the filesystem -- this helps in + situations where the admin does not want the file there, eg, + remove index.html so index.php takes precedence + - fixed a bug where files would sometimes go missing if they + moved from one package to another + - add db_remove() which is responsible for clearing out stale + hash table entries when packages are removed + - added ccache support to makepkg + - patch from Aurelien Foret fixes a few memory leaks 2.9.5 - bugfix: missing files after re-ordering packages wrt deps with --upgrade - added "Repository" line to -Si output -- cgit v1.2.3-24-g4f1b