Skip to content

Commit 35ffccd

Browse files
committed
0.8.4 (20230824)
1 parent e133d51 commit 35ffccd

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

129 files changed

+197
-169
lines changed

CHANGELOG

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,27 @@
11
CHANGELOG
22
=========
33

4+
0.8.4 (20230824)
5+
6+
- configure - When explicit --enable-logind fails, exit 1 (requested by Marc Haber)
7+
- libslack - configure - Add --default --platform --help --destdir
8+
- libslack - make - Change clean/clobber/distclean to be the same and to also unconfigure
9+
- configure - Add --disable-mail-test --enable-mail-test (requested by Marc Haber)
10+
- Fix copyright/license info (.reuse/dep5) (spotted by Marc Haber)
11+
- configure - Fix error message for unknown options
12+
- configure - Add --platform info to --help output
13+
- INSTALL - Update to reflect recent ./configure changes
14+
- configure - Fix --platform check, Add libslack/conf/slackware, Tweak output
15+
416
0.8.3 (20230819)
517

618
- Remove 'comparison always true' compiler warning
719
- libslack - macros.mk - Add ability to suppress false 'may be used uninitialized' compiler warnings
820
- doc - Update notes on old binary packages
921
- INSTALL - Add 'PACKAGING SYSTEMS' section
10-
- make - Remove deb-daemon and debian-clobber targets and DEBIAN_CLOBBER_FILES
11-
- make - Change clean/clobber/distclean to be the same and to also unconfigure
12-
- make - Always default to Linux config for make clean
22+
- make - Remove deb-daemon and debian-clobber targets and DEBIAN_CLOBBER_FILES (requested by Marc Haber)
23+
- make - Change clean/clobber/distclean to be the same and to also unconfigure (requested by Marc Haber)
24+
- make - Always default to Linux config for make clean (requested by Marc Haber)
1325
- make - Update help to reflect recent clean/clobber/distclean change
1426
- Add ./configure --default (for make clean)
1527
- configure - Silence stderr for "which gmake"
@@ -436,6 +448,6 @@ CHANGELOG
436448
URL: https://raf.org/daemon
437449
GIT: https://github.com/raforg/daemon
438450
GIT: https://codeberg.org/raforg/daemon
439-
Date: 20230819
451+
Date: 20230824
440452
Author: raf <raf@raf.org>
441453

COPYING

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,6 @@ Additionally, for (optional) libslack/snprintf.c
131131
URL: https://raf.org/daemon
132132
GIT: https://github.com/raforg/daemon
133133
GIT: https://codeberg.org/raforg/daemon
134-
Date: 20230819
134+
Date: 20230824
135135
Author: raf <raf@raf.org>
136136

INSTALL

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@ they have some very nasty bugs.
4444

4545
First, uninstall any previous version (optional):
4646

47-
cd /usr/local/src/daemon-0.8.2
47+
cd /usr/local/src/daemon-0.8.3
4848
make uninstall
4949

5050
To build and test:
5151

52-
tar xzf daemon-0.8.3.tar.gz
53-
cd daemon-0.8.3
52+
tar xzf daemon-0.8.4.tar.gz
53+
cd daemon-0.8.4
5454
./configure # iff linux, openbsd, freebsd, netbsd, macosx, solaris, gnuhurd or kfreebsd
5555
make # must be gnu make
5656
make test # only tests libslack. to test daemon, see test/README
@@ -165,8 +165,8 @@ To install on Arch Linux systems with yay:
165165

166166
To install on Slackware Linux systems:
167167

168-
upgradepkg --install-new daemon-0.8.3-i586-1.txz
169-
upgradepkg --install-new daemon-0.8.3-x86_64-1.txz
168+
upgradepkg --install-new daemon-0.8.4-i586-1.txz
169+
upgradepkg --install-new daemon-0.8.4-x86_64-1.txz
170170

171171
There might be others.
172172

@@ -290,6 +290,6 @@ Probably has the same UNIX domain datagram problem as Solaris.
290290
URL: https://raf.org/daemon
291291
GIT: https://github.com/raforg/daemon
292292
GIT: https://codeberg.org/raforg/daemon
293-
Date: 20230819
293+
Date: 20230824
294294
Author: raf <raf@raf.org>
295295

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# You should have received a copy of the GNU General Public License
1717
# along with this program; if not, see <https://www.gnu.org/licenses/>.
1818
#
19-
# 20230819 raf <raf@raf.org>
19+
# 20230824 raf <raf@raf.org>
2020
#
2121

2222
CC := gcc

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,6 @@ The `--list` option reports all the currently running named *daemon* processes.
162162
URL: https://raf.org/daemon
163163
GIT: https://github.com/raforg/daemon
164164
GIT: https://codeberg.org/raforg/daemon
165-
Date: 20230819
165+
Date: 20230824
166166
Author: raf <raf@raf.org>
167167

REFERENCES

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,6 @@ REFERENCES
100100
URL: https://raf.org/daemon
101101
GIT: https://github.com/raforg/daemon
102102
GIT: https://codeberg.org/raforg/daemon
103-
Date: 20230819
103+
Date: 20230824
104104
Author: raf <raf@raf.org>
105105

conf/ccenv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# You should have received a copy of the GNU General Public License
1818
# along with this program; if not, see <https://www.gnu.org/licenses/>.
1919
#
20-
# 20230819 raf <raf@raf.org>
20+
# 20230824 raf <raf@raf.org>
2121
#
2222

2323
# Modify Makefile to use $CC as CC

conf/destdir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# You should have received a copy of the GNU General Public License
1818
# along with this program; if not, see <https://www.gnu.org/licenses/>.
1919
#
20-
# 20230819 raf <raf@raf.org>
20+
# 20230824 raf <raf@raf.org>
2121
#
2222

2323
# Modify Makefile to change DESTDIR.

conf/freebsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# You should have received a copy of the GNU General Public License
1818
# along with this program; if not, see <https://www.gnu.org/licenses/>.
1919
#
20-
# 20230819 raf <raf@raf.org>
20+
# 20230824 raf <raf@raf.org>
2121
#
2222

2323
# Modify Makefile, macros.mk and config.h to compile on FreeBSD

conf/gnuhurd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# You should have received a copy of the GNU General Public License
1818
# along with this program; if not, see <https://www.gnu.org/licenses/>.
1919
#
20-
# 20230819 raf <raf@raf.org>
20+
# 20230824 raf <raf@raf.org>
2121
#
2222

2323
# Modify the macros.mk make include files to exercise optional code

0 commit comments

Comments
 (0)