File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,22 @@ All notable changes to libre will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+
9+ ## v4.8.1 - 2026-05-28 Security and Bugfix Release
10+
11+ ## What's Changed
12+ * fmt/pl: add pl_strip_html() by @sreimers in https://github.com/baresip/re/pull/1575
13+ * sys/fs: add getpwuid fallback for fs_gethome by @sreimers in https://github.com/baresip/re/pull/1580
14+ * tls: remove unused include rsa.h by @alfredh in https://github.com/baresip/re/pull/1581
15+ * ice: check source address of incoming application packets by @alfredh in https://github.com/baresip/re/pull/1583
16+ * websock: Fix integer overflow in websock_decode() masked frame check by @TristanInSec in https://github.com/baresip/re/pull/1584
17+
18+ ## New Contributors
19+ * @TristanInSec made their first contribution in https://github.com/baresip/re/pull/1584
20+
21+ ** Full Changelog** : https://github.com/baresip/re/compare/v4.8.0...v4.8.1
22+
23+
824## v4.8.0 - 2026-05-13
925
1026## What's Changed
Original file line number Diff line number Diff line change 1414cmake_minimum_required (VERSION 3.18...4.0 )
1515
1616project (re
17- VERSION 4.8.0
17+ VERSION 4.8.1
1818 LANGUAGES C
1919 HOMEPAGE_URL https://github.com/baresip/re
2020 DESCRIPTION "Generic library for real-time communications"
Original file line number Diff line number Diff line change 44# Project related configuration options
55#---------------------------------------------------------------------------
66PROJECT_NAME = libre
7- PROJECT_NUMBER = 4.8.0
7+ PROJECT_NUMBER = 4.8.1
88OUTPUT_DIRECTORY = ../re-dox
99CREATE_SUBDIRS = NO
1010OUTPUT_LANGUAGE = English
You can’t perform that action at this time.
0 commit comments