Commit graph

102 commits

Author SHA1 Message Date
ryoon
5bd9ca4ef6 Recursive revbump from audio/pulseaudio-11.0 2017-09-08 02:38:35 +00:00
adam
931d707fe2 Revbump for boost update 2017-08-24 20:03:08 +00:00
mef
0b2838f9b1 ham/fldigi updated to 4.0.8
---------------------------------------------
=Version 4.0.8=
2017-07-21  David Freese  <iam_w1hkj@w1hkj.com>

        38b65ea: Executable pathname
        2a3c38b: rigCAT metering
        37d78b1: OS X autostart
        0006904: RigCAT i/o
        c0bf2f2: Doxygen build
        6e4f04c: Analysis modem
        c438ba6: XMLRPC rx stream

2017-07-13  Matt Roberts KK5YJ  <matt@kk5jy.net>
        4a6e7ce: RX text paste

2017-07-12  David Freese  <iam_w1hkj@w1hkj.com>
        ef36e76: FSQ triggers
        8517451: FSQ image

=Version 4.0.7=
        2f7b7b9: SCU-17 ptt
        9fc06d6: bindUDP

=Version 4.0.6=
        094ac3c: Documentation
        1715749: flmsg alert
        b3dd76d: Time Macros
        a3f27d2: Require PortAudio


=Version 4.0.5=
        254e717: Documentation update
        6164c26: TELNET timeout
        8922c5d: FD macros
        b0928a0: N3FJP PTT
        dcca120: Rx/Tx open/close
        a49cf18: xmlrpc configuration
        36a7fce: FSQ macros
        6aaec34: Consistency check fail
        7bcd89c: Audio Alerts
        5f65d2e: Restore defaults
        a9346cd: cw variable squelch
        8460fba: INSTALL/README/NEWS
        c2c9f38: CW Extended char set
        ad8e33e: County field
        64b397f: autostart on os x
        43b37fe: Rx Context Menu
        3aea3ca: Port Audio on Linux
        f994b6a: NEWS update
2017-08-05 09:09:44 +00:00
mef
5f9185ba9a Updated ham/fldigi to 4.0.4
---------------------------
=Version 4.0.4=
2017-05-05  David Freese  <iam_w1hkj@w1hkj.com>

        e71dcfb: LOG area controls
        1da1562: CALL field size
        dc9532c: CW QSY
        8fab963: Sound Card Output
        240f52a: cw scanner
2017-05-14 15:22:46 +00:00
mef
9bca0b8814 Updated ham/fldigi 3.23.21 to 4.0.3
---------------------------
=Version 4.0.3=
2017-04-30  David Freese  <iam_w1hkj@w1hkj.com>
	c9b9bb9: OS X Wizard
	a8a6e09: cw decoder
	7e552c4: CW wait

=Version 4.0.2=
2017-04-14  keith bellairs  <keith@bellairs.org>
	7432793: Lotw Match

2017-04-13  David Freese  <iam_w1hkj@w1hkj.com>
	ed5850e: flrigi bw synch
	9723972: Clang 8.1.0
	97024a9: Sound card
	1549193: Revert "wefax"
	c85b75e: IFKP image processing
	ef39743: Macro Save
	4396c43: CW end-of-transmit
	2f1d709: Font Initialization
	a1d4122: OS X socket connect
	835d823: Winkeyer exit process

=Version 4.0.1=
	f40e79d: Socket connect

=Version 4.0.0=
	7efc9b2: OS X 10.12 build
	ffd6f09: STATION_CALLSIGN
	f0f3763: Free BSD mods
	b163605: Logbook mods
	167f064: ru-po-update
	5354812: Default Tx Audio
	fac5963: remove sprintf
	a9db866: Documentation update
	b522581: n3fjp logger search
	c565b03: fopen -> fl_fopen
	abd9554: 48 bar macro
	5f5776c: CW decoder
	9c0f906: DX cluster
	016799a: Logbook support
	b4e227b: WinKeyer
	1fe26c1: fsq ifkp s/n computation
	d576fd8: fltk version update
	2a1a8c3: Macro Date Time Formats

2017-02-24  Keith Bellairs  <keith@bellairs.org>
	627eb31: lotw addition

2017-02-23  David Freese  <iam_w1hkj@w1hkj.com>
	0507110: THOR/IFKP Image transfers

2017-02-23  Giuseppe Ciaccio  <giuseppe.ciaccio@unige.it>
	95b51b6: OSS bug fix

2017-02-21  David Freese  <iam_w1hkj@w1hkj.com>
	f462dd7: ifkp s/n update
	376f7f5: PSKMAIL PTT fault protection
	bcec5aa: Logbook File Handling
	cbdea29: n3fjp contest update
	fccb4eb: fsq s/n update
	1786a5e: README update
	67bc122: Russian UTF-8 translation
	9decf04: Tooltips

2017-01-30  Jae Stutzman  <k5jae@stutzman.net>
	fef4e93: Hamlib/RigCAT/XMLRPC Interface

(pkgsrc changes)
 - Drop patch, upstream fixed it (slightly different from ours)
    our patch        if ( ptr2          && (unsigned)(ptr2 - ptr) <= p)
    upstream         if ((ptr2 != NULL) && (unsigned)(ptr2 - ptr) <= p)
 - +.include "ham/flxmlrpc/buildlink3.mk"
2017-05-05 00:11:15 +00:00
jperkin
6b547497bb Convert CXXFLAGS setting C++ standard to USE_LANGUAGES. 2017-05-03 08:38:38 +00:00
ryoon
76884737ca Recursive revbump from boost update 2017-04-30 01:21:19 +00:00
mef
4d37386902 Update ham/fldigi to 3.23.21
----------------------------
2017-01-23  David Freese  <iam_w1hkj@w1hkj.com>

        880720b: Documentation
        228950f: Logbook update
        35d74af: kml auto_ptr deprecated
        2042371: build flags
        a3bc5e3: PSKMAIL beacon faults
        5b970cc: N3FJP record rejections
2017-01-31 13:39:44 +00:00
ryoon
f62b809c5a Recursive revbump from audio/pulseaudio-10.0 2017-01-21 20:06:44 +00:00
mef
127c2e9b45 Updated ham/fldigi to 3.23.20
-----------------------------
=Version 3.23.20=

2017-01-05  David Freese  <iam_w1hkj@w1hkj.com>

        5c45632: N3FJP Winter FD
        3119c92: FELD raster display
        ca8daf3: ARQ PTT

2016-12-25  John Phelps  <kl4yfd@gmail.com>

        de339d7: NEW micro modes

2016-12-24  David Freese  <iam_w1hkj@w1hkj.com>

        1a8f982: Socket connect
        6219ac9: pskreporter query
2017-01-07 13:13:27 +00:00
mef
fd2fd642e6 Updated ham/fldigi to 3.23.19
-----------------------------
=Version 3.23.19=
2016-12-17  David Freese  <iam_w1hkj@w1hkj.com>

        8dc6202: DX cluster improvements
        1412352: Text highlight
        996bb3f: N3FJP generic contest
2017-01-01 07:27:33 +00:00
joerg
ea0a2dc885 Pointers don't have a sign. 2016-12-22 11:38:01 +00:00
mef
b6f0c3c7ba Updated ham/fldigi to 3.23.18
-----------------------------
=Version 3.23.18=
2016-12-11  David Freese  <iam_w1hkj@w1hkj.com>
        782204c: DXcluster sort
        73c2d1e: LoTW
        dc9c107: Socket Connect State


=Version 3.23.17=
        e0eaaef: dxcluster update
        a81372a: GPIO update
        99b0d1b: LoTW documentation
        214a782: Time Of Day Clock
        839eb0f: FSQ Heard parser

=Version 3.23.16=
        df67d85: N3FJP rounding
        dd5dc22: GPIO PTT
        03b95b5: lotw/eqsl interface
        360209b: Resident help
        4e905b6: ARQ Client vector
        66a62fc: Rx Extract
2016-12-18 02:59:09 +00:00
mef
ffed8a5c89 Updated ham/fldigi to 3.23.15
-----------------------------
=Version 3.23.15=
2016-10-16  David Freese  <iam_w1hkj@w1hkj.com>

        7732982: Translation file
        153ae9a: N3FJP command sequencing
        300624a: BARTG vice BART
        0ac4bb3: speed test
        0476267: XP fault on failure
        c426649: Default Logbook widget sizing
        e58b039: Mono / Stereo wav file
        7cacca6: ARQ thread

2016-10-05  w1hkj  <w1hkj@bellsouth.net>
        2937696: N3FJP logged frequency

2016-10-04  David Freese  <iam_w1hkj@w1hkj.com>
        bdb408d: update check
        005f10a: DX cluster
        72d0f38: CQWW zone/state
        914b60c: Contest fields
        79fa4c8: OSX Clang build
        9db7e7b: flrig default

(pkgsrc changes)
  Remove patches/patch-src_include_qrunner.h
2016-10-17 13:47:58 +00:00
adam
3b88bd43a5 Revbump post boost update 2016-10-07 18:25:29 +00:00
mef
6630fae77c Updated ham/fldigi to 3.23.14
------------------------------
=Version 3.23.14=
2016-09-17  David Freese  <iam_w1hkj at w1hkj.com>

        9e6e34a: Documentation update
        6c5ad4b: PSK IMD Emulator
        e6980a6: Wave file
        ff2265b: trx inhibit
        0fc2f5e: Log Reports
        01bd367: N3FJP application interface
        ccbd5e8: Field Day
        4fc8b12: UTF8 file access
        c6e1f29: logbook merge
        570d3bf: Initialize Macros
        d9d12f4: NOAA wx access
        0552fc6: Revert "logbook read"
2016-09-19 09:16:18 +00:00
mef
28d36e712e Updated ham/fldigi to 3.23.13
-----------------------------
=Version 3.23.13=

2016-08-06  David Freese  <iam_w1hkj@w1hkj.com>

	8a0204d: flmsg auto start
	e569d56: Documentation Update

2016-08-06  Robert Stiles  <kk5vd@yahoo.com>

	0f237ba: KPSQL PSM

2016-08-06  David Freese  <iam_w1hkj@w1hkj.com>

	e6b1743: m4 updates
	3520065: xmlrpc mod
	fafaa7c: Main User Interface
	360d6a2: fl_digi.cxx whitespace
	bdb3afb: xmlrpc tx queue
	33be65f: QRUNNER BUG FIX
	f02228e: logbook read
	1f6d966: flrig xmlrpc client
	4ddae1f: Title bar
	9777cfa: Macro tag PUSH/POP
	73ea18b: G4 build warnings
	e8e3b89: winsock2 error flag
	8f8d6be: xmlrpc error warnings
	302fca5: Port Audio Index
	988ee57: Squeeze Play
	a9d3ec1: Documentation
	8fa2f92: FSQ allcall relay

2016-07-04  Kamal Mostafa  <kamal@whence.com>

	055a180: FTextTX: fix menu_cb default case behavior
	93ca237: status: fix override_data_io_enabled behavior
	10eaf9d: logbook: do not write empty string to ADIF
	5609415: wefax
	d43951e: fix warnings: misleading-indentation (no functional changes)
	1ecf952: fix warning: unused variable 'call_file'
	9e9139e: fix warning: C11 requires spaces around string macro
	0531e5c: fix warning: format '%d' vs size_t
	1e888d1: XmlRpc tm_mday fix

(pkgsrc)
 - Drop three patches, see following line in ChangeLog
    9e9139e: fix warning: C11 requires spaces around string macro
2016-08-07 12:32:47 +00:00
ryoon
e37b97fe3c Recursive revbump from audio/pulseaudio 2016-08-04 17:03:30 +00:00
wiz
2b0a009d0e Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:37:46 +00:00
mef
4dbd26f4bc Updated ham/fldigi to 3.23.12
-----------------------------
2016-06-21  David Freese  <iam_w1hkj@w1hkj.com>

        fa831b2: xmlrpc add_tx
        177a8f1: mfsk xmt filter
        2b57556: FSQ msg append
        de187d9: FSQ IFKP heard lists
        76cf0e6: waterfall group
        5f762f0: thor image
        8cd6f83: RxID button
2016-07-04 14:11:54 +00:00
mef
047dd1506b Updated ham/fldigi to 3.23.11
-----------------------------
  =Version 3.23.11=

2016-06-10  David Freese  <iam_w1hkj@w1hkj.com>
        b657227: flmsg-arq autostart
        c6ac0f1: Resize bug
        3c7392e: Hell Raster Display
        4841f10: Exit processing

2016-05-29 Roman Bagiñski <sp4jeu@gmail.com>
        274d500: Polish translation update

2016-05-28  David Freese  <iam_w1hkj@w1hkj.com>
        9c959af: xmlrpc add tx text
        01245fe: Native Select Save-As dialogs

2016-05-26  Robert Stiles  <kk5vd@yahoo.com>
        5209286: FLDIGI User Manual Update
        4b2005e: KISS IO Bug fixes/Additions and C++11 Test
2016-06-17 13:01:15 +00:00
mef
2e7805972f Updated ham/fldigi to 3.23.10
-----------------------------
2016-05-23  David Freese  <iam_w1hkj@w1hkj.com>
        33ad2e6: logger
        c184758: Restore focus
        af25ef7: RsID button
        ae93f9c: flmsg keepalive
        5b367fb: 4bars
        b4b8df4: ASCII ctl chars
        759e6cf: Suppress dockable macros
        065ead7: Packet Prep

2016-04-13  Edouard Lafargue W6ELA  <edouard@lafargue.name>
        505c8b3: Portaudio Mono

2016-04-13  David Freese  <iam_w1hkj@w1hkj.com>
        68d9b32: FSQ message files

2016-04-12  Robert Stiles  <kk5vd@yahoo.com>
        4ab48d4: KISS, 8PSK, FLARQ icon Modifications

2016-04-12  David Freese  <iam_w1hkj@w1hkj.com>
        76ab77c: FLARQ
        9c04f07: focus behavior
        2a3f4d4: PTT delays
2016-05-31 13:52:10 +00:00
mef
ace60efb51 Update 3.23.08 to 3.23.09
-------------------------
=Version 3.23.09=
2016-03-29  David Freese  <iam_w1hkj@w1hkj.com>

        fc97b4a: FSQ variable Rx
        58b3940: Export ADIF_NAME
        91ddd6c: WF only
        92c3c36: DnD Image
        0ebcc2a: Frequencies2 use string
        20ac527: Documentation
        8eb05e6: View noise
        7cd0d8d: About
        9ed6cc3: NAVTEX update

2016-03-07  Kamal Mostafa  <kamal@whence.com>

        6da8d51: Sanitize tile_x, tile_y startup values

2016-03-05  David Freese  <iam_w1hkj@w1hkj.com>

        b1d12b8: RxID enhancement
        f7662df: TX timer
        4e055b4: rigcat mod
        4c9f140: PSK IMD
2016-04-09 04:37:19 +00:00
mef
f2f3c4535d (pkgsrc)
- Drop two patches,
   they are now included (but not exactly the same as our patches).
(upstream)
  - Update 3.23.07 to 3.23.08
-------------------------
=Version 3.23.08=

2016-02-21  Rik van Riel  <riel@surriel.com>

        bbbeed4: NAVTEX update

2016-02-16  David Freese  <iam_w1hkj@w1hkj.com>

        5b2edad: Save Logbook
        1c8e0e9: Analysis mode
        0f650e9: flrig PTT
        106e3e2: flrig waiting
        71fa224: COM port close
        dd1165a: fsq repeat last
        fb0fd4c: Mac Logger

2016-02-04  Jonathan Wakely  <redi@users.sf.net>

        813b58a: GCC 6 build

2016-02-01  David Freese  <iam_w1hkj@w1hkj.com>

        d808977: CALL capture
        bea9cfe: Scope View
        8bcc9e8: RigCAT modifications
2016-03-15 14:40:03 +00:00
jperkin
17661ff9a5 Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
jperkin
6672c3b915 Use OPSYSVARS. 2016-02-25 13:37:46 +00:00
mef
84b462bc9f Update 3.23.07.21 to 3.23.07 (to fix PR pkg/50675)
----------------------------
ChangeLog is the same as 3.23.07.19 to 3.23.07.21
Previous commit log has confusion on version numbers. It was really
3.23.07.19 to 3.23.07.21.
(From now on, avoid picking 4 digit version, they are alpha, thanks Robert Elz)
2016-01-23 14:19:08 +00:00
mef
5ae3aee449 Update 3.23.19 to 3.22.21 See Also PR pkg/50675, thanks
-------------------------
2016-01-20  David Freese  <iam_w1hkj@w1hkj.com>

	d69a69d: Exit delays
	4f4cc21: Contest fields
	a47381f: OS-X start_process
	b456b20: LOG RECORD exports
2016-01-21 14:47:32 +00:00
mef
4d92fc570d Update 3.23.07.16 to 3.23.07.19 (and to fix PR pkg/50675), Thanks Robert Elz
------------------------------
2016-01-18  David Freese  <iam_w1hkj@w1hkj.com>

        6ee952a: EXPORT LIST
        c0281ee: HAMLIB CW RTTY
        ddb084c: PSKR metric
        68c5a6a: PSKR/8
        397f570: Audio adjust
        4280903: WEB query
        8af53b6: Mode Set
        e756d93: Tab key docs
        2fb5648: hamlib PTT_ON_DATA
        22514a5: Macro Tool Bar
        94f8362: XmlRpc client update
2016-01-19 13:58:56 +00:00
mef
4017685c7a Update 3.23.07.04 to 3.23.07.16
-----------------------------
2016-01-13  David Freese  <iam_w1hkj@w1hkj.com>

	15d6bbd: PSK4 metric
	cbf6615: PSKR/8
	cdf4f78: Audio adjust
	fe14f9a: WEB query
	5228552: Mode Set
	18ca362: Tab key docs
	0afa3f9: hamlib PTT_ON_DATA
	2f570ef: Macro Tool Bar
	92551f3: XmlRpc client update
	2652387: Log Notes
	e9e8b36: Misc Updates
	78baf6c: Set Frequency
	14a2618: Rx SaveAs
	16ede08: flrig xmlrpc
2016-01-17 14:25:56 +00:00
mef
70b59abdf4 Update 3.23.07.03 to 3.23.07.04
--------------------------------
Previous distfile seems to be gone, so minor update.
ChangeLog not known, and sorry for updating during freeze.
2015-12-21 13:25:35 +00:00
mef
0efd085a0e Update 3.23.06 to 3.23.07.03
----------------------------
  2015-12-07  David Freese  <iam_w1hkj@w1hkj.com>
	50ee815: Misc Updates
	78baf6c: Set Frequency
	14a2618: Rx SaveAs
	16ede08: flrig xmlrpc
2015-12-13 09:59:38 +00:00
mef
a62dc94de8 Update to 3.23.06
--------------------------
2015-11-26  David Freese  <iam_w1hkj@w1hkj.com>
        16ede08: flrig xmlrpc

=Version 3.23.06=
        3f577d9: WO woes
        482d060: Smeter PWRmeter
        e08e403: ARQ shutdown

2015-11-20  John Phelps  <kl4yfd@gmail.com>
        0b5b329: Developer Doxygen and BerliOS clean
	- Cleaned and Fixed develo per Doxygen files
	- Added GitStats to the Dev Doxygen info
	   -- run ./scripts/doxygen/gen_doxygen_docs.sh

2015-11-20  David Freese  <iam_w1hkj@w1hkj.com>
        b19fff8: Documentation
        55e0d31: Compiler warnings
2015-12-06 12:14:27 +00:00
mef
5022327cfb Update 3.23.04 to 3.23.05 (2015/11/19, following date may be typo)
-------------------------
2015-10-19  John Phelps  <kl4yfd@gmail.com>
        51535ff: Add 8PSK 125FL 250FL
2015-11-21 14:02:15 +00:00
joerg
1d7ce657ee Regenerate patch to fix context. 2015-11-20 14:29:17 +00:00
joerg
3dbeb71637 More std::complex abuse. Deal with C++11's std::next. 2015-11-03 19:03:27 +00:00
agc
2cb2860014 Add SHA512 digests for distfiles for ham category
Existing SHA1 digests verified, all found to be the same on the
machine holding the existing distfiles (morden).  Existing SHA1
digests retained for now as an audit trail.
2015-11-02 23:57:22 +00:00
mef
21b264e3fe Update 3.23.03 to 3.23.04
-------------------------
=Version 3.23.04=
2015-10-15  David Freese  <iam_w1hkj@w1hkj.com>

        345e7c0: CW filter
        7f23f3f: Update Check
        4862141: fsq abort
        3bed0e3: log merge
2015-10-26 03:46:18 +00:00
mef
e93fa357ee (pkgsrc)
- Add comments to patches picked from cvs log
 - Update HOMEPAGE and MASTER_SITES (to SF)
 - (move LICENSE= line to the second paragraph)

(upstream)
 - Update 3.22.13 to 3.23.03
----------------------------
=Version 3.23.03=
2015-09-28  David Freese  <iam_w1hkj@w1hkj.com>
	c3b610b: FSQ trigger bug

=Version 3.23.02=
	0424764: fsq cqcqcq
	198c5a0: fsq sounder/heard-aging
	dbb169b: FSQ directive
	d47b1e3: rigcat delayed startup
	e6ebe70: OS-X serial

2015-09-23  Kamal Mostafa  <kamal@whence.com>
	f75b92a: asciidoc timezone

=Version 3.23.01=
2015-09-22  David Freese  <iam_w1hkj@w1hkj.com>
	8ad0a8b: WX configure
	0caa5ea: PA debug
	838e112: WFALL-ONLY
	f472a17: Logbook read
	7cb4c66: ifkp avatar depth
	ea18942: IFKP image slant

=Version 3.23.00=
	f78aa38: Clear Tx Panel
	cbff7c3: Olivia/Contestia start stop tones
	37175e2: macro bug
	3d6e0b9: FSQ updates
	ed3b09d: ifkp modem
	c82de8e: MXE update
	7b42e01: Macros
	0606d1a: Doxygen help
	d4b6308: QSO rec
	2df24b8: MS Read logbook
	30ad2a9: WEFAX hang on INFO
	6704797: Nu opBW combos
	db69617: LSB modes
2015-10-11 03:59:56 +00:00
joerg
38401e4440 std::complex::imag() and std::complex::real() are not lvalues. 2015-08-10 19:26:43 +00:00
mef
24a7a9830a Update to 3.22.13
-----------------
=Version 3.22.13=
2015-07-18  David Freese  <iam_w1hkj@w1hkj.com>
        7bdf051: FSQ bug fix
        9319676: XMLRPC commands
2015-07-23 12:11:29 +00:00
mef
613ce3a6ed Update 3.22.10 to 3.22.12
-------------------------
=Version 3.22.12=
2015-07-18  David Freese  <iam_w1hkj@w1hkj.com>
        1579ef6: FSQ heard parser
        f61f7d7: fsq modem
        dfb9318: FreqControl focus
        e477621: trx exit

=Version 3.22.11=
        7d881bf: flrig xmlrpc update

2015-06-07  Kamal Mostafa  <kamal@whence.com>
        40a6dcb: BUILD_{DATE,USER,HOST}
2015-07-21 13:54:22 +00:00
mef
949e1f07f7 Update 3.22.08 to 3.22.10
-------------------------
=Version 3.22.10=
2015-06-01  David Freese  <iam_w1hkj@w1hkj.com>
        dfc430f: FTextView styles bug

=Version 3.22.09=
2015-05-28  Kamal Mostafa  <kamal@whence.com>
        dac5bf4: Fl_Text_Display

2015-04-28  David Freese  <iam_w1hkj@w1hkj.com>
        c34a613: Cabrillo/Export dialogs
2015-06-13 13:36:43 +00:00
wiz
0982effce2 Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
2015-06-12 10:48:20 +00:00
joerg
12a09b461f Deal with C++11 user defined string literals. Add missing includes. 2015-04-27 23:51:52 +00:00
mef
60ffa14438 (pkgsrc)
- Drop patches, upstream seems to fix the problems.
  - (flxmlrpc is not supported yet, to be added later)
(upstream)
  - Update 3.22.07 to 3.22.08
-------------------------
=Version 3.22.08=

2015-04-23  David Freese  <iam_w1hkj@w1hkj.com>

        2bda963: Analysis
        967e7c5: rx/tx queues
        b5aa6a3: flxmlrpc

2015-04-16  Dave Freese  <w1hkj@bellsouth.net>

        28839d7: call focus

2015-04-14  David Freese  <iam_w1hkj@w1hkj.com>

        a4d4faa: 599 update
        41beca0: US units
        91ab73f: olivia cxx
        a45006d: fldigi-shell
        ee19668: Write log
        8d4f0ef: Config dialog
2015-04-26 03:04:59 +00:00
tnn
9ee4b877fb Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
mef
b54edf4ca7 Update 3.22.05 to 3.22.07
-------------------------
=Version 3.22.07=
2015-04-01  David Freese  <iam_w1hkj@w1hkj.com>
        b3dea10: Macro edit
        97d02a7: Multi-psk
        9942993: Vista SignaLink driver
        c79bfd7: Image update
        3c264e2: Command line
        68f88ee: SSB default signal
        5ca7182: Digiscope resize
        b522d83: FSF address

=Version 3.22.06=
2015-03-21  Robert Stiles  <kk5vd@yahoo.com>
        fe27da9: UTF-8 Rx display

2015-03-21  David Freese  <iam_w1hkj@w1hkj.com>
        15ca512: 8psk modes
        e48c2fe: Macro Editor Fonts
        2424904: R-L channel input
        e5148c0: QSY documentation
        f219812: Sound File Generate
        35ef2ed: devices_text mutex

2015-02-18  Robert Stiles  <kk5vd@yahoo.com>
        aedc628: Bug fixes/Comments
        cbc9975: Check IO and delay prior to autoexec prgs
        003707f: Rename local variables

2015-02-17  David Freese  <iam_w1hkj@w1hkj.com>
        edee64a: pa names
        4ba7b78: Main dialog resize
        279115c: Rig Viewer Frame
        3eb8e41: Code merge/PortAudio Script return error
        b15f5d9: Update translation files
        31e231b: Exit trx loop

2015-02-08  Robert Stiles  <kk5vd@yahoo.com>
        1155d8d: Documentation Update
        814bed3: Configure Script Engine

2015-02-08  David Freese  <iam_w1hkj@w1hkj.com>
        ad52857: Macros
        fffc57c: French po
        375e98f: CW QSK Tune
        3ebf3db: flrig xml client
        423ac70: TimeOn button
        3041a20: QSY clickable
2015-04-03 00:53:35 +00:00
ryoon
f05f517e5e Recursive revbump from audio/pulseaudio. 2015-02-21 23:35:38 +00:00
mef
f7032c5788 Update 3.22.02 to 3.22.05
--------------------------
2015-01-08  David Freese  <iam_w1hkj@w1hkj.com>
        2c9b493: TX Lock
        7c95822: video ID
        b93ea4e: fftfilt
        ed4f49d: Port audio index
        645e7f9: CW output level
        7cc119d: Documentation
        93d2da8: MFSK squelch
        9c8d515: Rx display
        b1ac562: Log fields
        d67d1ab: Native file chooser
        6d11c02: ADIF temp log

=Version 3.22.04=
        2c3b965: xmlrpc

=Version 3.22.03=
        d47ef8a: Berlios
        b986d9d: CW configuration
        3ff2301: DTMF
        0a8f4a3: FFT filter
        3c7b69e: CW xmt filter

2014-12-17  Robert Stiles  <kk5vd@yahoo.com>

        5dc3851: ARQ/KISS IO state conflict (part 2)
	 * Ensure all state flags reflect selected mode.
	 * Toggle IO mode in software.

2014-12-17  David Freese  <iam_w1hkj@w1hkj.com>
        fa582c9: Window title
        103c039: Xmt Audio Stream
        6947d33: RX Text
        0612ec9: OpenBSD
        d344fac: LOGGER EXPORT
        d5e257d: Documentation
        b767b48: LOG lookup
        1359a59: Lion/Yosemite madness
        e77aafe: MT63 Olivia Peak signal
        3a00dfc: HTML strings
        311925b: rtty xmt shape
        4298f2d: es nl pl files
        54917d2: WIN32 error reports

2014-11-15  Robert Stiles  <kk5vd@yahoo.com>
        c3e87f0: KPQSL / SQL state conflict
        a488e72: Documentation Update
2015-01-14 14:12:12 +00:00