Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package freetds for openSUSE:Factory checked 
in at 2023-10-03 20:15:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/freetds (Old)
 and      /work/SRC/openSUSE:Factory/.freetds.new.28202 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "freetds"

Tue Oct  3 20:15:19 2023 rev:39 rq:1114801 version:1.4.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/freetds/freetds.changes  2023-09-06 
18:56:09.939221865 +0200
+++ /work/SRC/openSUSE:Factory/.freetds.new.28202/freetds.changes       
2023-10-03 20:16:56.862143243 +0200
@@ -1,0 +2,23 @@
+Mon Oct  2 09:19:58 UTC 2023 - [email protected]
+
+- version update to 1.4.2
+  * User visible (not in a particular order):
+    - Fix some numeric conversion checks;
+    - Always use Unicode for SSPI allowing not ASCII to work;
+    - Improve BCP copy, especially for Sybase;
+    - Better error reporting for ICONV failures;
+    - Disable TLSv1 by default;
+    - ODBC: partial TVP support (missing data at execution);
+    - ODBC: support for quoted string in connection string;
+    - CT-Library: support large identifiers;
+    - CT-Library: report appropriate severity values;
+    - apps: datacopy report errors on standard error;
+    - pool: use poll instead of select to support more connections.
+  * Implementation:
+    - Use more bool type for boolean instead of integer;
+    - more macros for ODBC tests to encapsulate some ODBC API.
+- modified patches
+  % configure-return-void-fix.patch (refreshed)
+- have not BUGS.md anymore
+
+-------------------------------------------------------------------

Old:
----
  freetds-1.3.20.tar.gz

New:
----
  freetds-1.4.2.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ freetds.spec ++++++
--- /var/tmp/diff_new_pack.syQ7Wc/_old  2023-10-03 20:16:58.074186957 +0200
+++ /var/tmp/diff_new_pack.syQ7Wc/_new  2023-10-03 20:16:58.078187101 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           freetds
-Version:        1.3.20
+Version:        1.4.2
 Release:        0
 Summary:        A free re-implementation of the TDS (Tabular Data Stream) 
protocol
 License:        GPL-2.0-or-later AND LGPL-2.1-or-later
@@ -198,5 +198,5 @@
 %{_libdir}/libtdsodbc.so.*
 
 %files doc
-%doc AUTHORS.md BUGS.md NEWS.md README.md TODO.md
+%doc AUTHORS.md NEWS.md README.md TODO.md
 

++++++ configure-return-void-fix.patch ++++++
--- /var/tmp/diff_new_pack.syQ7Wc/_old  2023-10-03 20:16:58.110188256 +0200
+++ /var/tmp/diff_new_pack.syQ7Wc/_new  2023-10-03 20:16:58.114188399 +0200
@@ -1,13 +1,13 @@
-Index: freetds-1.3.18/configure
+Index: freetds-1.4.2/configure
 ===================================================================
---- freetds-1.3.18.orig/configure
-+++ freetds-1.3.18/configure
-@@ -19944,6 +19944,7 @@ SQLRETURN  SQL_API SQLColAttribute (SQLH
+--- freetds-1.4.2.orig/configure
++++ freetds-1.4.2/configure
+@@ -21580,6 +21580,7 @@ SQLRETURN  SQL_API SQLColAttribute (SQLH
        SQLUSMALLINT ColumnNumber, SQLUSMALLINT FieldIdentifier,
        SQLPOINTER CharacterAttribute, SQLSMALLINT BufferLength,
        SQLSMALLINT *StringLength, SQLLEN * NumericAttribute) {
 +  return 0;
  }
  int
- main ()
+ main (void)
 

++++++ freetds-1.3.20.tar.gz -> freetds-1.4.2.tar.gz ++++++
++++ 278283 lines of diff (skipped)

Reply via email to