Skip to content

Commit

Permalink
Release 2.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
bapt committed Feb 11, 2025
1 parent 95a0c12 commit d0b88e2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
Changes form 2.0.5 to 2.0.6
- sort list before exporting manifest to improve reproducibility
- only track shared libraries which starts with lib*
- ignore compat32 libraries on systems installed from sets (vs pkgbase) where
the lib32 set is not installed.
- update: now works again on system with less than 300MB of RAM available

Changes from 2.0.4 to 2.0.5
- Allow ABI_FILE in pkg.conf(5)
- fix crash in case of conflicts
Expand Down
2 changes: 1 addition & 1 deletion auto.def
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use cc cc-lib cc-shared pkg-config

set maj_ver 2
set med_ver 0
set min_ver 5
set min_ver 6
set dev_ver 0
define PKG_API [expr {$maj_ver * 1000000 + $med_ver * 1000 + $min_ver}]
define VERSION $maj_ver.$med_ver.$min_ver[expr {$dev_ver ? ".$dev_ver" : ""}]
Expand Down

0 comments on commit d0b88e2

Please sign in to comment.