[Hamlib-commits] Hamlib -- Ham radio control libraries branch Hamlib-4.5.3 updated. 4.5.2-17-gb6209
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: n0nb <n0...@us...> - 2023-01-01 00:29:25
|
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.5.3 has been updated via b6209911b0a54473c21fbe33845fb64af6dfacd6 (commit) via 6a677b99195933b484fa053da1c62d9abebc91a7 (commit) from 084617dbb9686c4f72014ce78b75f87001f18c99 (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 b6209911b0a54473c21fbe33845fb64af6dfacd6 Author: Mike Black W9MDB <mdb...@ya...> Date: Sat Dec 31 14:46:26 2022 -0600 Update NEWS diff --git a/NEWS b/NEWS index 55d6b54b..63a39459 100644 --- a/NEWS +++ b/NEWS @@ -23,6 +23,7 @@ Version 4.6 * Fix FTDX3000 rig split Version 4.5.3 + * 2022-12-31 * Fix serial.c for hardware flow control on Linux and MacOSy * Add QRPLabs QCX/QDX rig -- not quite a TS480 * Fix QRP QRDX firmware bugs in IF message so PTT works now commit 6a677b99195933b484fa053da1c62d9abebc91a7 Author: Mike Black W9MDB <mdb...@ya...> Date: Sat Dec 31 13:44:53 2022 -0600 Bump version to 4.5.3 diff --git a/configure.ac b/configure.ac index 7f2a7007..88b73e34 100644 --- a/configure.ac +++ b/configure.ac @@ -14,7 +14,7 @@ dnl Please do not use '-' in the version number, as package managers will fail, 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.5.2],[ham...@li...],[hamlib],[http://www.hamlib.org]) +AC_INIT([Hamlib],[4.5.3],[ham...@li...],[hamlib],[http://www.hamlib.org]) AC_CONFIG_SRCDIR([include/hamlib/rig.h]) AC_CONFIG_MACRO_DIR([macros]) ----------------------------------------------------------------------- Summary of changes: NEWS | 1 + configure.ac | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) hooks/post-receive -- Hamlib -- Ham radio control libraries |