Skip to content

Commit

Permalink
1.20.99.7
Browse files Browse the repository at this point in the history
  • Loading branch information
bapt committed Oct 11, 2023
1 parent d1dd91c commit d1d9a3f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Changes from 1.20.99.6 to 1.20.99.7
- update curl to 8.4.0
- plug some memory leak
- plug a db transaction leak
- refactoring of the repository generation code

Changes from 1.20.99.5 to 1.20.99.6
- enable netrc support to be compatible with libfetch variable
- enable by default all supported kind of authentication for curl
Expand Down
2 changes: 1 addition & 1 deletion auto.def
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use cc cc-lib cc-shared pkg-config
set maj_ver 1
set med_ver 20
set min_ver 99
set dev_ver 6
set dev_ver 7
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 d1d9a3f

Please sign in to comment.