summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJudd Vinet <judd@archlinux.org>2005-10-17 20:52:43 +0200
committerJudd Vinet <judd@archlinux.org>2005-10-17 20:52:43 +0200
commita1526a3e7dda31e236985ab465a5befa298eef26 (patch)
tree4087d7f60d49651ab9c4a2fa876be11935ac1bbd /ChangeLog
parent8f191f3b332823906608453aac788b6ebc870e91 (diff)
downloadpacman-a1526a3e7dda31e236985ab465a5befa298eef26.tar.gz
pacman-a1526a3e7dda31e236985ab465a5befa298eef26.tar.xz
added first part of the autoconf stuff - patch from Christian Hamar <krics@linuxforum.hu>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog27
1 files changed, 27 insertions, 0 deletions
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