~ubuntu-branches/debian/sid/pango1.0/sid

« back to all changes in this revision

Viewing changes to pango/pango-features.h

  • Committer: Package Import Robot
  • Author(s): Iain Lane
  • Date: 2014-03-20 18:01:45 UTC
  • mfrom: (1.9.3)
  • Revision ID: package-import@ubuntu.com-20140320180145-y2zs0pzp6390a6y9
Tags: 1.36.3-1
* Add xauth test-dep, needed for xvfb-run
* New upstream release
  - Fix builddir != srdir builds
    + Drop 0001-Fix-tests-for-builddir-srcdir-by-setting-G_TEST_-SRC.patch,
      which was a cherry-pick of this fix.
  - Avoid a crash when FT_Face is NULL
  - Update pango_color_parse docs

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 36
7
 
#define PANGO_VERSION_MICRO 2
 
7
#define PANGO_VERSION_MICRO 3
8
8
 
9
 
#define PANGO_VERSION_STRING "1.36.2"
 
9
#define PANGO_VERSION_STRING "1.36.3"
10
10
 
11
11
 
12
12
#endif