root / pkpgcounter / trunk / NEWS @ 329

Revision 329, 4.5 kB (checked in by jerome, 18 years ago)

Added complete support for Zenographics ZjStream? input format.

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