Skip to content

Commit 842e2d8

Browse files
lawrinlawrin
authored andcommitted
INSTALL update + copyright notices and some doc urs in the msi arpprops
1 parent d831243 commit 842e2d8

File tree

4 files changed

+7
-9
lines changed

4 files changed

+7
-9
lines changed

ANNOUNCEMENT

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This is a release of MySQL Connector/C++, Oracle's
44
dual-license C++ API for connecting client applications
55
to MySQL.
66

7-
Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
7+
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved.
88

99
--------------------------------------------------------------------------------
1010

@@ -17,7 +17,7 @@ connecting client applications to the MySQL Server 5.1 or newer. You can downloa
1717

1818
The MySQL driver for C++ offers an easy to use API derived from JDBC 4.0. MySQL Workbench is using it successfully since years.
1919

20-
The major changes in 1.1.1 are;
20+
The major changes in 1.1.1 are:
2121

2222
- DatabaseMetaData::getSQLKeywords() updated to match MySQL 5.5. Note
2323
that C/C++, just like C/JDBC, returns the same list for every

INSTALL

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This is a release of MySQL Connector/C++, Oracle's
44
dual-license C++ API for connecting client applications
55
to MySQL.
66

7-
Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
7+
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved.
88

99
--------------------------------------------------------------------------------
1010

@@ -31,9 +31,7 @@ CONTACT
3131

3232
Bugs can be reported at http://bugs.mysql.com .
3333

34-
For sales related questions please write to <sales@mysql.com>.
35-
36-
See also http://forge.mysql.com/wiki/Connector_C%2B%2B .
34+
See also https://wikis.oracle.com/pages/viewpage.action?pageId=27394600
3735

3836

3937
INSTALLATION
@@ -46,7 +44,7 @@ INSTALLATION
4644

4745
Please check the Reference Manual for further information at:
4846

49-
http://dev.mysql.com/doc/refman/5.1/en/connector-cpp.html
47+
http://dev.mysql.com/doc/refman/5.5/en/connector-cpp.html
5048

5149
Notes on building the driver from source can be found in the Reference
5250
Manual and below. At the end of this file you may find settings

driver/mysql_connection.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright (c) 2008, 2011, Oracle and/or its affiliates. All rights reserved.
2+
Copyright (c) 2008, 2012, 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

win/mysql-conncpp-msi-arpprops.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Property Id="ARPURLINFOABOUT" Value="http://dev.mysql.com/downloads/connector/cpp/" />
77
<Property Id="ARPURLUPDATEINFO" Value="http://dev.mysql.com/downloads/connector/cpp/" />
88
<!--Property Id="ARPHELPTELEPHONE" Value="URL where one can find support phone numbers" /-->
9-
<Property Id="ARPAUTHORIZEDCDFPREFIX" Value="http://dev.mysql.com/doc/refman/5.1/en/connector-cpp.html" />
9+
<Property Id="ARPAUTHORIZEDCDFPREFIX" Value="http://dev.mysql.com/doc/refman/5.5/en/connector-cpp.html" />
1010
<Property Id="ARPSIZE" Value="3" />
1111

1212
<!--

0 commit comments

Comments
 (0)