diff options
author | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2013-11-24 22:05:21 +0000 |
---|---|---|
committer | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2013-11-24 22:05:21 +0000 |
commit | 4534ad8e87afa36c974140c97fe62b1523abeccc (patch) | |
tree | 9dc1dc37363e54fb5f7f8e34ed427684a0978f0d /doc | |
parent | 52da16976da4d738c8a0bdd35959af91ff5ae0bf (diff) | |
download | netpbm-mirror-4534ad8e87afa36c974140c97fe62b1523abeccc.tar.gz netpbm-mirror-4534ad8e87afa36c974140c97fe62b1523abeccc.tar.xz netpbm-mirror-4534ad8e87afa36c974140c97fe62b1523abeccc.zip |
Fix bug: wrong output with -rle; line accidentally deleted when writeFile() introduced
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@2037 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'doc')
-rw-r--r-- | doc/HISTORY | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/HISTORY b/doc/HISTORY index a6ef0d3a..a3effd50 100644 --- a/doc/HISTORY +++ b/doc/HISTORY @@ -12,6 +12,9 @@ not yet BJH Release 10.65.00 pnmtops: Fix bug: wrong output with -ascii85. Introduced in 10.63 (June 2013). + pnmtops: Fix bug: wrong output with -rle. Introduced in + 10.63 (June 2013). + pnmtops: Fix bug: program hangs if it inherits lots of open files. Introduced in 10.56 (September 2011). |