Skip to content

Commit affe109

Browse files
committed
Bump version to 1.1.8
Add 1.1.8 changes
1 parent 5765b1b commit affe109

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGES

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@
2222
51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
2323
*/
2424

25+
GA 1.1.8 -
26+
- Add connect options MYSQL_OPT_MAX_ALLOWED_PACKET, MYSQL_OPT_NET_BUFFER_LENGTH,
27+
MYSQL_OPT_TLS_VERSION and MYSQL_OPT_SSL_MODE
28+
- Fix Visual Studio 2015 build.
29+
2530
GA 1.1.7 -
2631
- Add JSON support
2732
- Allow building without server flags (Bug#21391025)

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, Oracle and/or its affiliates. All rights reserved.
2+
# Copyright (c) 2014, 2016, 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 "7")
27+
SET(CONNECTOR_PATCH "8")
2828
SET(CONNECTOR_LEVEL "") # "-alpha", "-beta", empty if GA
2929
SET(CONNECTOR_QUALITY "GA")
3030

0 commit comments

Comments
 (0)