diff options
author | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2013-10-08 02:16:29 +0000 |
---|---|---|
committer | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2013-10-08 02:16:29 +0000 |
commit | 975c1ac73aabde3f19ff2fee1a659cab60879560 (patch) | |
tree | 3e8b33aa4c963e9096489af5ce4ed1e19b30b3d4 /doc | |
parent | f794be7369ce393cd84c42035c89807fc49f9c9b (diff) | |
download | netpbm-mirror-975c1ac73aabde3f19ff2fee1a659cab60879560.tar.gz netpbm-mirror-975c1ac73aabde3f19ff2fee1a659cab60879560.tar.xz netpbm-mirror-975c1ac73aabde3f19ff2fee1a659cab60879560.zip |
Restore recognition of SIGPWR if it's defined as a macro
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@2011 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'doc')
-rw-r--r-- | doc/HISTORY | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/HISTORY b/doc/HISTORY index a9c88350..44acf92b 100644 --- a/doc/HISTORY +++ b/doc/HISTORY @@ -6,11 +6,14 @@ CHANGE HISTORY not yet BJH Release 10.65.00 + Recognize SIGPWR on systems that have it in messages + about signal received. + Build for big-endian machines: fix syntax error so it compiles. Broken in 10.63 (June 2013). Fix compile failure on system such as OpenBSD that don't have - SIGWINCH and SIGIO. + SIGWINCH and SIGIO. Broken since 10.49 (December 2009). 13.09.28 BJH Release 10.64.00 |