~ubuntu-branches/ubuntu/trusty/pango1.0/trusty-proposed

« back to all changes in this revision

Viewing changes to pango/pangowin32.rc

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2008-11-03 14:18:25 UTC
  • mfrom: (1.2.55 upstream)
  • Revision ID: james.westby@ubuntu.com-20081103141825-oz9xfnjk4k4vxk4t
Tags: 1.22.2-0ubuntu1
* New upstream version:
  - Fix crasher when a PangoFcFontMap was freed before its fonts.
    (lp: #290388)
  - Mark monospace fonts as monospace in the pangoatsui backend.
  - Fix font description parsing to better handle "normal".
  - Bugs fixed in this release:
    Bug 558254 – Internal reference handling messed up
    Bug 558107 – is_monospace always returns FALSE in pangoatsui
    Bug 557620 – pango_font_description_from_string not correct

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,22,1,0
5
 
  PRODUCTVERSION 1,22,1,0
 
4
  FILEVERSION 1,22,2,0
 
5
  PRODUCTVERSION 1,22,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", "PangoWin32"
18
 
        VALUE "FileVersion", "1.22.1.0"
 
18
        VALUE "FileVersion", "1.22.2.0"
19
19
        VALUE "InternalName", "pangowin32-1.0-0"
20
20
        VALUE "LegalCopyright", "Copyright � 1999 Red Hat Software. Copyright � 2000 Tor Lillqvist"
21
21
        VALUE "OriginalFilename", "pangowin32-1.0-0.dll"
22
22
        VALUE "ProductName", "PangoWin32"
23
 
        VALUE "ProductVersion", "1.22.1"
 
23
        VALUE "ProductVersion", "1.22.2"
24
24
      END
25
25
    END
26
26
    BLOCK "VarFileInfo"