Skip to content

Releases: kreatolinux/src

src v7.1.0

12 May 21:26
afd1edc
Compare
Choose a tag to compare

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

11 Apr 21:54
7289bec
Compare
Choose a tag to compare

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

28 Mar 01:28
4bac549
Compare
Choose a tag to compare
src v7.0.0-rc3 Pre-release
Pre-release

Small changes and bugfixes.

src v7.0.0-rc2

20 Mar 16:41
dca3760
Compare
Choose a tag to compare
src v7.0.0-rc2 Pre-release
Pre-release

What's Changed

  • Add listcmd
  • Move SQLite database to /var/lib/kpkg

src v7.0.0-rc1

20 Mar 11:28
a0480fb
Compare
Choose a tag to compare
src v7.0.0-rc1 Pre-release
Pre-release

What's Changed

  • kpkg: feat: migrate to SQLite as the main database by @kreatoo in #101

Full Changelog: v6.8.0...v7.0.0-rc1

src v7.0.0-alpha3-sqlite-5

20 Mar 05:21
b4ed82a
Compare
Choose a tag to compare
Pre-release

Test release.

Full Changelog: v6.8.0...v7.0.0-alpha3-sqlite-5

src v7.0.0-alpha3-sqlite-4

20 Mar 03:58
e1cd8e3
Compare
Choose a tag to compare
Pre-release

Hopefully the last test release.

Full Changelog: v6.8.0...v7.0.0-alpha3-sqlite-4

src v7.0.0-alpha3-sqlite

16 Mar 13:24
7d2a5b4
Compare
Choose a tag to compare
Pre-release

src v7.0.0-alpha2.1

10 Mar 13:47
214163f
Compare
Choose a tag to compare
src v7.0.0-alpha2.1 Pre-release
Pre-release

Minor release containing a crucial bugfix.

Full Changelog: v7.0.0-alpha2...v7.0.0-alpha2.1

src v7.0.0-alpha2

10 Mar 02:45
5f27f25
Compare
Choose a tag to compare