Skip to content

Commit

Permalink
Updated version and changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
f4exb committed Jul 25, 2020
1 parent 5895037 commit e896d70
Show file tree
Hide file tree
Showing 3 changed files with 107 additions and 3 deletions.
97 changes: 97 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -0,0 +1,97 @@
dsdcc (1.9.0-1) unstable; urgency=medium

* All: tolerate some mismatching symbols in the sync sequence. Implements #36
* DMR BP: apply only to the 49 bits of data

-- Edouard Griffiths, F4EXB <[email protected]> Sat, 25 Jul 2020 10:38:11 +0200

dsdcc (1.8.4-1) unstable; urgency=medium

* NXDN: take RTCH-C frames into consideration
* MSVC compatibility

-- Edouard Griffiths, F4EXB <[email protected]> Sat, 01 Dec 2018 20:15:15 +0100

dsdcc (1.8.3-1) unstable; urgency=medium

* NXDN: support full rate (EFR)

-- Edouard Griffiths, F4EXB <[email protected]> Thu, 28 Jun 2018 14:15:15 +0200

dsdcc (1.8.2-1) unstable; urgency=medium

* Fixed compilation errors

-- Edouard Griffiths, F4EXB <[email protected]> Sun, 24 Jun 2018 18:15:15 +0200

dsdcc (1.8.1-1) unstable; urgency=medium

* High pass filter enhancement

-- Edouard Griffiths, F4EXB <[email protected]> Sun, 24 Jun 2018 17:15:15 +0200

dsdcc (1.8.0-1) unstable; urgency=medium

* NXDN implementation

-- Edouard Griffiths, F4EXB <[email protected]> Sun, 24 Jun 2018 16:15:15 +0200

dsdcc (1.7.7-1) unstable; urgency=medium

* Reverted Implement DMR negative

-- Edouard Griffiths, F4EXB <[email protected]> Tue, 24 Apr 2018 16:15:15 +0200

dsdcc (1.7.6-1) unstable; urgency=medium

* Upsampling by 2,3,4,5 with mbelib decoding

-- Edouard Griffiths, F4EXB <[email protected]> Mon, 23 Apr 2018 16:15:15 +0200

dsdcc (1.7.5-1) unstable; urgency=medium

* Implemented DMR negative

-- Edouard Griffiths, F4EXB <[email protected]> Sat, 31 Mar 2018 16:15:15 +0200

dsdcc (1.7.4-1) unstable; urgency=medium

* changed optional audio high pass filter cutoff down to 240 Hz @ -3 dB

-- Edouard Griffiths, F4EXB <[email protected]> Tue, 02 Jan 2018 18:15:15 +0100

dsdcc (1.7.3-1) unstable; urgency=medium

* Added optional audio high pass filter when processing with mbelib

-- Edouard Griffiths, F4EXB <[email protected]> Tue, 26 Dec 2017 19:15:15 +0100

dsdcc (1.7.2-1) unstable; urgency=medium

* Activated compiler warnings and made corresponding fixes

-- Edouard Griffiths, F4EXB <[email protected]> Thu, 25 May 2017 23:15:15 +0200

dsdcc (1.7.1-1) unstable; urgency=medium

* Make PLL to track symbol synchronization optional
* YSF: fixed FICH code

-- Edouard Griffiths, F4EXB <[email protected]> Sun, 07 May 2017 11:15:15 +0200

dsdcc (1.7.0-1) unstable; urgency=medium

* Implemented PLL to track symbol synchronization
* Code cleanup with cppcheck and Eclipse possibly fixing occasional segfault

-- Edouard Griffiths, F4EXB <[email protected]> Sat, 06 May 2017 11:15:15 +0200

dsdcc (1.6.0-1) unstable; urgency=medium

* Initial release as a Debian package
* Code refactoring with some changes in interface from 1.5.5
* Added options to log formatted messages containing the traffic control information
* Added options to specify own geographical position

-- Edouard Griffiths, F4EXB <[email protected]> Sat, 14 Jan 2017 11:15:15 +0100

4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ cmake_minimum_required(VERSION 3.1.0)
project(dsdcc)

set(MAJOR_VERSION 1)
set(MINOR_VERSION 8)
set(PATCH_VERSION 7)
set(MINOR_VERSION 9)
set(PATCH_VERSION 0)
set(PACKAGE libdsdcc)
set(VERSION_STRING ${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION})
set(VERSION ${VERSION_STRING})
Expand Down
9 changes: 8 additions & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
dsdcc (1.9.0-1) unstable; urgency=medium

* All: tolerate some mismatching symbols in the sync sequence. Implements #36
* DMR BP: apply only to the 49 bits of data

-- Edouard Griffiths, F4EXB <[email protected]> Sat, 25 Jul 2020 10:38:11 +0200

dsdcc (1.8.4-1) unstable; urgency=medium

* NXDN: take RTCH-C frames into consideration
Expand Down Expand Up @@ -87,4 +94,4 @@ dsdcc (1.6.0-1) unstable; urgency=medium
* Added options to specify own geographical position

-- Edouard Griffiths, F4EXB <[email protected]> Sat, 14 Jan 2017 11:15:15 +0100

0 comments on commit e896d70

Please sign in to comment.