Skip to content

Commit ca49b8a

Browse files
committed
New release rsplib-3.5.6.
1 parent 5b1e2fc commit ca49b8a

File tree

5 files changed

+50
-4
lines changed

5 files changed

+50
-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 "5")
33+
SET(BUILD_PATCH "6")
3434
SET(BUILD_VERSION ${BUILD_MAJOR}.${BUILD_MINOR}.${BUILD_PATCH})
3535

3636

ChangeLog

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,40 @@
1+
commit 5b1e2fc6e9bf311d60cd3d45341b26539d41506e
2+
Author: Thomas Dreibholz <[email protected]>
3+
Date: Tue Oct 14 20:28:48 2025 +0200
4+
5+
Fixed cross references.
6+
7+
commit 455d65d2d9f9c4c8c972800de3c6ac73209b91ab
8+
Author: Thomas Dreibholz <[email protected]>
9+
Date: Tue Oct 14 19:28:00 2025 +0200
10+
11+
Improved documentation.
12+
13+
commit 0fc8d935afb2067219393830caadd38110763de1
14+
Author: Thomas Dreibholz <[email protected]>
15+
Date: Mon Oct 13 21:43:48 2025 +0200
16+
17+
Minor documentation update.
18+
19+
commit 963a6168d976b5146f8cb57f321d45c4cbe791c2
20+
Merge: f18655c7 e784d69d
21+
Author: Thomas Dreibholz <[email protected]>
22+
Date: Mon Oct 13 20:40:32 2025 +0200
23+
24+
Merge branch 'master' of github.com:dreibh/rsplib
25+
26+
commit f18655c798de252f86b68be4d568a01dd5ba3151
27+
Author: Thomas Dreibholz <[email protected]>
28+
Date: Mon Oct 13 20:18:29 2025 +0200
29+
30+
Improved documentation.
31+
32+
commit e784d69df9716241a14877e4007425ba09b93a5d
33+
Author: Thomas Dreibholz <[email protected]>
34+
Date: Tue Oct 7 17:38:49 2025 +0200
35+
36+
New release rsplib-3.5.5.
37+
138
commit 2cd25903a6da64775ad584e14607e81decb08211
239
Author: Thomas Dreibholz <[email protected]>
340
Date: Tue Oct 7 12:24:23 2025 +0200

debian/changelog

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
1+
rsplib (3.5.6-1ubuntu1) forky; urgency=medium
2+
3+
* New upstream release.
4+
* Debian SysV deprecation (Closes: #1039355).
5+
6+
-- Thomas Dreibholz <[email protected]> Fri, 17 Oct 2025 11:15:37 +0200
7+
18
rsplib (3.5.5-1ubuntu1) trixie; urgency=medium
29

310
* New upstream release.
4-
* Fixes "typedef bool" issue (Closed: #1114349).
11+
* Fixes "typedef bool" issue (Closes: #1114349).
512
* debian/sources/lintian-overrides: Added Lintian overrides to ignore
613
long lines in documentation, configuration files, translation files,
714
etc.

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.5
2+
DISTVERSION= 3.5.6
33
CATEGORIES= net
44
MASTER_SITES= https://www.nntb.no/~dreibh/rserpool/download/
55

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.5
2+
Version: 3.5.6
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+
* Fri Oct 17 2025 Thomas Dreibholz <[email protected]> - 3.5.6-1
456+
- New upstream release.
455457
* Tue Oct 07 2025 Thomas Dreibholz <[email protected]> - 3.5.5-1
456458
- New upstream release.
457459
* Sun Sep 21 2025 Thomas Dreibholz <[email protected]> - 3.5.4-1

0 commit comments

Comments
 (0)