diff options
author | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2010-02-23 16:00:28 +0000 |
---|---|---|
committer | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2010-02-23 16:00:28 +0000 |
commit | eac71a920a648b88e97b851bac62dc861747a2ae (patch) | |
tree | daeeed0fc10fd5ec5383efea22a56048e3262e57 /doc | |
parent | 67e5025aaf9bc0f1acdc9f45c052ab21b2074510 (diff) | |
download | netpbm-mirror-eac71a920a648b88e97b851bac62dc861747a2ae.tar.gz netpbm-mirror-eac71a920a648b88e97b851bac62dc861747a2ae.tar.xz netpbm-mirror-eac71a920a648b88e97b851bac62dc861747a2ae.zip |
Release 10.47.10
git-svn-id: http://svn.code.sf.net/p/netpbm/code/stable@1130 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'doc')
-rw-r--r-- | doc/HISTORY | 7 | ||||
-rw-r--r-- | doc/INSTALL | 2 |
2 files changed, 9 insertions, 0 deletions
diff --git a/doc/HISTORY b/doc/HISTORY index db49575e..bc39f5ac 100644 --- a/doc/HISTORY +++ b/doc/HISTORY @@ -4,6 +4,13 @@ Netpbm. CHANGE HISTORY -------------- +10.02.23 BJH Release 10.47.10 + + pnmhistmap: Fix crash with -width. Always broken. + + pm_system(): Close extraneous file descriptors that, among + other things, prevent child from seeing EOF. + 10.01.25 BJH Release 10.47.09 pamtosvg: fix bug: occasional crash with out of range error. diff --git a/doc/INSTALL b/doc/INSTALL index 92e78540..ec2cfbed 100644 --- a/doc/INSTALL +++ b/doc/INSTALL @@ -261,6 +261,8 @@ make via the Configure dialog. The standard build is the conventional one. The merge build is a way to reduce disk space and other resource usage in some configurations. +These are rare configurations, mostly antique ones. The advent of +shared libraries largely obsoleted the merge build. In the standard build, hundreds of separate programs get built: ppmtogif, pamcomp, etc. |