root / pkpgcounter / trunk / NEWS @ 325

Revision 325, 4.4 kB (checked in by jerome, 18 years ago)

I forgot to add the note...

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