¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io

fldigi 4.2.05.12 development release


 

¿ªÔÆÌåÓý

poste at

Index of /alpha/fldigi

commit c773e63fa78393f9654a0e6b85fd6c3bbd33597f
Author: dave-w1hkj <w1hkj@...>
Date:   Sat Apr 27 23:43:42 2024 -0500

    CONFIG_LIST macro
    
      * modify contents of CONFIG_LIST macro to remove extraneous
        white space.  macro text size exceeded the compilers macro
        parser (without warning, just corrupt executable).

commit 92724fcd02b40c2a907d0549d5e3eabb0817e149
Author: dave-w1hkj <w1hkj@...>
Date:   Fri Apr 26 01:26:08 2024 -0500

    UDP log record
    
      * add write log record to UDP socket concurrent with other
        internal and external logbook recording.  UDP record in
        ADIF format and contains the following fields:
          . ADIF_MODE, SUBMODE
          . FREQ, BAND
          . QSO_DATE, TIME_ON
          . QSO_DATE_OFF, TIME_OFF
          . GRIDSQUARE
          . NAME, QTH, STATE, VE_PROV, COUNTRY
          . RST_SENT, RST_RCVD
          . STX, STR
        and record terminated by <EOR>

commit 6d87dd4ddf10b1279d0174417172ad0a39170cdb
Author: dave-w1hkj <w1hkj@...>
Date:   Sat Apr 27 07:44:58 2024 -0500

    FMT thread
    
      * insure that FMT thread is closed when modem is deleted
        . windows gags on multiple threads writing to same object
      * put a whole file lock on the csv file during entire time
        it is being written to by the FMT modem.  Excel is an
        ultra greedy application that attempts to lock a file before
        any reads or writes and does so even to a file opened for
        write by another program.  Bah Humbug!


73, David, W1HKJ

NOTE: when testing development versions of fldigi you should ALWAYS back up you fldigi files folder before executing the test version

On XP C:\"Documents and Settings\<urlogin>\fldigi.files"
On W2K C:\"Documents and Settings\<urlogin>\fldigi.files"
On Vista/Win7/8/10/11? C:\User\<urlogin>\fldigi.files
On Linux
/home/<user>/.fldigi
On MacOS
/Users/<user>/.fldigi


 

¿ªÔÆÌåÓý

Thanks Mike and others for the report.? I'll look at this code some more after church.

David

On 4/28/24 08:13, Mike Black via groups.io wrote:

fldigi_pref.xml still not loading at all.? It is saving correctly.
Attached is the saved version that is not getting loaded -- config information is completely blank.

Duplicated this on both Windows and Linux and compiling it myself.

Mike W9MDB









On Sunday, April 28, 2024 at 12:10:44 AM CDT, Dave <w1hkj@...> wrote: 






poste at 

Index of /alpha/fldigi

???? 
????*??Parent Directory
????
????*??fldigi-4.2.05.12.tar.gz
????
????*??fldigi-4.2.05.12_LI.dmg
????
????*??fldigi-4.2.05.12_VN.dmg
????
????*??fldigi-4.2.05.12_setup.exe
????
????*??readme.dmg.txt
????
????*??readme.txt
????
commit c773e63fa78393f9654a0e6b85fd6c3bbd33597f
Author: dave-w1hkj <w1hkj@...>
Date:?? Sat Apr 27 23:43:42 2024 -0500

????CONFIG_LIST macro
????
??????* modify contents of CONFIG_LIST macro to remove extraneous
????????white space.??macro text size exceeded the compilers macro
????????parser (without warning, just corrupt executable).

commit 92724fcd02b40c2a907d0549d5e3eabb0817e149
Author: dave-w1hkj <w1hkj@...>
Date:?? Fri Apr 26 01:26:08 2024 -0500

????UDP log record
????
??????* add write log record to UDP socket concurrent with other
????????internal and external logbook recording.??UDP record in
????????ADIF format and contains the following fields:
??????????. ADIF_MODE, SUBMODE
??????????. FREQ, BAND
??????????. QSO_DATE, TIME_ON
??????????. QSO_DATE_OFF, TIME_OFF
??????????. GRIDSQUARE
??????????. NAME, QTH, STATE, VE_PROV, COUNTRY
??????????. RST_SENT, RST_RCVD
??????????. STX, STR
????????and record terminated by <EOR>

commit 6d87dd4ddf10b1279d0174417172ad0a39170cdb
Author: dave-w1hkj <w1hkj@...>
Date:?? Sat Apr 27 07:44:58 2024 -0500

????FMT thread
????
??????* insure that FMT thread is closed when modem is deleted
????????. windows gags on multiple threads writing to same object
??????* put a whole file lock on the csv file during entire time
????????it is being written to by the FMT modem.??Excel is an
????????ultra greedy application that attempts to lock a file before
????????any reads or writes and does so even to a file opened for
????????write by another program.??Bah Humbug!


73, David, W1HKJ

NOTE: when testing development versions of fldigi you should ALWAYS back up you fldigi files folder before executing the test version


On XP??C:\"Documents and Settings\<urlogin>\fldigi.files"??
On W2K??C:\"Documents and Settings\<urlogin>\fldigi.files"??
On Vista/Win7/8/10/11???C:\User\<urlogin>\fldigi.files??
On Linux 
??/home/<user>/.fldigi 
??
On MacOS 
??/Users/<user>/.fldigi 
??