~ubuntu-branches/ubuntu/trusty/gdk-pixbuf/trusty-proposed

« back to all changes in this revision

Viewing changes to config.h.win32

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2014-01-15 10:41:02 UTC
  • mfrom: (1.5.8)
  • Revision ID: package-import@ubuntu.com-20140115104102-fzml65xmzuyjr2dj
Tags: 2.30.3-0ubuntu1
* New upstream release:
  - Expand the test suite
  - Enable coverage testing with --enable-coverage
  - Unify sniff buffer sizes across loaders: 4k everywhere
  - Port to GTask
  - xpm: Fix scaling
  - xpm: Update colors from pango
  - qtif: fix fread() error check
* debian/control:
  - Bump build-depends on libglib2.0-dev
  - Add build-depends on gawk
* debian/patches/fix-xpm-scaling.patch:
  - Applied upstream
* debian/patches/0001-Fix-test-failure-if-PNG_iTXt_SUPPORTED-not-defined.patch:
  - Fix test failing due to how our libpng is compiled

Show diffs side-by-side

added added

removed removed

Lines of Context:
110
110
#define PACKAGE_NAME "gdk-pixbuf"
111
111
 
112
112
/* Define to the full name and version of this package. */
113
 
#define PACKAGE_STRING "gdk-pixbuf 2.30.2"
 
113
#define PACKAGE_STRING "gdk-pixbuf 2.30.3"
114
114
 
115
115
/* Define to the one symbol short name of this package. */
116
116
#define PACKAGE_TARNAME "gdk-pixbuf"
119
119
#define PACKAGE_URL "http://www.gtk.org/"
120
120
 
121
121
/* Define to the version of this package. */
122
 
#define PACKAGE_VERSION "2.30.2"
 
122
#define PACKAGE_VERSION "2.30.3"
123
123
 
124
124
/* Define to 1 if you have the ANSI C header files. */
125
125
#define STDC_HEADERS 1