Skip to content

Commit 8b0cbe1

Browse files
committed
Update libiconv to v1.18
1 parent cba28e3 commit 8b0cbe1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
* Reduce number of files shipped with precompiled Windows gem
44
* Provide precompiled gem for Linux (GNU + MUSL / 64-bit x86 + ARM)
55
* Fix wrappers for `tsql` and `defncopy` utility.
6+
* Use libiconv v1.18 for Windows and Linux builds
67

78
## 3.1.0
89

ext/tiny_tds/extconsts.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ICONV_VERSION = ENV["TINYTDS_ICONV_VERSION"] || "1.17"
1+
ICONV_VERSION = ENV["TINYTDS_ICONV_VERSION"] || "1.18"
22
ICONV_SOURCE_URI = "http://ftp.gnu.org/pub/gnu/libiconv/libiconv-#{ICONV_VERSION}.tar.gz"
33

44
OPENSSL_VERSION = ENV["TINYTDS_OPENSSL_VERSION"] || "3.4.0"

0 commit comments

Comments
 (0)