Problems with trailing spaces in memo lines (again)

fixed #81
This commit is contained in:
Lutz
2022-04-08 12:50:37 +02:00
parent 880bdaa82c
commit 9a213ece4f
13 changed files with 22 additions and 14 deletions

View File

@@ -2,8 +2,8 @@ Lparameters toUpdateInfo
Local lcNote
With toUpdateInfo
.VersionNumber = 'v1.19.70.07'
.VersionDate = Date(2022,04,07)
.VersionNumber = 'v1.19.73'
.VersionDate = Date(2022,04,08)
.SourceFileUrl = 'http://vfpxrepository.com/dl/thorupdate/Projects/FoxBin2Prg/FoxBin2Prg.Zip'
.Link = 'https://github.com/fdbozzo/foxbin2prg/wiki'
@@ -21,6 +21,9 @@ Demo video using FoxBin2Prg with PlasticSCM: http://youtu.be/sE4wQ50Itqg
+++++++++++++++++++++++ Change History +++++++++++++++++++++++
2022-04-08 v1.19.73
- Bug Fix: Problem converting trailing spaces on line end in memo (again) (bjornhoeksel)
2022-04-07 v1.19.72
- Bug Fix: Problem on using "DBF_Conversion_Support" on table configuration file (LScheffler)
- Bug Fix: Problem converting intentionally trailing spaces to VarChar/VarBinary (LScheffler)