Skip to content

Commit d30959e

Browse files
committed
Drop xz tarballs from distribution, gzip is good enough
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
1 parent 2badd84 commit d30959e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ChangeLog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ All relevant changes are documented in this file.
88
---------------------
99

1010
> [!NOTE]
11-
1211
> This release introduce a bare bones `libsystemd` replacement with an
1312
> `<systemd/sd-daemon>.h` include file. Other systemd features are the
1413
> `reload:script` and `stop:script`, mimicking ExecReload and ExecStop.
1514
1615
### Changes
16+
- Drop xz tarballs from distribution, gzip is good enough
1717
- New `tmpfiles` stand-alone program, refactored from the existing
1818
tmpfiles.d support in Finit, by Aaron Andersen, PR #439
1919
- All `notify:systemd` services now log with `logit` by default. This

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
AC_INIT([Finit], [4.13-beta1], [https://github.com/troglobit/finit/issues],
22
[finit], [https://troglobit.com/projects/finit/])
33
AC_CONFIG_AUX_DIR(aux)
4-
AM_INIT_AUTOMAKE([1.11 foreign dist-xz subdir-objects])
4+
AM_INIT_AUTOMAKE([1.11 foreign subdir-objects])
55
AM_SILENT_RULES([yes])
66

77
AC_CONFIG_SRCDIR([src/finit.c])

0 commit comments

Comments
 (0)