-
v65.0 protected
Allow requests to be conditioned * This adds extra argument condition for Install and Uninstall * Integrated support for Alternatives of packages in transaction
-
v64.0 protected
Add Mode command to configuration language * Added Mode command to control updater's special run modes from configuration * Package scripts now have in environment variable PKG_UPGRADE signaling if it is new installation or just upgrade.
-
v63.2 protected
Make virtual packages packages without target * Virtual packages are now packages without candidate and any existing candidate for them is ignored (and removed if installed) * Fix multiple Provices not being applied on appropriate package and effectively ignored * Add URI to some error messages
-
v63.1.1 protected
Fix pkgupdate hooks shipped with updater * Fixed update_alternatives.sh not working when root wasn't current one * Reboot request notification creations is now not attempted when root is not / * Fixed bug address printed in help
-
v63.1 protected
Run prerm scripts together with preinst scripts * prerm scripts are now run at the same time as preinst scripts in plan order * postrm scripts are now run at the same time as postinst scripts in plan order
-
v63.0 protected
New URI implementation with relative URIs support * New URI implementation with different options and support for relative URIs * Code and programs not immediately part of updater were moved to separate repositories. This move consists of supervisor, localrepo and opkg-wrapper. * Thanks to new URI implementation the memory consumption was drastically reduced. * All files are removed early in install phase instead of on late cleanup. This solves problem with postinstall and postrm scripts accessing and detecting files that were marked to be removed. * Fixed fatal fail when package was limited on non-existent repository. This is now just warning and other existing allowed repository is used instead. * Introduced new --reinstall-all option for pkgupdate which allows to force reinstall of all packages. * All binaries now use argp as argument parser instead of proprietary implementation. On non-glibc systems you can use argp-standalone.
-
v62.1 protected
Decrease memory usage of updater This release decreases memory usage of updater during update process about 40%. Memory usage is still not ideal but this improves stuff a lot. There is disadvantage to this change as it increases storage requirements during update from at maximum twice size of all packages (installed version and not yet installed one) to thee times (+download packed files). * pkgupdate now downloads packages to /usr/share/updater/download instead of ram. * pkgupdate now downloads packages only when plan is approved, not before. * Added memory usage test bench