[hamradio-commits] [chirp] branch master updated (00b7c5c -> 8570f6d)

Dave Hibberd hibby-guest at moszumanska.debian.org
Tue Jan 24 20:44:43 UTC 2017


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

hibby-guest pushed a change to branch master
in repository chirp.

      from  00b7c5c   Updated changelog for release
       new  8492214   New upstream version 20170124
       new  3bc861d   Merge tag 'upstream/20170124'
       new  1b56659   Adding gitignore to avoid importing .pc files, added myself to debian/control
       new  8570f6d   Release!

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore                                     |   1 +
 PKG-INFO                                       |   2 +-
 chirp/__init__.py                              |   2 +-
 chirp/chirp_common.py                          |   2 +-
 chirp/dmrmarc.py                               | 139 +++++
 chirp/drivers/alinco.py                        |  39 +-
 chirp/drivers/btech.py                         |   5 +-
 chirp/drivers/fd268.py                         |  12 +-
 chirp/drivers/kyd.py                           |   3 +-
 chirp/{__init__.py => drivers/repeaterbook.py} |  27 +-
 chirp/drivers/retevis_rt1.py                   | 747 +++++++++++++++++++++++++
 chirp/drivers/retevis_rt21.py                  |  31 +-
 chirp/drivers/retevis_rt22.py                  |  55 +-
 chirp/drivers/uv5r.py                          |  18 +-
 chirp/drivers/vx8.py                           |   2 +-
 chirp/platform.py                              |   1 +
 chirp/settings.py                              |   1 +
 chirp/ui/mainapp.py                            | 221 +++++++-
 debian/changelog                               |   9 +
 debian/control                                 |   4 +-
 20 files changed, 1246 insertions(+), 75 deletions(-)
 create mode 100644 .gitignore
 create mode 100644 chirp/dmrmarc.py
 copy chirp/{__init__.py => drivers/repeaterbook.py} (51%)
 create mode 100644 chirp/drivers/retevis_rt1.py

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



More information about the pkg-hamradio-commits mailing list