Hello community, here is the log from the commit of package MyODBC-unixODBC checked in at Thu Feb 28 02:00:48 CET 2008. -------- --- MyODBC-unixODBC/MyODBC-unixODBC.changes 2007-11-14 18:58:08.000000000 +0100 +++ /mounts/work_src_done/STABLE/MyODBC-unixODBC/MyODBC-unixODBC.changes 2008-02-27 10:27:59.000000000 +0100 @@ -1,0 +2,34 @@ +Wed Feb 27 10:25:28 CET 2008 - anosek@suse.cz + +- updated to version 3.51.23r998 + + Functionality added or changed: + * Removed workaround for bug #10491 in the server, which has now been + fixed in MySQL Server 5.0.48 and 5.1.21. + * Added FLAG_COLUMN_SIZE_S32 to limit the reported column size to a + signed 32-bit integer. This option is automatically enabled for ADO + applications, in order to work around a bug in ADO. (Bug #13776) + + Bugs fixed: + * Allowed connections to be enlisted in distributed transactions, even + though the driver doesn't support them. (Bug #32727) + * Cleaning up environment handles in multithread environments could result + in a five (or more) second delay. (Bug #32366) + * SQLAllocStmt() and SQLFreeStmt() did not synchronize access to the + list of statements associated with a connection. (Bug #32857) + * SQLGetInfo() returned the wrong value for SQL_DATABASE_NAME when no + database was selected. (Bug #3780) + * Changing the DSN name when editing a DSN left behind the DSN + under the old name in addition to creating the new entry. (Bug #31165) + * SQLGetInfo() reported that UNION was not supported. (Bug #32253) + * The non-portable "English" locale was used for handling of decimal + and floating-point values instead of "C". (Bug #32294) + * Unsigned integer values greater than the maximum value of a signed + integer were handled incorrectly. (Bug #32171) + * The wrong result was returned by SQLGetData() when the data was an + empty string and a zero-sized buffer was specified. (Bug #30958) + +- dropped obsoleted patch (setlocale.patch) +- added patch (compile.patch) + +------------------------------------------------------------------- Old: ---- MyODBC-3.51.21r807.diff MyODBC-3.51.21r807-setlocale.patch mysql-connector-odbc-3.51.21r807.tar.bz2 New: ---- MyODBC-3.51.23r998-compile.patch MyODBC-3.51.23r998.diff mysql-connector-odbc-3.51.23r998.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ MyODBC-unixODBC.spec ++++++ --- /var/tmp/diff_new_pack.o16986/_old 2008-02-28 02:00:33.000000000 +0100 +++ /var/tmp/diff_new_pack.o16986/_new 2008-02-28 02:00:33.000000000 +0100 @@ -1,7 +1,7 @@ # -# spec file for package MyODBC-unixODBC (Version 3.51.21r807) +# spec file for package MyODBC-unixODBC (Version 3.51.23r998) # -# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # @@ -10,13 +10,14 @@ # norootforbuild + Name: MyODBC-unixODBC BuildRequires: mysql-devel unixODBC-devel %define manager unixODBC License: LGPL v2.1 or later Group: Productivity/Databases/Tools AutoReqProv: on -Version: 3.51.21r807 +Version: 3.51.23r998 Release: 1 Summary: ODBC Interface for Communication with MySQL Compiled with UnixODBC Url: http://www.mysql.com/products/myodbc/index.html @@ -27,7 +28,7 @@ Source2: odbc.ini.%{manager}.sample Source3: README Patch: MyODBC-%{version}.diff -Patch2: MyODBC-%{version}-setlocale.patch +Patch2: MyODBC-%{version}-compile.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -84,8 +85,37 @@ %{_bindir}/myodbc3* %doc %{_defaultdocdir}/%{name}/ %{_libdir}/%{manager}/* + %changelog -* Wed Nov 14 2007 - anosek@suse.cz +* Wed Feb 27 2008 anosek@suse.cz +- updated to version 3.51.23r998 + Functionality added or changed: + * Removed workaround for bug #10491 in the server, which has now been + fixed in MySQL Server 5.0.48 and 5.1.21. + * Added FLAG_COLUMN_SIZE_S32 to limit the reported column size to a + signed 32-bit integer. This option is automatically enabled for ADO + applications, in order to work around a bug in ADO. (Bug #13776) + Bugs fixed: + * Allowed connections to be enlisted in distributed transactions, even + though the driver doesn't support them. (Bug #32727) + * Cleaning up environment handles in multithread environments could result + in a five (or more) second delay. (Bug #32366) + * SQLAllocStmt() and SQLFreeStmt() did not synchronize access to the + list of statements associated with a connection. (Bug #32857) + * SQLGetInfo() returned the wrong value for SQL_DATABASE_NAME when no + database was selected. (Bug #3780) + * Changing the DSN name when editing a DSN left behind the DSN + under the old name in addition to creating the new entry. (Bug #31165) + * SQLGetInfo() reported that UNION was not supported. (Bug #32253) + * The non-portable "English" locale was used for handling of decimal + and floating-point values instead of "C". (Bug #32294) + * Unsigned integer values greater than the maximum value of a signed + integer were handled incorrectly. (Bug #32171) + * The wrong result was returned by SQLGetData() when the data was an + empty string and a zero-sized buffer was specified. (Bug #30958) +- dropped obsoleted patch (setlocale.patch) +- added patch (compile.patch) +* Wed Nov 14 2007 anosek@suse.cz - updated to version 3.51.21r807 Functionality added or changed: * Because of Bug #10491 in the server, character string results were @@ -105,7 +135,7 @@ (Bug #6741) * Added SSL options to the GUI setup dialog. Lots of bugfixes -* Thu Jul 26 2007 - anosek@suse.cz +* Thu Jul 26 2007 anosek@suse.cz - updated to version 3.51.17r581 Functionality added or changed: * Added an option (CHARSET) for specifying the default character @@ -145,7 +175,7 @@ * Fixed possible crash if SQLBindCol() was not called before SQLSetPos(). Fixed use of MYSQL structure pertaining to updating large blobs in cursors. (Bug #10562) -* Fri Jul 13 2007 - anosek@suse.cz +* Fri Jul 13 2007 anosek@suse.cz - updated to version 3.51.16r494 * Added support for using SSL. This is not yet exposed in the setup GUI, but must be enabled through configuration files or the DSN. (Bug #12918) @@ -171,7 +201,7 @@ table name parameters when retrieving information. (Bug #27723) * Calls to SQLSetPos() could cause the driver to incorrectly calculate the length of some fields. (Bug #16917) -* Fri May 18 2007 - anosek@suse.cz +* Fri May 18 2007 anosek@suse.cz - updated to version 3.51.15r409 * Added auto-reconnect option because automatic reconnect is now disabled by default in libmysql @@ -186,30 +216,30 @@ * Added --with-separate-debug-driver ./configure option * Lots of bugfixes - dropped obsoleted patch (stringh.diff) -* Mon Jun 12 2006 - mmarek@suse.cz +* Mon Jun 12 2006 mmarek@suse.cz - use "C", not "English" in setlocale() calls [http://www.openoffice.org/issues/show_bug.cgi?id=66283] (setlocale.patch) -* Wed Jan 25 2006 - mls@suse.de +* Wed Jan 25 2006 mls@suse.de - converted neededforbuild to BuildRequires -* Thu Jan 05 2006 - mmarek@suse.cz +* Thu Jan 05 2006 mmarek@suse.cz - update to 3.51.12 - use make -j -* Tue Aug 02 2005 - ltinkl@suse.cz +* Tue Aug 02 2005 ltinkl@suse.cz - update to 3.51.11 (#99150) -* Thu Apr 28 2005 - schwab@suse.de +* Thu Apr 28 2005 schwab@suse.de - Properly use libltdl. -* Tue Feb 01 2005 - ro@suse.de +* Tue Feb 01 2005 ro@suse.de - update to 3.51.10 -* Fri Sep 17 2004 - ro@suse.de +* Fri Sep 17 2004 ro@suse.de - remove hack for libmysqlclient_r (mysql has been fixed) - remove NoSource tag (MyODBC-libiodbc is no longer present) -* Fri Aug 13 2004 - ro@suse.de +* Fri Aug 13 2004 ro@suse.de - update to 3.51.07 -* Thu Feb 26 2004 - ltinkl@suse.cz +* Thu Feb 26 2004 ltinkl@suse.cz - obsoletes MyODBC-libiodbc -* Tue Sep 30 2003 - ltinkl@suse.cz +* Tue Sep 30 2003 ltinkl@suse.cz - updated to latest stable version (3.51.06) -* Mon Jun 10 2002 - prehak@suse.cz +* Mon Jun 10 2002 prehak@suse.cz - new package in distribution - version 2.50.39 - fixed variable name ac_hdr to ac_header in acinclude.m4 ++++++ MyODBC-3.51.23r998-compile.patch ++++++ --- test/my_cursor.c +++ test/my_cursor.c @@ -2723,7 +2723,7 @@ SQL_DRIVER_NOPROMPT)); ok_con(hdbc1, SQLAllocStmt(hdbc1, &hstmt1)); ok_stmt(hstmt1, SQLSetStmtAttr(hstmt1, SQL_ATTR_CURSOR_TYPE, - SQL_CURSOR_DYNAMIC, 0)); + (SQLPOINTER) SQL_CURSOR_DYNAMIC, 0)); ok_sql(hstmt1, "drop table if exists bug32420"); ok_sql(hstmt1, "CREATE TABLE bug32420 ("\ "tt_int INT PRIMARY KEY auto_increment,"\ ++++++ MyODBC-3.51.21r807.diff -> MyODBC-3.51.23r998.diff ++++++ ++++++ mysql-connector-odbc-3.51.21r807.tar.bz2 -> mysql-connector-odbc-3.51.23r998.tar.bz2 ++++++ ++++ 3585 lines of diff (skipped) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de