root / pkpgcounter / trunk / NEWS @ 435

Revision 435, 5.9 kB (checked in by jerome, 18 years ago)

New release.

  • 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 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 2 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, write to the Free Software
18Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
19
20=============================================================================
21
22pkpgcounter News :
23
24  * 2.11 :
25 
26    - Improved overall robustness in ink accounting mode.
27   
28  * 2.10 :
29 
30    - Added a plain text parser, with support for both page counting and
31      ink coverage.
32   
33    - Added a minimal SPL1 parser.
34   
35    - Fixed a problem in the PCLXL parser related to Kyocera printer drivers.
36   
37  * 2.00 :
38 
39    - The PCL3/4/5 parser was rewritten from scratch and is now
40      table driven.
41     
42    - Improved the PostScript parser.
43   
44  * 1.85 :
45 
46    - Added support for Samsung QPDL (aka SPL2) file format in page
47      counting mode, thanks to the work done by Aur�en Croc on
48      reverse engineering the file format.
49     
50  * 1.85alpha :
51 
52    - Added test document and program to generate the test document
53      to check the functionning of the ink coverage computation algorithm.
54     
55  * 1.84 :
56 
57    - Computation of ink coverage now works and is documented.
58      The supported file formats are : PS, PDF, PCLXL, PCL3/4/5,
59      DVI and TIFF.
60     
61  * 1.84alpha :
62 
63    - Added initial support for the computation of ink coverage.
64      See python analyzer.py --help for details. The same command
65      line options work for pkpgcounter, although it's not
66      documented yet.
67   
68  * 1.83 :
69 
70    - Fixed a famously known 'brown paper bag' issue with file type autodetection.
71   
72  * 1.82 :
73 
74    - Fixed PCL3/4/5 parser to detect recent Xerox drivers' output.
75   
76  * 1.81 :
77 
78    - Improved the gs+Acrobat Reader fix done in 1.78.
79   
80  * 1.80 :
81 
82    - Added support for Zenographics ZjStream input format.
83   
84  * 1.79 :
85 
86    - Fixed a small problem in PostScript parser with dvips output.
87   
88  * 1.78 :
89 
90    - Launches gs less often when printing is done from Acrobat
91      Reader.
92   
93  * 1.77 :
94 
95    - Fixed some problems with the code introduced in 1.76.
96   
97    - Improved PCLXL parser's speed by almost 10%.
98   
99  * 1.76 :
100 
101    - Improved the PCLXL parser wrt undocumented tags.
102   
103    - Preliminary support for Kyocera Prescribe commands.
104   
105  * 1.75 :
106 
107    - Added preliminary support for Canon ImageRunner's "LIPS" or "UFR"
108      (I don't know which) Page Description Language.
109     
110  * 1.74 :
111 
112    - Fixed a problem in the retrieval of named media sizes in PCLXL.
113   
114    - Changed copyright years.
115   
116  * 1.73 :
117 
118    - Fixed duplex detection code in PCL3/4/5 parser.
119   
120    - Fixed PCLXL detection code.
121   
122    - Fixed retrieval of custom media types' names in PCLXL.
123   
124    - Added inactive code to compute ink coverage ala PrintBill.
125   
126  * 1.72 :
127 
128    - Improved heuristic to detect when ghostscript has to be used to do
129      the parsing.
130   
131  * 1.71 :
132 
133    - Now uses ghostscript as the parser when the PS stream was created by a
134      particular MSWindows driver.
135   
136    - Only complains about Psyco missing at install time, and stays
137      quiet when running without Psyco.
138     
139  * 1.70 :
140 
141    - Fixed some PJL escaping issue in the PCLXL and PCL3/4/5 parsers.
142   
143  * 1.69 :
144 
145    - Improved PCL3/4/5 parser.
146   
147    - Improved PCLXL parser wrt PJL stuff.
148   
149  * 1.68 :
150 
151    - Improved PostScript parser.
152   
153  * 1.67 :
154 
155    - Improved PostScript parser.
156   
157    - Improved PCL3/4/5 parser.
158   
159  * 1.66 :
160 
161    - Improved PCLXL parser.
162   
163    - Improved PCL3/4/5 parser.
164   
165  * 1.65 :
166   
167    - Improved PostScript parser.
168   
169    - Improved PCL3/4/5 parser.
170   
171  * 1.64 :
172   
173    - Improved PCL3/4/5 parser.
174   
175  * 1.63 :
176 
177    - Now handles PJL statements to extract number of copies, duplex mode
178      and paper size in the PCLXL and PCL3/4/5 parsers.
179   
180  * 1.62 :
181 
182    - Better handling of the number of copies in the PCLXL parser.
183   
184    - Better handling of the number of copies in the PCL3/4/5 parser.
185     
186  * 1.61 :
187 
188    - Improved PCL3/4/5 parser.
189   
190    - Better handling of the number of copies in the PostScript parser.
191      Now the number can be different from page to page.
192   
193  * 1.60 :
194 
195    - Improved PCLXL parser.
196   
197  * 1.59 :
198   
199    - Major rewrite of the PDF parser to correctly handle all line endings.
200     
201  * 1.58 :
202 
203    - Fix for PDF files which contain several versions of the same PDF object.
204   
205    - Doesn't break when python-psyco is not available.
206   
207  * 1.57 :
208 
209    - Fixed a recently introduced bug in binary postscript handling code. 
210   
211  * 1.56 :
212 
213    - Renamed the library from pdlanalyzer into pkpgpdls to avoid problems
214      when the code will be integrated back into PyKota.
215     
216  * 1.55 :
217 
218    - Added support for OpenOffice.org Writer and Impress documents.
219   
220  * 1.54 :
221   
222    - Added online documentation and a manual page.
223   
224  * 1.53 :
225 
226    - Moved code around to improve maintainability.
227   
228  * 1.52 :
229 
230    - Added support for the TIFF format.
231   
232  * 1.51 :
233 
234    - Added support for the DVI format.
235   
236  * 1.50 :
237 
238    - Major code changes to modularize. The pkpgcounter command line tool
239      is now just an almost empty skeleton, which uses the pdlanalyzer
240      library.
241     
242    - Several improvements to the parsing code. 
243     
244  * 1.00 :
245
246    - First release.
Note: See TracBrowser for help on using the browser.