- fix: sq->reaped needs sighold(SIGCHLD)/sigrelease(SIGCHLD) (#117620).
CVS patchset: 7155 CVS date: 2004/03/09 17:27:16
This commit is contained in:
parent
25e004f33d
commit
f557b1bda0
1
CHANGES
1
CHANGES
|
@ -53,6 +53,7 @@
|
|||
- python: return [], not None, accessing header tags (#112794).
|
||||
- python: avoid invoking python to acquire ill-specified parameters.
|
||||
- add ia32e arch.
|
||||
- fix: sq->reaped needs sighold(SIGCHLD)/sigrelease(SIGCHLD) (#117620).
|
||||
|
||||
4.2 -> 4.2.1:
|
||||
- fix: nested %if handling, optind initialization posix vs. glibc.
|
||||
|
|
|
@ -20,7 +20,7 @@ Name: rpm
|
|||
%define version @VERSION@
|
||||
Version: %{version}
|
||||
%{expand: %%define rpm_version %{version}}
|
||||
Release: 0.13
|
||||
Release: 0.19
|
||||
Group: System Environment/Base
|
||||
Source: ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.0.x/rpm-%{rpm_version}.tar.gz
|
||||
License: GPL
|
||||
|
@ -482,6 +482,12 @@ exit 0
|
|||
%{__includedir}/popt.h
|
||||
|
||||
%changelog
|
||||
* Tue Mar 9 2004 Jeff Johnson <jbj@jbj.org> 4.3-0.19
|
||||
- fix: sq->reaped needs sighold(SIGCHLD)/sigrelease(SIGCHLD) (#117620).
|
||||
|
||||
* Fri Mar 5 2004 Jeff Johnson <jbj@redhat.com> 4.3-0.18
|
||||
- selinux: ignore ENOTSUP return from lsetfilecon.
|
||||
|
||||
* Mon Mar 1 2004 Jeff Johnson <jbj@jbj.org> 4.3-0.17
|
||||
- permit globs in macrofiles: directive (#117217).
|
||||
|
||||
|
|
Loading…
Reference in New Issue