root / pkpgcounter / trunk / NEWS @ 542

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

Additional informations.

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