root / pkpgcounter / trunk / NEWS @ 314

Revision 314, 4.1 kB (checked in by jerome, 18 years ago)

1.76 is out.

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