Skip to content

Commit

Permalink
Release 2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
bapt committed Jan 28, 2025
1 parent fa2c07f commit 42ae455
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changes from 2.0.4 to 2.0.5
- Allow ABI_FILE in pkg.conf(5)
- fix crash in case of conflicts
- restore flexibility for end user to replace directories with symlinks to
directories
- Do not track absolute DT_NEEDED
- curl: more verbose error message

Changes from 2.0.3 to 2.0.4
- Fix fetching packages after conflicts
- Do not track absolute DT_NEEDED

Changes from 2.0.2 to 2.0.3
- improve elf abi detection when looking for shlibs
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 4
set min_ver 5
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 42ae455

Please sign in to comment.