Opened 8 years ago

Closed 8 years ago

#7308 closed enhancement (fixed)

unixODBC-2.3.4

Reported by: Fernando de Oliveira Owned by: Fernando de Oliveira
Priority: normal Milestone: 7.9
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

ftp://ftp.unixodbc.org/pub/unixODBC/unixODBC-2.3.4.tar.gz

ftp://ftp.unixodbc.org/pub/unixODBC/unixODBC-2.3.3.tar.gz.md5

09bf65123905b951af192854d70eeae8 unixODBC-2.3.3.tar.gz

http://downloads.sourceforge.net/project/unixodbc/unixODBC/2.3.4/ChangeLog

or

http://www.unixodbc.org/

                               News

31.Aug.2015   2.3.4 Released

  Single bug fix. There was a typo in 2.3.3 that caused a problem
  loading the cursor lib, so I have pushed a new build out.

As always, any problems just let me know.

   • Fix typo in the loading of the cursor lib 

22.Aug.2015   2.3.3 Released

  Mainly bug fixes.

As always, any problems just let me know.

   • Reporting of logging state was broken in SQLGetConnectAttr
   • Fix incorrect text against HY007
   • Add -L option to isql to increase max column data display
   • Update automake toolset in svn
   • Add SQLFreeStmt( SQL_CLOSE ) function to SQLCancel
   • Allow SQL_NTS as a buffer length to SQLBindParameter
   • More manual pages for the tools
   • Fix buffer overrun returning long diagnostic from driver
   • Cross call between wide and ascii error reporting in the driver
     when needed
   • Fix some possible unchecked memory references after malloc
   • Prevent free( NULL ) in SQLGetDiagRecW
   • Add missing A->W conversion in SQLGetStmtOption
   • Allow iconv to convert strings into the driver with differing A and
     W lengthts (UTF)
   • SQLDataSourcesW takes buffer_lenghts as characters not bytes
   • Fix memory leak in SQLGetDiagRec
   • Allow setting custom non standard attributes via DMStmtAttr,

     format is:

             DMStmtAttr=[xxxx]=\yyy
             DMStmtAttr=[xxxx]={ssss}
       

     where xxxx = integer attribute to set, yyy is decimal numeric value
     and ssss is a string value

   • Add check in SQLGetData for null target value or negative buffer
     length
   • Fix memory leak when using the cursor lib
   • Catch incorrectly expanded SHLIBEXT
   • There was a bug in the ini caching, now fixed
   • More ODBC 3.80 additions (streaming parameters)
   • Check for NULL handle in __validate_xxx()
   • Avoid potential memory leak in SQLAllocStatement
   • Avoid buffer overflow via environment variamles
   • Fix some typos 

Change History (2)

comment:1 by Fernando de Oliveira, 8 years ago

Owner: changed from blfs-book@… to Fernando de Oliveira
Status: newassigned

comment:2 by Fernando de Oliveira, 8 years ago

Resolution: fixed
Status: assignedclosed

Bruce, only URL now for unixODBC is

ftp://ftp.unixodbc.org/pub/unixODBC/unixODBC-2.3.4.tar.gz

Fixed at r16773.

Note: See TracTickets for help on using tickets.