Tags give the ability to mark specific points in history as being important
-
v60.3
protected7b359cb7 · ·60.3: Code cleanup and fixup release * Added functions for file hash calculation not requiring data load to Lua just for file hash calculation. * Fix notification type for updater failure (was previously reported as update instead of error) * Fix some of the problems introduced in latest OpenWRT release * Drop sha256 and md5 implementation and use libcrypto instead * Other small code and documentation improvements
-
v60.1
protected76ccaa5a · ·60.1: Replace updater.sh with updater-supervisor * Implement updater-supervisor (Python library and executable in the same time intended for non-interactive usage of pkgupdate. It newly implements features like approvals or notifications generation. Also there are multiple new features such as postrun hooks or ensure run.) * Obsolete updater.sh (intended replacement for CLI is pkgupdate and for automatic task updater-supervisor) * Use system tools instead of shipped ones for some test cases * Clean and refactor continuous integration tests
-
v60.0
protected273ea069 · ·60.0: conf.d directory and localrepo * Entry configuration script cleaned up most of the features were separated to it's own configuration scripts * Added localrepo tool for local repository management * Obsolete package content (replaced by localrepo) * Automatic journal recovery in pkgupdate * Added few more info output lines to make updater less silent * Configuration flags were dropped without replacement * Variable root_dir can be now accessed from configuration * Allow access to files accessing functions in Local restriction level * Small reorganization and cleanup in source files and documentation