[Hamlib-commits] Hamlib -- Ham radio control libraries branch Hamlib-4.0 updated. cee9c9e75521d24db
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Nate B. <n0...@us...> - 2020-09-05 15:54:53
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Hamlib -- Ham radio control libraries". The branch, Hamlib-4.0 has been updated via cee9c9e75521d24db0e0efb540b05deb32131538 (commit) via 60e9a2fbbb509d04cb309bce5e1f57506f96fcb2 (commit) from 88abf1fce346521bc1dc50f82a79982a7e566dfb (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit cee9c9e75521d24db0e0efb540b05deb32131538 Author: Nate Bargmann <n0...@n0...> Date: Sat Sep 5 08:07:07 2020 -0500 Advance to 4.0~rc1 diff --git a/configure.ac b/configure.ac index 05098a62..21f860fa 100644 --- a/configure.ac +++ b/configure.ac @@ -15,7 +15,7 @@ dnl however, the use of '~' should be fine as apt (others?) will treat dnl it as an earlier version than the actual release. TNX KA6MAL dnl PACKAGE_NAME + " " + PACKAGE_VERSION must not exceed 20 chars! AC_INIT([Hamlib], - [4.0~git], + [4.0~rc1], [ham...@li...], [hamlib], [http://www.hamlib.org]) commit 60e9a2fbbb509d04cb309bce5e1f57506f96fcb2 Author: Nate Bargmann <n0...@n0...> Date: Sat Sep 5 07:53:40 2020 -0500 Remove 05 Sep as release date. Sigh... (cherry picked from commit 24392e671189a379c1e241ed210ca97418aa7313) diff --git a/NEWS b/NEWS index f056f4df..05f5c8c2 100644 --- a/NEWS +++ b/NEWS @@ -6,8 +6,8 @@ Copyright (C) 2000-2020 Michael Black W9MDB, and others Please send Hamlib bug reports to ham...@li... -Version 4.0-rc1 - 2020-09-05 +Version 4.0 + 2020-09-?? * API/ABI changes, advance ABI to 4 0 0. * Add GPIO and GPION options for DCD. Jeroen Vreeken * New backend: ELAD FDM DUO. Giovanni, HB9EIK. ----------------------------------------------------------------------- Summary of changes: NEWS | 4 ++-- configure.ac | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) hooks/post-receive -- Hamlib -- Ham radio control libraries |