summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJudd Vinet <judd@archlinux.org>2003-12-21 02:34:32 +0100
committerJudd Vinet <judd@archlinux.org>2003-12-21 02:34:32 +0100
commit68e24b947ea7da1e5e4c2e48109df737e8cda4f0 (patch)
tree64c5315a204c8d6599b1116ced5014959017a433 /ChangeLog
parentf54a888a1facfd8f086d6414260be5f1b991a66b (diff)
downloadpacman-68e24b947ea7da1e5e4c2e48109df737e8cda4f0.tar.gz
pacman-68e24b947ea7da1e5e4c2e48109df737e8cda4f0.tar.xz
Imported from pacman-2.7.1.tar.gz
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 840691cf..c4c6ba85 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
VERSION DESCRIPTION
-----------------------------------------------------------------------------
+2.7.1 - Fixed a couple obscure segfaults
+ - LogFiles were logging incorrect dates - fixed
+ - Cleaned up md5sum output in makepkg -g
+ - Added (optional) colorized output messages to makepkg
+ - Renamed the "stable" repo to "release" in pacman.conf
+ - Renamed the "unofficial" repo to "extra" in pacman.conf
2.7 - Added build-time dependencies to makepkg (Jason Chu)
- Added md5sum integrity checking to packages in --sync
mode (Aurelien Foret)