~ubuntu-branches/ubuntu/karmic/pango1.0/karmic-security

« back to all changes in this revision

Viewing changes to pango/pango.rc

  • Committer: Bazaar Package Importer
  • Author(s): Loic Minier
  • Date: 2007-12-18 21:11:37 UTC
  • mfrom: (1.2.44 upstream)
  • Revision ID: james.westby@ubuntu.com-20071218211137-0ibmwreimvxf3cp1
Tags: 1.19.2-1ubuntu1
* Sync with Debian; Ubuntu changes are:
  - Add patch 30_anymetrics, turns on FC_ANY_METRICS whenever looking up
    fonts with fontconfig; lets fontconfig's configuration know that we
    don't care about getting a font with exactly the same shape as the
    family we asked for and fixes (eg) a firefox vs. evince font metrics
    ugliness issue.

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,19,1,0
5
 
  PRODUCTVERSION 1,19,1,0
 
4
  FILEVERSION 1,19,2,0
 
5
  PRODUCTVERSION 1,19,2,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", "Pango"
18
 
        VALUE "FileVersion", "1.19.1.0"
 
18
        VALUE "FileVersion", "1.19.2.0"
19
19
        VALUE "InternalName", "pango-1.0-0"
20
20
        VALUE "LegalCopyright", "Copyright � 1999 Red Hat Software."
21
21
        VALUE "OriginalFilename", "pango-1.0-0.dll"
22
22
        VALUE "ProductName", "Pango"
23
 
        VALUE "ProductVersion", "1.19.1"
 
23
        VALUE "ProductVersion", "1.19.2"
24
24
      END
25
25
    END
26
26
    BLOCK "VarFileInfo"