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 09a443a commit c733747Copy full SHA for c733747
CHANGELOG.md
@@ -1,6 +1,6 @@
1
## (unreleased)
2
3
-* Use OpenSSL v3.5.0 for Windows and Linux builds.
+* Use freetds v1.5.1 and OpenSSL v3.5.0 for Windows and Linux builds.
4
5
## 3.2.1
6
ext/tiny_tds/extconsts.rb
@@ -4,5 +4,5 @@
OPENSSL_VERSION = ENV["TINYTDS_OPENSSL_VERSION"] || "3.5.0"
OPENSSL_SOURCE_URI = "https://www.openssl.org/source/openssl-#{OPENSSL_VERSION}.tar.gz"
7
-FREETDS_VERSION = ENV["TINYTDS_FREETDS_VERSION"] || "1.4.26"
+FREETDS_VERSION = ENV["TINYTDS_FREETDS_VERSION"] || "1.5.1"
8
FREETDS_SOURCE_URI = "http://www.freetds.org/files/stable/freetds-#{FREETDS_VERSION}.tar.bz2"
0 commit comments