summaryrefslogtreecommitdiff
path: root/1Tdata/xbase/xbase64-4.1.4/docs/misc/Release.txt
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2023-08-14 19:45:36 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2023-08-14 19:45:36 +0200
commitbfa452a375ea0a0a3f95304a69186936567e5263 (patch)
treeaade062a143c1afcc4ea06ee27905ffc34a9217b /1Tdata/xbase/xbase64-4.1.4/docs/misc/Release.txt
parentdd70ff8bf32c2d7ed365004b1770058265db1978 (diff)
New upstream version 4.1.4
Diffstat (limited to '1Tdata/xbase/xbase64-4.1.4/docs/misc/Release.txt')
-rwxr-xr-x1Tdata/xbase/xbase64-4.1.4/docs/misc/Release.txt34
1 files changed, 34 insertions, 0 deletions
diff --git a/1Tdata/xbase/xbase64-4.1.4/docs/misc/Release.txt b/1Tdata/xbase/xbase64-4.1.4/docs/misc/Release.txt
new file mode 100755
index 0000000..f73af11
--- /dev/null
+++ b/1Tdata/xbase/xbase64-4.1.4/docs/misc/Release.txt
@@ -0,0 +1,34 @@
+
+xb64 4.0.0 Release notes
+
+ List of updates with xbase 4.0.0
+ 1) Converted from automake/autoconf to cmake
+ 2) Updated xbstring logic
+ 3) Created test programs for using in cmake
+ 4) Tested each method in the following environments
+ A) Linux Slackware 64 bit
+ B) Linux Slackware 32 bit
+ C) Mac OSX Lion, 64 bit build
+ D) Windows 64 bit build
+ E) Windows 32 bit build
+ F) Borland 32 bit build
+ 5) Updated the Get/Put field methods so they all have a
+ common look and feel. All the get/put methods now return
+ a return code indicating success/failure.
+ 6) Abstracted file i/o activity into xbFile class - used to
+ isolate the platform specifics out of the main dbms class
+ and improve portability. Utilized 64 bit functions where
+ possible
+ 7) Reworked the Lock logic, tested on various platforms.
+ Mac OSX supports on locking on NFS shares only.
+ Mac does not support locking on SMB shares - OS limitation.
+ Unix based file systems don't support file lock functionality,
+ if using in combination with sdoftware like DBase, Dbase supports
+ exclusive locking which is not supported on native Linux file systems
+ 8) Converted integer field names and checked for correct field lengths
+ xbInt16 16 bit integer
+ xbUInt16 16 bit unsigned integer
+ xbInt32 32 bit integer
+ xbUInt32 32 bit unsigned integer
+ xbInt64 64 bit integer
+ xbUInt64 64 bit unsigned integer