Changelog for
xlog-2.0.24-4.29.x86_64.rpm :
* Thu Jun 16 2022 Wojciech Kazubski
- fixed date of previous revision
* Fri Jan 28 2022 Mariusz Woźniak
* Changes for xlog version 2.0.24 - 2021-Oct-03
* Fixed text truncation of very long symlinks like /dev/serial/by-id
* Updated cty.dat 20210930 (cty-3124)
* Fri Jul 30 2021 Wojciech Kazubski - Update to version 2.0.23
* Fixed compiler error in adif3.c
* Updated cty.dat 2021 (cty-3118)- Compatible with hamlib 4.2
* Sun May 02 2021 Mariusz Wozniak Update to version 2.0.23beta
* Thu Feb 18 2021 Mariusz Wozniak Changes for xlog version 2.0.21 - 2021-feb-18
* Modified get_smeter and get_powerlevel to use default values (S9 and UNKNOWN) if hamlib cannot get values from the radio (e.g. quisk).
* Be sure to use at least hamlib4.1 to avoid a crash that occurs when using the \"Select a Radio\" GUI more than once.
* Modified configure.ac to check if compiler can support -W parameters
* Updated cty.dat 20210218 (cty-3104)
* Sat Jan 30 2021 Mariusz Wozniak - Changes for xlog version 2.0.20
* Updated cty.dat 20210127 (cty-3102)
* Added FST4 support and 5m/8m bands for ADIF 3.1.1
* Added /dev/ttyUSB0 and /dev/ttyUSB1 to the hamlib device menu
* Logeditor can hide TX(RST) and RX (RST) (useful for VHF contests)
* ADIF exports Distance and Azimuth correctly if enabled in Logeditor
* Imports ADIF from wsjt-x on UDP port 2333
* Fixed use-after-free error discovered by Chris K2CR and valgrind
* Fixed hash-table != null assert in dxcc.c
* Fixed GLib-GObject-WARNING in log.c
* Compiles cleanly with hamlib4 on ubuntu 18.04 and 20.04
* Sun Sep 29 2019 Mariusz Wozniak
* added FT4 support and updated to ADIF 3.1.0
* Updated cty.dat 20190608
* Wed Feb 20 2019 Martin Hauke - Specfile cleanup
* Use pkgconfig-style BuildRequires
* Run spec-cleaner
* Remove _service file
* Use URLs for sources- Update to version 2.0.17
* Suppress GCC warning \"stringop-truncation\" in editest.c which occurs with GCC >= 8.1.
* Updated cty.dat 20190114
* added JS8 support and updated to ADIF 3.0.9
* Sat Nov 10 2018 Wojciech Kazubski - Update to version 2.0.15 - 2017-nov-08
* Clean up warnings reported by user from a macOS build
* Updated cty.dat to 20171030
* 60m is now consistently referred to as \"5\" (not 5.2 or 5.3)
* Upgraded to ADIF version 3.0.6
* Cleaned up Glib Critical and Glib Warnings (that I could create)
* Added all modes and submodes
* ADIF3 output is now supported, ADIF2 output has been removed
* ADIF Import has been updated
* added adif_ok to xlog.cfg to indicate ADIF3 update of bands, modes, and scoringbands has occurred
* Users will see new defaults restored if they have customized via: Settings->Dialogs->Scoring Settings->Preferences->General comma separated list of modes Settings->Preferences->General comma separated list of bands
* Fixed bands in scoring window
* Added feature: sort log by callsign
* Tue Dec 13 2016 dl8fclAATTdarc.de- update to Version 2.0.14
* Fixed compiler error with new gcc, in adif.c, with unused variable
* GCC Bug #28901, https://gcc.gnu.org/bugzilla/show_bug.cgi?id=28901
* Fixed math library linker issue exposed by recent gcc change