Skip to content

Commit 51e7c20

Browse files
committed
Merge pull request pymssql#392 from pymssql/official-win-binaries-warning
docs: Add warning about DLL dependencies for Windows users.
2 parents 69850ac + 42268c8 commit 51e7c20

2 files changed

Lines changed: 26 additions & 0 deletions

File tree

ChangeLog

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@ Change Log
44
Version 2.1.2 - 2016-02-10 - Ramiro Morales
55
===============================================
66

7+
.. attention:: Windows users: You need to download and install additional DLLs
8+
9+
pymssql version 2.1.2 includes a change in the official Windows binaries:
10+
FreeTDS isn't statically linked as it happened up to release 2.1.1, as that
11+
FreeTDS copy lacked SSL support.
12+
13+
Please see http://pymssql.org/en/latest/freetds.html#windows for futher
14+
details.
15+
16+
We are trying to find a balance between security and convenience and will
17+
be evaluating the situation for future releases. Your feedback is greatly
18+
welcome.
19+
720
General
821
-------
922

ChangeLog_highlights.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@ Recent Changes
44
Version 2.1.2 - 2016-02-10 - Ramiro Morales
55
===============================================
66

7+
.. attention:: Windows users: You need to download and install additional DLLs
8+
9+
pymssql version 2.1.2 includes a change in the official Windows binaries:
10+
FreeTDS isn't statically linked as it happened up to release 2.1.1, as that
11+
FreeTDS copy lacked SSL support.
12+
13+
Please see http://pymssql.org/en/latest/freetds.html#windows for futher
14+
details.
15+
16+
We are trying to find a balance between security and convenience and will
17+
be evaluating the situation for future releases. Your feedback is greatly
18+
welcome.
19+
720
Features
821
--------
922

0 commit comments

Comments
 (0)