Browse Source

* fcl-db/dbase: updated maintenance notice

git-svn-id: trunk@24106 -
reiniero 12 years ago
parent
commit
373ab729c7
2 changed files with 10 additions and 3 deletions
  1. 2 0
      packages/fcl-db/src/dbase/history.txt
  2. 8 3
      packages/fcl-db/src/dbase/readme.txt

+ 2 - 0
packages/fcl-db/src/dbase/history.txt

@@ -31,6 +31,8 @@ BUGS & WARNINGS
     - storedefs is not updated automatically when fielddefs are changed
     - storedefs is not updated automatically when fielddefs are changed
 
 
 
 
+FreePascal trunk:
+- compile fix for FPC 2.6.2 (r24069), possibly useful for Delphi
 
 
 ------------------------
 ------------------------
 V6.9.2
 V6.9.2

+ 8 - 3
packages/fcl-db/src/dbase/readme.txt

@@ -1,6 +1,7 @@
-The maintainers of this package have abandoned it, so it has been deprecated.
-It will no longer be supported by the FPC team in the future, unless someone
-else volunteers to do so.
+This package provides support for DBase files.
+It is derived from the upstream package at
+http://sourceforge.net/projects/tdbf/
+It is supported by FPC developers and the upstream maintainers.
 
 
 Support from other tdbf users may be available on the tdbf forum on
 Support from other tdbf users may be available on the tdbf forum on
 SourceForge: http://sourceforge.net/projects/tdbf/forums/forum/107245
 SourceForge: http://sourceforge.net/projects/tdbf/forums/forum/107245
@@ -12,3 +13,7 @@ See history.txt for changelog.
 See history.txt for version number, latest version is at the top.
 See history.txt for version number, latest version is at the top.
 See INSTALL for installation procedure.
 See INSTALL for installation procedure.
 License is LGPL (Library General Public License); see COPYING.LIB for details.
 License is LGPL (Library General Public License); see COPYING.LIB for details.
+
+Development notes/additions to end user documentation
+
+property RecNo: approximate record number. Does not take deleted records into account. Used mainly in grids.