Skip to content

Commit e6936fb

Browse files
committed
New release rsplib-3.5.3.
1 parent 4eae85c commit e6936fb

File tree

6 files changed

+66
-4
lines changed

6 files changed

+66
-4
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ PROJECT(rsplib LANGUAGES C CXX)
3030

3131
SET(BUILD_MAJOR "3")
3232
SET(BUILD_MINOR "5")
33-
SET(BUILD_PATCH "2")
33+
SET(BUILD_PATCH "3")
3434
SET(BUILD_VERSION ${BUILD_MAJOR}.${BUILD_MINOR}.${BUILD_PATCH})
3535

3636

ChangeLog

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,57 @@
1+
commit 4eae85c28f010025c35d8c9b173031b7000033ad
2+
Author: Thomas Dreibholz <[email protected]>
3+
Date: Sat Jul 5 15:16:57 2025 +0200
4+
5+
RPM spec: Separate sub-packages for the static libraries.
6+
7+
commit d2ad43416bee76bcf6654b3ff8100de594ddde96
8+
Author: Thomas Dreibholz <[email protected]>
9+
Date: Sat Jul 5 14:45:35 2025 +0200
10+
11+
Typo fix.
12+
13+
commit 0442eda860054e77a20b6682145a142e7b28308e
14+
Author: Thomas Dreibholz <[email protected]>
15+
Date: Sat Jul 5 14:45:13 2025 +0200
16+
17+
CMakeLists.txt fix.
18+
19+
commit 8af08f69bc522ea805929edf259e5c98c81cc5b0
20+
Author: Thomas Dreibholz <[email protected]>
21+
Date: Sat Jul 5 11:02:00 2025 +0200
22+
23+
Build fix for C23 compilation.
24+
25+
commit e77bb65fd96d2b01638669e4dcebc5334b72e3c1
26+
Author: Thomas Dreibholz <[email protected]>
27+
Date: Fri Jul 4 23:48:08 2025 +0200
28+
29+
Packaging update.
30+
31+
commit abece0cde4101fe64d020a40647f612974fcf7fc
32+
Author: Thomas Dreibholz <[email protected]>
33+
Date: Fri Jul 4 23:22:30 2025 +0200
34+
35+
Replaced deprecated QDomDocument::setContent() usage.
36+
37+
commit 24cf41a8ff4f085d1ad69599361e2fc4d19ecd66
38+
Author: Thomas Dreibholz <[email protected]>
39+
Date: Tue May 13 11:40:36 2025 +0200
40+
41+
FreeBSD port update.
42+
43+
commit d658f6ea0bb4823d6551c84ae6ced2f49519f96d
44+
Author: Thomas Dreibholz <[email protected]>
45+
Date: Tue May 13 11:35:12 2025 +0200
46+
47+
Updated FreeBSD port.
48+
49+
commit 25731b27bcb55d47e9045ad93988905b1e4c8ccc
50+
Author: Thomas Dreibholz <[email protected]>
51+
Date: Mon May 12 22:53:38 2025 +0200
52+
53+
New release rsplib-3.5.2.
54+
155
commit 8ef55f856f1feffa403dc4c773a3fc2b2febcc8b
256
Author: Thomas Dreibholz <[email protected]>
357
Date: Mon May 12 22:46:14 2025 +0200

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
rsplib (3.5.3-1ubuntu1) trixie; urgency=medium
2+
3+
* New upstream release.
4+
5+
-- Thomas Dreibholz <[email protected]> Sat, 05 Jul 2025 16:36:58 +0200
6+
17
rsplib (3.5.2-1ubuntu1) trixie; urgency=medium
28

39
* New upstream release.

freebsd/rsplib/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PORTNAME= rsplib
2-
DISTVERSION= 3.5.2
2+
DISTVERSION= 3.5.3
33
CATEGORIES= net
44
MASTER_SITES= https://www.nntb.no/~dreibh/rserpool/download/
55

packaging.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
# ---------------------------------------------------------
3131
MAKE_DIST="cmake -DCMAKE_INSTALL_PREFIX=/usr -DUSE_KERNEL_SCTP=1 -DENABLE_CSP=1 -DENABLE_QT=1 . && make dist"
32-
NOT_TARGET_DISTRIBUTIONS="lucid precise trusty xenial bionic focal unstable" # <<-- Distrubutions which are *not* supported!
32+
NOT_TARGET_DISTRIBUTIONS="lucid precise trusty xenial bionic focal" # <<-- Distrubutions which are *not* supported!
3333
MAINTAINER="Thomas Dreibholz <[email protected]>"
3434
MAINTAINER_KEY="21412672518D8B2D1862EFEF5CD5D12AA0877B49"
3535
DEBIAN_LAST_ENTRY="FIRST"

rpm/rsplib.spec

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: rsplib
2-
Version: 3.5.2
2+
Version: 3.5.3
33
Release: 1
44
Summary: Reliable Server Pooling (RSerPool) implementation
55
License: GPL-3.0-or-later
@@ -452,6 +452,8 @@ It installs all RSPLIB components.
452452

453453

454454
%changelog
455+
* Sat Jul 05 2025 Thomas Dreibholz <[email protected]> - 3.5.3
456+
- New upstream release.
455457
* Mon May 12 2025 Thomas Dreibholz <[email protected]> - 3.5.2
456458
- New upstream release.
457459
* Mon Feb 17 2025 Thomas Dreibholz <[email protected]> - 3.5.1

0 commit comments

Comments
 (0)