We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b0cbe1 commit 0ff7ad5Copy full SHA for 0ff7ad5
CHANGELOG.md
@@ -3,7 +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
+* Use libiconv v1.18 and freetds v1.4.26 for Windows and Linux builds
7
8
## 3.1.0
9
ext/tiny_tds/extconsts.rb
@@ -4,5 +4,5 @@
OPENSSL_VERSION = ENV["TINYTDS_OPENSSL_VERSION"] || "3.4.0"
OPENSSL_SOURCE_URI = "https://www.openssl.org/source/openssl-#{OPENSSL_VERSION}.tar.gz"
-FREETDS_VERSION = ENV["TINYTDS_FREETDS_VERSION"] || "1.4.23"
+FREETDS_VERSION = ENV["TINYTDS_FREETDS_VERSION"] || "1.4.26"
FREETDS_SOURCE_URI = "http://www.freetds.org/files/stable/freetds-#{FREETDS_VERSION}.tar.bz2"
0 commit comments