Changeset 450 for pkpgcounter/trunk/NEWS

Show
Ignore:
Timestamp:
02/08/07 22:23:59 (17 years ago)
Author:
jerome
Message:

Now uses Python's universal newline detection to read input files,
and also uses file objects directly instead of calling their xreadlines()
method.
Fixed an accounting problem in the PDF parser for some type of files.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pkpgcounter/trunk/NEWS

    r444 r450  
    2222pkpgcounter News : 
    2323 
     24  * 2.15 : 
     25    
     26    - Fixed a regexp in the PDF parser which caused some files to be 
     27      incorrectly accounted for. 
     28     
     29    - Improved the detection of the number of copies in PostScript documents. 
     30     
    2431  * 2.14 : 
    2532