~ubuntu-branches/ubuntu/oneiric/poppler/oneiric-security

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2010-08-13 10:58:05 UTC
  • mfrom: (1.1.32 upstream)
  • Revision ID: james.westby@ubuntu.com-20100813105805-v6ybtufexxiska06
Tags: 0.14.2.is.0.14.1-0ubuntu1
* Revert previous upstream update. It bumped SONAME, but the packaging
  wasn't updated along with it, so we now have a broken libpoppler6. Provide
  a fixed one with this reversion until we can do the transition properly.
* debian/control: Update Breaks/Provides: to account for xpdf-utils now
  being a transitional package. Change forward ported from Debian's
  0.12.4-1.1 package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Release 0.14.2
2
 
 
3
 
    core:
4
 
     * Fix rendering of some documents involving tilingPatternFill in the cairo output device
5
 
     * Improve rendering of some annotations
6
 
     * Handle ColorTransform in DCT streams when using libjpeg (Bug #28873)
7
 
     * Fix crash in the ps output device in some files (KDE Bug #246269)
8
 
     * Fix crash in some malformed files (Bug #28842)
9
 
    
10
 
    build system:
11
 
     * Improve build on windows
12
 
     * Add uninstalled .pc file support when using autoconf
13
 
    
14
 
    glib:
15
 
     * Fix a crash when a layer doesn't have a name (Bug #28842)
16
 
    
17
 
    utils:
18
 
     * Fix padding of names in pdftoppm
19
 
 
20
1
Release 0.14.1
21
2
 
22
 
    core:
23
 
     * Add ObjectStream caching, makes opening some files ten times faster (Bug #26759)
24
 
     * Fix crash when writing to negative coordinates (Bug #28480)
25
 
     * Check objects are the type we want them to be when parsing GfxICCBasedColorSpace
26
 
     * Optimize Splash::compositeBackground
27
 
     * Optimize color space calculations by using sqrt instead of pow 0.5
28
 
     * Fix crash in JBIG2Stream with malformed documents
29
 
    
30
 
    build system:
31
 
     * Make sure we ship two needed cmake files
32
 
     * Do not distribute glib/poppler-features.h and poppler/poppler-config.h
33
 
     * Improve compilation with Sun Studio
34
 
     * Fix linking of the cpp frontend when using autotools
35
 
    
36
 
    glib:
37
 
     * Fix links/annots area for some documents (Bug #28588)
38
 
     * Fix poppler_page_find_tex() when called more than once (Bug #27927)
39
 
    
40
 
    utils:
41
 
     * Add -cropbox to pdftoppm manual
 
3
        core:
 
4
         * Add ObjectStream caching, makes opening some files ten times faster (Bug #26759)
 
5
         * Fix crash when writing to negative coordinates (Bug #28480)
 
6
         * Check objects are the type we want them to be when parsing GfxICCBasedColorSpace
 
7
         * Optimize Splash::compositeBackground
 
8
         * Optimize color space calculations by using sqrt instead of pow 0.5
 
9
         * Fix crash in JBIG2Stream with malformed documents
 
10
        
 
11
        build system:
 
12
         * Make sure we ship two needed cmake files
 
13
         * Do not distribute glib/poppler-features.h and poppler/poppler-config.h
 
14
         * Improve compilation with Sun Studio
 
15
         * Fix linking of the cpp frontend when using autotools
 
16
        
 
17
        glib:
 
18
         * Fix links/annots area for some documents (Bug #28588)
 
19
         * Fix poppler_page_find_tex() when called more than once (Bug #27927)
 
20
        
 
21
        utils:
 
22
         * Add -cropbox to pdftoppm manual
42
23
 
43
24
Release 0.14.0
44
25