Skip to content

Commit 44f9648

Browse files
committed
Bump connector version
Update CHANGES file
1 parent 2e70a36 commit 44f9648

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGES

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright (c) 2008, 2016, Oracle and/or its affiliates. All rights reserved.
2+
Copyright (c) 2008, 2017, Oracle and/or its affiliates. All rights reserved.
33

44
The MySQL Connector/C++ is licensed under the terms of the GPLv2
55
<http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most
@@ -22,6 +22,10 @@
2222
51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
2323
*/
2424

25+
GA 1.1.9 -
26+
- Fix SQL::RESULTSET::GETDOUBLE RETURN WRONG VALUE WITH FR_CA LOCALE (Bug#69719)
27+
- "LOCALHOST" DOESN'T WORK FOR IPV6-ONLY BOUND HOST IN WB (Bug#69663)
28+
2529
GA 1.1.8 -
2630
- Add connect options MYSQL_OPT_MAX_ALLOWED_PACKET, MYSQL_OPT_NET_BUFFER_LENGTH,
2731
MYSQL_OPT_TLS_VERSION and MYSQL_OPT_SSL_MODE

VersionInfo.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2014, 2016, Oracle and/or its affiliates. All rights reserved.
2+
# Copyright (c) 2014, 2017, Oracle and/or its affiliates. All rights reserved.
33
#
44
# The MySQL Connector/C++ is licensed under the terms of the GPLv2
55
# <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most
@@ -24,7 +24,7 @@
2424

2525
SET(CONNECTOR_MAJOR "1")
2626
SET(CONNECTOR_MINOR "1")
27-
SET(CONNECTOR_PATCH "8")
27+
SET(CONNECTOR_PATCH "9")
2828
SET(CONNECTOR_LEVEL "") # "-alpha", "-beta", empty if GA
2929
SET(CONNECTOR_QUALITY "GA")
3030

0 commit comments

Comments
 (0)