Skip to content

Commit 89aed31

Browse files
authored
release v4.8.1 (#1585)
1 parent 718b926 commit 89aed31

3 files changed

Lines changed: 18 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@ All notable changes to libre will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and 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

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
cmake_minimum_required(VERSION 3.18...4.0)
1515

1616
project(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"

mk/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Project related configuration options
55
#---------------------------------------------------------------------------
66
PROJECT_NAME = libre
7-
PROJECT_NUMBER = 4.8.0
7+
PROJECT_NUMBER = 4.8.1
88
OUTPUT_DIRECTORY = ../re-dox
99
CREATE_SUBDIRS = NO
1010
OUTPUT_LANGUAGE = English

0 commit comments

Comments
 (0)