From b49e6c4dffff12c02c2e461c999dae70a26ea050 Mon Sep 17 00:00:00 2001 From: Nate Bargmann Date: Thu, 2 Feb 2012 20:40:55 -0600 Subject: [PATCH] Updates for 1.2.15 cycle --- AUTHORS | 18 +++++++++++++++++- NEWS | 8 ++++++-- TODO | 8 ++++---- 3 files changed, 27 insertions(+), 7 deletions(-) diff --git a/AUTHORS b/AUTHORS index dc7feb721..9e45d2b86 100644 --- a/AUTHORS +++ b/AUTHORS @@ -213,45 +213,60 @@ M: Terry Embry, KJ4EED M: Jacob Heder +[CM108 GPIO PTT] +M: Andrew Errington, ZL3AME + + Rotators [celestron] M: Stephane Fillod, F8CFE C: Eric/N3KQX + [easycomm] M: Luc Langehegermann, LX2GT C: Francois Retief + [fodtrack] M: Luc Langehegermann, LX2GT + [amsat/if-100] M: Stephane Fillod, F8CFE C: Patrick Strasser, OE6PSE + [heathkit:HD 1780 Intellirotor] M: Rob Frohne, KL7NA + [rotorez] M: Nate Bargmann, N0NB + [spid] M: Norvald H. Ryeng, LA6YKA + [m2] M: Magne Mæhre, LA1BFA C: Ron Patterson, W6FM + [ars] M: Stephane Fillod, F8CFE C: Chris Bryant, G3WIE + [ts7400] M: Øystein Hårberg, LA7LKA + [Frontend] M: Stephane Fillod, F8CFE + [src/locator.c] M: Dave Hines, M1CXW C: Stephane Fillod, F8CFE @@ -275,6 +290,7 @@ M: Stephane Fillod, F8CFE C: VB & testing by Darren Hatcher, G0WCW C: VB.NET wrapper by Michael Benz + [packaging: debian] M: Kamal Mostafa, KA6MAL M: Jaime Robles, EA4TV @@ -342,4 +358,4 @@ Terry Dawson, VK2KTJ, Øystein Hårberg, LA7LKA, Alexander Sack Nirgal Vourgère - +Andrew Errington diff --git a/NEWS b/NEWS index 8f0513aa8..be293b0b9 100644 --- a/NEWS +++ b/NEWS @@ -6,10 +6,14 @@ Copyright (C) 2000-2012 Stephane Fillod, and others Please send Hamlib bug reports to hamlib-developer@lists.sourceforge.net Version 1.2.15 + 2012-02-02 * New models: TT-599 Eagle, IC-RX7, IC-1275, HiQSDR, ADAT ADT-200A, - DttSP UDP + DttSP UDP, TM-D710 * New rotator backends: Celestron (telescope mount) - * Fixes and features: K3 + * Fixes and features: K3, various other rigs + * Update LGPL/GPL header boilerplate + * Quell various compiler errors + * Add CM108 PTT capability Version 1.2.14 2011-08-01 diff --git a/TODO b/TODO index aba70b794..9f1abb2b1 100644 --- a/TODO +++ b/TODO @@ -31,7 +31,7 @@ DONE and avoid duplication. 9. If read from rig takes > "n" seconds, then no longer - block on read, just return error. + block on read, just return error. 10. Improve Makefiles (autoconf?) @@ -40,15 +40,15 @@ DONE 15. Handle retransmissions (no more than n) if timeout (->backends) 16. Write .spec (rpm) and .deb (debian) package files -17a. Add support for a configurable debug level (none, function calls, +17a. Add support for a configurable debug level (none, function calls, packet traces) 17b. In serial.c (and non serial too), use buffered IO instead of read/write, for better performance. Use flushing with fwrite. -18. Get CVS updates mailed to our hamlib-cvs-digest list +18. Get Git updates mailed to our hamlib-cvs-digest list 19. specify how to access Reverse modes (CWR, RTTYR). through set_mode? -22. handle nicely different versions of same rig coming for +22. handle nicely different versions of same rig coming for ITU region1/region2 ham band (-> freq ranges in capabilities) 11. Add some scanning routines [ 1.1.2? ]