diff options
author | Diane Bruce <db@FreeBSD.org> | 2017-01-01 03:27:32 +0000 |
---|---|---|
committer | Diane Bruce <db@FreeBSD.org> | 2017-01-01 03:27:32 +0000 |
commit | 82e25d41661c890ba7d72270d27e98df2a093b8b (patch) | |
tree | 48f54a245a917bccca5f5142a074d5e0f6e21d62 /comms/hamlib/files/patch-bindings_rotator.swg | |
parent | - Update to 0.9.6 (diff) |
Version 3.1
2016-12-31
* Fix kenwood_set_mode for ts590s and mode CW, RTTY or AM.
Tks Tom, DL1JBE
* Proper IPV6 and dual stack networking. Bill, G4WJS
* Add a new command line option '--no-restore-ai' ('-n') to rigctl.
Bill, G4WJS
* Fix missing PKTUSB mode setting code for FT-817 & FT-897. Bill, G4WJS
* New Prosistel rotor backend from IZ7CRX
* Install daemon man files to man1. Nate, N0NB
* Migrate from libusb-0.1 to libusb-1.0. Stephane, F8CFE
* Added support for Icom IC-2730. robinolejnik
* Added support for the Icom IC-7300. Mike, W9MDB
* Add send_morse to icom rigs. Mike, W9MDB
* added instructions how to compile on OSX. DH1TW
* New Perseus model. Stephane, F8CFE
* Added Lua binding and demo script. Ervin, HA2OS
* Added test to support Flex 6300. Bill, KB4AAA
* Many bug fixes and feature enhancements to the code base. See the
Git commit log for complete details.
Notes
Notes:
svn path=/head/; revision=430233
Diffstat (limited to 'comms/hamlib/files/patch-bindings_rotator.swg')
-rw-r--r-- | comms/hamlib/files/patch-bindings_rotator.swg | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/comms/hamlib/files/patch-bindings_rotator.swg b/comms/hamlib/files/patch-bindings_rotator.swg deleted file mode 100644 index 334784a668e4..000000000000 --- a/comms/hamlib/files/patch-bindings_rotator.swg +++ /dev/null @@ -1,11 +0,0 @@ ---- bindings/rotator.swg.orig 2015-09-19 12:08:54 UTC -+++ bindings/rotator.swg -@@ -29,7 +29,7 @@ typedef struct Rot { - int do_exception; - } Rot; - --typedef const char * const_char_string; -+//typedef const char * const_char_string; - - %} - |