mirror of
https://github.com/PyMySQL/mysqlclient.git
synced 2025-08-15 11:10:58 +08:00
v2.0.3
This commit is contained in:
11
HISTORY.rst
11
HISTORY.rst
@ -1,3 +1,14 @@
|
|||||||
|
======================
|
||||||
|
What's new in 2.0.3
|
||||||
|
======================
|
||||||
|
|
||||||
|
Release: 2021-01-01
|
||||||
|
|
||||||
|
* Add ``-std=c99`` option to cflags by default for ancient compilers that doesn't
|
||||||
|
accept C99 by default.
|
||||||
|
* You can customize cflags and ldflags by setting ``MYSQLCLIENT_CFLAGS`` and
|
||||||
|
``MYSQLCLIENT_LDFLAGS``. It overrides ``mysql_config``.
|
||||||
|
|
||||||
======================
|
======================
|
||||||
What's new in 2.0.2
|
What's new in 2.0.2
|
||||||
======================
|
======================
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[metadata]
|
[metadata]
|
||||||
version: 2.0.2
|
version: 2.0.3
|
||||||
version_info: (2,0,2,'final',0)
|
version_info: (2,0,3,'final',0)
|
||||||
description: Python interface to MySQL
|
description: Python interface to MySQL
|
||||||
author: Inada Naoki
|
author: Inada Naoki
|
||||||
author_email: songofacandy@gmail.com
|
author_email: songofacandy@gmail.com
|
||||||
|
Reference in New Issue
Block a user