cqrlog (3.2.0-1) unstable; urgency=low

  * RBN monitor reconnects by itself after a lost connection or a socket
    error (5 s, doubling up to 300 s); never after a manual Disconnect and
    never to another server (Petr, OK2CQR)
  * RBN monitor keeps up with contest traffic: the worker no longer sleeps
    100 ms after every spot, and the queue between the socket and the worker
    is limited to 500 lines (the oldest line is dropped, losses are reported
    in cqrlog-debug.log) instead of growing without a limit (Petr, OK2CQR)
  * Load club data and loading ZIP codes are much faster (500 rows per
    INSERT) and show progress (Petr, OK2CQR)
  * Big squares and County statistics are computed with one grouped query
    per page instead of a query per square/county (Petr, OK2CQR)
  * checking whether a callsign was already worked (RBN and band map
    filters) is faster (Petr, OK2CQR)
  * RBN monitor and Grayline: a spot line split between two network reads
    was lost; VHF spots without a space after the colon (DX de
    X-#:144433.50) were not recognized; long callsigns were truncated; the
    frequency depended on the locale decimal separator (Petr, OK2CQR)
  * RBN filter: 'Ignore worked in last XX hours' computed a wrong limit, and
    both it and 'Ignore worked after' compared the QSO time (UTC) with local
    time; the same applied to the band map filter (Petr, OK2CQR)
  * RBN monitor: closing the window only closed the socket and left the
    worker running behind the hidden window; reconnecting leaked the
    previous worker (Petr, OK2CQR)
  * switching logs: spots in the RBN monitor, DX cluster and band maps were
    coloured and filtered against the previous log, they are now cleared; DX
    cluster stayed showing 'Disconnect' although it was no longer connected
    (Petr, OK2CQR)
  * Grayline: 'Link to RBN monitor' switched itself off on the second
    opening of the window and saved it as off (Petr, OK2CQR)
  * Configuration storage: band map sections were stored twice and CW /
    fldigi sections were glued to the next section name, so the following
    sections were not stored (Petr, OK2CQR)
  * Load club data: an error during the import was followed by a commit of
    the rolled back batch (Petr, OK2CQR)
  * Search: a text with the ' character broke the SQL query (Petr, OK2CQR)
  * debug output no longer prints LoTW and eQSL passwords (Petr, OK2CQR)
  * dark mode: default colours for new country/band/mode, zones, IOTA, band
    map and several labels were black and unreadable, they follow the system
    text colour now; the TRX control frequency label is no longer fixed blue
    (Petr, OK2CQR)
  * switching between light and dark theme while CQRLOG runs left the grids
    with the green bar colour of the previous theme (Petr, OK2CQR)
  * Qt6 layout: Preferences, New QSO (comment to callsign, DXCC and QSL via
    buttons), graphical band map and statistics windows (DOK, WAZ/ITU,
    County, Big squares) (Petr, OK2CQR)
  * macOS: collapsed comboboxes in TRX control, Cabrillo export and Worked
    grids (Petr, OK2CQR)
  * Flatpak: HTTPS (LoTW, callbooks) did not work because only the versioned
    libssl.so.3 / libssl.so.1.1 exist in the runtime (Petr, OK2CQR)
  * RBN receive path rebuilt on small units in src/rbn (line framer, spot
    parser, login, bounded queue, reconnect) with their own test suite based
    on recorded RBN traffic; 'make test' runs the RBN, DXCC parser and lfm
    layout tests, CI runs them (Petr, OK2CQR)
  * tools/lfm_layout.py simulates the Qt layout of .lfm forms and reports
    overlaps, clipping and collapsed comboboxes; 'make lint-lfm' runs in CI
    (Petr, OK2CQR)
  * Makefile: flatpak build caps the number of jobs by available RAM (Petr,
    OK2CQR)

 -- Petr Hlozek <petr@ok2cqr.com>  Fri, 25 Sep 2026 12:00:00 +0200

cqrlog (3.1.0-1) unstable; urgency=low

  * check for a new version: after start CQRLOG asks GitHub for the latest
    release and shows a dialog when a newer one exists (release notes, open
    release page, don't show this version again); switch in
    Preferences/Program, manual check in Help -> Check for new version
    (Petr, OK2CQR)
  * new DXCC resolution engine: the prefix parser was rewritten with a test
    suite and verified against the old one with zero differences; no more
    silent stop once the tables outgrow a fixed capacity (Petr, OK2CQR)
  * country files updated: DXCC tables and exceptions, LoTW and eQSL user
    lists, MASTER.SCP (Petr, OK2CQR)
  * country files (DXCC tables, LoTW and eQSL user lists, MASTER.SCP) are
    downloaded from GitHub (ok2cqr.github.io/cqrlog-cnty-files) instead of
    ok2cqr.com; the QSL manager database still comes from ok2cqr.com
    (Petr, OK2CQR)
  * Argentine callsigns with /F, /G, /I, /K, /M and /P suffixes now resolve
    to the right province (Petr, OK2CQR)
  * Rebuild DXCC statistics wrote every correction into the QSO selected in
    the QSO list instead of the QSO being checked (Petr, OK2CQR)
  * Database update from the callbook runs on a database connection of its
    own; cancelling leaves the QSO it was about to update untouched so the
    next run resumes there (Petr, OK2CQR)
  * RBN monitor: spots sent to the band map had no LoTW/eQSL background
    colour (Petr, OK2CQR)
  * Load club data: the window looked frozen during the import, it now
    shows progress (Petr, OK2CQR)
  * New QSO: a stray column ('??' or an empty 'Title') could appear in the
    previous QSO grid and came back on every start (Petr, OK2CQR)
  * export: a QSO with a profile number one above the highest existing QTH
    profile read past the profile list (Petr, OK2CQR)
  * windows no longer interfere through the shared database cursors: saving
    a note or a call alert, DXCC lookups and the profile list used to close
    or roll back what another window had open (Petr, OK2CQR)
  * macOS: opening attachments, links and the mysql.err log in an external
    application did not work (Petr, OK2CQR)
  * HamQTH, HRDLog, cqrlog.com and the other web addresses use https
    (Petr, OK2CQR)
  * Linux: the database server is also found under its MariaDB name,
    mariadbd in /usr/sbin, /usr/libexec or /usr/bin, on systems that no
    longer ship the mysqld symlinks (Petr, OK2CQR)
  * SQL statements moved out of the forms and dData into dSql* data modules,
    each running on cursors of its own; SQL text verified unchanged
    (Petr, OK2CQR)
  * first step towards an SQLite backend: single-quoted string literals,
    substr() instead of LEFT(), date and time compared as text
    (Petr, OK2CQR)
  * DXCC and DX cluster resolution code merged into one unit, uDxccService
    (Petr, OK2CQR)
  * commented-out SQL, dead queries and unused cursors removed (Petr, OK2CQR)
  * Makefile: 'make test-dmg' builds the macOS DMG without notarization
    (Petr, OK2CQR)
  * OK7AN replaced by OK2CQR in the About window, exception dialog and man
    page (Petr, OK2CQR)
  * Super Check Partial: search rewritten for the 50 000-call MASTER.SCP -
    one pass over a flat buffer instead of a Pos() per callsign, three
    times faster; the result window has a vertical scrollbar (Petr, OK2CQR)

 -- Petr Hlozek <petr@ok2cqr.com>  Sat, 12 Sep 2026 12:00:00 +0200

cqrlog (3.0.0-1) unstable; urgency=low

  * macOS support - native Cocoa build (Petr, OK2CQR)
  * macOS DMG is signed and notarized by Apple (Petr, OK2CQR)
  * GTK3 widget set support (Saku, OH1KH)
  * Flatpak package - Qt6 single-file bundle; forces XWayland so it starts on Wayland sessions (Petr, OK2CQR)
  * Snap package - Qt6, strict confinement, bundled hamlib/xplanet, remote MySQL mode (Petr, OK2CQR)
  * LoTW import runs in a separate thread (Petr, OK2CQR)
  * eQSL import runs in a separate thread (Petr, OK2CQR)
  * ADIF/log export speed-up (Petr, OK2CQR)
  * Serial (COM) port auto-detection (Petr, OK2CQR)
  * macOS-specific keyboard shortcuts (Petr, OK2CQR)
  * UDP log uploader based on N1MM+ format (Steven, M1SDH)
  * NewQSO: 'Call statistic' tab showing wkd/L/E status per band (Saku, OH1KH)
  * extra F1-F10 CW message set for Contest RUN mode (Saku, OH1KH)
  * eQSL import: option to set Rcvd date to current date -1 (Saku, OH1KH)
  * Group edit: QSL sent/received date can be cleared (Saku, OH1KH)
  * new button "URL" to row below "Comment to callsign" (Saku, OH1KH)
  * many improvements to working with WSJTX (Saku, OH1KH)
  * Clear RIT after saving QSO clears also XIT (Saku, OH1KH)
  * more options to error.adi file created in ADIF import added
    see help (Saku, OH1KH)
  * saving contest window state after save
    (Petr, OK2CQR && Saku, OH1KH)
  * CQRLOG can start directly to Remote mode (Saku, OH1KH)
  * DOK editing in Edit group (Florian, DF2ET)
  * TO-108 / CAMSAT 6 and XW-3 (CAS-9) satellites added (Florian, DF2ET)
  * Bandmap improvements (Saku, OH1KH)
  * Grayline fixes incl. showing directions (Saku, OH1KH && Petr, OK2CQR)
  * EDI/file export: fix opening certain filenames and paths (Thomas, SM3XCS)
  * Rig power-on (auto_power) handling fixes (Saku, OH1KH)
  * Preferences layout, modes and CW interface fixes (Saku, OH1KH)
  * RBN monitor fixes (Saku, OH1KH)
  * QSO offline input fix (Saku, OH1KH)
  * editing QSO from the NewQSO window (Petr, OK2CQR)
  * club data import now truncates the table before import (Petr, OK2CQR)
  * macOS: TRX prefs saving, rotctld/rigctld paths and CW interface config
    (Petr, OK2CQR)
  * ClubLog endpoint updated to clublog.org (Greg, VK6LH)
  * MASTER.SCP file max length fix (Petr, OK2CQR)
  * Hamlib CW/keyer command updates for recent Hamlib releases (Saku, OH1KH)
  * HamQTH & ClubLog online-log error handling improvements (Florian, DF2ET)
  * updated satellite names (Florian, DF2ET)
  * DX cluster CW fixes (Saku, OH1KH)
  * Contest window fixes (Petr, OK2CQR && Saku, OH1KH)
  * ADIF submode and text-field length fixes (Saku, OH1KH)
  * WSJT CQ monitor fixes (Saku, OH1KH)
  * RBN filter, Statistics/Big squares, cabrillo export fixes (Saku, OH1KH)
  * QSO list display when using dark theme (George, N3GB)
  * dark theme readability: green bar rows in grids, DX cluster spots and
    texts, band map, Details and log upload windows (Petr, OK2CQR)
  * macOS: ADIF import saved frequency as 0 on Apple Silicon; also affected
    label print and frequency memories - FPC compiler bug workaround
    (Petr, OK2CQR)
  * Build fix for FPC 3.2.4 (suve)
  * Modernized AppStream metadata, desktop icon install and README (AsciiWolf)
  * Added flexibility to 'make install', easier install into /usr/local
    or ~/.local (George, N3GB)
  * Docker build / Makefile fixes (Dawid, SQ6EMM)
  * GitHub Actions: release on v* tags, AppImage/.deb packaging, replaced
    archived actions (Petr, OK2CQR && Pavel, CO7WT)
  * AppImage: fixed build dependencies - Qt5 packages instead of Qt6
    (Petr, OK2CQR)

 -- Petr Hlozek <petr@ok2cqr.com>  Sat, 15 Aug 2026 12:00:00 +0200

cqrlog (2.5.2-1) unstable; urgency=low

  * some contest window improvements
    (showing DXCC, WAZ, ITU, continent)
  * FST4 mode support added (Saku, OH1KH)
  * user can change the locator to use in ADIF import
    (Florian, DF2ET)
  * CW messages can be saved or loaded from a file (Saku, OH1KH)
  * eQSL upload fixes (Saku, OH1KH)
  * ADIF import duplicate check fixed, form layout fixed
    (Saku, OH1KH)
  * New QSO window layout fixes (Saku, OH1KH)
  * workaround for 'TRegExpr exec: empty input string' error
    in fpc compiler
  * xdg-open is used in Call extra data window to open open
    the attachments

 -- Petr Hlozek <petr@ok2cqr.com>  Fri, 12 Feb 2021 17:20:38 +0100

cqrlog (2.5.1-1) unstable; urgency=low

  * Winkeyer didn't work (Saku, OH1KH)
  * CW was interrupted with every move from
    callsign/mode/rst fields
  * QTH Profile numbering (Saku, OH1KH)

 -- Petr Hlozek <petr@ok2cqr.com>  Sun, 24 Jan 2021 16:42:12 +0100

cqrlog (2.5.0-1) unstable; urgency=low

  * 3 user defined buttons for TRX control (Saku, OH1KH)
  * TX quick split using XIT (Saku, OH1KH)
  * support of WPM changes from macros when using Hamlib
    keyer (Saku, OH1KH)
  * include operator's callsign in the exports (Florian, DF2ET)
  * view eQSL image from list of QSO (Saku, OH1KH)
  * button to show remote station on a map with path and
    direction (Florian, DF2ET)
  * buttons for adding Mode+RST_sent, Locators_propagation and
    user defined message to DX spot sending (Saku, OH1KH)
  * ADIF import for JS8, FT4 and PKT (Andreas, DL7OAP)
  * local oscilator configuration added (Florian, DF2ET)
  * user can spot RX freq instead of TX (Florian, DF2ET)
  * export to EDI (Florian, DF2ET)
  * separate CW keyer settings for radio1 and radio2 (Saku, OH1KH)
  * rotor controls updated (Saku, OH1KH)
  * contest filter added (Florian, DF2ET)
  * working with WSJT improved
  * Cabrillo export headers (Saku, OH1KH & Florian, DF2ET)
  * DARK DOK info support added (Florian, DF2ET & Andreas, DL7OAP)
  * Cabrillo export added (Florian, DF2ET)
  * DX cluster improved (Saku, OH1KH)
  * Add option to upload SAT status info to AMSAT status
    page (Florian, DF2ET)
  * Calculate SAT mode from freq and RX freq. Used in eqsl.cc upload
    and ADIF/HTML exports (Florian, DF2ET)
  * fixes for club membership (Saku, OH1KH & Andreas, DL7OAP)
  * fixes for password special characters (Saku, OH1KH)
  * fixes to ADIF export rules (Andreas, DL7OAP)
  * fixes to contest window (Saku, OH1KH)
  * band <->frequency fixes (Saku, OH1KH)
  * UTF-8 problems in ADIF (Saku, OH1KH)
  * JTDX & JS8CALL fixes (Saku, OH1KH)
  * typo in satellite EO-80 (Andreas, DL7OAP)
  * layout fixes for QT5 compilation (Saku, OH1KH)
  * filter to take fix (Saku, OH1KH)
  * eQSL upload fixes (Saku, OH1KH)
  * CQ monitor fixes (Saku, OH1KH)
  * CW keys fixes (Saku, OH1KH)
  * RBN monitor fixes (Saku, OH1KH)
  * new membership files check fixed
  * export to HTML and ADIF fixes (Saku, OH1KH)
  * group edit fixes (Saku, OH1KH)
  * filter settings fixes (Saku, OH1KH)
  * QTH profile fixes (Saku, OH1KH)
  * callbook database update fixes (Saku, OH1KH)

 -- Petr Hlozek <petr@ok2cqr.com>  Sat, 16 Jan 2021 15:02:15 +0100

cqrlog (2.4.0-1) unstable; urgency=low

  * update sat_name.tab with newest lotw satellite list 
    (Andy, DL7OAP)
  * some layout changes and code refactoring
  * feature to select rectangular geometry in the xplanet 
    preferences (Andy, DL7OAP)
  * ADIF import: implement filter by date range (gl-bars)	
  * Initial Skimmer Support (Olli, DH2WQ)
  * Show own position on xplanet (Florian, DF2ET)
  * Add to bandpmap works also in Contest window (Saku, OH1KH)
  * WSJT integration improved (Saku, OH1KH)
  * N1MM Remote mode improved (Saku, OH1KH)
  * fixed bug with CTRL+END and/or CTRL+HOME
  * fixed encoding passwords for HamQTH - (Andy, DL7OAP)
  * AutoMark QSL issue fixed (Andy, DL7AOP)
  * eQSL download fixed (Saku, OH1KH)

 -- Petr Hlozek <petr@ok2cqr.com>  Sun, 27 Oct 2019 07:55:33 +0100


cqrlog (2.3.0-1) unstable; urgency=low

  * wsjt-x: stop TX if split answer to CQ not accepted by 
    caller (Saku, OH1KH)
  * TRXcontrol: M_Wri-button. Sets memory entry from current 
    rig frequency and mode  (Saku, OH1KH)  
  * Wsjt-x CQ-monitor: new features Wsjt-map ColorBack and xplanet 
    support. (Saku, OH1KH)  
  * Cq-monitor: Overtimed entries turn silvergray in Follow and 
    "no history" (Saku, OH1KH)  
  * Band selector to Filter windows added (Saku, OH1KH)
  * CQ-monitor Delta Freqyency instead of Time when "no history" 
    checked (Saku, OH1KH)  
  * TRXConterol window. Buttons for Power ON/OFF/STANDBY. Sends 
    corrsponding rigctld cmds to current rig (Saku, OH1KH)  
  * Start and stop scripts. Called when cqrlog is up and running 
    and before closing all down. (Saku, OH1KH)  
  * StartConnectCommand added to DXCluster (Saku, OH1KH)
  * when remote preferences open to fldigi/wsjt tab (Saku, OH1KH)
  * auto update membership files added (has to be enabled in 
    Prefereces, first)  
  * mode field can now store 12 characters (was 10), added mode 
    DIGITALVOICE (Jonas, SM2VSD)  
  * support for satellite QSO added
  * eQSL ADIF import now also uses submodes from the ADIF specification 
    to match qsos in log (Jonas, SM2VSD)  
  * eQSL ADIf import now also uses timestamp from log (+/-60min) together 
    with timestamp from eQSL to match qsos (Jonas, SM2VSD)  
  * CWtype/letter mode: doubling a .. z removed (Saku, OH1KH)
  * Worked grids map: Mode selector did not load user's additions 
    (digimodes) (Saku, OH1KH)  
  * Filter section QSL. Controls over group box. Tighter setting of 
    controls (Saku, OH1KH)  
  * xplanet support/DXCluster was reversing colors RGB to BGR 
    (Saku, OH1KH)  
  * grid map: loc and qso counters fixed. Default start fixed as all/any. 
    Default save as jpg (Saku, OH1KH) 
  * QSO Filter layout fixed (Saku, OH1KH)
  * DXCluster/WEB Font button not connected to acFont (no action). 
    Fixed (Saku, OH1KH)  
  * wsjtx logging take start and stop times to log (before just stop 
    time) (Saku, OH1KH)  
  * fldigi remote socket checking fixed (Saku, OH1KH)
  * loading libbsl library didn't work on 32bit system - fixed
  * LoTW import bug when having multiple QSOs with the same station, 
    on the same band and day fixed (Jonas, SM2VSD)  
  * export QSO for LoTW to local adif file fixed
  * problem with number rewrite in report field fixed
  * after edit call/freq/mode/rst_s/rst_r qso were uploaded and deleted 
    from online log several times - fixed  

 -- Petr Hlozek <petr@ok2cqr.com>  Sun, 17 Jul 2018 13:55:28 +0100

cqrlog (2.2.0-1) unstable; urgency=low

  * wsjt remote mode improvements (Saku, OH1KH)
  * CQ-monitor now remembers showing state (Saku, OH1KH)
  * "My Alert" is now compared oppsite way: This should fit
    also compound callsign XX/YOURCALL or YOURCALL/XX (Saku, OH1KH)
  * CQ-monitor:  Country names (cut to length 15) are now displayed
    instead of callsign prefixes. (Saku, OH1KH)
  * "Show only active band" checkbox addec to Band map filter for
    quick access. (Saku, OH1KH)
  * "Re/Set" button added to Export "Choose fields to export" dialog
    for set/reset all check boxes in one go. (Saku, OH1KH)
  * a lot of CQ monitor improvements (Saku, OH1KH)
  * remote wsjt: Short cut key Ctrl+J (Saku, OH1KH)
  * help files updated (Saku, OH1KH)
  * Voice keyer works now also with FM and AM modes and also from
    CWkeys window (Saku, OH1KH)
  * QSO in QSO list window can be sorted in ascending date/time order
    (oldes QSO first). (Jörg, DL8DTL)
  * CQRLOG should work correcly on HiDPI monitors
  * 630M definition was missing. (Saku, OH1KH)
  * ADIF upload didn't work when name or QTH were too long

 -- Petr Hlozek <petr@ok2cqr.com>  Sat, 30 Dec 2017 06:08:12 +0100

cqrlog (2.1.0-1) unstable; urgency=low

  * wsjt remote mode improvements (Saku, OH1KH)
  * wsjt cq monitor added (Saku, OH1KH)
  * worked grids map added (Saku, OH1KH)
  * simple Contest window added (Saku, OH1KH)
  * dx cluster window improved
  * propagation from DK0WCY added (Saku, OH1KH)
  * reminder added (Saku, OH1KH)
  * CTRL+Z in dx cluster command line scrolls back last
    5 commands (Saku, OH1KH)
  * callsign for DX cluster alert can be defined using
    regular expressions (Saku, OH1KH)
  * dx cluster alert now allows partial callsigns
    (e.g. OL200, OK etc.)
  * Show QSO older then user defined date with different color
  * JT4, JT9 and FT8 modes added (Saku, OH1KH)

 -- Petr Hlozek <petr@ok2cqr.com>  Sun, 06 Aug 2017 18:00:36 +0100

cqrlog (2.0.5-1) unstable; urgency=low

  * sort by gridsquare added to filter
  * new log number is choosen automatically
  * parity parameter for rigctld should be serial_parity
  * cqrlog had icon only in Gnome
  * deleting Comment to callsign in New QSO window didn't work

 -- Petr Hlozek <petr@ok2cqr.com>  Sun, 12 Mar 2017 20:47:12 +0100

cqrlog (2.0.4-1) unstable; urgency=low

  * fixed crash after startup

 -- Petr Hlozek <petr@ok2cqr.com>  Thu, 12 Jan 2017 04:12:53 +0100

cqrlog (2.0.3-1) unstable; urgency=low

  * new icon courtesy by Serge, ON4AA
  * 'Fill Award field from previous QSO' option added
  * "Remarks" renamed to "Comment to QSO" in group edit
  * Group edit of Comment to QSO was always converted to uppercase
  * RST_S and RST_R default walues from Preferences have been ignored
  * cqrlog crashed after recent DXCC tables update - fixed

 -- Petr Hlozek <petr@ok2cqr.com>  Thu, 12 Jan 2017 01:10:23 +0100

cqrlog (2.0.2-1) unstable; urgency=low

  * QSLMSG added to ADIF export for eQSL
  * importing /MM stations from ADIF fixed (didn't work in Ubuntu
    16.04 with MySQL 5.7)
  * TRX control set LSB to 60M instead of USB - fixed
  * CW type window didn't show  - fixed

 -- Petr Hlozek <petr@ok2cqr.com>  Sun, 28 Aug 2016 18:51:43 +0100

cqrlog (2.0.1-2) unstable; urgency=low

  * fixed postrm script

 -- Petr Hlozek <petr@ok2cqr.com>  Thu, 12 May 2016 16:57:29 +0100
 
cqrlog (2.0.1-1) unstable; urgency=low

  * fixed "TApplication.HandleException TControl.InvalidatePreferredSize
    loop"
  * frequency memories didn't switch between AM and FM when radio is on
    USB or LSB - fixed
  * bandmap didn't show CW spots when radio was in CWR mode - fixed
  * statistics and filter with group by didn't work on MySQL 5.7 - fixed
  * rigctld where not closed after closing cqrlog - fixed (Bill, WK2X)
  * RBN monitor window was always opened after program started - fixed
  * loading FromDate and ToDate from membership files fixed
  * fixed compiling for ARM64, powerpc and other non x86 platforms

 -- Petr Hlozek <petr@ok2cqr.com>  Sat, 07 May 2016 08:23:48 +0100

cqrlog (2.0.0-1) unstable; urgency=low

  * MariaDB 10.1 support added
  * Frequency memories added
  * list of previous QSO should be much faster on older computers
  * "Always overwrite only CQ, ITU zones, county and US state from 
     callbook" option added
  * callbook is used for better DXCC and state recognition
  * new database connection error window with small how to
  * the db error window can open mysql.err
  * Do NOT upload changes to online logs" option to Rebuild membership 
    added
  * all comments to callsign can be modified (NewQSO window -> File 
    -> Comment to callsigns)
  * transverter support added (you can set RX and TX offset for each 
    band)
  * connection to database improved (MySQL 5.1, 5.5, 5.6, 5.7 and 
    MariaDB 10.0.x, 10.1 should work)
  * you can choose which fields will be exported also just before export
  * export has CTRL+E shortcut
  * CW type window was not sizeable - fixed
  * password to LoTW/eQSL could not have special characters - fixed
  * program crashed after opening Preferences when path to rigctl 
    was empty - fixed
  * RBN monitor didn't show any data when RBN didn't send any operating 
    mode
  * callbook data always replaced data from previous QSO - fixed
  * cqrlog didn't start with broken TRX/Rotor control configuration
  * fixed loading of MASTER.SCP after downloading new DXCC tables
  * QSO with mode in lower case was market as error and not imported
  * band map didn't show any data on SSB - fixed 
  * after change "Default frequencies", related button in TRX control 
    window didn't go red - fixed
  * QSO count with active filter was wrong after delete or update
  * Remove dupes from the log didn't work - fixed
  * QTH profile was not imported from ADIF - fixed

 -- Petr Hlozek <petr@ok2cqr.com>  Wed, 20 Apr 2016 20:14:32 +0100

cqrlog (1.9.1-3) unstable; urgency=low

  * fixed apparmor configuration

 -- Petr Hlozek <petr@ok2cqr.com>  Sun, 29 Nov 2015 08:37:55 +0100

cqrlog (1.9.1-2) unstable; urgency=low

  * fixed dependencies for Ubuntu 15.10

 -- Petr Hlozek <petr@ok2cqr.com>  Sat, 28 Nov 2015 23:27:33 +0100

cqrlog (1.9.1-1) unstable; urgency=low

  * support sending CW via HamLib library added
  * CW type window is not modal window anymore
  * RBN monitor added
  * TRX configuration improved (you can choose rig from a list
    instead of entering Hamlib rig ID)
  * Remote mode for wsjt added (thanks to Saku, OH1KH)
  * Auto connect to DX cluster added (must be enabled in Preferences)
  * New propagation data courtesy of Paul, N0NBH
  * WAZ and ITU zones are taken from callbook as well
  * export for SOTA version 2 added
  * Export configuration of opened log doesn't reflect recent
    changes - fixed
  * station that were not added to DX cluster window (because of
    filter criteria) were added to bandmap - fixed
  * station name and QTH is replaced automatically when callsign
    is edited during the qso
  * after edit QSO QTH profile was set to wrong position
  * when trx was tuned on after program started, trx contol didn't
    work - fixed
  * fixed country recognition for e.g. OK2CQR/XE1, it's XE not OK
  * autobackup failed when QTH profile was not set
  * fixed libmysqlclient dependency

 -- Petr Hlozek <petr@ok2cqr.com>  Sat, 28 Nov 2015 18:40:18 +0100

cqrlog (1.9.0-1) unstable; urgency=low

  * configuration can be stored into database or local computer only
    (Preferences -> Program -> Configure storage settings)
  * second directory path to auto backup added
  * Ignore changes caused by LoTW/eQSL upload or download option
    added
  * CQ and ITU zones are taken from previous QSO if exists
  * added new band map filter
  * CALLSIGN, BAND, MODE, FREQ macros to dxcluster allert command
    added
  * "Capitalise first letter in QTH field" option added
  * Propagation window improved, now shows more information
    (Saku, OH1KH)
  * after change of callsign, report, date or time, the QSO was still
    marked as uploaded to LotW/eQSL - fixed
  * LoTW upload - when Export all QSO was selected, only 500 QSO were
    exported - fixed
  * buttons caption in CW type window didn't use values from settings
  * online log upload of edited QSO fixed
  * uploading QSO to HamQTH fixed
  * downloading data for web dx cluster fixed

 -- Petr Hlozek <petr@ok2cqr.com>  Wed, 04 Mar 2015 16:30:42 +0100

cqrlog (1.8.3-1) unstable; urgency=low

  * Added support for setting the QTH Nickname in eQSL.cc download 
    dialog (Florian, DF2ET)   
  * buttons fom bottom of Preferences window moved to to right side
  * MariaDB 10 support added
  * Rebuild membership statistic dialog was broken - fixed
  * clock icon next to QSO time didn't work in offline mode - fixed
  * after saving Long note Transaction already active appeard - fixed
  * loading of dx prediction data fixed
  * sometimes eqsl_sentdate was not filled after upload - fixed
  * "Mark QSLs sent after export" in export for label printing didn't 
    work - fixed
  
 -- Petr Hlozek <petr@ok2cqr.com>  Fri, 02 Jan 2015 18:23:45 +0100

cqrlog (1.8.2-1) unstable; urgency=low

  * Select Modes in Preferences/New QSO for New QSO Form (Tom, DL7BJ)
  * Load default values for Frequency and Mode in Preferences/New QSO 
    (Tom, DL7BJ)
  * uploading COMMENT field to eQSL is now configurable in Preferences
  * His RST and My RST changed to RST sent/RST rcvd
  * MySQL 5.6 support added
  * web dx cluster works again, it reads data from HamQTH.com
  * added Grayline offset option (sometimes Grayline is not accurate)
  * added button to refresh start and end time of QSO
  * added "Mark all QSO as uploaded to eQSL/LoTW" functions
  * sometimes program loaded configuration from different log - fixed
  * rotctld process still running when cqrlog was closed - fixed
  * export for SOTA website didn't work - fixed
  * upgrade problem with already existing tables fixed
  * LoTW/eQSL were not marked as sent/received after upload/download -
    fixed
  * Clear log function in Database connection window didn't work - fixed
  * sunrise and sunset times get blanked out when enter a call - fixed
  * export for QSL labels crashed when program has been running for more 
    than 5 minutes - fixed

 -- Petr Hlozek <petr@ok2cqr.com>  Fri, 03 Oct 2014 20:23:45 +0100

cqrlog (1.8.1-1) unstable; urgency=low

  * cqrlog crashed after hit ESC for the first time when no keying device 
    was set
  * after hit enter in New QSO window, it took long time to save QSO

 -- Petr Hlozek <petr@ok2cqr.com>  Sat, 26 Jul 2014 09:30:05 +0100  
  
cqrlog (1.8.0-1) unstable; urgency=low
 
  * after click to "Upload all" qso to online logs, info about disabled 
    services is not shown
  * added new optimized MySQL configuration file (log should be faster 
    and won't show error about missing tables)
  * additional date formats for QSL label printing added (Tom, DL7BJ)
  * alert for for callsign on specific mode and band added
  * %h CW macro added (sends GM/GA/GE calculated from wkd station local
    time)
  * %rs CW macro added (sends RST_S and replace 9 with N)
  * design of gridlists can be changed in Preferences/Fonts/Gridlist 
    settings (Tom, DL7BJ)
  * additional options to split RST (TX and RX) in three fields for QSL 
    label printing (Tom, DL7BJ) 
  * K3NG key support added
  * "Use '+' key to add spots to band map" option added to Preferences 
    -> Band map
  * program crashed with error about Exceptions.tbl when started for the 
    first time - fixed
  * Shift+F12 didn't cancel the filtr - fixed
  * "Filter is USED!" info wasn't canceled after click to Sort button 
    (filter was disabled) - fixed
  * reading signal strength from RBN spots fixed
  * RBN default port is 7000 not 7300 - fixed
  * fixed a bug in DXCC statistics, mode 'Paper QSL only' (Tom, DL7BJ) 
  * program crashed after close - fixed
  * program crashed after click to Cancel in DB connection window
  * sunrise, sunse and greeting info was broken - fixed 
  * xplanet opened from the "New QSO Window" was not centred on own 
    lattitude and longitude - fixed
 
 -- Petr Hlozek <petr@ok2cqr.com>  Sun, 20 Jul 2014 17:11:05 +0100

cqrlog (1.7.4-1) unstable; urgency=low
 
  * F keys to CW type window added
  * address to RBN server can be changed in Preferences
  * full date (not only year,month) is supported in membership files
  * Close the "Status of log upload" window after successful upload 
    added
  * moved to new LoTW url and updated upload routines 
  * band button description is editable (Preferences -> TRX control ->
    Change default frequencies)
  * 6W/MM0NDX was marked as uknown country instead of Senegal - fixed
  * after View QSO and CTRL+F2 fields was still read-only - fixed
  * QSL information was added to Commend to QSO even if it already 
    exists
  * '+' character is now allowed in any field in New QSO window
  * log could not recover from a wrong upload of updated QSO - fixed
 
 -- Petr Hlozek <petr@ok2cqr.com>  Sun, 13 Apr 2014 14:56:00 +0100

cqrlog (1.7.3-1) unstable; urgency=low
 
  * TRX control didn't work - fixed
  * rotor control didn't work - fixed 
 
 -- Petr Hlozek <petr@ok2cqr.com>  Mon, 04 Feb 2014 06:56:00 +0100

cqrlog (1.7.2-1) unstable; urgency=low
 
  * after hitting ESC in any window opened from NewQSO, cursor 
    will be returned to callsign edit field
  * frequency in New QSO and QSO list wondow is formated to 0.0000
  * added Help -> Keys and shortcut to menu in QSO window
  * RBN integration into GrayLine showed CW speed instead of signal 
    strench - fixed
  * DXCC entity window didn't show when compiled in Debian Sid 
    and Ubuntu 13.10 - fixed  
  * when CQRLOG was run for the first time, two mysqld proccesses 
    opened the same database - fixed  
  * upload to ClubLog didn't work after enter QSO and delete - fixed 
    (big thanks to Pawel, SQ5LTL)  
  * TRX control window's layout was broken with some font sizes - fixed  
  
 -- Petr Hlozek <petr@ok2cqr.com>  Mon, 03 Feb 2014 20:30:00 +0100

cqrlog (1.7.1-2) unstable; urgency=medium

  * Really fix #713516 by stopping lazbuild trying to write to ~/
  * Fix long description to remove lines longer than 80
  * Update watch file

 -- Colin Tuckley <colint@debian.org>  Mon, 27 Jan 2014 11:10:15 +0000

cqrlog (1.7.1-1) unstable; urgency=low
  * "When TRX control is not active, use frequency and mode 
    from NewQSO window" option to Preferences->Band map added
  * CTRL+N hotkey to QSO list window added (do NOT send QSL)
  * TRX control window was not sizeable - fixed
  * when ESC was pressed twice in Remote mode, log crashed - fixed
  * program crashed when freq was entered with comma as decimal 
    separator - fixed
  * broken grid square statistic fixed  
  * building deb package fixed (Closes: #713516)
  * debian/control: added depency fp-units-math, build fixed 
    (Closes: #720701)
  * debian/control: added MariaDB as alternative dependecy
    (Closes: #732863)

 -- Petr Hlozek <petr@ok2cqr.com>  Sun, 26 Jan 2014 15:10:00 +0100

cqrlog (1.7.0-1) unstable; urgency=low

  * online QSO upload to HamQTH, ClubLog and HRDLog added
  * improved QSL managers import, should be faster a bit
  * "Long Path" button to Rotor Control added (Darek, SP2MKI)
  * COMMENT field is exported to eQSL server
  * Always overwrite info from previous QSO with callbook 
    data option added
  * help updated
  * country files updated
  * membership files updated
  * layout improved (mostly new QSO window)
  * LoTW QSL RCVD was not imported when ADIF didn't include 
    LOTW_QSLRDATE value - fixed
  * CONTESTIA mode was saved as CONSTESTI (increased max 
    length of mode to 10 characters) - fixed
  * ReverseBeacon support in Gray line didn't work - fixed
  * after click to OK button in Preferences, bandmap stopped 
    deleting old spots - fixed    
  * bandmap was not updated when any spot was not added - fixed
  * station was added to bandmap when offline mode was activated
  * big square statistics didn't work in newer versions of 
    distributions - fixed
  * QSO JT65* mode were not confirmed by eQSL - fixed  

 -- Petr Hlozek <petr@ok2cqr.com>  Sun, 12 Jan 2014 17:16:00 +0100

cqrlog (1.6.1-1) unstable; urgency=low

  * 630M band added
  * added OQRS (online QSL request system) to QSL sent menu
  * added "Always sort by QSO date" option to Search function
  * cursor is moved to last opened log in DB connection window
  * "Ask before creating a backup" option to "Auto backup" added
  * program freezed for a few milliseconds with every bandmap
    refresh - fixed
  * "MySQL server has gone away" problem fixed
  * mebership values collation were case sensistive - fixed
  * ADIF import sometimes crashed with access vioalation, now 
    will show what happened
  * qrz search with right click on a call in the recent QSOs list 
    didn't work
  * band map font settings was not loaded when program started
  * band map is much faster, a few optimalization added

 -- Petr Hlozek <petr@ok2cqr.com>  Sun, 10 Nov 2013 18:28:00 +0100

cqrlog (1.6.0-1) unstable; urgency=low

  * added whole new bandmap with frequecy indicator
  * your CQ received by RBN will be visible in gray line map
  * local mysqld is executed only when the log is stored to 
    local machine
  * added JT9 to list of modes
  * added Power field to filter window
  * option to show distance in miles instead of km added
  * limit of max QSO on QSL label increased
  * double click on bandmap didn't work when the spot had split info
  * propagation info in spot notes has correct format
  * existing band map record was not updated from dx cluster
  * program didn't accept ITU zones 78 and 90
  * program used QTH from previous QSO even is the station was /P
  * app crashed after start on Ubuntu 13.10

 -- Petr Hlozek <petr@ok2cqr.com>  Sun, 08 SEP 2013 15:35:00 +0100
  
cqrlog (1.5.8-1) unstable; urgency=low

  * nothing happened after double click on bandmap spot - fixed

 -- Petr Hlozek <petr@ok2cqr.com>  Mon, 01 JUL 2013 10:02:00 +0100
  
cqrlog (1.5.7-1) unstable; urgency=low
   
  * Enter key in Filter window will activate the filter
  * blank locator field in Group edit clears locator field
  * ADIF export didn't contain DXCC field with ADIF id of the country
  * graline caused program crash after compile with recent FPC and 
    Lazarus versions
  * when the grid was in lowercase, the Big square statistic was 
    broken
  * bandmap didn't worked if the freq of QSO precision was to one Hz
  * debug level settings didn't worked at all 
  * QSO will be confirmed when time difference between QSO and QSO 
    from LoTW is not more than 10 minutes

 -- Petr Hlozek <petr@ok2cqr.com>  Sun, 30 JUN 2013 10:02:00 +0100

cqrlog (1.5.6-1) unstable; urgency=low
   
  * if any error message about LoTW import appear, you can open it in 
    external app directly from CQRLOG	
  * LoTW upload url changed
  * fixed "An invalid integer value" error during label export
  * import of QSO with custom digi mode didn't worked if the list 
    of modes didn't ended with comma (,) - fixed
  * bandmap didn't worked if the freq of QSO precision was to ten Hz
  * station with /AM and /MM caused error "You must enter correct 
    WAZ zone!" - fixed	
  * removed mode from search criteria to confirm QSO via LoTW
  * QSO will be confirmed when time difference between QSO and QSO 
    from LoTW is not more than 1 hour
  * default debug level is set 0, if you want to get more info what 
    cqrlog does, run it with debug=1 or more

 -- Petr Hlozek <petr@ok2cqr.com>  Sun, 19 MAY 2013 11:04:00 +0100


cqrlog (1.5.5-1) unstable; urgency=low

  * experimental Rotor support (Darek, SP2MKI)
  * added option to choose if you want to remove separator from 
    remarks text (default YES)
  * if the station is working up/down it's showed in bandmap next 
    to the callsign (Darek, SP2MKI)  
  * DXCC statistic in New QSO window now shows all type of 
    cmf - Q,L and E (Darek, SP2MKI)  
  * experimental DVK support (Darek, SP2MKI)
  * rotor control support added (Darek, SP2MKI)
  * if the QSO list window was opened when closing the program, 
    it's also restored after start
  * Mark QSL sent after export didn't work properly - fixed 
    (export for QSL label printing)  
  * ADIF import crashed when QTH profile didn't have all fields 
    filled - fixed  
  * Tune function didn't work witch cwdaemon fixed (Darek, SP2MKI)  
  * CW interface was re-inicialized even if no option in 
    Preference were changed
  * problem with wrong time in QSO from flidi - fixed
  * QSO cfm via LoTW with JT65 wasn't recognized

 -- Petr Hlozek <petr@ok2cqr.com>  Sun, 28 APR 2013 14:04:00 +0100



cqrlog (1.5.4-1) unstable; urgency=low

  * added MASTER.SCP file

 -- Petr Hlozek <petr@ok2cqr.com>  Sun, 24 FEB 2013 10:30:00 +0100


cqrlog (1.5.3-1) unstable; urgency=low

  * added support for Super Check Partial
  * added Tune function (for WinKeyerUSB and cwdaemon), hotkey 
    CTRL+T
  * added Repair table function to database connection window 
    (Utils button)  
  * improved export for QSL labels printing (labels are sorted 
    by dxcc, you can choose what fields will be be printed)  
  * updated membership tables
  * fiexd program crash when editing DX cluster information
  * CW keys window doesn't show caption for F9 and F10 keys
  * ADIF export ignored delimiter in TX_PWR (0.5 was exported
    as 05)
  * CQRLOG killed rigctld even when autostart was disabled
  * double click to spots listed with SH/DX didn't work
  * QSO list window showed filter is enabled after reopen 
    (filter was disabled)
  * login to eQSL with password containing special character 
    didn't work  
  * when QSO passed over the midnight, the qso was saved with 
    wrong date  

 -- Petr Hlozek <petr@ok2cqr.com>  Sun, 24 FEB 2013 10:30:00 +0100

cqrlog (1.5.2-1) unstable; urgency=low

  * added CTRL+W hotkey to send spots to dxcluster
  * DX cluster shows also country name next to the spot 
    (must be enabled in Prefereces)
  * international characters in New QSO window should work again
  * DX spots with freq eqauls to the start of the band (21.000, 
    14.000 etc., usually notes) are ignored
  * HamQTH added to dx clusters list
  * fixed reading A-index (was 1 even when actually was 10)
  * /MM, /AM and stations with unknown DXCC country didn't appear 
    in bandmap
  * database update hangs
  * fixed xml request address of qrz.com
  * DXCC CFM count function didn't uses eQSL cfm QSO
  * fixed reading mode from FT-920 (returned MEMO as VFO)
  * fixed bug in dxcluster caused program crashed randomly
  * program didn't apply eQSL rcvd when the band was in lowercase

 -- Petr Hlozek <petr@ok2cqr.com>  Mon, 8 OCT 2012 19:01:00 +0100

cqrlog (1.5.1-1) unstable; urgency=low
  * fixed program crash when scrolling down in QSO list window
  * Clear new QSO window after significant freq change option
    removed

 -- Petr Hlozek <petr@ok2cqr.com>  Sun, 5 AUG 2012 19:01:00 +0100

cqrlog (1.5.0-1) unstable; urgency=low

  * brand new user friendly TRX control settings
  * user can change freq in drop down list in new qso window
  * clear RIT after saving QSO added
  * clear New QSO window after significant freq change option
    added
  * remove dupes from the log function added
  * native support of connection to MySQL server 5.5
  * sh/dx cluster command fill the bandmap
  * members database updated
  * country tables updated
  * program hangs when LoTW password was wrong or server
    was down
  * wrong freq caused program crash with unfriendly message
  * dx cluster autologin didin't work when the prompt was
    "Please enter your call:"
  * after save QSO got endtime and start date not end date
  * 5MHz band is not visible even if is checked in
    Preferences -> Bands
  * program crashed after editing QSO from QSO list window
    (edit, close window, hit enter) - fixed
  * station with /P, /M, KH6/ etc. get his original QTH and grid from
    callbook - fixed
  * Database update function fixed

 -- Petr Hlozek <petr@ok2cqr.com>  Sun, 29 JUL 2012 19:00:00 +0100

cqrlog (1.4.2-1) unstable; urgency=low

  * removed ScrollWidth from lbPreferences

 -- Petr Hlozek <petr@ok2cqr.com>  Sun, 05 MAY 2012 19:00:00 +0100

cqrlog (1.4.1-1) unstable; urgency=low

  * keys in CW Fx window also send CW messages
  * error after click to "Station list" button in WAS
    statistic - fixed
  * wrong US state was marked like AL in WAS statistic - fixed
  * fixed TRX control
  * after change TRX name in Preference, the description in TRX
    window wasn't changed - fixed
  * number of cfm DXCC in mode table was the same like in total
    DXCC cfm - fixed
  * fixed problem with null comamnds in WKUSB communication

 -- Petr Hlozek <petr@ok2cqr.com>  Sat, 04 MAY 2012 20:30:00 +0100

cqrlog (1.4.0-1) unstable; urgency=low

  * freq is displayed in 10Hz resolution instead of 100Hz
  * Country name field into QSO list added
  * added OR symbol into QSL_S combo box (Online Request)
  * OK, Cancel and other buttons in filter window moved to the
    right to reduce window height
  * rig control rewrited to use rigctld
  * LoTW/eQSL users has the same background color also in bandmap
  * IOTA information inserted from HamQTH callbook
  * eQSL import error log is now stored into user's home directory
  * added CTRL+I hotkey for ADIF import function (in New QSO window)
  * you can set different background color for eQSL and LoTW users
  * power wasn't imported from ADIF file - fixed
  * QSLR field was sometimes empty even if QSO was confirmed - fixed

 -- Petr Hlozek <petr@ok2cqr.com>  Sat, 27 APR 2012 20:30:00 +0100

cqrlog (1.3.1-2) unstable; urgency=low

  * rebuild for Ubuntu 12.04

 -- Petr Hlozek <petr@ok2cqr.com>  Fri, 24 FEB 2012 22:30:00 +0100

cqrlog (1.3.1-1) unstable; urgency=low

  * CQRLOG won't run on Ubuntu 12.04 - fixed
  * previous qso for callsign with / didn't work when
    "In previous QSO list show also QSO with call/p " option
    enabled - fixed

 -- Petr Hlozek <petr@ok2cqr.com>  Tue, 21 FEB 2012 20:30:00 +0100

cqrlog (1.3.0-1) unstable; urgency=low

  * full eQSL support added (filter, statistics, export, import ...)
  * DXCC, WAS, WAC, ITU, WAZ and IOTA statistic improved
  * export QSO to CSV file for SOTA website added
  * option to show previous QSO with station that was /p, /m etc added
  * program now takes UTC time from the computer time
  * added new column "qslr" into QSO list where you can see symbols for
    paper QSL confirmed, LoTW and eQSL together
  * refresh button to propagation window added
  * files with LoTW and eQSL users list are part of DXCC tables
  * export in SQL console crashed when the field was NULL - fixed
  * qrz.com button fixed
  * database update didn't affect QTH field - fixed
  * height and width was saved also for dialog (non-sizeable)
    windows - fixed
  * xplanet config file was always overwriten - fixed
  * GF in propagation windows was empty - fixed
  * QSL manager search in QSO list window didn't work - fixed
  * MM and AM station didn't get to bandmap - fixed

 -- Petr Hlozek <petr@ok2cqr.com>  Sat, 21 JAN 2012 20:00:00 +0100

cqrlog (1.2.2-2) unstable; urgency=low

  * debian/control: fixed alternative dependency order for lazarus, lcl
    (Closes: #652176)

 -- Kamal Mostafa <kamal@whence.com>  Thu, 15 Dec 2011 15:00:53 -0800

cqrlog (1.2.2-1) unstable; urgency=low

  * FREQ field added to ADIF export for LoTW
  * ROS mode added
  * new Ubuntu scrollbars disabled (a lot of problems solved)
  * after chnge to another log, QTH profile remained the same - fixed
  * QSO from ADIF with freq over 147MHz were refused - fixed

 -- Petr Hlozek <petr@ok2cqr.com>  Sun, 23 OCT 2011 11:00:00 +0100

cqrlog (1.2.1-1) unstable; urgency=low

  * HamQTH.com integration improved
  * qrz.com XML search fixed

 -- Petr Hlozek <petr@ok2cqr.com>  Sun, 31 Jul 2011 10:00:00 +0100

cqrlog (1.2.0-1) unstable; urgency=low

  * HamQTH.com XML search added
  * after View QSO New QSO window remained in readonly mode - fixed
  * CTRL+F2 hotkey didn't work in New QSO window - fixed
  * DELETE statement wasn't supported in SQL console - fixed
  * in Remote mode when time pass the midnight hour date remain
    the same - fixed
  * program crashed after attempt to edit QSO when log was in
    remote mode - fixed
  * ADIF import crashed when QSO had wrong freq or band - fixed
  * LoTW statistic always showed 0  confirmed countries - fixed

 -- Petr Hlozek <petr@ok2cqr.com>  Thu, 28 Jul 2011 16:00:00 +0100

cqrlog (1.1.0-1) unstable; urgency=low

  * qrz.com XML search function added (Preferences -> Callbook)
  * RST format is not changing when Automode is disabled
  * big square statistic added

 -- Petr Hlozek <petr@ok2cqr.com>  Thu, 23 Jun 2011 19:30:00 +0100

cqrlog (1.0.2-1) unstable; urgency=low

  * ADIF import fixed

 -- Petr Hlozek <petr@ok2cqr.com>  Sat, 11 Jun 2011 11:20:00 +0100

cqrlog (1.0.1-1) unstable; urgency=low

  * backup into the same file option added
  * ADIF export speed-up
  * loading MySQL libraries on Debian unstable and Fedora 15 - fixed
  * initial Debian release (Closes: #629587)

 -- Petr Hlozek <petr@ok2cqr.com>  Fri, 10 Jun 2011 19:30:00 +0100

cqrlog (1.0.0-1) unstable; urgency=low

  * CQRLOG is now package ready (now deb packages for Ubuntu/Debian only)
  * native 32bit and 64bit versions
  * support multiple logs
  * membership (> 70 clubs, 5 of them can be processed simultaneously) is 
    tracked by membership number (if a club doesn't have numbers, callsign 
    is used)
  * config file is stored directly to the main database. If a log is opened 
    on another computer, the settings will remain the same
  * other windows (Grayline, Detail info, DX cluster etc.) auto-opened only 
    if they were previously opened in running CQRLOG which was properly 
    (regularly) closed
  * new faster ADIF import
  * CQRLOG can be used on local computer with MySQL embedded or on a MySQL 
    server, CQRLOG can be run on another (remote) machine
  * echo for telnet DX cluster added (the sent-out command is also displayed 
    in DX cluster window)
  * clear log function added (in database connection window all log data can 
    be erased but the log file is not deleted)
  * new About window added
  * changelog in html format added
  * membership databases updated
  * manual page added

 -- Petr Hlozek <petr@ok2cqr.com>  Tue, 7 Jun 2011 20:05:00 +0100

