-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathCHANGELOG
45 lines (29 loc) · 1.43 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [6.0.3] - 2024-06-28
### Fixed
- Fix tmpfs permissions. (#62) (samuraiii)
## [6.0.2] - 2024-06-14
### Changed
- Fix for IPv6 support. (#51) (Mattias Ellert)
- Replace obsolete -h and -p paremeters in ldap CLI tools. (#49) (Baptiste Grenier)
- Fix deprecation warning due to log.warn. (#58) (Daniela Bauer)
## [6.0.1] - 2023-03-28
### Changed
- Build and release using AlmaLinux 8 and 9. (#45) (Baptiste Grenier)
- Align Makefile with other repositories. (#45) (Baptiste Grenier)
- Allow long yaml files for GitHub Actions (#45) (Baptiste Grenier)
## [6.0.0]
- Drop debian-specific files and reference official packages (#44) (Baptiste Grenier)
- Migrate to MDB backend for OpenLDAP 2.5 on recent OS (#42) (Mattias Ellert)
- Fix runtime errors while iterating dictionary in python 3 (#39) (Andrea Manzi)
- Migrate to Python 3 (#25) (Laurence Field, Mattias Ellert)
- Quality control using GitHub actions, update community files (#26) (Baptiste Grenier)
## [5.2.26]
- Truncate LDIF password file before updating (#14) (Petr Vokac)
- Preserve base64 entries (#21) (Enol Fernández, Andrea Manzi)
- Allow BDII_HOSTNAME configuration and default to localhost (#22) (Andrea Manzi)