Skip to content

Commit 517ef7f

Browse files
davidcoutadeurDavid Coutadeur
authored andcommitted
prepare release 2.5.20 (#125)
1 parent ff36a7e commit 517ef7f

2 files changed

Lines changed: 23 additions & 1 deletion

File tree

openldap-ltb/debian/changelog

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
openldap-ltb (2.5.20.1) UNRELEASED; urgency=medium
2+
3+
- OpenLDAP 2.5.20 Release (2025/05/22)
4+
- Fixed lloadd handling of starttls critical (ITS#10323)
5+
- Fixed slapd regression with certain searches (ITS#10307)
6+
- Fixed slapo-pcache caching behaviors (ITS#10270)
7+
- Minor Cleanup
8+
- ITS#9934
9+
- ITS#10020
10+
- ITS#10226
11+
- ITS#10279
12+
- ITS#10309
13+
- ITS#10320
14+
- ITS#10327
15+
- ITS#10328
16+
- ITS#10331
17+
- LTB changes
18+
- package breaks rsyslog policy (#124)
19+
- Debug symbols missing for slapd (and more) (#123)
20+
21+
-- David Coutadeur <david.coutadeur@gmail.com> Thur, 22 May 2025 00:00:00 +0200
22+
123
openldap-ltb (2.5.19.1) UNRELEASED; urgency=medium
224

325
- OpenLDAP 2.5.19 Release (2024/11/26)

openldap-ltb/debian/openldap-ltb.vars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ set -e
77
################################################################################
88
BUILD_DIR="$( pwd )"
99
REAL_NAME="openldap"
10-
REAL_VERSION="2.5.19"
10+
REAL_VERSION="2.5.20"
1111
INSTALL_DIR="${BUILD_DIR}/debian/tmp"
1212
_LIB="lib$( uname -m | grep -q -E '64$' && echo '64' || echo '' )"
1313

0 commit comments

Comments
 (0)