2017-08-08 22:23:16 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Aug 8 20:47:02 UTC 2017 - asterios.dramis@gmail.com
|
|
|
|
|
|
|
|
- Update to version 5.12:
|
|
|
|
* fix more compilation warnings
|
|
|
|
* make sure to use int64 on 32bit arch
|
|
|
|
else we may got total size to overflow (mga#19686)
|
|
|
|
From version 5.11:
|
|
|
|
* fix some compilation warnings
|
|
|
|
* fix a crash introduced by mga#15353 fix if not in debug mode
|
|
|
|
(mga#19618)
|
|
|
|
From version 5.10:
|
|
|
|
* support querying size of 4gb+ packages
|
|
|
|
* use 64bit for package size on 32bit too (mga#19571)
|
|
|
|
From version 5.09:
|
|
|
|
* don't crash if /etc/urpmi/skip.list RE is wrong (mga#15353)
|
|
|
|
From version 5.08:
|
|
|
|
* fix reporting problems when checking transaction
|
|
|
|
* fix reporting size on big packages (mga#19571)
|
|
|
|
From version 5.07:
|
|
|
|
* add support for "elem" callback
|
|
|
|
(needs rpm >= rpm-4.13.0-0.rc1.28)
|
|
|
|
* don't push $fullname to callback stack
|
|
|
|
(need a new urpmi)
|
|
|
|
- Added new build requirement perl(Math::Int64).
|
|
|
|
- Updated rpm-devel build requirement to version >= 4.13.0.
|
|
|
|
- Added a patch (fix-test-failure.patch) to fix test failure with
|
|
|
|
newer perl.
|
|
|
|
|
2015-10-08 12:13:41 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Oct 6 19:03:09 UTC 2015 - asterios.dramis@gmail.com
|
|
|
|
|
|
|
|
- Update to version 5.06:
|
|
|
|
* fix upgrade when package's in several media (mga#15350)
|
|
|
|
From version 5.05:
|
|
|
|
* fix a segfault when callbacks don't get a header
|
|
|
|
From version 5.04:
|
|
|
|
* callbacks now get pkg name instead of just pkg id
|
|
|
|
thus fixing unknown package name on erases (mga#15032)
|
|
|
|
From version 5.03:
|
|
|
|
* add a missing PUTBACK in traverse_tag_find()
|
|
|
|
* handle non numeric returns for traverse_tag_find callback
|
|
|
|
(warning fix)
|
|
|
|
From version 5.02:
|
|
|
|
* add >recommends method (mga#14376)
|
|
|
|
From version 5.01:
|
|
|
|
* fix crashing in pthread when using log callback with rpm-4.12
|
|
|
|
(mga#14172)
|
|
|
|
From version 5.00:
|
|
|
|
* make it compatible with rpm-4.12.0
|
|
|
|
* use new recommends tags instead of suggests ones
|
|
|
|
* rename "suggests" method as "recommends_nosense"
|
|
|
|
* add support for generating @recommends@ lines instead of
|
|
|
|
@suggests@ ones in synthesis
|
|
|
|
* rename *suggests* subs as *recommends*
|
|
|
|
* rename "no_suggests" option as "no_recommends"
|
|
|
|
* {suggested} is renamed {recommended} in state
|
|
|
|
From version 4.31:
|
|
|
|
* compare(): croak if used on URPM::Package object (mga#12766)
|
|
|
|
* enhanced doc
|
|
|
|
* kill support for kernel-*source-stripped
|
|
|
|
- Removed rpm_tags.patch (fixed upstream).
|
|
|
|
|
2014-05-05 19:01:30 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon May 5 18:45:58 UTC 2014 - asterios.dramis@gmail.com
|
|
|
|
|
|
|
|
- Update to version 4.30:
|
|
|
|
* fix 64k size limit on provides size that break installing 32 bit kernel for
|
|
|
|
drakx-installer-binaries
|
|
|
|
* fix a warning in debug mode
|
|
|
|
- Added a patch (rpm_tags.patch) to update the rpm tag names (fixes build with
|
|
|
|
the newer rpm at Factory).
|
|
|
|
|
2014-02-15 23:15:46 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Feb 15 20:44:24 UTC 2014 - asterios.dramis@gmail.com
|
|
|
|
|
|
|
|
- Update to version 4.29:
|
|
|
|
* enhanced doc
|
|
|
|
* "implement" create_transaction() in --env case
|
|
|
|
* $trans->order: add support for "deploops" option
|
|
|
|
From version 4.28:
|
|
|
|
* adapt to perl-5.18 random hash keys ordering now find_required_package()
|
|
|
|
always sort matching packages by their names before sorting them by arch
|
|
|
|
and score
|
|
|
|
* coverity fixes
|
|
|
|
|
2013-08-01 04:53:31 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jul 29 18:04:43 UTC 2013 - asterios.dramis@gmail.com
|
|
|
|
|
|
|
|
- Initial rpm release (version 4.27).
|
|
|
|
- Added a patch (ccflags.patch) to use also perl build flags (fixes tests
|
|
|
|
failure on i586).
|