Skip to content

Commit 205b714

Browse files
authored
Merge pull request #522 from axoflow/version/4.10.1
2 parents 345635e + 473af00 commit 205b714

File tree

6 files changed

+18
-6
lines changed

6 files changed

+18
-6
lines changed

NEWS.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
4.10.0
1+
4.10.1
22
======
33

4+
_These are news entries of AxoSyslog 4.10.0.
5+
4.10.1 fixed two crashes related to FilterX strings and JSON objects._
6+
47
AxoSyslog is binary-compatible with syslog-ng [1] and serves as a drop-in replacement.
58

69
Explore and learn more about the new features in our [release announcement blog post](https://axoflow.com/axosyslog-release-4-10/).

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ docker pull ghcr.io/axoflow/axosyslog:nightly
8585
> Note: These named packages are automatically updated when a new AxoSyslog package is released. To install a specific version, run `docker pull ghcr.io/axoflow/axosyslog:<version-number>`, for example:
8686
>
8787
> ```shell
88-
> docker pull ghcr.io/axoflow/axosyslog:4.10.0
88+
> docker pull ghcr.io/axoflow/axosyslog:4.10.1
8989
> ```
9090
9191
The container images contain a default configuration file which you probably

VERSION.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.10.0
1+
4.10.1

docker/apkbuild/axoflow/axosyslog/APKBUILD

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Contributor: jv <jens@eisfair.org>
66
# Maintainer: László Várady <laszlo.varady@axoflow.com>
77
pkgname=axosyslog
8-
pkgver=4.10.0
8+
pkgver=4.10.1
99
pkgrel=0
1010
pkgdesc="Next generation logging daemon"
1111
url="https://axoflow.com/docs/axosyslog/"
@@ -179,5 +179,5 @@ _submv() {
179179
}
180180

181181
sha512sums="
182-
SKIP axosyslog-4.10.0.tar.gz
182+
SKIP axosyslog-4.10.1.tar.gz
183183
"

packaging/debian/changelog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
axosyslog (4.10.1-1) unstable; urgency=medium
2+
3+
* New upstream release 4.10.1
4+
5+
-- github-actions <41898282+github-actions@users.noreply.github.com> Wed, 19 Feb 2025 13:02:48 +0000
6+
17
axosyslog (4.10.0-1) unstable; urgency=medium
28

39
* New upstream release 4.10.0

packaging/rhel/axosyslog.spec

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: axosyslog
2-
Version: 4.10.0
2+
Version: 4.10.1
33
Release: 2%{?dist}
44
Summary: Next-generation syslog server
55

@@ -678,6 +678,9 @@ fi
678678

679679

680680
%changelog
681+
* Wed Feb 19 2025 github-actions <41898282+github-actions@users.noreply.github.com> - 4.10.1-1
682+
- updated to 4.10.1
683+
681684
* Mon Feb 10 2025 github-actions <41898282+github-actions@users.noreply.github.com> - 4.10.0-1
682685
- updated to 4.10.0
683686

0 commit comments

Comments
 (0)