[hamradio-commits] [direwolf] 02/03: Merge tag 'upstream/1.2'

Iain Learmonth irl-guest at moszumanska.debian.org
Wed Jun 10 14:40:19 UTC 2015


This is an automated email from the git hooks/post-receive script.

irl-guest pushed a commit to branch master
in repository direwolf.

commit 22e9e71fd1beee39a09d10c095dec9876c1357fb
Merge: 4035126 6f75828
Author: Iain R. Learmonth <irl at fsfe.org>
Date:   Wed Jun 10 15:38:56 2015 +0100

    Merge tag 'upstream/1.2'
    
    Upstream version 1.2

 ...er-APRS-Packet-Demodulator-Part-1-1200-baud.pdf |  Bin 0 -> 958947 bytes
 ...er-APRS-Packet-Demodulator-Part-2-9600-baud.pdf |  Bin 0 -> 765884 bytes
 APRStt-Implementation-Notes.pdf                    |  Bin 1035197 -> 1007433 bytes
 CHANGES.txt                                        |   70 +-
 LICENSE-dire-wolf.txt                              |    0
 LICENSE-other.txt                                  |    0
 Makefile                                           |    9 +
 Makefile.linux                                     |  913 +++++++-----
 Makefile.win                                       |  227 ++-
 Quick-Start-Guide-Windows.pdf                      |  Bin 1081718 -> 0 bytes
 Raspberry-Pi-APRS-Tracker.pdf                      |  Bin 716558 -> 717451 bytes
 Raspberry-Pi-APRS.pdf                              |  Bin 1278049 -> 1558740 bytes
 User-Guide.pdf                                     |  Bin 3108791 -> 3139411 bytes
 aclients.c                                         |    4 +-
 aprs_tt.c                                          |  311 ++--
 aprs_tt.h                                          |   23 +-
 atest.c                                            |  477 ++++--
 audio.c                                            |  839 ++++++-----
 audio.h                                            |  188 ++-
 audio_win.c                                        |  983 +++++++------
 ax25_pad.c                                         |  303 +++-
 ax25_pad.h                                         |   91 +-
 beacon.c                                           |   37 +-
 beacon.h                                           |    2 +-
 config.c                                           | 1539 +++++++++++++++-----
 config.h                                           |    2 -
 decode_aprs.c                                      |  454 +++---
 decode_aprs.h                                      |   14 +-
 dedupe.c                                           |    0
 dedupe.h                                           |    0
 demod.c                                            |  612 +++++---
 demod.h                                            |    5 +-
 demod_9600.c                                       |  224 ++-
 demod_9600.h                                       |    4 +
 demod_afsk.c                                       |  643 +++++---
 demod_afsk.h                                       |    0
 digipeater.c                                       |  187 ++-
 digipeater.h                                       |   16 +-
 direwolf.c                                         |  315 ++--
 direwolf.conf                                      |  972 ++++++-------
 direwolf.desktop                                   |   10 -
 direwolf.h                                         |  106 +-
 direwolf.spec                                      |   62 +
 direwolf.txt                                       |  532 +++++++
 dlq.c                                              |  630 ++++++++
 dlq.h                                              |   30 +
 dsp.c                                              |   19 +-
 dsp.h                                              |    0
 dtime_now.c                                        |   52 +
 dtime_now.h                                        |    3 +
 dtmf.c                                             |  175 ++-
 dtmf.h                                             |    4 +-
 dwespeak.bat                                       |    8 +
 dwespeak.sh                                        |    5 +
 dwgps.c                                            |    0
 dwgps.h                                            |    0
 encode_aprs.c                                      |    0
 encode_aprs.h                                      |    0
 fcs_calc.c                                         |    0
 fcs_calc.h                                         |    0
 fsk_demod_agc.h                                    |    0
 fsk_demod_state.h                                  |  118 +-
 fsk_filters.h                                      |    0
 fsk_gen_filter.h                                   |    0
 gen_packets.c                                      |  647 ++++----
 gen_tone.c                                         |  290 +++-
 gen_tone.h                                         |    0
 geotranz/README-FIRST.txt                          |    5 +
 geotranz/error_string.c                            |  131 ++
 geotranz/error_string.h                            |    7 +
 geotranz/mgrs.c                                    | 1347 +++++++++++++++++
 geotranz/mgrs.h                                    |  253 ++++
 geotranz/polarst.c                                 |  523 +++++++
 geotranz/polarst.h                                 |  202 +++
 geotranz/readme.txt                                |   41 +
 geotranz/releasenotes.txt                          |  465 ++++++
 geotranz/tranmerc.c                                |  618 ++++++++
 geotranz/tranmerc.h                                |  209 +++
 geotranz/ups.c                                     |  302 ++++
 geotranz/ups.h                                     |  175 +++
 geotranz/usng.c                                    | 1256 ++++++++++++++++
 geotranz/usng.h                                    |  252 ++++
 geotranz/utm.c                                     |  354 +++++
 geotranz/utm.h                                     |  178 +++
 grm_sym.h                                          |    0
 hdlc_rec.c                                         |  321 ++--
 hdlc_rec.h                                         |   18 +-
 hdlc_rec2.c                                        |  554 +++++--
 hdlc_rec2.h                                        |   31 +-
 hdlc_send.c                                        |   18 +-
 hdlc_send.h                                        |    0
 igate.c                                            |  143 +-
 igate.h                                            |    4 +-
 kiss.c                                             |    0
 kiss.h                                             |    0
 kiss_frame.c                                       |   49 +-
 kiss_frame.h                                       |    3 +
 kissnet.c                                          |   31 +-
 kissnet.h                                          |    0
 latlong.c                                          |  165 ++-
 latlong.h                                          |    4 +
 ll2utm.c                                           |   85 +-
 log.c                                              |   14 +-
 log.h                                              |    3 +-
 log2gpx.c                                          |    0
 man1/aclients.1                                    |   49 +
 man1/atest.1                                       |   91 ++
 man1/decode_aprs.1                                 |   86 ++
 man1/direwolf.1                                    |  136 ++
 man1/gen_packets.1                                 |  112 ++
 man1/ll2utm.1                                      |   34 +
 man1/log2gpx.1                                     |   40 +
 man1/text2tt.1                                     |   64 +
 man1/tt2text.1                                     |   66 +
 man1/utm2ll.1                                      |   40 +
 morse.c                                            |    0
 multi_modem.c                                      |  143 +-
 multi_modem.h                                      |    2 +-
 nmea.c                                             |    0
 nmea.h                                             |    0
 pfilter.c                                          | 1069 ++++++++++++++
 pfilter.h                                          |    4 +
 ptt.c                                              |  742 ++++++----
 ptt.h                                              |    6 +-
 pttest.c                                           |  287 ----
 rdq.c                                              |  141 +-
 rdq.h                                              |    0
 recv.c                                             |  328 +++++
 recv.h                                             |    6 +
 redecode.c                                         |   38 +-
 redecode.h                                         |    2 +-
 rpack.h                                            |    0
 rrbb.c                                             |  219 +--
 rrbb.h                                             |   41 +-
 server.c                                           |  218 ++-
 server.h                                           |    2 +-
 symbols-new.txt                                    |    0
 symbols.c                                          |    0
 symbols.h                                          |    0
 symbolsX.txt                                       |    0
 telemetry.c                                        |  140 +-
 telemetry.h                                        |    6 +-
 textcolor.c                                        |   58 +-
 textcolor.h                                        |    5 +
 tocalls.txt                                        |   25 +-
 tq.c                                               |  350 ++---
 tq.h                                               |    4 +-
 tt_text.c                                          |  461 +++++-
 tt_text.h                                          |   14 +-
 tt_user.c                                          |  148 +-
 tt_user.h                                          |    4 +-
 ttcalc.c                                           |  544 +++++++
 udp_test.c                                         |  407 ------
 utm/LatLong-UTMconversion.c                        |  190 ---
 utm/LatLong-UTMconversion.h                        |   30 -
 utm/README.txt                                     |   14 -
 utm/SwissGrid.cpp                                  |  140 --
 utm/UTMConversions.cpp                             |   39 -
 utm/constants.h                                    |   41 -
 utm2ll.c                                           |  135 +-
 version.h                                          |    5 +-
 xid.c                                              |  509 +++++++
 xmit.c                                             |  751 ++++++----
 xmit.h                                             |    3 +-
 164 files changed, 21275 insertions(+), 6630 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hamradio/direwolf.git



More information about the pkg-hamradio-commits mailing list