~ubuntu-branches/ubuntu/precise/gtk+2.0/precise-updates

« back to all changes in this revision

Viewing changes to config.h.win32

  • Committer: Package Import Robot
  • Author(s): Ken VanDine
  • Date: 2011-12-01 11:40:06 UTC
  • mfrom: (1.14.11)
  • Revision ID: package-import@ubuntu.com-20111201114006-nrmf6qu3pg512veo
Tags: 2.24.8-0ubuntu1
* New upstream release 
  - gtkfilechooser should be more robust to malformed URIs
    in .gtk-bookmarks (LP: #189494)
* debian/patches/010_make_bg_changes_queue_repaint.patch
  - dropped it introduces performance regressions in some gtk2 
    apps (LP: #889019)
* 101_filechooser.patch, 000git_file_chooser.patch: dropped, upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
260
260
#define PACKAGE_NAME "gtk+"
261
261
 
262
262
/* Define to the full name and version of this package. */
263
 
#define PACKAGE_STRING "gtk+ 2.24.6"
 
263
#define PACKAGE_STRING "gtk+ 2.24.8"
264
264
 
265
265
/* Define to the one symbol short name of this package. */
266
266
#define PACKAGE_TARNAME "gtk+"
267
267
 
268
268
/* Define to the version of this package. */
269
 
#define PACKAGE_VERSION "2.24.6"
 
269
#define PACKAGE_VERSION "2.24.8"
270
270
 
271
271
/* Define as the return type of signal handlers (`int' or `void'). */
272
272
#define RETSIGTYPE void