We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c96642a commit 645dd23Copy full SHA for 645dd23
CHANGELOG.md
@@ -4,7 +4,7 @@
4
* Drop support for SQL Server < 2017
5
* Drop support for FreeTDS < 1.0
6
* Raise error if FreeTDS is unable to sent command buffer to the server
7
-* Use freetds v1.4.23 for Windows builds
+* Use freetds v1.4.23 and libiconv v1.17 for Windows builds
8
9
## 2.1.7
10
* Add Ruby 3.3 to the cross compile list
ext/tiny_tds/extconsts.rb
@@ -1,5 +1,5 @@
1
2
-ICONV_VERSION = ENV['TINYTDS_ICONV_VERSION'] || "1.15"
+ICONV_VERSION = ENV['TINYTDS_ICONV_VERSION'] || "1.17"
3
ICONV_SOURCE_URI = "http://ftp.gnu.org/pub/gnu/libiconv/libiconv-#{ICONV_VERSION}.tar.gz"
OPENSSL_VERSION = ENV['TINYTDS_OPENSSL_VERSION'] || '1.1.1s'
0 commit comments