root / pkpgcounter / tags / 1.74 / NEWS @ 3497

Revision 303, 3.8 kB (checked in by jerome, 18 years ago)

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