root / pkpgcounter / trunk / NEWS @ 514

Revision 514, 7.9 kB (checked in by jerome, 16 years ago)

Added new items.

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