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

« back to all changes in this revision

Viewing changes to pango/pango-features.h

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2007-04-10 00:59:24 UTC
  • mfrom: (20.1.23 feisty)
  • Revision ID: james.westby@ubuntu.com-20070410005924-bbuu8vi6fw9f1fn1
Tags: 1.16.2-0ubuntu1
* New upstream version
  - Fixed various bug in the OpenType Layout code
  - Improved documentation
  - Improved ATSUI backend
  - Misc build system fixes
  - Bugs fixed in this release:
    - pangowin32-fontmap.c:using function without prototype
    - Don't create coverage every time it's asked for

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
#define PANGO_VERSION_MAJOR 1
6
6
#define PANGO_VERSION_MINOR 16
7
 
#define PANGO_VERSION_MICRO 1
 
7
#define PANGO_VERSION_MICRO 2
8
8
 
9
 
#define PANGO_VERSION_STRING "1.16.1"
 
9
#define PANGO_VERSION_STRING "1.16.2"
10
10
 
11
11
 
12
12
#endif