Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Releases: kisslinux/kiss

0.11.0

30 Aug 14:38
Compare
Choose a tag to compare
  • Removed usage of file, readelf is used instead. file was only used in the pkg_strip function which depends on strip from binutils, readelf is also inbinutils.

0.10.0

30 Aug 11:13
Compare
Choose a tag to compare
  • Removed fakeroot usage.
  • Fixed cache sometimes not clearing.

0.9.0

26 Aug 06:49
Compare
Choose a tag to compare
  • kiss update now installs each package.
  • Fixed bug in package upgrades.

0.8.1

22 Aug 07:43
Compare
Choose a tag to compare
  • Fix missing sudo call.

0.8.0

21 Aug 08:18
Compare
Choose a tag to compare
  • Fixed bug with temporary file not being removed.
  • Optimized package stripping.
  • Optimized package conflict checks.

0.7.0

19 Aug 08:28
Compare
Choose a tag to compare

kiss now dynamically populates the dependency file by detecting missing dependencies via ldd.

See: #42

0.6.3

16 Aug 07:20
Compare
Choose a tag to compare
  • Fix update args. @sebastianertz
  • Add prompt after kiss build for installation.
  • Add post-install log message.

0.6.2

14 Aug 07:44
Compare
Choose a tag to compare
  • Remove cache log message (for now).

0.6.1

14 Aug 07:02
Compare
Choose a tag to compare
  • Faster updates by skipping duplicate git pulls.
  • Added message to indicate when the cache is being cleaned.

0.6.0

13 Aug 06:29
Compare
Choose a tag to compare
  • Added dependency on sudo.
    • This allows the package manager to run as a normal user.
  • Fixed bug with stray directories being left behind.
  • Moved some operators to kiss-utils.