Skip to content

Commit

Permalink
create v5.0.0 release (#449)
Browse files Browse the repository at this point in the history
  • Loading branch information
charlie-foxtrot authored Jan 21, 2024
1 parent dad1a8b commit aee5871
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 8 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
cmake_minimum_required (VERSION 3.1)
project (RTLSDR-Airband CXX)

set (RTL_AIRBAND_VERSION_MAJOR 4)
set (RTL_AIRBAND_VERSION_MINOR 2)
set (RTL_AIRBAND_VERSION_MAJOR 5)
set (RTL_AIRBAND_VERSION_MINOR 0)
set (RTL_AIRBAND_VERSION_PATCH 0)
set (RTL_AIRBAND_VERSION "${RTL_AIRBAND_VERSION_MAJOR}.${RTL_AIRBAND_VERSION_MINOR}.${RTL_AIRBAND_VERSION_PATCH}")

Expand Down
19 changes: 19 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# NEWS

This file will no longer be updated with each release, for changes between releases, see PRs merged to the repo

Version 5.0.0 (Jan 21, 2024):

* NOTE: Going forward a release tag will be automatically created on each merge to `main`, and changes will not be reflected in this file. For changes between versions see the repo's [release history](https://github.com/charlie-foxtrot/RTLSDR-Airband/releases).
* NOTE: Going forward PRs will be opened directly against `main` and the `unstable` branch will no longer be used.
* NOTE: This repo has significantly diverged from the original project [microtony/RTLSDR-Airband](https://github.com/microtony/RTLSDR-Airband) so it has been been detached (ie no longer a fork).

* Changes in this release, see [#444](https://github.com/charlie-foxtrot/RTLSDR-Airband/pull/444):
* build and publish docker containers
* changes to supported `cmake` platforms:
* depreciate `rpiv1`, `armv7-generic`, and `armv8-generic` and build platforms
* change default build platform to `native`
* rename `default` to `generic`
* enable a series of compile warnings and cleanup code
* remove `SSE` specific code - let the compiler "do the right thing"
* remove some no longer supported windows `ifdef`'s
* fix CTCSS bug that could miss a tone when multiple tones have the same power (happens with less accurate floating point operations, ie i386)

Version 4.2.0 (Oct 13, 2023):

* Changes in this release:
Expand Down
17 changes: 11 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
# RTLSDR-Airband

**NOTE: Repo URL has moved to https://github.com/charlie-foxtrot/RTLSDR-Airband see [#342](https://github.com/charlie-foxtrot/RTLSDR-Airband/discussions/342) for info**
![main](https://github.com/charlie-foxtrot/RTLSDR-Airband/actions/workflows/build.yml/badge.svg?branch=main)

**NOTE: Going forward a release tag will be automatically created on each merge to `main`. For the latest version, see [here](https://github.com/charlie-foxtrot/RTLSDR-Airband/releases/latest).**

**NOTE: Going forward PRs will be opened directly against `main` and the `unstable` branch will no longer be used.**

**Current stable release: [4.2.0](https://github.com/charlie-foxtrot/RTLSDR-Airband/releases/latest)** (released Oct 13, 2023)
**NOTE: This repo has significantly diverged from the original project [microtony/RTLSDR-Airband](https://github.com/microtony/RTLSDR-Airband) so it has been been detached (ie no longer a fork).**

**NOTE: As of version `v5.0.0` specific build support for `rpiv1`, `armv7-generic`, and `armv8-generic` have been deprecated for the new default `native`, see [#447](https://github.com/charlie-foxtrot/RTLSDR-Airband/discussions/447)**

**NOTE: Repo URL has moved to https://github.com/charlie-foxtrot/RTLSDR-Airband see [#342](https://github.com/charlie-foxtrot/RTLSDR-Airband/discussions/342) for info**

|`main`|`unstable`|
|:---:|:---:|
|![main](https://github.com/charlie-foxtrot/RTLSDR-Airband/actions/workflows/build.yml/badge.svg?branch=main)|![unstable](https://github.com/charlie-foxtrot/RTLSDR-Airband/actions/workflows/build.yml/badge.svg?branch=unstable)|

RTLSDR-Airband receives analog radio voice channels and produces
audio streams which can be routed to various outputs, such as online
Expand All @@ -32,7 +37,7 @@ of RTLSDR-Airband. Special thanks go to:

## License

Copyright (C) 2022-2023 charlie-foxtrot
Copyright (C) 2022-2024 charlie-foxtrot

Copyright (C) 2015-2022 Tomasz Lemiech <[email protected]>

Expand Down

0 comments on commit aee5871

Please sign in to comment.