Skip to content

Commit 645dd23

Browse files
committed
Bump libiconv to v1.17
1 parent c96642a commit 645dd23

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Drop support for SQL Server < 2017
55
* Drop support for FreeTDS < 1.0
66
* Raise error if FreeTDS is unable to sent command buffer to the server
7-
* Use freetds v1.4.23 for Windows builds
7+
* Use freetds v1.4.23 and libiconv v1.17 for Windows builds
88

99
## 2.1.7
1010
* Add Ruby 3.3 to the cross compile list

ext/tiny_tds/extconsts.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
ICONV_VERSION = ENV['TINYTDS_ICONV_VERSION'] || "1.15"
2+
ICONV_VERSION = ENV['TINYTDS_ICONV_VERSION'] || "1.17"
33
ICONV_SOURCE_URI = "http://ftp.gnu.org/pub/gnu/libiconv/libiconv-#{ICONV_VERSION}.tar.gz"
44

55
OPENSSL_VERSION = ENV['TINYTDS_OPENSSL_VERSION'] || '1.1.1s'

0 commit comments

Comments
 (0)