-
v62.0.3 protected
Fix problems with supervisor * Fixed multiple bugs in supervisor and few improvements added * In root config when accessing uci root_dir is now used
-
v62.0 protected
Turris OS 4.x support * Added support for Turris OS 4.x configuration changes * opkg-trans was renamed to pkgtransaction * Morphed syntax in configuration files was dropped * Package content option was dropped * Removed some old obsolete migration scripts
-
v61.1 protected
Bacport changes introduced for Turris OS 4.x Backports: * added new autorun configuration API * userlists were renamed to pkglists
-
v61.0 protected
New subprocess implementation and multiple fixes Changes: * Running processes now uses new implementation that is more resilient against stucked programs and reports output as soon as it happens * opkg-wrapper: added possibility to ignore custom feeds * pkgupdate: consider set root directory when looking for default entry config * Add additional reported states to pkgupdate Cleanups: * dropped base.lua as it is part of distribution not updater it self now Fixes: * Fix l10n and list settings error when there is no relevant section in uci config * Fix root directory to be used as absolute path because otherwise use of this variable broke with changed directory * opkg-wrapper, localrepo: take in consideration root directory * Fixed some warning that were failing tests
-
v60.4.3 protected
60.4.3: Fix undefined user_path_move * Fix undefined function user_path_move (it was invalidly marked as local) * Drop --model and --board options for opkg-trans
-
v60.4.2 protected
60.4.2: Support "Alternative" field of packages * Added hacky support for "Alternatives" field in packages (this field was added in upstream OpenWRT) * internal:// uri was removed * Default path to entry configuration changed from /etc/updater/entry.lua to /etc/updater/conf.lua * entry.lua/conf.lua is no longer embedded in pkgupdate and is now considered as a standard configuration file.
-
v60.4.1 protected
60.4.1: Fix segfault when no root was provided to pkgupdate * Fix segfault that happened when no -R option was specified to pkgupdate * Try to set content2localrepo script exit code to zero when there is nothing to do * Cleanup valgrind tests command
-
v60.4 protected
60.4: Cleanup function and --model and --board * Added cleanup function (not currently widely used in code base but it is an important addition) * Added --model and --board arguments for respective variables override * Some small INFO prints extension