aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
Commit message (Collapse)AuthorAgeFilesLines
...
* 1.771.77Pascal Rigaux2007-08-291-0/+2
|
* - disable "dropping tags from rpm header" until we can safely use itPascal Rigaux2007-08-291-0/+2
|
* 1.761.76Pascal Rigaux2007-08-291-0/+2
|
* - build_transaction_set: new sort algorithm which allow returning sets ofPascal Rigaux2007-08-281-0/+3
| | | | | | | | | | | | | | | circular dependent packages, taking into account obsoleted packages (fixes #31969). It may still fail in presence of conflicts a better fix would be to make ->resolve_requested__no_suggests handle obsolete. ie: - a requires b : bb or b - bb requires c-1 - b requires c-2 - b obsoletes bb => with a, bb and c-1 installed, "urpmi c" should upgrade bb into b instead of removing a and bb.
* - spec2srcheader: workaround parseSpec returning a header where ->arch is setPascal Rigaux2007-08-281-0/+3
| | | | | | to %{_target_cpu} whereas we really want a header similar to .src.rpm (see #32824)
* - fix split_length > 1 Pascal Rigaux2007-08-241-0/+2
| | | | | | | | (eg: "urpmi --split-length 2 a b c" will only install 2 pkgs) (this bug has not been reported, just discovered it while reading the code) - cleanup
* - allow running transaction with justdb optionPascal Rigaux2007-08-231-0/+2
|
* 1.751.75Pascal Rigaux2007-08-121-0/+2
|
* - fix dropping tags from rpm header.Pascal Rigaux2007-08-121-0/+4
| | | | | | it hasn't work since MDK8.1 and rpm 4.0. it may break urpmi!! but potentially allows a much smaller hdlist.cz :)
* 1.741.74Pascal Rigaux2007-08-121-0/+2
|
* - sort choices per media, then per versionPascal Rigaux2007-08-121-0/+2
| | | | | | | | | | | | | 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 :-/
* 1.731.73Pascal Rigaux2007-08-111-0/+2
|
* - allow running transaction with replagekgs optionPascal Rigaux2007-08-111-0/+2
|
* 1.721.72Pascal Rigaux2007-08-101-0/+2
|
* - modify parse_hdlist so that partial hdlist reading can be usedPascal Rigaux2007-08-101-0/+3
| | | | | (needed when some stuff is already done in the callback)
* 1.711.71Pascal Rigaux2007-08-091-3/+1
|
* - compilation fixes on rpm < 4.4.8Pascal Rigaux2007-08-091-0/+2
|
* 1.701.70Pascal Rigaux2007-08-091-0/+2
|
* compilation fixes on rpm < 4.4.8Pascal Rigaux2007-08-091-0/+2
|
* 1.691.69Pascal Rigaux2007-08-091-0/+6
|
* 1.681.68Pascal Rigaux2007-08-031-0/+2
|
* - add $trans->Element_version and $trans->Element_releasePascal Rigaux2007-08-031-1/+2
|
* - 0.671.67Olivier Thauvin2007-07-051-0/+8
|
* 1.661.66Pascal Rigaux2007-07-021-0/+6
|
* - fix --auto-select skipping some packages because of other packages providingPascal Rigaux2007-07-021-0/+6
| | | | | | | | | | | | | | | a more recent version, but no obsolete between those packages. the fix is to revert commit from Aug 2002: "fixed propable old package (according provides) requested by request_packages_to_upgrade." hopefully this change won't break too much... for the record, a few issues: - skipping java-1.5.0-gcj-1.5.0.0-14.7mdv2008.0.i586 since java-1.7.0-icedtea-1.7.0.0-1.3mdv2008.0.i586 provides a more recent version of jre (1.7.0 vs 1.5.0) - skipping emacs-common-22.1-2mdv2008.0.i586 since gnus-emacs-5.10.8-1mdv2007.0.noarch provides a more recent vers whereas java-1.5.0-gcj-1.5.0.0-14.6mdv and emacs-common-22.1-1mdv are installed
* fix release datePascal Rigaux2007-06-121-1/+1
|
* 1.641.64Pascal Rigaux2007-06-121-0/+2
|
* - hack on $pkg->is_arch_compat to make it return true for noarch packagesPascal Rigaux2007-06-121-0/+3
| | | | | when using rpm 4.4.8 (#31314)
* - new release, 1.631.63Pascal Rigaux2007-05-091-0/+4
| | | | | - add $trans->Element_fullname
* 1.61 has not been releasedPascal Rigaux2007-05-031-3/+0
|
* 1.621.62Pascal Rigaux2007-05-031-0/+2
|
* - pass the virtual package name as a parameter to {callback_choices} inPascal Rigaux2007-05-031-0/+3
| | | | | ->resolve_requested
* - 1.611.61Pascal Rigaux2007-04-271-0/+8
| | | | | | | | | - add $trans->NElements and $trans->Element_name to be able to display name of uninstalled package in callback_uninst - fix b--obsoletes-->a and c--conflicts-->a prompting for upgrading a (need a fix in urpmi which rely on the $state->{rejected} to upgrade (-U) b instead of installing (-i) it)
* re-sync after the big svn loss1.581.571.561.55Pascal Rigaux2007-04-241-0/+44