Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!uunet!samsung!caen!ox.com!emv From: jef@well.sf.ca.us (Jef Poskanzer) Newsgroups: comp.archives Subject: [pixutils] PBMPLUS beta test update ready Message-ID: <1991Jan19.210106.15873@ox.com> Date: 19 Jan 91 21:01:06 GMT References: <9058@dog.ee.lbl.gov> <22728@well.sf.ca.us> Sender: emv@ox.com (Edward Vielmetti) Reply-To: Jef Poskanzer Followup-To: alt.graphics.pixutils Organization: Paratheo-Anametamystikhood Of Eris Esoteric, Ada Lovelace Cabal Lines: 37 Approved: emv@ox.com (Edward Vielmetti) X-Original-Newsgroups: alt.graphics.pixutils Archive-name: graphics/pixutils/pbmplus/1991-01-18 Archive: ftp.ee.lbl.gov:/pbmplus.tar.Z [128.3.254.68] Original-posting-by: jef@well.sf.ca.us (Jef Poskanzer) Original-subject: PBMPLUS beta test update ready Reposted-by: emv@ox.com (Edward Vielmetti) The early returns are in, a few bugs have been found. I have put updated tar files on ftp.ee.lbl.gov and expo.lcs.mit.edu. I have also appended a patch file to this message. The patch is a subset of the changes in the tar file - I did a whole bunch of formatting changes in the man pages that are not included in the patch. --- Jef Jef Poskanzer jef@well.sf.ca.us {apple, ucbvax, hplabs}!well!jef "All wars are boyish and are fought by boys." -- Herman Melville diff -cr opbmplus/CHANGES ppbmplus/CHANGES *** opbmplus/CHANGES Tue Jan 15 12:03:42 1991 --- ppbmplus/CHANGES Fri Jan 18 13:58:56 1991 *************** *** 1,3 **** --- 1,15 ---- + Changes during the beta test period, starting on 15jan91: + + fitstopgm was using "bzero" as a struct member; changed to bzer. + (David Elliott, Doug Claar) + Include-file re-ordering in pbmplus.h to make the BROKENPUTC1 fix + work properly. (Markus Bolz) + Lots of cleanup work on the man pages. + In the pgmtoppm colorization tool, changed the separator for the + two-color case from ',' to '-', since ',' was also being used + in specifying RGB colors. + Fixed typos in README. + [Several hundred lines of patches deleted. --Ed.]