root / pkpgcounter / trunk / NEWS @ 295

Revision 295, 3.7 kB (checked in by jerome, 18 years ago)

1.73 Final is out.

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