about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2013-12-26 06:13:41 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2013-12-26 06:13:41 +0000
commit51ffbae51ba9379bad460566cdf9babaa63b14c3 (patch)
tree441f6e9297c478261bdce544497decaf6abc31a4 /doc
parentd6f45222d7b29adb9defdd79dd8ad1dbc97bb3e1 (diff)
downloadnetpbm-mirror-51ffbae51ba9379bad460566cdf9babaa63b14c3.tar.gz
netpbm-mirror-51ffbae51ba9379bad460566cdf9babaa63b14c3.tar.xz
netpbm-mirror-51ffbae51ba9379bad460566cdf9babaa63b14c3.zip
Update to current Development release - 10.65.00
git-svn-id: http://svn.code.sf.net/p/netpbm/code/advanced@2083 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'doc')
-rw-r--r--doc/HISTORY66
1 files changed, 42 insertions, 24 deletions
diff --git a/doc/HISTORY b/doc/HISTORY
index e08a3e76..2dc6371b 100644
--- a/doc/HISTORY
+++ b/doc/HISTORY
@@ -4,11 +4,21 @@ Netpbm.
 CHANGE HISTORY 
 --------------
 
-13.12.26 BJH  Release 10.65.06
+13.12.26 BJH  Release 10.65.00
 
-              pamgauss: Fix typo in message.
+              pamfunc: add -changemaxval.
+
+              pgmkernel: add -maxval.
+
+              Recognize SIGPWR on systems that have it in messages
+              about signal received.
 
-13.12.15 BJH  Release 10.65.05
+              pstopnm: More rational default for landscape/portrait choice.
+              In particular, if the image or page is square, image will always
+              be in portrait (not rotated).
+
+              brushtopbm: check for read errors, extraneous data after apparent
+              end of image.
 
               pnmtops: Fix spurious blank line in asciihex encoding of the
               image raster.  Probably harmless.  Introduced in 10.56
@@ -17,6 +27,19 @@ CHANGE HISTORY
               pnmtops: Fix crash with 12 bits per sample.  Introduced in 10.53
               (December 2010).  Thanks Prophet of the Way <afu@wta.att.ne.jp>.
 
+              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).
+
+              pnmtops: Fix bug: fails with message about waitpid() failing
+              if invoked with SIGCHLD ignored.  Introduced in 10.56
+              (September 2011).
+
               pbmtoepsi: fix handling of all-white image.  Always broken.
               Thanks Prophet of the Way <afu@wta.att.ne.jp>.
 
@@ -30,35 +53,30 @@ CHANGE HISTORY
               > 25:1. Thanks Prophet of the Way <afu@wta.att.ne.jp>.
               Always broken.
 
-13.11.24 BJH  Release 10.64.04
-
-              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: fails with message about waitpid() failing
-              if invoked with SIGCHLD ignored.  Introduced in 10.56
-              (September 2011).
+              pgmkernel: fix some pixels 1 less than they should be.
 
-13.11.12 BJH  Release 10.64.03
-
-              pnmtops: Fix bug: closes Standard Error.  Introduced in
-              10.64.02 (today).
+              pamgauss: Fix typo in message.
 
-13.11.12 BJH  Release 10.64.02
+              Fix wild pointer dereference when memory allocation for a string
+              fails.  Broken since 10.36 (September 2006).
 
-              pnmtops: Fix bug: program hangs if it inherits lots of open
-              files.  Introduced in 10.56 (September 2011).
+              Build for big-endian machines: fix syntax error so it compiles.
+              Introduced in 10.63 (June 2013).
 
               Fix compile failure on system such as OpenBSD that don't have
               SIGWINCH and SIGIO.  Broken since 10.49 (December 2009).
 
-13.10.06 BJH  Release 10.64.01
+              Build: Use SSE2 vector instructions when compiling with Clang,
+              as done already with GCC.
 
-              Build for big-endian machines: fix syntax error so it compiles.
-              Introduced in 10.63 (June 2013).
+              Build: Use <emmintrin.h> interface for SSE intrinsics
+              instead of GCC-specific versions.  Thanks Prophet of the Way
+              <afu@wta.att.ne.jp>.
+
+              Build on system without vasprintf (not GNU libc): fix compiler
+              warning.
+
+              Apple build: use vasprintf.
 
 13.09.28 BJH  Release 10.64.00