aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* 5.06.25.06.2Thierry Vignaud2016-10-161-0/+2
|
* mga#15353 don't crash if re is wrongAngelo Naselli2016-10-161-0/+2
|
* fix dateThierry Vignaud2016-10-161-1/+1
|
* 5.06.15.06.1Thierry Vignaud2016-10-141-0/+2
|
* fix reporting size on big packages (mga#19571)Thierry Vignaud2016-10-141-0/+2
|
* 5.065.06Thierry Vignaud2015-04-121-0/+2
|
* fix upgrade when package's in several mediaThierry Vignaud2015-04-121-0/+2
| | | | | | | | sort by ids (like in other places) when promoting (b/c of eg: conflicts), thus fixing upgrade when the same package is offered in several media (mga#15350) see commit 53e38beae4d9638f41b219521b802a2969d68909 for similar issue
* 5.055.05Thierry Vignaud2015-02-261-0/+2
|
* fix a segfault when callbacks don't get a headerPascal Terjan2015-02-261-0/+2
|
* 5.045.04Thierry Vignaud2015-02-261-0/+2
|
* callbacks now get pkg name instead of just pkg idThierry Vignaud2015-02-261-0/+3
| | | | thus fixing unknown package name on erases (mga#15032)
* 5.035.03Thierry Vignaud2014-11-141-0/+2
|
* Handle non numeric returns for traverse_tag_find callbackPascal Terjan2014-11-141-0/+1
| | | | fix a warning spot by Angelo Naselli
* add a missing PUTBACK in traverse_tag_find()Thierry Vignaud2014-11-141-0/+2
| | | | | | this is needed after using POPi bug introduced in commit 4294365db5d78909ae5a490e0714db379502cd80
* 5.025.02Thierry Vignaud2014-10-261-0/+2
|
* add >recommends method (mga#14376)Thierry Vignaud2014-10-261-0/+2
| | | | unlike recommends_nosense, it returns version too
* add bug IDThierry Vignaud2014-10-231-1/+1
|
* typo fixThierry Vignaud2014-10-231-1/+1
|
* 5.015.01Thierry Vignaud2014-10-231-0/+2
|
* fix crashing in ptread when using log callback with rpm-4.12Thierry Vignaud2014-10-231-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix by Panu Matilainen When rpmlog() occurs, it now grabs a read/write lock on the log context depending on whether it needs to save the log or not. The callback executes while the context lock is held, so when one call rpmlogMessage() or pretty much any rpmlog-related function from the callback, it'll try to lock the context again. Which is okay as long as rpmlog() only needed a read-lock on the context. However if it has a write-lock then attempting to grab a read-lock for rpmlogMessage() fails, but due to the largely missing error handling in rpmlog.c it falls through to crash and burn. The only reason we need to call rpmlogMessage() is that the callback does not match the callback function type in rpm >= 4.6: typedef int (*rpmlogCallback) (rpmlogRec rec, rpmlogCallbackData data); We shouldn't call that from log callback. We can avoid the issue by using rpmlogRecMessage() instead of rpmlogMessage() inside the callback. These are not the same, rpmlogRecMessage() returns the message of the *current* log event, whereas rpmlogMessage() returns the last *saved* log event. Which might not exist, might be from an earlier event or it might be the current event. ...and it'll not only work in all rpm >= 4.6 versions, but also give the actual log message at hand, instead of something that might have happened in the past.
* 5.005.00Thierry Vignaud2014-09-121-0/+2
|
* {suggested} is renamed {recommended} in stateThierry Vignaud2014-09-121-0/+1
| | | | Veuillez saisir le message de validation pour vos modifications. Les lignes
* rename "no_suggests" option as "no_recommends"Thierry Vignaud2014-09-121-0/+1
|
* s/suggests/recommends/ in method namesThierry Vignaud2014-09-121-0/+1
|
* add support for generating recommends in synthesisThierry Vignaud2014-09-121-0/+2
| | | | aka having @recommends@ lines instead of @suggests@ ones
* rename "suggests" method as "recommends_nosense"Thierry Vignaud2014-09-121-0/+1
| | | | | in order to reflect reality but keep a suggests alias for compatibility for the time being
* make it compatible with rpm-4.12.0Thierry Vignaud2014-09-121-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rpm-4.12.0 introduces a new weak deps implementation (the 3rd one to be used in mdv/mga!) The tag we used to use (RPMTAG_SUGGESTSNAME) is now OLDSUGGESTSNAME => we need to handle both old & new tags Hopefully rpm-4.12.x enables to check both old & new tags when using xxxNVRS variants We thus have a choice between RECOMMEND & SUGGEST tags, that both fallback on older SUGGESTS tags if no new ones are found. The difference is that they filter old suggests depending on RPMSENSE_STRONG hint. As we used suggests in the recommends role, this is the perfect time to switch from suggests to recommends (with a patch on rpm in order to fallback RECOMMEND on weak (old) SUGGESTS instead of on strong (old) ENHANCES as we didn't used the later in mga) Our rpm is patched so that RECOMMENDNAME fallbacks too. In Suse, only RECOMMENDNEVRS is the only RECOMMEND variant that handle the fallback on old tags. However, using RPMTAG_RECOMMENDNEVRS makes URPM->suggest_nosense to return versionated suggests, which while not supported by urpmi, do are used by a couple packages (such as git or gnome-user-share) This breaks urpmi as suggests on "foo >= x.y" is not interpreted by urpmi which thinks that "foo" is a new suggests and reinstalls a previously removed suggests Hence we patched rpm.
* 4.314.31Thierry Vignaud2014-06-271-0/+2
|
* (compare) croak if used on URPM::Package object (mga#12766)Thierry Vignaud2014-05-171-0/+1
| | | | | | suggests to use compare_pkg instead (needs a new rpmdrake)
* kill support for kernel-*source-strippedThierry Vignaud2014-05-121-0/+1
| | | | We don't have those since 2004 (10 years+)...
* document pack_header()Thierry Vignaud2014-05-121-0/+2
|
* 4.304.30Thierry Vignaud2014-05-011-0/+2
|
* fix 64k size limit on provides sizeThierry Vignaud2014-05-011-0/+2
| | | | | | this broke installing 32 bit kernel for drakx-installer-binaries (spotted by Pascal Terjan)
* fix warning in debug messageThierry Vignaud2013-12-161-0/+2
| | | | | | | 'Argument "19697|19..." isn't numeric in array element at ...URPM/Resolve.pm' introduced by pixel in commit 1d945d2a483598dc982cf73ae932d83d4e35df9 on Sep 7 2007 ("add some debug messages)
* 4.294.29Thierry Vignaud2013-11-051-0/+2
|
* $trans->order: add support for "deploops" optionThierry Vignaud2013-11-051-0/+1
|
* enhance POD documentationThierry Vignaud2013-11-051-0/+1
|
* fix doble spaceThierry Vignaud2013-11-051-1/+1
|
* "implement" create_transaction() in --env case (rule of least surprise)Thierry Vignaud2013-11-051-0/+2
| | | | (for rpmdrake --env)
* 4.284.28Thierry Vignaud2013-10-031-0/+2
|
* coverity: fix "Unused pointer value"Thierry Vignaud2013-10-031-0/+1
| | | | | 'Pointer "foo" returned by "_free(foo)" is never used' (improve coverity scan's SNR)
* adapt to perl-5.18 random hash keys orderingThierry Vignaud2013-10-031-0/+4
| | | | thus fixing urpmi testsuite...
* 4.274.27Thierry Vignaud2013-03-231-0/+2
|
* fix selecting right DKMS flavor (mga#9172)Thierry Vignaud2013-03-231-0/+2
|
* 4.264.26Thierry Vignaud2013-02-091-0/+2
|
* add basic support for --downgrade (mga#6655)Thierry Vignaud2013-02-091-0/+2
| | | | | enabling eg to switching back to packages from core/release after having installed some from core/updates_testing, then disabling it
* 4.254.25Thierry Vignaud2013-02-051-0/+2
|
* fix retrieving payload formatThierry Vignaud2013-02-051-0/+2
| | | | | | commit r6545 on 2012-12-2 broke delta rpm support: "(Pkg_description, Pkg_sourcerpm) split UTF-8 strings from raw strings functions, then simplify"
* 4.244.24Thierry Vignaud2013-02-031-0/+2
|
* fix dateThierry Vignaud2013-02-031-1/+1
|