Skip to content

Releases: kreatolinux/src

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

src v7.0.0-alpha1

03 Mar 13:48
876746e
Compare
Choose a tag to compare

src v6.8.0

29 Jan 00:14
6d69de9
Compare
Choose a tag to compare

Changes to kpkg

Changes to chkupd

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.7.2...v6.8.0

src v6.7.2

15 Jan 18:17
1a0960c
Compare
Choose a tag to compare

Changes to kpkg

  • kpkg: build: give full access to _kpkg for srcdir

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.7.1...v6.7.2

src v6.7.1

14 Jan 17:17
2407fee
Compare
Choose a tag to compare

Changes to kpkg

  • installcmd: add --ignoreDownloadErrors
  • buildcmd: Remove file if checksums do not match
  • installcmd: Switch to taskpool for multithreading (wip, progress bar doesn't work properly yet)

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.7.0...v6.7.1

src v6.7.0

11 Jan 00:33
31e9505
Compare
Choose a tag to compare

Changes to kpkg

  • Introduce kpkg overrides
  • Massive speed improvements on dephandler
  • Dephandler now removes packages that do the same thing (through replaces) from the dependency list
    • Keep in mind that there is no prompt for choosing alternatives, you still need to do that manually
  • buildcmd: add --ignorePostInstall

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.6.0...v6.7.0