We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cba28e3 commit 8b0cbe1Copy full SHA for 8b0cbe1
CHANGELOG.md
@@ -3,6 +3,7 @@
3
* Reduce number of files shipped with precompiled Windows gem
4
* Provide precompiled gem for Linux (GNU + MUSL / 64-bit x86 + ARM)
5
* Fix wrappers for `tsql` and `defncopy` utility.
6
+* Use libiconv v1.18 for Windows and Linux builds
7
8
## 3.1.0
9
ext/tiny_tds/extconsts.rb
@@ -1,4 +1,4 @@
1
-ICONV_VERSION = ENV["TINYTDS_ICONV_VERSION"] || "1.17"
+ICONV_VERSION = ENV["TINYTDS_ICONV_VERSION"] || "1.18"
2
ICONV_SOURCE_URI = "http://ftp.gnu.org/pub/gnu/libiconv/libiconv-#{ICONV_VERSION}.tar.gz"
OPENSSL_VERSION = ENV["TINYTDS_OPENSSL_VERSION"] || "3.4.0"
0 commit comments