Skip to content

Commit

Permalink
Prepare new release 6.0.1. (#46)
Browse files Browse the repository at this point in the history
Prepare new release 6.0.1.

```markdown
## [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)
```
  • Loading branch information
gwarf authored Apr 3, 2023
1 parent 7aea948 commit 9da1e59
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,24 @@ and this project adheres to

## [Unreleased]

## [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)
7 changes: 6 additions & 1 deletion bdii.spec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
%endif

Name: bdii
Version: 6.0.0
Version: 6.0.1
Release: 1%{?dist}
Summary: The Berkeley Database Information Index (BDII)

Expand Down Expand Up @@ -153,6 +153,11 @@ fi

%changelog

* Tue Mar 28 2023 Baptiste Grenier <[email protected]> - 6.0.1-1
- 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)

* Thu Dec 15 2022 Baptiste Grenier <[email protected]> - 6.0.0-1
- 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)
Expand Down

0 comments on commit 9da1e59

Please sign in to comment.