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
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.30 :
24 
25    - Added support for all file formats supported by the Python Imaging
26      Library.
27   
28    - Added a minimal parser for Hewlett-Packard LIDIL documents, as
29      produced by the hpijs driver.
30     
31    - Improved general reliability.
32   
33    - Improved detection of PCL3/4/5 jobs.
34   
35    - Major code cleaning. 
36     
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     
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   
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   
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   
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     
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   
80  * 2.14 :
81 
82    - Fixed a problem with some PS drivers which don't output %%Page:
83      comments.
84     
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 
92  * 2.12 :
93 
94    - Fixed a problem with the PostScript parser.
95   
96  * 2.11 :
97 
98    - Improved overall robustness in ink accounting mode.
99   
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   
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   
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     
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     
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     
133  * 1.84alpha :
134 
135    - Added initial support for the computation of ink coverage.
136      See python analyzer.py --help for details. The same command
137      line options work for pkpgcounter, although it's not
138      documented yet.
139   
140  * 1.83 :
141 
142    - Fixed a famously known 'brown paper bag' issue with file type autodetection.
143   
144  * 1.82 :
145 
146    - Fixed PCL3/4/5 parser to detect recent Xerox drivers' output.
147   
148  * 1.81 :
149 
150    - Improved the gs+Acrobat Reader fix done in 1.78.
151   
152  * 1.80 :
153 
154    - Added support for Zenographics ZjStream input format.
155   
156  * 1.79 :
157 
158    - Fixed a small problem in PostScript parser with dvips output.
159   
160  * 1.78 :
161 
162    - Launches gs less often when printing is done from Acrobat
163      Reader.
164   
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   
171  * 1.76 :
172 
173    - Improved the PCLXL parser wrt undocumented tags.
174   
175    - Preliminary support for Kyocera Prescribe commands.
176   
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     
182  * 1.74 :
183 
184    - Fixed a problem in the retrieval of named media sizes in PCLXL.
185   
186    - Changed copyright years.
187   
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   
198  * 1.72 :
199 
200    - Improved heuristic to detect when ghostscript has to be used to do
201      the parsing.
202   
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     
211  * 1.70 :
212 
213    - Fixed some PJL escaping issue in the PCLXL and PCL3/4/5 parsers.
214   
215  * 1.69 :
216 
217    - Improved PCL3/4/5 parser.
218   
219    - Improved PCLXL parser wrt PJL stuff.
220   
221  * 1.68 :
222 
223    - Improved PostScript parser.
224   
225  * 1.67 :
226 
227    - Improved PostScript parser.
228   
229    - Improved PCL3/4/5 parser.
230   
231  * 1.66 :
232 
233    - Improved PCLXL parser.
234   
235    - Improved PCL3/4/5 parser.
236   
237  * 1.65 :
238   
239    - Improved PostScript parser.
240   
241    - Improved PCL3/4/5 parser.
242   
243  * 1.64 :
244   
245    - Improved PCL3/4/5 parser.
246   
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  * 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     
258  * 1.61 :
259 
260    - Improved PCL3/4/5 parser.
261   
262    - Better handling of the number of copies in the PostScript parser.
263      Now the number can be different from page to page.
264   
265  * 1.60 :
266 
267    - Improved PCLXL parser.
268   
269  * 1.59 :
270   
271    - Major rewrite of the PDF parser to correctly handle all line endings.
272     
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   
279  * 1.57 :
280 
281    - Fixed a recently introduced bug in binary postscript handling code. 
282   
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     
288  * 1.55 :
289 
290    - Added support for OpenOffice.org Writer and Impress documents.
291   
292  * 1.54 :
293   
294    - Added online documentation and a manual page.
295   
296  * 1.53 :
297 
298    - Moved code around to improve maintainability.
299   
300  * 1.52 :
301 
302    - Added support for the TIFF format.
303   
304  * 1.51 :
305 
306    - Added support for the DVI format.
307   
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     
316  * 1.00 :
317
318    - First release.
Note: See TracBrowser for help on using the browser.