Skip to content

Commit 318a27e

Browse files
committed
Raised version and updated changelog
1 parent b406413 commit 318a27e

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

debian/changelog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
openxcap (3.1.2) unstable; urgency=medium
2+
3+
* Simplified user matching regexp for URLs
4+
* Potentially fixed memory leak
5+
6+
-- Tijmen de Mes <tijmen@ag-projects.com> Tue, 29 Jul 2025 14:51:35 +0200
7+
18
openxcap (3.1.1) unstable; urgency=medium
29

310
* Added credits to NLnet Foundation

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[tool.poetry]
66
name = "openxcap"
7-
version = "3.1.1"
7+
version = "3.1.2"
88
description="A fully featured XCAP server"
99
authors = ["AG Projects <support@ag-projects.com>"]
1010
license = "GPL-3.0-or-later"

xcap/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
__project__ = "openxcap"
22
__fullname__ = "OpenXCAP"
3-
__version__ = "3.1.1"
3+
__version__ = "3.1.2"
44
__author__ = "AG Projects"
55
__author_email__ = "support@ag-projects.com"
66
__description__ = "An open source XCAP server"

0 commit comments

Comments
 (0)