From 3c44cf18acfa1c2655423a5d40956ae702d72fdd Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Fri, 3 Nov 2023 11:16:55 +0100 Subject: [PATCH] Release 0.2.0 Change-Id: I3a53929efed34a262ad865dbfdaebd86ff3e27aa --- CMakeLists.txt | 4 ++-- debian/changelog | 40 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 42 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 84bc55d..6d47922 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -44,8 +44,8 @@ endif() # Set the version information here set(VERSION_INFO_MAJOR_VERSION 0) # increment major on api compatibility changes -set(VERSION_INFO_MINOR_VERSION 1) # increment minor on feature-level changes -set(VERSION_INFO_PATCH_VERSION git) # increment patch for bug fixes and docs +set(VERSION_INFO_MINOR_VERSION 2) # increment minor on feature-level changes +set(VERSION_INFO_PATCH_VERSION 0) # increment patch for bug fixes and docs include(Version) # setup version info ######################################################################## diff --git a/debian/changelog b/debian/changelog index 40e26ef..b4431ab 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,43 @@ +osmo-fl2k (0.2.0) unstable; urgency=medium + + [ Harald Welte ] + * debian: Attempt to down-grade the debhelper version requirement + * debian: build-dep on dh-autoreconf for Ubuntu 16.04/Debian8 + + [ Steve Markgraf ] + * fix sleep durations on Windows + * lib: add I2C support + * lib: Add workaround for Linux usbfs mmap() bug + + [ Oliver Smith ] + * contrib/jenkins.sh: osmo-fl2k build verification + + [ Steve Markgraf ] + * fl2k_fm: make inline functions static + * fl2k_file: check read return value before repeating + * lib: wait for sample worker thread before freeing buffers + * improve exit handling on device removal + * fl2k_tcp: don't free buffer while lib still uses it + * fix compiler warnings + * set CMake policy CMP0075 if it exists + * lib: use interface 0 altsetting 1 instead of interface 1 + * lib: fall back to iface 1 in case iface 0 altsetting 1 fails + + [ Sergey Alirzaev ] + * lib: implement enabling RGB332 mode + * lib: added utility macros for rgb332 mode + * lib: fixed rgb332 macros + + [ Steve Markgraf ] + * lib: reuse hint message when zero-copy buffer alloc fails + * lib: fix hang on exit + * lib: revert implementing RGB233 mode + + [ Harald Welte ] + * update git URLs (git -> https; gitea) + + -- Oliver Smith Fri, 03 Nov 2023 11:15:22 +0100 + osmo-fl2k (0.1.0git) unstable; urgency=medium * Osmocom debian recipes for nightly builds