root / pkpgcounter / trunk / NEWS @ 339

Revision 339, 4.6 kB (checked in by jerome, 18 years ago)

Improved PCL3/4/5 autodetection for some Xerox drivers.

  • 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
[303]5(c) 2003, 2004, 2005, 2006 Jerome Alet <alet@librelogiciel.com>
[185]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
[211]18Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
[185]19
20=============================================================================
21
22pkpgcounter News :
[273]23
[339]24  * 1.82 :
25 
26    - Fixed PCL3/4/5 parser to detect recent Xerox drivers' output.
27   
[334]28  * 1.81 :
29 
30    - Improved the gs+Acrobat Reader fix done in 1.78.
31   
[329]32  * 1.80 :
33 
34    - Added support for Zenographics ZjStream input format.
35   
[325]36  * 1.79 :
37 
38    - Fixed a small problem in PostScript parser with dvips output.
39   
[321]40  * 1.78 :
41 
42    - Launches gs less often when printing is done from Acrobat
43      Reader.
44   
[318]45  * 1.77 :
46 
47    - Fixed some problems with the code introduced in 1.76.
48   
49    - Improved PCLXL parser's speed by almost 10%.
50   
[314]51  * 1.76 :
52 
53    - Improved the PCLXL parser wrt undocumented tags.
54   
55    - Preliminary support for Kyocera Prescribe commands.
56   
[305]57  * 1.75 :
58 
59    - Added preliminary support for Canon ImageRunner's "LIPS" or "UFR"
60      (I don't know which) Page Description Language.
61     
[303]62  * 1.74 :
63 
64    - Fixed a problem in the retrieval of named media sizes in PCLXL.
65   
66    - Changed copyright years.
67   
[295]68  * 1.73 :
69 
70    - Fixed duplex detection code in PCL3/4/5 parser.
71   
72    - Fixed PCLXL detection code.
73   
74    - Fixed retrieval of custom media types' names in PCLXL.
75   
76    - Added inactive code to compute ink coverage ala PrintBill.
77   
[273]78  * 1.72 :
79 
80    - Improved heuristic to detect when ghostscript has to be used to do
81      the parsing.
[185]82   
[272]83  * 1.71 :
84 
85    - Now uses ghostscript as the parser when the PS stream was created by a
86      particular MSWindows driver.
87   
88    - Only complains about Psyco missing at install time, and stays
89      quiet when running without Psyco.
90     
[269]91  * 1.70 :
92 
93    - Fixed some PJL escaping issue in the PCLXL and PCL3/4/5 parsers.
94   
[267]95  * 1.69 :
96 
97    - Improved PCL3/4/5 parser.
98   
99    - Improved PCLXL parser wrt PJL stuff.
100   
[263]101  * 1.68 :
102 
103    - Improved PostScript parser.
104   
[262]105  * 1.67 :
106 
107    - Improved PostScript parser.
108   
109    - Improved PCL3/4/5 parser.
110   
[258]111  * 1.66 :
112 
113    - Improved PCLXL parser.
114   
115    - Improved PCL3/4/5 parser.
116   
[256]117  * 1.65 :
118   
119    - Improved PostScript parser.
120   
121    - Improved PCL3/4/5 parser.
122   
[255]123  * 1.64 :
124   
125    - Improved PCL3/4/5 parser.
126   
[253]127  * 1.63 :
128 
129    - Now handles PJL statements to extract number of copies, duplex mode
130      and paper size in the PCLXL and PCL3/4/5 parsers.
131   
[252]132  * 1.62 :
133 
134    - Better handling of the number of copies in the PCLXL parser.
135   
136    - Better handling of the number of copies in the PCL3/4/5 parser.
137     
[248]138  * 1.61 :
139 
[249]140    - Improved PCL3/4/5 parser.
141   
[248]142    - Better handling of the number of copies in the PostScript parser.
143      Now the number can be different from page to page.
144   
[245]145  * 1.60 :
146 
147    - Improved PCLXL parser.
148   
[243]149  * 1.59 :
150   
151    - Major rewrite of the PDF parser to correctly handle all line endings.
152     
[240]153  * 1.58 :
154 
155    - Fix for PDF files which contain several versions of the same PDF object.
156   
157    - Doesn't break when python-psyco is not available.
158   
[237]159  * 1.57 :
160 
161    - Fixed a recently introduced bug in binary postscript handling code. 
162   
[235]163  * 1.56 :
164 
165    - Renamed the library from pdlanalyzer into pkpgpdls to avoid problems
166      when the code will be integrated back into PyKota.
167     
[229]168  * 1.55 :
169 
170    - Added support for OpenOffice.org Writer and Impress documents.
171   
[224]172  * 1.54 :
173   
174    - Added online documentation and a manual page.
175   
[220]176  * 1.53 :
177 
178    - Moved code around to improve maintainability.
179   
[217]180  * 1.52 :
181 
[220]182    - Added support for the TIFF format.
[217]183   
[216]184  * 1.51 :
185 
[220]186    - Added support for the DVI format.
[216]187   
[211]188  * 1.50 :
189 
190    - Major code changes to modularize. The pkpgcounter command line tool
191      is now just an almost empty skeleton, which uses the pdlanalyzer
192      library.
193     
194    - Several improvements to the parsing code. 
195     
[185]196  * 1.00 :
197
198    - First release.
Note: See TracBrowser for help on using the browser.