1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713
|
cqrlog (2.5.2-5) unstable; urgency=medium
* Team upload.
* Migrate to mariadb, in line with Upstream practice and Ubuntu request
- Closes: #1073790
* d/control
- Change default-mysql-server-core to mariadb-server-core
- Change default-mysql-client-core to mariadb-client-core
- Drop virtual mysql packages
- Bump standards to 4.7.0
-- Dave Hibberd <hibby@debian.org> Thu, 20 Jun 2024 23:12:05 +0100
cqrlog (2.5.2-4) unstable; urgency=medium
* Get libhamlib package name from libhamlib-dev.
(Closes: #1067566, thanks to Julian Andres Klode for the original patch!)
-- Christoph Berg <myon@debian.org> Sat, 23 Mar 2024 21:42:04 +0100
cqrlog (2.5.2-3) unstable; urgency=medium
* Team upload.
[ Debian Janitor ]
* Remove constraints unnecessary since buster:
+ Build-Depends: Drop versioned constraint on lazarus, lcl and
libhamlib-dev.
+ cqrlog: Drop versioned constraint on libhamlib-utils in Depends.
[ Christoph Berg ]
* Build-depend on libgdk-pixbuf-2.0-dev instead of libgdk-pixbuf2.0-dev.
(Closes: #1019313)
* Depend on hamradio-files and symlink MASTER.SCP to it.
-- Christoph Berg <myon@debian.org> Wed, 07 Sep 2022 12:10:32 +0200
cqrlog (2.5.2-2) unstable; urgency=medium
* Team upload.
* Move appdata.xml from cqrlog-data to cqrlog (Closes: #1010104)
Declare Replaces/Breaks on older crqlog-data.
* Set Rules-Requires-Root: no in debian/control
* ${shlibs:Depends} is not needed from cqrlog-data binary package
-- tony mancill <tmancill@debian.org> Tue, 03 May 2022 20:51:12 -0700
cqrlog (2.5.2-1) unstable; urgency=medium
* Team upload.
[ Christoph Berg ]
* New upstream version 2.5.2.
[ Federico Grau ]
* d control Uploaders, rm retired Colin Tuckley and Kamal. (Closes: #990603)
* Bump Standards version to 4.6.0 (No changes required).
-- Christoph Berg <myon@debian.org> Tue, 11 Jan 2022 17:26:50 +0100
cqrlog (2.5.1-2) unstable; urgency=medium
* Team upload.
* Patch from upstream commits to fix ADIF import (Closes: #987032)
-- Federico Grau <donfede@casagrau.org> Sat, 17 Apr 2021 14:23:46 -0400
cqrlog (2.5.1-1) unstable; urgency=medium
* New upstream version 2.5.1.
* Depend directly on libhamlib4, package is smart enough to find the
libhamlib.so.4 file at runtime even if it's not linking against it.
-- Christoph Berg <myon@debian.org> Tue, 02 Feb 2021 12:46:56 +0100
cqrlog (2.4.0-4) unstable; urgency=low
* Team upload.
[ Debian Janitor ]
* Trim trailing whitespace.
* Use secure URI in Homepage field.
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
Repository-Browse.
* Fix day-of-week for changelog entries 1.4.2-1, 1.4.1-1, 1.4.0-1.
* Update standards version to 4.5.0, no changes needed.
[ Christoph Berg ]
* Depend on libhamlib-dev since we open libhamlib.so at runtime.
-- Christoph Berg <myon@debian.org> Tue, 05 Jan 2021 10:31:02 +0100
cqrlog (2.4.0-3) unstable; urgency=medium
* Now really source-only team upload.
-- Christoph Berg <myon@debian.org> Mon, 13 Jan 2020 13:04:39 +0100
cqrlog (2.4.0-2) unstable; urgency=medium
* Source-only team upload.
-- Christoph Berg <myon@debian.org> Fri, 03 Jan 2020 21:53:48 +0100
cqrlog (2.4.0-1) unstable; urgency=medium
* Team upload.
* New upstream version.
+ Fixes wsjtx integration. (Closes: #932776)
* Move arch-indep files to cqrlog-data.
* Don't remove debian/cqrlog.* on clean, it would remove cqrlog.install.
* Add debian/gitlab-ci.yml.
* DH 12.
-- Christoph Berg <myon@debian.org> Mon, 30 Dec 2019 10:31:26 +0100
cqrlog (2.3.0-2) unstable; urgency=medium
* Team upload.
* Add dependency on mysql server and client libraries. We use
libmariadb-dev-compat because we need libmariadbclient.so*.
(Closes: 920232)
-- Christoph Berg <christoph.berg@credativ.de> Thu, 24 Jan 2019 14:22:37 +0100
cqrlog (2.3.0-1) unstable; urgency=medium
* Team upload.
* New upstream version.
* Remove build-dependency on libssl*-dev, it is not used at build time.
* Remove hardcoded dependency on libssl at runtime; we depend on
default-mysql-client which will pull in a suitable libssl package anyway.
(Closes: #867140)
* Move appdata.xml to /usr/share/metainfo.
* Priority: optional.
* Run wrap-and-sort -st.
-- Christoph Berg <myon@debian.org> Sat, 12 Jan 2019 18:51:27 +0100
cqrlog (2.0.5-3) unstable; urgency=medium
* Fix various spelling errors
* Bump Standards version to 4.0.0 (No changes required).
* Add d/clean to remove src/RegExpr.pas as it conflicts with the RegExpr
unit in lazarus. Patch from Paul Gevers <elbrus@debian.org>
(Closes: 865777)
-- Colin Tuckley <colint@debian.org> Thu, 27 Jul 2017 10:34:49 +0100
cqrlog (2.0.5-2) unstable; urgency=medium
* Add icon to /usr/share/icons/hicolor/<size>/apps
(Closes: 841369)
-- Colin Tuckley <colint@debian.org> Thu, 06 Jul 2017 08:50:00 +0100
cqrlog (2.0.5-1) unstable; urgency=medium
* New upstream bugfix release. (Closes: 841369)
* fixed mysql dependencies (Closes: 848430)
* fixed default database dependencies (Closes: 863644)
* fix upgrade problem with fail to remove (Closes: 864549)
-- Colin Tuckley <colint@debian.org> Sat, 01 Jul 2017 12:03:00 +0100
cqrlog (2.0.4-1) unstable; urgency=medium
* New upstream bugfix release.
* depend on libssl 1.0 until upstream supports 1.1
* fix minor spelling errors
-- Colin Tuckley <colint@debian.org> Mon, 30 Jan 2017 19:43:20 +0000
cqrlog (2.0.2-1) unstable; urgency=medium
* New upstream bugfix release.
-- Colin Tuckley <colint@debian.org> Fri, 09 Sep 2016 13:58:50 +0100
cqrlog (2.0.1-1) unstable; urgency=medium
* New upstream bugfix release (Closes: 823415)
-- Colin Tuckley <colint@debian.org> Sat, 07 May 2016 11:26:20 +0100
cqrlog (2.0.0-1) unstable; urgency=medium
* New upstream release
* Bump Standards version to 3.9.8 (No changes required).
-- Colin Tuckley <colint@debian.org> Tue, 03 May 2016 09:52:30 +0100
cqrlog (1.9.1-2) unstable; urgency=medium
* Remove local copy of openssl unit and add build-dependency
on fp-units-net to resolve unit conflict (Closes: 818391)
patch from Peter Green <plugwash@debian.org>
-- Colin Tuckley <colint@debian.org> Thu, 17 Mar 2016 09:54:12 +0000
cqrlog (1.9.1-1) unstable; urgency=medium
* New upstream release
* Patch from Peter Green to fix FPC 3.0 compile
(Closes: #813461)
* Bump Standards version to 3.9.7 (No changes required).
-- Colin Tuckley <colint@debian.org> Tue, 01 Mar 2016 10:29:40 +0000
cqrlog (1.9.0-5) unstable; urgency=medium
* Bump debian/compat to 9
* Apply apparmor fix to /etc/apparmor.d/local/usr.sbin.mysqld
*not* to /etc/apparmor.d/usr.sbin.mysqld which is a conf file
(Closes: #801755)
-- Colin Tuckley <colint@debian.org> Thu, 12 Nov 2015 10:12:00 +0000
cqrlog (1.9.0-4) unstable; urgency=high
[ Peter Michael Green ]
* Avoid using lazbuild for now as it's broken on arm* in sid.
-- Colin Tuckley <colint@debian.org> Tue, 01 Sep 2015 17:21:00 +0100
cqrlog (1.9.0-3) unstable; urgency=medium
* Fix build dependency on fp-units-gtk -> fp-units-gtk2
-- Colin Tuckley <colint@debian.org> Mon, 24 Aug 2015 16:37:50 +0100
cqrlog (1.9.0-2) unstable; urgency=medium
* Fix bug caused by fpc Depends to Recommends change (Closes: #791731)
* Fix ref to src/RegExpr.pas in debian/copyright (Closes: #787285)
* Make apparmor init script exec conditional on it being present
(Closes: #792848)
-- Colin Tuckley <colint@debian.org> Tue, 28 Jul 2015 19:42:00 +0100
cqrlog (1.9.0-1) unstable; urgency=medium
* New upstream release.
* Ack the NMU.
* Bump Standards version to 3.9.6 (No changes required).
* New debian/watch file (Closes: #781599).
-- Colin Tuckley <colint@debian.org> Sat, 02 May 2015 17:54:00 +0100
cqrlog (1.8.2-1.1) unstable; urgency=medium
* Non-maintainer upload.
* Switch the order of Recommends mariadb-server and mysql-server in
debian/control to fix the problem that cqrlog cannot be installed
when mysql-server is not installed (Closes: #777720).
* Add mariadb-client as an alternative dependency for cqrlog in debian/control
to fix the installation when using cqrlog with MariaDB (Closes: #777723).
* Add xplanet to Recommends in debian/control as cqrlog contains a menu
shortcut for it in its main window which is otherwise useless
(Closes: #777724).
-- John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de> Thu, 12 Feb 2015 02:11:34 +0100
cqrlog (1.8.2-1) unstable; urgency=medium
* New upstream release.
-- Colin Tuckley <colint@debian.org> Sat, 04 Oct 2014 16:14:00 +0100
cqrlog (1.8.1-1) unstable; urgency=medium
* New upstream release.
* Remove mariadb-client from Depends since it's currently uninstallable
-- Colin Tuckley <colint@debian.org> Sun, 27 Jul 2014 21:01:55 +0100
cqrlog (1.7.4-1) unstable; urgency=medium
* Update watch file to match upstream names
* New upstream release
* Remove depends for database servers in debian/control
replace with recommends (Closes: #722494)
-- Colin Tuckley <colint@debian.org> Sun, 04 May 2014 20:15:22 +0100
cqrlog (1.7.3-1) unstable; urgency=medium
* New Upstream Release
-- Colin Tuckley <colint@debian.org> Mon, 17 Feb 2014 19:27:45 +0000
cqrlog (1.7.1-3) unstable; urgency=medium
* Remove src/ipc and src/mysql directories in debian/rules
since they are no longer needed (Closes: #692820)
* Add Keywords to cqrlog.desktop file
-- Colin Tuckley <colint@debian.org> Mon, 27 Jan 2014 19:31:46 +0000
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 miliseconds 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 delimitter 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> Sat, 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> Fri, 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> Fri, 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
|