Skip to content

Commit

Permalink
Merge branch 'release/3.52.16'
Browse files Browse the repository at this point in the history
  • Loading branch information
pkleef committed May 2, 2023
2 parents d7a671e + 017158e commit 996a081
Show file tree
Hide file tree
Showing 304 changed files with 1,351 additions and 996 deletions.
2 changes: 1 addition & 1 deletion COPYING
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
iODBC Driver Manager
Copyright (C) 1995 Ke Jin <[email protected]>
Copyright (C) 1996-2021 OpenLink Software <[email protected]>
Copyright (C) 1996-2023 OpenLink Software <[email protected]>
All Rights Reserved.

This software is released under either the GNU Library General Public
Expand Down
141 changes: 141 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,146 @@
2023-05-02 Patrick van Kleef <[email protected]>

Updated NEWS

Updated iODBC version to 3.52.16 for release

2023-05-02 Sergey Malinin <[email protected]>

Fixed issue with generic setup dialogs on macOS not saving values
Set field attribute to use "Continuously Updates Value"

2023-04-05 Patrick van Kleef <[email protected]>

Updated build timestamp

Updated Copyright

2022-10-07 Sergey Malinin <[email protected]>

Fixed SQLBindParameter trace when bind offset is in use (fixes #80)
Reported by: matthew-wozniczka

Fixed SQLGetInstalledDrivers single entry error (fixes #79)
Modified-by: smalinin
Reported-By: paul-aiyedun

2022-10-07 Patrick van Kleef <[email protected]>

Merge branch 'feature/2022_10_06_fix_github_78' into develop

2022-10-07 Sergey Malinin <[email protected]>

Fix for support modern limit for path name size

Fixed silent truncation of 'long' diagnostic messages in SQLGetDiagRec (fixes #78)
Reported by: matthew-wozniczka

Fixed issue overriding SQL_DEFAULT_PARAM length indicator (fixes #67)
Reported by: matthew-wozniczka

2022-10-06 OpenLink Software <[email protected]>

Merge pull request #81 from TallTed/patch-1
cleanup and update README_MACOSX and README_MACOSX.md

2022-10-06 Ted Thibodeau Jr <[email protected]>

apply README_MACOSX.md changes to README_MACOSX

2022-10-05 Ted Thibodeau Jr <[email protected]>

cleanup and update README_MACOSX.md

2022-04-11 Patrick van Kleef <[email protected]>

Fixed compiler warning

Fixed copyright

Fixed missing comma (fixes #72)
Reported by: dcb314

Fixed potential memory leak (fixes #71)
Reported by: matthew-wozniczka

2021-09-20 Sergey Malinin <[email protected]>

Fix github#68

2021-09-20 Patrick van Kleef <[email protected]>

Merge branch 'feature/2021_09_17_fix_github' into develop

2021-09-17 Sergey Malinin <[email protected]>

Fix github#66

Fix for github#69

2021-07-27 Patrick van Kleef <[email protected]>

Fixed version check of build tools

2021-07-05 Patrick van Kleef <[email protected]>

Updated build id to 21.07.05

2021-06-24 Sergey Malinin <[email protected]>

Fix GitHub issue #63. Crash in create new DSN via drvproxy UI. Also fixed the similar issues in another places.

2021-06-07 Patrick van Kleef <[email protected]>

Regenerated text versions of markdown documents

2021-06-07 Ted Thibodeau Jr <[email protected]>

update README_GIT.md

update README.md
* cleaned up formatting
* fixed much language
* various corrections

Various cleanup of README_MACOSX.md
Grammar, punctuation, Apple's OS naming scheme, etc.

minor updates to NEWS
Corrected macOS identifications; added missing comma; removed errant blankline,

2021-06-07 Patrick van Kleef <[email protected]>

Regenerated README from README.md

2021-06-07 Ted Thibodeau <[email protected]>

Updates to README.md for 3.52.15

2021-06-07 Sergey Malinin <[email protected]>

Fix issue with new vertical layout for Alerts on OSX BigSur

2021-06-07 Patrick van Kleef <[email protected]>

Merge branch 'feature/2021_06_07_fix_github_58' into develop

2021-06-07 Sergey Malinin <[email protected]>

Fix for resolve compilation warnings, that threats as errors

2021-06-07 Patrick van Kleef <[email protected]>

Updated version to 3.52.16-dev at start of new development cycle

Merge tag 'v3.52.15' into develop
Tagged for release

Merge branch 'release/3.52.15'

Updated version to 3.52.15 build 21.06.07

Updated Changelog

Updated NEWS

Updated README_MACOSX to add notes for macOS 11 Big Sur
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
iODBC Driver Manager
Copyright (C) 1995 Ke Jin <[email protected]>
Copyright (C) 1996-2021 OpenLink Software <[email protected]>
Copyright (C) 1996-2023 OpenLink Software <[email protected]>
All Rights Reserved.

This software is released under either the GNU Library General Public
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.BSD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
iODBC Driver Manager
Copyright (C) 1995 Ke Jin <[email protected]>
Copyright (C) 1996-2021 OpenLink Software <[email protected]>
Copyright (C) 1996-2023 OpenLink Software <[email protected]>
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# The iODBC driver manager.
#
# Copyright (C) 1995 Ke Jin <[email protected]>
# Copyright (C) 1996-2021 OpenLink Software <[email protected]>
# Copyright (C) 1996-2023 OpenLink Software <[email protected]>
# All Rights Reserved.
#
# This software is released under the terms of either of the following
Expand Down
31 changes: 23 additions & 8 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,20 +1,36 @@
May 02 2022, V3.52.16:
* Fixed issue with generic setup dialogs on macOS not saving values
* Fixed issue when creating new DSN via generic setup dialogs on macOS BigSur
* Fixed issue with new vertical layout for Alerts on macOS BigSur
* Fixed support for modern limit path name size
* Fixed SQLBindParameter trace when bind offset is in use (fixes #80)
* Fixed SQLGetInstalledDrivers single entry error (fixes #79)
* Fixed silent truncation of 'long' diagnostic messages in SQLGetDiagRec (fixes #78)
* Fixed missing comma (fixes #72)
* Fixed potential memory leak (fixes #71)
* Fixed truncation of SQL_C_WCHAR parameter value when BufferLength=0 and length=SQL_NTS (fixes #68)
* Fixed issue overriding SQL_DEFAULT_PARAM length indicator (fixes #67)
* Fixed issue with input parameter data when using parameter arrays (fixes #66)
* Fixed compiler warnings
* Fixed version check of build tools
* Updated documents

Jun 07 2021, V3.52.15:
* Added support for macOS Big Sur on Apple Silicon using a universal build
* Added support for macOS Big Sur (11.x) on Apple Silicon using a universal build
* Fixed title to show CPU architecture used
* Fixed length of error message buffer
* Fixed small portability issues
* Removed support for Mac OS X 10.6 and older
* Removed support for Mac OS X Snow Leopard (10.6) and older
* Removed deprecated iODBCcfmbridge for PPC

* Upgraded iODBC build to use recent versions of Xcode
- Minimum Xcode version is set to Xcode 8.0
- Minimum Mac OS deployment target is Mac OS X 10.9
- Minimum macOS deployment target is OS X Mavericks (10.9)
- Migrated dialogs and plist files
- Migrated translation support


Feb 17 2021, V3.52.14:
* Added support for transparent conversion between UCS4, UTF-8 and UTF-16 codepages
* Added support for transparent conversion between UCS4, UTF-8, and UTF-16 codepages
* Small documentation fixes
* Fixed issue with return buffer
* Fixed compiler warnings
Expand Down Expand Up @@ -71,9 +87,8 @@ May 25 2016, V3.52.11 (internal release):
* Fixed crash when create_dsnsetup fails to load the window

Feb 10 2015, V3.52.10:
* Fixed issue with ~/Library/ODBC/odbc[inst].ini on Mac OS X

iODBC created ~/.odbc[inst].ini when ~/Library/ODBC/odbc[inst].ini did not exist
* Fixed issue with ~/Library/ODBC/odbc[inst].ini on Mac OS X --
iODBC created ~/.odbc[inst].ini when ~/Library/ODBC/odbc[inst].ini did not exist
* If $HOME/.odbc[inst].ini exists, automatically import it and then replace it
with symlink to $HOME/Library/ODBC/odbc[inst].ini for backward compatibility
with third party drivers
Expand Down
2 changes: 1 addition & 1 deletion PORT.OpenLink
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
# The iODBC driver manager.
#
# Copyright (C) 1996-2021 OpenLink Software <[email protected]>
# Copyright (C) 1996-2023 OpenLink Software <[email protected]>
# All Rights Reserved.
#
# This software is released under the terms of either of the following
Expand Down
Loading

0 comments on commit 996a081

Please sign in to comment.