Skip to content

Commit fb25afe

Browse files
committed
Release 2.5.1 - See CHANGELOG.md
1 parent 8334cbb commit fb25afe

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 2.5.1 2022-09-12 <dave at tiredofit dot ca>
2+
3+
### Changed
4+
- Fix line break issues with multiple external definition sources
5+
6+
17
## 2.5.0 2022-09-12 <dave at tiredofit dot ca>
28

39
### Added

install/etc/cont-init.d/10-clamd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ EOF
187187
for db in $custom_db_array; do
188188
custom_db=${custom_db}$(cat <<EOF
189189
DatabaseCustomURL ${db}
190+
190191
EOF
191192
)
192193
done

0 commit comments

Comments
 (0)