Updates for 1.2.15 cycle

Hamlib-1.2.15
Nate Bargmann 2012-02-02 20:40:55 -06:00
rodzic be2fefcf18
commit b49e6c4dff
3 zmienionych plików z 27 dodań i 7 usunięć

18
AUTHORS
Wyświetl plik

@ -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, <terry (at) users.sourceforge.net>
Øystein Hårberg, LA7LKA, <oystein.haarberg (at) netrunner.nu>
Alexander Sack <pisymbol (at) gmail.com>
Nirgal Vourgère <contact_hamlib (at) nirgal.com>
Andrew Errington <a.errington (at) lancaster.ac.uk>

8
NEWS
Wyświetl plik

@ -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

8
TODO
Wyświetl plik

@ -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? ]