root / pkpgcounter / trunk / NEWS @ 3436

Revision 3436, 8.6 kB (checked in by jerome, 16 years ago)

Removed spaces at EOL.

  • 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
[564]5(c) 2003, 2004, 2005, 2006, 2007, 2008 Jerome Alet <alet@librelogiciel.com>
[463]6This program is free software: you can redistribute it and/or modify
[185]7it under the terms of the GNU General Public License as published by
[463]8the Free Software Foundation, either version 3 of the License, or
[185]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
[463]17along with this program.  If not, see <http://www.gnu.org/licenses/>.
[185]18
19=============================================================================
20
21pkpgcounter News :
[273]22
[561]23  * 3.51 :
[3436]24
[561]25    - Partial rewrite of the PostScript parser, with huge performance increase.
[3436]26
[561]27    - Fixed a problem in the PostScript parser where the number of copies set with
[3436]28      e.g. "dvips -c 9 -o output.ps input.dvi" wasn't correctly detected.
[3401]29
30    - Increased accuracy in the PDF parser, with some speed expense but
[3402]31      some big room for future improvements.
[3436]32
[539]33  * 3.50 :
[3436]34
[545]35    - Added support for Canon BJ/BJC documents in page counting mode.
[3436]36
[539]37    - Added support for Structured Fax documents in page counting mode.
[3436]38
[550]39    - Added support for ASCII PNM (Netpbm) documents in page counting mode.
[3436]40
[542]41    - Fixed a problem with the parsing of SPL1 (GDI) documents : all such
42      documents should now be correctly parsed.
[3436]43
[542]44    - Improved the PCL3/4/5 parser.
[3436]45
[529]46  * 3.40 :
[3436]47
[529]48    - Fixed a major bug in the detection of OpenDocument (ISO/IEC DIS 26300)
49      files.
[3436]50
[529]51    - Added support for page counting in Microsoft Word (c) (tm) (r) (etc...)
52      documents.
[3436]53
[529]54    - Added support for ink accounting in Microsoft Word (c) (tm) (r) (etc...)
55      and OpenDocument (ISO/IEC DIS 26300) documents.
[3436]56
57    - Now automatically detects missing executable dependencies at runtime.
58
[485]59  * 3.30 :
[3436]60
[514]61    - Added support for all file formats supported by the Python Imaging
62      Library.
[3436]63
64    - Added a minimal parser for Hewlett-Packard LIDIL documents, as
[485]65      produced by the hpijs driver.
[3436]66
[514]67    - Improved general reliability.
[3436]68
[514]69    - Improved detection of PCL3/4/5 jobs.
[3436]70
71    - Major code cleaning.
72
[480]73  * 3.20 :
[3436]74
[480]75    - Added a minimal parser for Brother HBP documents.
[3436]76
[480]77    - Added support for Canon ImageRunner commands to the PCLXL parser,
78      much like it was already done for the PCL3/4/5 parser.
[3436]79
[473]80  * 3.10 :
[3436]81
[473]82    - Added a minimal parser for ESC/PAGES03 style documents.
[3436]83
[473]84    - Fixed another problem in the code handling the output of Canon's
85      ImageRunner printer drivers.
[3436]86
[464]87  * 3.00 :
[3436]88
[464]89    - Fixed a problem in the code handling the output of Canon's ImageRunner
90      printer drivers.
[3436]91
92    - Licensing terms changed to GNU GPL v3.0 or higher.
93
[464]94  * 2.18 :
[3436]95
[464]96    - Fixed an incompatibility with Python v2.5
[3436]97
98  * 2.17 :
99
[456]100    - Fixed problems in the handling of PJL number of copies (COPIES= and QTY=)
101      which caused the number of copies for each page to be squared.
[3436]102
103  * 2.16 :
104
[452]105    - Fixed a problem in the PCL3/4/5 parser to accomodate line based
106      report generators which expect the printer to skip to next page
107      based on lines per page instead of sending a specific command.
[3436]108
[450]109  * 2.15 :
[3436]110
[450]111    - Fixed a regexp in the PDF parser which caused some files to be
112      incorrectly accounted for.
[3436]113
[450]114    - Improved the detection of the number of copies in PostScript documents.
[3436]115
[444]116  * 2.14 :
[3436]117
[444]118    - Fixed a problem with some PS drivers which don't output %%Page:
119      comments.
[3436]120
121  * 2.13 :
122
[439]123    - Nowrecognizes the GC colorspace if you only want to differentiate
124      grayscale pages from coloured pages. In this colorspace, the
125      percents are always "G : 100.0   C : 0.0" or "G : 0.0   C : 100.0"
126      respectively for a grayscale page and a coloured page.
[3436]127
[437]128  * 2.12 :
[3436]129
[437]130    - Fixed a problem with the PostScript parser.
[3436]131
[435]132  * 2.11 :
[3436]133
[435]134    - Improved overall robustness in ink accounting mode.
[3436]135
[418]136  * 2.10 :
[3436]137
[418]138    - Added a plain text parser, with support for both page counting and
139      ink coverage.
[3436]140
[418]141    - Added a minimal SPL1 parser.
[3436]142
[418]143    - Fixed a problem in the PCLXL parser related to Kyocera printer drivers.
[3436]144
[406]145  * 2.00 :
[3436]146
[406]147    - The PCL3/4/5 parser was rewritten from scratch and is now
148      table driven.
[3436]149
[406]150    - Improved the PostScript parser.
[3436]151
[387]152  * 1.85 :
[3436]153
[387]154    - Added support for Samsung QPDL (aka SPL2) file format in page
155      counting mode, thanks to the work done by Aur�en Croc on
156      reverse engineering the file format.
[3436]157
[383]158  * 1.85alpha :
[3436]159
[383]160    - Added test document and program to generate the test document
161      to check the functionning of the ink coverage computation algorithm.
[3436]162
[378]163  * 1.84 :
[3436]164
[378]165    - Computation of ink coverage now works and is documented.
166      The supported file formats are : PS, PDF, PCLXL, PCL3/4/5,
167      DVI and TIFF.
[3436]168
[363]169  * 1.84alpha :
[3436]170
[363]171    - Added initial support for the computation of ink coverage.
[366]172      See python analyzer.py --help for details. The same command
[363]173      line options work for pkpgcounter, although it's not
174      documented yet.
[3436]175
[343]176  * 1.83 :
[3436]177
178    - Fixed a famously known 'brown paper bag' issue with file type autodetection.
179
[339]180  * 1.82 :
[3436]181
182    - Fixed PCL3/4/5 parser to detect recent Xerox drivers' output.
183
[334]184  * 1.81 :
[3436]185
[334]186    - Improved the gs+Acrobat Reader fix done in 1.78.
[3436]187
[329]188  * 1.80 :
[3436]189
[329]190    - Added support for Zenographics ZjStream input format.
[3436]191
[325]192  * 1.79 :
[3436]193
[325]194    - Fixed a small problem in PostScript parser with dvips output.
[3436]195
[321]196  * 1.78 :
[3436]197
[321]198    - Launches gs less often when printing is done from Acrobat
199      Reader.
[3436]200
201  * 1.77 :
202
[318]203    - Fixed some problems with the code introduced in 1.76.
[3436]204
[318]205    - Improved PCLXL parser's speed by almost 10%.
[3436]206
[314]207  * 1.76 :
[3436]208
[314]209    - Improved the PCLXL parser wrt undocumented tags.
[3436]210
[314]211    - Preliminary support for Kyocera Prescribe commands.
[3436]212
[305]213  * 1.75 :
[3436]214
[305]215    - Added preliminary support for Canon ImageRunner's "LIPS" or "UFR"
[3436]216      (I don't know which) Page Description Language.
217
[303]218  * 1.74 :
[3436]219
[303]220    - Fixed a problem in the retrieval of named media sizes in PCLXL.
[3436]221
[303]222    - Changed copyright years.
[3436]223
[295]224  * 1.73 :
[3436]225
[295]226    - Fixed duplex detection code in PCL3/4/5 parser.
[3436]227
[295]228    - Fixed PCLXL detection code.
[3436]229
[295]230    - Fixed retrieval of custom media types' names in PCLXL.
[3436]231
[295]232    - Added inactive code to compute ink coverage ala PrintBill.
[3436]233
[273]234  * 1.72 :
[3436]235
[273]236    - Improved heuristic to detect when ghostscript has to be used to do
237      the parsing.
[3436]238
[272]239  * 1.71 :
[3436]240
[272]241    - Now uses ghostscript as the parser when the PS stream was created by a
242      particular MSWindows driver.
[3436]243
[272]244    - Only complains about Psyco missing at install time, and stays
245      quiet when running without Psyco.
[3436]246
[269]247  * 1.70 :
[3436]248
[269]249    - Fixed some PJL escaping issue in the PCLXL and PCL3/4/5 parsers.
[3436]250
[267]251  * 1.69 :
[3436]252
[267]253    - Improved PCL3/4/5 parser.
[3436]254
[267]255    - Improved PCLXL parser wrt PJL stuff.
[3436]256
[263]257  * 1.68 :
[3436]258
[263]259    - Improved PostScript parser.
[3436]260
[262]261  * 1.67 :
[3436]262
[262]263    - Improved PostScript parser.
[3436]264
[262]265    - Improved PCL3/4/5 parser.
[3436]266
267  * 1.66 :
268
[258]269    - Improved PCLXL parser.
[3436]270
[258]271    - Improved PCL3/4/5 parser.
[3436]272
[256]273  * 1.65 :
[3436]274
[256]275    - Improved PostScript parser.
[3436]276
[256]277    - Improved PCL3/4/5 parser.
[3436]278
[255]279  * 1.64 :
[3436]280
[255]281    - Improved PCL3/4/5 parser.
[3436]282
[253]283  * 1.63 :
[3436]284
[253]285    - Now handles PJL statements to extract number of copies, duplex mode
286      and paper size in the PCLXL and PCL3/4/5 parsers.
[3436]287
[252]288  * 1.62 :
[3436]289
[252]290    - Better handling of the number of copies in the PCLXL parser.
[3436]291
[252]292    - Better handling of the number of copies in the PCL3/4/5 parser.
[3436]293
[248]294  * 1.61 :
[3436]295
[249]296    - Improved PCL3/4/5 parser.
[3436]297
[248]298    - Better handling of the number of copies in the PostScript parser.
299      Now the number can be different from page to page.
[3436]300
301  * 1.60 :
302
[245]303    - Improved PCLXL parser.
[3436]304
[243]305  * 1.59 :
[3436]306
[243]307    - Major rewrite of the PDF parser to correctly handle all line endings.
[3436]308
[240]309  * 1.58 :
[3436]310
[240]311    - Fix for PDF files which contain several versions of the same PDF object.
[3436]312
[240]313    - Doesn't break when python-psyco is not available.
[3436]314
315  * 1.57 :
316
317    - Fixed a recently introduced bug in binary postscript handling code.
318
[235]319  * 1.56 :
[3436]320
[235]321    - Renamed the library from pdlanalyzer into pkpgpdls to avoid problems
322      when the code will be integrated back into PyKota.
[3436]323
324  * 1.55 :
325
[229]326    - Added support for OpenOffice.org Writer and Impress documents.
[3436]327
[224]328  * 1.54 :
[3436]329
[224]330    - Added online documentation and a manual page.
[3436]331
332  * 1.53 :
333
[220]334    - Moved code around to improve maintainability.
[3436]335
336  * 1.52 :
337
[220]338    - Added support for the TIFF format.
[3436]339
340  * 1.51 :
341
[220]342    - Added support for the DVI format.
[3436]343
[211]344  * 1.50 :
[3436]345
[211]346    - Major code changes to modularize. The pkpgcounter command line tool
347      is now just an almost empty skeleton, which uses the pdlanalyzer
348      library.
[3436]349
350    - Several improvements to the parsing code.
351
[185]352  * 1.00 :
353
354    - First release.
Note: See TracBrowser for help on using the browser.