diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-08-12 11:29:58 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-08-12 11:29:58 +0000 |
commit | 1ef4588c1e65bae444f1778c9ea6b1ced8db7bcc (patch) | |
tree | 25395c94aec196259226ccd253ea13dae1f6740d /NEWS | |
parent | 2665dc703d726e66eeb8d1eb8f1394396e86f443 (diff) | |
download | perl-URPM-1ef4588c1e65bae444f1778c9ea6b1ced8db7bcc.tar perl-URPM-1ef4588c1e65bae444f1778c9ea6b1ced8db7bcc.tar.gz perl-URPM-1ef4588c1e65bae444f1778c9ea6b1ced8db7bcc.tar.bz2 perl-URPM-1ef4588c1e65bae444f1778c9ea6b1ced8db7bcc.tar.xz perl-URPM-1ef4588c1e65bae444f1778c9ea6b1ced8db7bcc.zip |
- sort choices per media, then per version
nb:
on 2004-12-13, rgs replaced "$a->id <=> $b->id" with
"$b->compare_pkg($a) || $a->id <=> $b->id"
Return the list of chosen packages sorted by descending
version (bug #12645).
the end result is the sorting by media was dropped :-/
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,3 +1,5 @@ +- sort choices per media, then per version + Version 1.73 - 11 August 2007, by Pascal "Pixel" Rigaux - allow running transaction with replagekgs option |