Skip to content

Commit 1eb3f61

Browse files
committed
0.8.3 (20230819)
1 parent 281b79c commit 1eb3f61

Some content is hidden

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

123 files changed

+181
-161
lines changed

CHANGELOG

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
CHANGELOG
22
=========
33

4+
0.8.3 (20230819)
5+
6+
- Remove 'comparison always true' compiler warning
7+
- libslack - macros.mk - Add ability to suppress false 'may be used uninitialized' compiler warnings
8+
- doc - Update notes on old binary packages
9+
- 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
13+
- make - Update help to reflect recent clean/clobber/distclean change
14+
- Add ./configure --default (for make clean)
15+
- configure - Silence stderr for "which gmake"
16+
417
0.8.2 (20230330)
518

619
- COPYING - Add copyrights for libslack's optional getopt/snprintf modules
@@ -423,6 +436,6 @@ CHANGELOG
423436
URL: https://raf.org/daemon
424437
GIT: https://github.com/raforg/daemon
425438
GIT: https://codeberg.org/raforg/daemon
426-
Date: 20230330
439+
Date: 20230819
427440
Author: raf <raf@raf.org>
428441

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: 20230330
134+
Date: 20230819
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
47+
cd /usr/local/src/daemon-0.8.2
4848
make uninstall
4949

5050
To build and test:
5151

52-
tar xzf daemon-0.8.2.tar.gz
53-
cd daemon-0.8.2
52+
tar xzf daemon-0.8.3.tar.gz
53+
cd daemon-0.8.3
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
@@ -143,8 +143,8 @@ To install on Arch Linux systems with yay:
143143

144144
To install on Slackware Linux systems:
145145

146-
upgradepkg --install-new daemon-0.8.2-i586-1.txz
147-
upgradepkg --install-new daemon-0.8.2-x86_64-1.txz
146+
upgradepkg --install-new daemon-0.8.3-i586-1.txz
147+
upgradepkg --install-new daemon-0.8.3-x86_64-1.txz
148148

149149
There might be others.
150150

@@ -268,6 +268,6 @@ Probably has the same UNIX domain datagram problem as Solaris.
268268
URL: https://raf.org/daemon
269269
GIT: https://github.com/raforg/daemon
270270
GIT: https://codeberg.org/raforg/daemon
271-
Date: 20230330
271+
Date: 20230819
272272
Author: raf <raf@raf.org>
273273

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-
# 20230330 raf <raf@raf.org>
19+
# 20230819 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: 20230330
165+
Date: 20230819
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: 20230330
103+
Date: 20230819
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-
# 20230330 raf <raf@raf.org>
20+
# 20230819 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-
# 20230330 raf <raf@raf.org>
20+
# 20230819 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-
# 20230330 raf <raf@raf.org>
20+
# 20230819 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-
# 20230330 raf <raf@raf.org>
20+
# 20230819 raf <raf@raf.org>
2121
#
2222

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

0 commit comments

Comments
 (0)