root / pkpgcounter / trunk / NEWS @ 545

Revision 545, 8.6 kB (checked in by jerome, 16 years ago)

Added support for Canon BJ/BJC file format in page counting mode.

  • Property svn:keyword set to Auth Date Id Rev
  • Property svn:keywords set to Auth Date Id Rev
Line 
1# $Id$
2
3pkpgcounter : a generic Page Description Language parser
4
5(c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com>
6This program is free software: you can redistribute it and/or modify
7it under the terms of the GNU General Public License as published by
8the Free Software Foundation, either version 3 of the License, or
9(at your option) any later version.
10
11This program is distributed in the hope that it will be useful,
12but WITHOUT ANY WARRANTY; without even the implied warranty of
13MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14GNU General Public License for more details.
15
16You should have received a copy of the GNU General Public License
17along with this program.  If not, see <http://www.gnu.org/licenses/>.
18
19=============================================================================
20
21pkpgcounter News :
22
23  * 3.50 :
24 
25    - Added support for Canon BJ/BJC documents in page counting mode.
26   
27    - Added support for Structured Fax documents in page counting mode.
28   
29    - Fixed a problem with the parsing of SPL1 (GDI) documents : all such
30      documents should now be correctly parsed.
31   
32    - Improved the PCL3/4/5 parser.
33   
34  * 3.40 :
35 
36    - Fixed a major bug in the detection of OpenDocument (ISO/IEC DIS 26300)
37      files.
38     
39    - Added support for page counting in Microsoft Word (c) (tm) (r) (etc...)
40      documents.
41     
42    - Added support for ink accounting in Microsoft Word (c) (tm) (r) (etc...)
43      and OpenDocument (ISO/IEC DIS 26300) documents.
44     
45    - Now automatically detects missing executable dependencies at runtime. 
46     
47  * 3.30 :
48 
49    - Added support for all file formats supported by the Python Imaging
50      Library.
51   
52    - Added a minimal parser for Hewlett-Packard LIDIL documents, as
53      produced by the hpijs driver.
54     
55    - Improved general reliability.
56   
57    - Improved detection of PCL3/4/5 jobs.
58   
59    - Major code cleaning. 
60     
61  * 3.20 :
62   
63    - Added a minimal parser for Brother HBP documents.
64   
65    - Added support for Canon ImageRunner commands to the PCLXL parser,
66      much like it was already done for the PCL3/4/5 parser.
67     
68  * 3.10 :
69 
70    - Added a minimal parser for ESC/PAGES03 style documents.
71   
72    - Fixed another problem in the code handling the output of Canon's
73      ImageRunner printer drivers.
74   
75  * 3.00 :
76 
77    - Fixed a problem in the code handling the output of Canon's ImageRunner
78      printer drivers.
79     
80    - Licensing terms changed to GNU GPL v3.0 or higher. 
81   
82  * 2.18 :
83 
84    - Fixed an incompatibility with Python v2.5
85   
86  * 2.17 :
87 
88    - Fixed problems in the handling of PJL number of copies (COPIES= and QTY=)
89      which caused the number of copies for each page to be squared.
90   
91  * 2.16 :
92 
93    - Fixed a problem in the PCL3/4/5 parser to accomodate line based
94      report generators which expect the printer to skip to next page
95      based on lines per page instead of sending a specific command.
96     
97  * 2.15 :
98   
99    - Fixed a regexp in the PDF parser which caused some files to be
100      incorrectly accounted for.
101   
102    - Improved the detection of the number of copies in PostScript documents.
103   
104  * 2.14 :
105 
106    - Fixed a problem with some PS drivers which don't output %%Page:
107      comments.
108     
109  * 2.13 :
110   
111    - Nowrecognizes the GC colorspace if you only want to differentiate
112      grayscale pages from coloured pages. In this colorspace, the
113      percents are always "G : 100.0   C : 0.0" or "G : 0.0   C : 100.0"
114      respectively for a grayscale page and a coloured page.
115 
116  * 2.12 :
117 
118    - Fixed a problem with the PostScript parser.
119   
120  * 2.11 :
121 
122    - Improved overall robustness in ink accounting mode.
123   
124  * 2.10 :
125 
126    - Added a plain text parser, with support for both page counting and
127      ink coverage.
128   
129    - Added a minimal SPL1 parser.
130   
131    - Fixed a problem in the PCLXL parser related to Kyocera printer drivers.
132   
133  * 2.00 :
134 
135    - The PCL3/4/5 parser was rewritten from scratch and is now
136      table driven.
137     
138    - Improved the PostScript parser.
139   
140  * 1.85 :
141 
142    - Added support for Samsung QPDL (aka SPL2) file format in page
143      counting mode, thanks to the work done by Aur�en Croc on
144      reverse engineering the file format.
145     
146  * 1.85alpha :
147 
148    - Added test document and program to generate the test document
149      to check the functionning of the ink coverage computation algorithm.
150     
151  * 1.84 :
152 
153    - Computation of ink coverage now works and is documented.
154      The supported file formats are : PS, PDF, PCLXL, PCL3/4/5,
155      DVI and TIFF.
156     
157  * 1.84alpha :
158 
159    - Added initial support for the computation of ink coverage.
160      See python analyzer.py --help for details. The same command
161      line options work for pkpgcounter, although it's not
162      documented yet.
163   
164  * 1.83 :
165 
166    - Fixed a famously known 'brown paper bag' issue with file type autodetection.
167   
168  * 1.82 :
169 
170    - Fixed PCL3/4/5 parser to detect recent Xerox drivers' output.
171   
172  * 1.81 :
173 
174    - Improved the gs+Acrobat Reader fix done in 1.78.
175   
176  * 1.80 :
177 
178    - Added support for Zenographics ZjStream input format.
179   
180  * 1.79 :
181 
182    - Fixed a small problem in PostScript parser with dvips output.
183   
184  * 1.78 :
185 
186    - Launches gs less often when printing is done from Acrobat
187      Reader.
188   
189  * 1.77 :
190 
191    - Fixed some problems with the code introduced in 1.76.
192   
193    - Improved PCLXL parser's speed by almost 10%.
194   
195  * 1.76 :
196 
197    - Improved the PCLXL parser wrt undocumented tags.
198   
199    - Preliminary support for Kyocera Prescribe commands.
200   
201  * 1.75 :
202 
203    - Added preliminary support for Canon ImageRunner's "LIPS" or "UFR"
204      (I don't know which) Page Description Language.
205     
206  * 1.74 :
207 
208    - Fixed a problem in the retrieval of named media sizes in PCLXL.
209   
210    - Changed copyright years.
211   
212  * 1.73 :
213 
214    - Fixed duplex detection code in PCL3/4/5 parser.
215   
216    - Fixed PCLXL detection code.
217   
218    - Fixed retrieval of custom media types' names in PCLXL.
219   
220    - Added inactive code to compute ink coverage ala PrintBill.
221   
222  * 1.72 :
223 
224    - Improved heuristic to detect when ghostscript has to be used to do
225      the parsing.
226   
227  * 1.71 :
228 
229    - Now uses ghostscript as the parser when the PS stream was created by a
230      particular MSWindows driver.
231   
232    - Only complains about Psyco missing at install time, and stays
233      quiet when running without Psyco.
234     
235  * 1.70 :
236 
237    - Fixed some PJL escaping issue in the PCLXL and PCL3/4/5 parsers.
238   
239  * 1.69 :
240 
241    - Improved PCL3/4/5 parser.
242   
243    - Improved PCLXL parser wrt PJL stuff.
244   
245  * 1.68 :
246 
247    - Improved PostScript parser.
248   
249  * 1.67 :
250 
251    - Improved PostScript parser.
252   
253    - Improved PCL3/4/5 parser.
254   
255  * 1.66 :
256 
257    - Improved PCLXL parser.
258   
259    - Improved PCL3/4/5 parser.
260   
261  * 1.65 :
262   
263    - Improved PostScript parser.
264   
265    - Improved PCL3/4/5 parser.
266   
267  * 1.64 :
268   
269    - Improved PCL3/4/5 parser.
270   
271  * 1.63 :
272 
273    - Now handles PJL statements to extract number of copies, duplex mode
274      and paper size in the PCLXL and PCL3/4/5 parsers.
275   
276  * 1.62 :
277 
278    - Better handling of the number of copies in the PCLXL parser.
279   
280    - Better handling of the number of copies in the PCL3/4/5 parser.
281     
282  * 1.61 :
283 
284    - Improved PCL3/4/5 parser.
285   
286    - Better handling of the number of copies in the PostScript parser.
287      Now the number can be different from page to page.
288   
289  * 1.60 :
290 
291    - Improved PCLXL parser.
292   
293  * 1.59 :
294   
295    - Major rewrite of the PDF parser to correctly handle all line endings.
296     
297  * 1.58 :
298 
299    - Fix for PDF files which contain several versions of the same PDF object.
300   
301    - Doesn't break when python-psyco is not available.
302   
303  * 1.57 :
304 
305    - Fixed a recently introduced bug in binary postscript handling code. 
306   
307  * 1.56 :
308 
309    - Renamed the library from pdlanalyzer into pkpgpdls to avoid problems
310      when the code will be integrated back into PyKota.
311     
312  * 1.55 :
313 
314    - Added support for OpenOffice.org Writer and Impress documents.
315   
316  * 1.54 :
317   
318    - Added online documentation and a manual page.
319   
320  * 1.53 :
321 
322    - Moved code around to improve maintainability.
323   
324  * 1.52 :
325 
326    - Added support for the TIFF format.
327   
328  * 1.51 :
329 
330    - Added support for the DVI format.
331   
332  * 1.50 :
333 
334    - Major code changes to modularize. The pkpgcounter command line tool
335      is now just an almost empty skeleton, which uses the pdlanalyzer
336      library.
337     
338    - Several improvements to the parsing code. 
339     
340  * 1.00 :
341
342    - First release.
Note: See TracBrowser for help on using the browser.