~ubuntu-branches/ubuntu/precise/pango1.0/precise

« back to all changes in this revision

Viewing changes to pango/pangocairo.rc

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2012-03-29 10:54:21 UTC
  • mfrom: (1.5.18)
  • Revision ID: package-import@ubuntu.com-20120329105421-gqjksz61nq5mv7dd
Tags: 1.30.0-0ubuntu1
* New upstream release:
  - Fix cross-compiling bug in configure.in
  - Zero-width spaces cause missing characters
  - CoreText backend: implement font fallbacks
  - CoreText backend: make more robust against broken fonts
  - CoreText backend: make shaping engine more robust
  - CoreText backend: Guard against glyph count of zero

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#include <winver.h>
2
2
 
3
3
VS_VERSION_INFO VERSIONINFO
4
 
  FILEVERSION 1,29,5,0
5
 
  PRODUCTVERSION 1,29,5,0
 
4
  FILEVERSION 1,30,0,0
 
5
  PRODUCTVERSION 1,30,0,0
6
6
  FILEFLAGSMASK 0
7
7
  FILEFLAGS 0
8
8
  FILEOS VOS__WINDOWS32
15
15
      BEGIN
16
16
        VALUE "CompanyName", "Red Hat Software"
17
17
        VALUE "FileDescription", "PangoCairo"
18
 
        VALUE "FileVersion", "1.29.5.0"
 
18
        VALUE "FileVersion", "1.30.0.0"
19
19
        VALUE "InternalName", "pangocairo-1.0-0"
20
20
        VALUE "LegalCopyright", "Copyright � 2010 Red Hat Software."
21
21
        VALUE "OriginalFilename", "pangocairo-1.0-0.dll"
22
22
        VALUE "ProductName", "PangoCairo"
23
 
        VALUE "ProductVersion", "1.29.5"
 
23
        VALUE "ProductVersion", "1.30.0"
24
24
      END
25
25
    END
26
26
    BLOCK "VarFileInfo"