--- ibx/trunk/fbintf/changelog 2017/02/24 17:05:03 55 +++ ibx/trunk/fbintf/changelog 2017/03/06 10:20:02 56 @@ -1,4 +1,23 @@ -FBINTF Change Log version (1.0-1) Fri, 24 Feb 2017 12:17:57 +0000 +FBINTF Change Log version (1.0-2) Sat, 04 Mar 2017 14:43:56 +0000 + +1. Change syntax to Mode Delphi + +2. Change all uses of string type to explicit AnsiString in order to ensure + compatibility between Delphi and FPC. + +3. Various syntax changes to ensure Delphi and FPC compilation including GUIDs + defined for each interface. + +4. Generics syntax variations for Delphi added + +5. PChar replaced with PByte expect where an actual string is being referenced, + where PAnsiChar is used instead. + +6. Review of type definitions in IBExternals to ensure Delphi compatibility + +7. Testsuite updated for Delphi + +FBINTF Change Log version (1.0-1) Fri, 24 Feb 2017 12:17:57 +0000 1. Limit maximum Blob segment read/write to MaxuShort. Avoids data loss with large blobs and the FB3 API.