Releases: kreatolinux/src
src v7.3.1
Full Changelog: v7.3.0...v7.3.1
src v7.3.0
Changes on kpkg
- fix: checkInternal()
- sqlite: add getFilesPackage()
- streamline debug mode, now it is consistent across kpkg
Changes on Jumpstart
Changes on chkupd
- Add extra checks, improve matrix JSON generation
- put RELEASE with the Python version on Python dependents
- run autoUpdater even if package version didn't change (see prev commit for why)
The dist tarball includes generated.nim
which allows you to build without generating libarchive bindings with futhark and llvm.
You can build with generated.nim
by adding -d:useDist
to nimc arguments like so;
sh build.sh -a "-d:useDist" -p kpkg
Full Changelog: v7.2.2...v7.3.0
src v7.2.2
src v7.2.1
src v7.2.0
Changes on kpkg
- kpkg set: add --file
- installFromRootInternal: Add postInstall support (should fix a lot of packages)
- kpkg install: #99
The dist tarball includes generated.nim
which allows you to build without generating libarchive bindings with futhark and llvm.
You can build with generated.nim
by adding -d:useDist
to nimc arguments like so;
sh build.sh -a "-d:useDist" -p kpkg
Full Changelog: v7.1.0...v7.2.0
src v7.1.0
Changes on kpkg
- runFile: add preinstall()
- kpkg get/set
- removecmd: add check for base packages
- debug: KPKG_ENABLE_DEBUG environment variable to enable on the fly
The dist tarball includes generated.nim
which allows you to build without generating libarchive bindings with futhark and llvm.
You can build with generated.nim
by adding -d:useDist
to nimc arguments like so;
sh build.sh -a "-d:useDist" -p kpkg
Full Changelog: v7.0.0...v7.1.0
src v7.0.0
What's Changed
See earlier rc/alphas (or the full changelog).
The dist tarball includes generated.nim
which allows you to build without generating libarchive bindings with futhark and llvm.
You can build with generated.nim
by adding -d:useDist
to nimc arguments like so;
sh build.sh -a "-d:useDist" -p kpkg
Full Changelog: v6.8.0...v7.0.0
src v7.0.0-rc3
Small changes and bugfixes.
src v7.0.0-rc2
What's Changed
- Add listcmd
- Move SQLite database to
/var/lib/kpkg
src v7.0.0-rc1
What's Changed
Full Changelog: v6.8.0...v7.0.0-rc1