8000 0.7.10 · RecentProgress/PyMySQL@34de70f · GitHub
[go: up one dir, main page]

Skip to content

Commit 34de70f

Browse files
committed
0.7.10
1 parent b5e17ce commit 34de70f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44

55
Release date: 2017-02-14
66

7+
* **SECURITY FIX**: Raise RuntimeError when received LOAD_LOCAL packet while
8+
``loacal_infile=False``.
9+
710
* Raise SERVER_LOST error for MariaDB's shutdown packet (#540)
811

912
* Change default connect_timeout to 10.

pymysql/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
DateFromTicks, TimeFromTicks, TimestampFromTicks)
3636

3737

38-
VERSION = (0, 7, 9, None)
38+
VERSION = (0, 7, 10, None)
3939
threadsafety = 1
4040
apilevel = "2.0"
4141
paramstyle = "pyformat"

0 commit comments

Comments
 (0)
0