Merge lp:~larsu/gtk/calendar-day-selected into lp:~ubuntu-desktop/gtk/ubuntu

Proposed by Lars Karlitski
Status: Superseded
Proposed branch: lp:~larsu/gtk/calendar-day-selected
Merge into: lp:~ubuntu-desktop/gtk/ubuntu
Diff against target: 28059 lines (+27405/-0) (has conflicts)
125 files modified
.bzr-builddeb/default.conf (+2/-0)
debian/README.Debian (+29/-0)
debian/changelog (+6811/-0)
debian/compat (+1/-0)
debian/control (+311/-0)
debian/control.in (+308/-0)
debian/copyright (+656/-0)
debian/gir1.2-gtk-3.0.install (+1/-0)
debian/gtk-3-examples.examples (+2/-0)
debian/gtk-3-examples.install (+17/-0)
debian/libgail-3-0-dbg.dirs (+1/-0)
debian/libgail-3-0.install (+1/-0)
debian/libgail-3-0.symbols (+14/-0)
debian/libgail-3-dev.install (+3/-0)
debian/libgail-3-doc.doc-base.gail-reference (+9/-0)
debian/libgail-3-doc.install (+1/-0)
debian/libgail-3-doc.links (+1/-0)
debian/libgtk-3-0-dbg.links.in (+2/-0)
debian/libgtk-3-0-udeb.install (+1/-0)
debian/libgtk-3-0.install.in (+6/-0)
debian/libgtk-3-0.links.in (+2/-0)
debian/libgtk-3-0.postinst.in (+20/-0)
debian/libgtk-3-0.postrm.in (+11/-0)
debian/libgtk-3-0.symbols (+5086/-0)
debian/libgtk-3-0.triggers.in (+2/-0)
debian/libgtk-3-bin.install (+6/-0)
debian/libgtk-3-bin.links.in (+3/-0)
debian/libgtk-3-bin.manpages (+1/-0)
debian/libgtk-3-bin.postrm (+15/-0)
debian/libgtk-3-bin.preinst (+24/-0)
debian/libgtk-3-common.gsettings-override (+2/-0)
debian/libgtk-3-common.install.in (+5/-0)
debian/libgtk-3-dev.install (+7/-0)
debian/libgtk-3-dev.links.in (+2/-0)
debian/libgtk-3-doc.doc-base.gdk.in (+13/-0)
debian/libgtk-3-doc.doc-base.gtk.in (+11/-0)
debian/libgtk-3-doc.docs (+1/-0)
debian/libgtk-3-doc.install.in (+2/-0)
debian/libgtk-3-doc.links.in (+6/-0)
debian/missing-sources/README (+39/-0)
debian/missing-sources/zlib.js-0.1.6/ChangeLog.md (+133/-0)
debian/missing-sources/zlib.js-0.1.6/LICENSE (+28/-0)
debian/missing-sources/zlib.js-0.1.6/LICENSE_min (+1/-0)
debian/missing-sources/zlib.js-0.1.6/README.en.md (+285/-0)
debian/missing-sources/zlib.js-0.1.6/README.md (+307/-0)
debian/missing-sources/zlib.js-0.1.6/bin/rawinflate.min.js (+15/-0)
debian/missing-sources/zlib.js-0.1.6/bin/rawinflate.min.js.map (+8/-0)
debian/missing-sources/zlib.js-0.1.6/build.xml (+451/-0)
debian/missing-sources/zlib.js-0.1.6/closure-primitives/base.js (+1498/-0)
debian/missing-sources/zlib.js-0.1.6/closure-primitives/depswriter.py (+202/-0)
debian/missing-sources/zlib.js-0.1.6/closure-primitives/source.py (+114/-0)
debian/missing-sources/zlib.js-0.1.6/closure-primitives/treescan.py (+78/-0)
debian/missing-sources/zlib.js-0.1.6/define/typedarray/hybrid.js (+14/-0)
debian/missing-sources/zlib.js-0.1.6/define/typedarray/use.js (+9/-0)
debian/missing-sources/zlib.js-0.1.6/deps.js (+25/-0)
debian/missing-sources/zlib.js-0.1.6/export/adler32.js (+4/-0)
debian/missing-sources/zlib.js-0.1.6/export/crc32.js (+5/-0)
debian/missing-sources/zlib.js-0.1.6/export/deflate.js (+17/-0)
debian/missing-sources/zlib.js-0.1.6/export/gunzip.js (+11/-0)
debian/missing-sources/zlib.js-0.1.6/export/gunzip_member.js (+15/-0)
debian/missing-sources/zlib.js-0.1.6/export/gzip.js (+7/-0)
debian/missing-sources/zlib.js-0.1.6/export/inflate.js (+12/-0)
debian/missing-sources/zlib.js-0.1.6/export/inflate_stream.js (+11/-0)
debian/missing-sources/zlib.js-0.1.6/export/rawdeflate.js (+21/-0)
debian/missing-sources/zlib.js-0.1.6/export/rawinflate.js (+12/-0)
debian/missing-sources/zlib.js-0.1.6/export/rawinflate_stream.js (+11/-0)
debian/missing-sources/zlib.js-0.1.6/export/unzip.js (+15/-0)
debian/missing-sources/zlib.js-0.1.6/export/zip.js (+33/-0)
debian/missing-sources/zlib.js-0.1.6/node/exports.js (+230/-0)
debian/missing-sources/zlib.js-0.1.6/node/externs.js (+13/-0)
debian/missing-sources/zlib.js-0.1.6/package.json (+29/-0)
debian/missing-sources/zlib.js-0.1.6/src/adler32.js (+68/-0)
debian/missing-sources/zlib.js-0.1.6/src/bitstream.js (+202/-0)
debian/missing-sources/zlib.js-0.1.6/src/crc32.js (+142/-0)
debian/missing-sources/zlib.js-0.1.6/src/deflate.js (+168/-0)
debian/missing-sources/zlib.js-0.1.6/src/export_object.js (+33/-0)
debian/missing-sources/zlib.js-0.1.6/src/gunzip.js (+238/-0)
debian/missing-sources/zlib.js-0.1.6/src/gunzip_member.js (+51/-0)
debian/missing-sources/zlib.js-0.1.6/src/gzip.js (+225/-0)
debian/missing-sources/zlib.js-0.1.6/src/heap.js (+135/-0)
debian/missing-sources/zlib.js-0.1.6/src/huffman.js (+93/-0)
debian/missing-sources/zlib.js-0.1.6/src/inflate.js (+120/-0)
debian/missing-sources/zlib.js-0.1.6/src/inflate_stream.js (+119/-0)
debian/missing-sources/zlib.js-0.1.6/src/rawdeflate.js (+1195/-0)
debian/missing-sources/zlib.js-0.1.6/src/rawinflate.js (+861/-0)
debian/missing-sources/zlib.js-0.1.6/src/rawinflate_stream.js (+862/-0)
debian/missing-sources/zlib.js-0.1.6/src/unzip.js (+565/-0)
debian/missing-sources/zlib.js-0.1.6/src/util.js (+31/-0)
debian/missing-sources/zlib.js-0.1.6/src/zip.js (+571/-0)
debian/missing-sources/zlib.js-0.1.6/src/zlib.js (+24/-0)
debian/patches/0001-GtkButtonBox-remove-spacing-when-buttons-are-linked.patch (+97/-0)
debian/patches/0001-backport-mir-patches-from-upstream-master.patch (+2326/-0)
debian/patches/0001-gtk-reftest-Force-icon-theme-to-Adwaita.patch (+39/-0)
debian/patches/015_default-fallback-icon-theme.patch (+11/-0)
debian/patches/016_no_offscreen_widgets_grabbing.patch (+24/-0)
debian/patches/017_no_offscreen_device_grabbing.patch (+24/-0)
debian/patches/018_gdkenumtypes.c_location.patch (+67/-0)
debian/patches/030_tests_skip_filechooser.patch (+19/-0)
debian/patches/032_mips_treeview_row_separator_height.patch (+18/-0)
debian/patches/042_treeview_single-focus.patch (+16/-0)
debian/patches/043_notebook_scroll.patch (+211/-0)
debian/patches/060_ignore-random-icons.patch (+13/-0)
debian/patches/071_fix-installation-of-HTML-images.patch (+28/-0)
debian/patches/073-Use-AC_USE_SYSTEM_EXTENSIONS-to-get-_GNU_SOURCE-_XOP.patch (+112/-0)
debian/patches/073_treeview_almost_fixed.patch (+78/-0)
debian/patches/074_eventbox_scroll_mask.patch (+14/-0)
debian/patches/bzg_gtkcellrenderer_grabbing_modifier.patch (+123/-0)
debian/patches/calendar-always-emit-day-selected-once.patch (+198/-0)
debian/patches/message-dialog-restore-traditional-look-on-unity.patch (+163/-0)
debian/patches/print-dialog-show-options-of-remote-dnssd-printers.patch (+26/-0)
debian/patches/reftest-known-fail.patch (+38/-0)
debian/patches/restore_filechooser_typeaheadfind (+37/-0)
debian/patches/series (+24/-0)
debian/patches/ubuntu_gtk_custom_menu_items.patch (+365/-0)
debian/patches/uimanager-guard-against-nested-node-updates.patch (+64/-0)
debian/patches/x-canonical-accel.patch (+216/-0)
debian/rules (+188/-0)
debian/settings.ini (+5/-0)
debian/source/format (+1/-0)
debian/tests/build (+42/-0)
debian/tests/control (+2/-0)
debian/tests/python3-gi (+16/-0)
debian/update-icon-caches (+26/-0)
debian/update-icon-caches.8 (+19/-0)
debian/watch (+3/-0)
Conflict adding file .bzr-builddeb.  Moved existing file to .bzr-builddeb.moved.
Conflict adding file debian.  Moved existing file to debian.moved.
To merge this branch: bzr merge lp:~larsu/gtk/calendar-day-selected
Reviewer Review Type Date Requested Status
VCS imports Pending
Review via email: mp+273068@code.launchpad.net

Commit message

Add debian/patches/calendar-always-emit-day-selected-once.patch:
Fixes infintite loop between indicator-datetime and the panel (LP: #1480387)

Description of the change

Add debian/patches/calendar-always-emit-day-selected-once.patch:
Fixes infintite loop between indicator-datetime and the panel (LP: #1480387)

To post a comment you must log in.

Unmerged revisions

464. By Lars Karlitski

Add debian/patches/calendar-always-emit-day-selected-once.patch:
Fixes infintite loop between indicator-datetime and the panel (LP: #1480387)

463. By Iain Lane

releasing package gtk+3.0 version 3.16.7-0ubuntu1

462. By Iain Lane

New upstream release 3.16.7

461. By Lars Uebernickel <email address hidden>

debian/patches/0001-GtkButtonBox-remove-spacing-when-buttons-are-linked.patch:
backport from master (LP: #1470434)

460. By Iain Lane

releasing package gtk+3.0 version 3.16.6-1ubuntu1

459. By Iain Lane

* Merge with Debian. Remaining changes:
  + Enable Mir backend.
  + Drop 022_disable-viqr-im-for-vi-locale.patch
  + Drop 061_multiarch_module_fallback.patch - unneeded in Ubuntu since we
    cleared all old gtk modules out.
  + Install the settings.ini file to set our themes.
  + Enable parallel builds
  + Ubuntu specific patches:
    - 073_treeview_almost_fixed.patch
    - 074_eventbox_scroll_mask.patch
    - bzg_gtkcellrenderer_grabbing_modifier.patch
    - ubuntu_gtk_custom_menu_items.patch
    - print-dialog-show-options-of-remote-dnssd-printers.patch
    - uimanager-guard-against-nested-node-updates.patch
    - x-canonical-accel.patch
    - message-dialog-restore-traditional-look-on-unity.patch
    - 0001-gtk-reftest-Force-icon-theme-to-Adwaita.patch
  + Add Breaks on gnome-shell << 3.16 - this needs to be updated at the same
    time.
  + Add Breaks on old overlay-scrollbar versions which still provided the gtk3
    module - we don't want to use this any more with GTK 3.16.
  + Update Mir backend from upstream git.
* New upstream release.
* Refresh patches.
* Drop obsolete Breaks from pre-wheezy.
* Remove debian/libgtk-3-common.preinst.in, this file is a leftover from
  gtk+2.0 and not necessary anymore.

458. By Sebastien Bacher

releasing package gtk+3.0 version 3.16.5-1ubuntu2

457. By Sebastien Bacher

* debian/control.in:
  - the previous upload stopped limited the architectures where the mir
    backend is built, drop the restriction from the dev depends as well
    (lp: #1475537)

456. By Iain Lane

releasing package gtk+3.0 version 3.16.5-1ubuntu1

455. By Iain Lane

Merge 3.16.5-1 with Debian

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added directory '.bzr-builddeb'
2=== renamed directory '.bzr-builddeb' => '.bzr-builddeb.moved'
3=== added file '.bzr-builddeb/default.conf'
4--- .bzr-builddeb/default.conf 1970-01-01 00:00:00 +0000
5+++ .bzr-builddeb/default.conf 2015-10-01 13:55:51 +0000
6@@ -0,0 +1,2 @@
7+[BUILDDEB]
8+merge = True
9
10=== added directory 'debian'
11=== renamed directory 'debian' => 'debian.moved'
12=== added file 'debian/README.Debian'
13--- debian/README.Debian 1970-01-01 00:00:00 +0000
14+++ debian/README.Debian 2015-10-01 13:55:51 +0000
15@@ -0,0 +1,29 @@
16+GTK+2.0 for Debian
17+-------------------
18+
19+Key binding
20+===========
21+gnome-settings-daemon overrides gtk-key-theme-name in your gtkrc. so if you
22+use GNOME 2, it won't work, and it's not a bug.
23+Please use gnome-keybinding-properties instead of gtk-key-theme-name in your
24+gtkrc.
25+
26+
27+Emacs-style key bindings
28+========================
29+Gtk provides a way of configuring key bindings in Gtk Widgets, especially
30+to move the cursor in text fields. The default behavior in older Gtk versions
31+was similar to Emacs, and still available for users to configure. You can
32+configure the Emacs-style key binding theme in your ~/.gtkrc-2.0 file as
33+follows:
34+ gtk-key-theme-name = "Emacs"
35+
36+Please note that applications can still override this configuration, and this
37+is the case of the GNOME Desktop: gnome-settings-daemon loads the key theme
38+from the "/desktop/gnome/interface/gtk_key_theme" GConf entry. This can be
39+modified with gconf-editor.
40+
41+
42+This file is the initial work of Akira TAGOH <tagoh@debian.org> and was updated
43+by Loic Minier <lool@dooz.org>.
44+
45
46=== added file 'debian/changelog'
47--- debian/changelog 1970-01-01 00:00:00 +0000
48+++ debian/changelog 2015-10-01 13:55:51 +0000
49@@ -0,0 +1,6811 @@
50+gtk+3.0 (3.16.7-0ubuntu2) UNRELEASED; urgency=medium
51+
52+ * Add debian/patches/calendar-always-emit-day-selected-once.patch:
53+ Fixes infintite loop between indicator-datetime and the panel (LP: #1480387)
54+
55+ -- Lars Uebernickel <lars.uebernickel@ubuntu.com> Thu, 01 Oct 2015 15:51:33 +0200
56+
57+gtk+3.0 (3.16.7-0ubuntu1) wily; urgency=medium
58+
59+ [ Lars Uebernickel ]
60+ * debian/patches/0001-GtkButtonBox-remove-spacing-when-buttons-are-linked.patch:
61+ backport from master (LP: #1470434)
62+
63+ [ Iain Lane ]
64+ * New upstream release 3.16.7
65+
66+ -- Lars Uebernickel <lars.uebernickel@ubuntu.com> Tue, 22 Sep 2015 16:32:51 +0100
67+
68+gtk+3.0 (3.16.6-1ubuntu1) wily; urgency=medium
69+
70+ * Merge with Debian. Remaining changes:
71+ + Enable Mir backend.
72+ + Drop 022_disable-viqr-im-for-vi-locale.patch
73+ + Drop 061_multiarch_module_fallback.patch - unneeded in Ubuntu since we
74+ cleared all old gtk modules out.
75+ + Install the settings.ini file to set our themes.
76+ + Enable parallel builds
77+ + Ubuntu specific patches:
78+ - 073_treeview_almost_fixed.patch
79+ - 074_eventbox_scroll_mask.patch
80+ - bzg_gtkcellrenderer_grabbing_modifier.patch
81+ - ubuntu_gtk_custom_menu_items.patch
82+ - print-dialog-show-options-of-remote-dnssd-printers.patch
83+ - uimanager-guard-against-nested-node-updates.patch
84+ - x-canonical-accel.patch
85+ - message-dialog-restore-traditional-look-on-unity.patch
86+ - 0001-gtk-reftest-Force-icon-theme-to-Adwaita.patch
87+ + Add Breaks on gnome-shell << 3.16 - this needs to be updated at the same
88+ time.
89+ + Add Breaks on old overlay-scrollbar versions which still provided the gtk3
90+ module - we don't want to use this any more with GTK 3.16.
91+ + Update Mir backend from upstream git.
92+
93+ -- Iain Lane <iain.lane@canonical.com> Fri, 24 Jul 2015 13:38:45 +0100
94+
95+gtk+3.0 (3.16.6-1) unstable; urgency=medium
96+
97+ * New upstream release.
98+ * Refresh patches.
99+ * Drop obsolete Breaks from pre-wheezy.
100+ * Remove debian/libgtk-3-common.preinst.in, this file is a leftover from
101+ gtk+2.0 and not necessary anymore.
102+
103+ -- Michael Biebl <biebl@debian.org> Wed, 22 Jul 2015 21:29:11 +0200
104+
105+gtk+3.0 (3.16.5-1ubuntu2) wily; urgency=medium
106+
107+ * debian/control.in:
108+ - the previous upload stopped limited the architectures where the mir
109+ backend is built, drop the restriction from the dev depends as well
110+ (lp: #1475537)
111+
112+ -- Sebastien Bacher <seb128@ubuntu.com> Fri, 17 Jul 2015 10:49:08 +0200
113+
114+gtk+3.0 (3.16.5-1ubuntu1) wily; urgency=medium
115+
116+ * Merge with Debian. Remaining changes:
117+ + Enable Mir backend.
118+ + Drop 022_disable-viqr-im-for-vi-locale.patch
119+ + Drop 061_multiarch_module_fallback.patch - unneeded in Ubuntu since we
120+ cleared all old gtk modules out.
121+ + Install the settings.ini file to set our themes.
122+ + Enable parallel builds
123+ + Ubuntu specific patches:
124+ - 073_treeview_almost_fixed.patch
125+ - 074_eventbox_scroll_mask.patch
126+ - bzg_gtkcellrenderer_grabbing_modifier.patch
127+ - ubuntu_gtk_custom_menu_items.patch
128+ - print-dialog-show-options-of-remote-dnssd-printers.patch
129+ - uimanager-guard-against-nested-node-updates.patch
130+ - x-canonical-accel.patch
131+ - message-dialog-restore-traditional-look-on-unity.patch
132+ - 0001-gtk-reftest-Force-icon-theme-to-Adwaita.patch
133+ + Add Breaks on gnome-shell << 3.16 - this needs to be updated at the same
134+ time.
135+ + Add Breaks on old overlay-scrollbar versions which still provided the gtk3
136+ module - we don't want to use this any more with GTK 3.16.
137+ + Update Mir backend from upstream git.
138+
139+ -- Iain Lane <iain.lane@canonical.com> Wed, 08 Jul 2015 17:25:30 +0100
140+
141+gtk+3.0 (3.16.5-1) unstable; urgency=medium
142+
143+ * New upstream bugfix release 3.16.5
144+
145+ -- Iain Lane <laney@debian.org> Wed, 08 Jul 2015 16:20:40 +0100
146+
147+gtk+3.0 (3.16.4-2ubuntu4) wily; urgency=medium
148+
149+ * debian/patches/0001-Stable-mir-patches-from-git-master.patch: Update mir
150+ backend again.
151+
152+ -- Iain Lane <iain.lane@canonical.com> Wed, 08 Jul 2015 10:01:28 +0100
153+
154+gtk+3.0 (3.16.4-2ubuntu3) wily; urgency=medium
155+
156+ * Remove arch restriction on the gdk_mir symbols since this is now available
157+ on all Ubuntu arches.
158+
159+ -- Iain Lane <iain.lane@canonical.com> Tue, 30 Jun 2015 10:37:45 +0100
160+
161+gtk+3.0 (3.16.4-2ubuntu2) wily; urgency=medium
162+
163+ * debian/patches/0001-Stable-mir-patches-from-git-master.patch: Update mir
164+ backend from upstream, thanks Will Hua.
165+ * Enable mir backend everywhere, mir is built on all arches now.
166+
167+ -- Iain Lane <iain.lane@canonical.com> Mon, 29 Jun 2015 18:05:02 +0100
168+
169+gtk+3.0 (3.16.4-2ubuntu1) wily; urgency=low
170+
171+ * Merge with Debian. Remaining changes:
172+ + Enable Mir backend.
173+ + Drop 022_disable-viqr-im-for-vi-locale.patch
174+ + Drop 061_multiarch_module_fallback.patch - unneeded in Ubuntu since we
175+ cleared all old gtk modules out.
176+ + Install the settings.ini file to set our themes.
177+ + Enable parallel builds
178+ + Ubuntu specific patches:
179+ - 073_treeview_almost_fixed.patch
180+ - 074_eventbox_scroll_mask.patch
181+ - bzg_gtkcellrenderer_grabbing_modifier.patch
182+ - ubuntu_gtk_custom_menu_items.patch
183+ - print-dialog-show-options-of-remote-dnssd-printers.patch
184+ - uimanager-guard-against-nested-node-updates.patch
185+ - x-canonical-accel.patch
186+ - message-dialog-restore-traditional-look-on-unity.patch
187+ - 0001-gtk-reftest-Force-icon-theme-to-Adwaita.patch
188+ + Add Breaks on gnome-shell << 3.16 - this needs to be updated at the same
189+ time.
190+ + Add Breaks on old overlay-scrollbar versions which still provided the gtk3
191+ module - we don't want to use this any more with GTK 3.16.
192+ + Update Mir backend from upstream git.
193+
194+ -- Iain Lane <iain.lane@canonical.com> Fri, 19 Jun 2015 19:08:27 +0100
195+
196+gtk+3.0 (3.16.4-2) unstable; urgency=medium
197+
198+ * Merge changes from 3.14.13-1.
199+ * debian/README.Debian:
200+ + Removed, that's for gtk+2.0. Closes: #622913.
201+ * debian/control.in:
202+ + Drop versioned dependency on pkg-config. The version is satisfied
203+ in oldstable and that helps other packages that provide pkg-config.
204+ Closes: #734481.
205+ * Upload to unstable.
206+
207+ -- Emilio Pozuelo Monfort <pochu@debian.org> Sun, 14 Jun 2015 13:30:06 +0200
208+
209+gtk+3.0 (3.16.4-1) experimental; urgency=medium
210+
211+ [ Iain Lane ]
212+ * build with --fail-missing when doing an indep build
213+ * Install some utilities and missing icons, desktop files and manpages into
214+ gtk-3-examples (for want of a better package).
215+ * clean up reftest known_fail files in clean target which we create in
216+ pre-build
217+
218+ [ Emilio Pozuelo Monfort ]
219+ * New upstream release.
220+
221+ -- Emilio Pozuelo Monfort <pochu@debian.org> Fri, 12 Jun 2015 00:06:44 +0200
222+
223+gtk+3.0 (3.16.3-2ubuntu3) wily; urgency=medium
224+
225+ * debian/patches/restore_filechooser_typeaheadfind: Restore type-ahead find
226+ in GtkFileChooser widgets. This was removed upstream, but there's not a
227+ replacement yet. (LP: #1464654)
228+
229+ -- Iain Lane <iain.lane@canonical.com> Mon, 15 Jun 2015 18:11:20 +0100
230+
231+gtk+3.0 (3.16.3-2ubuntu2) wily; urgency=medium
232+
233+ * No-change rebuild to fix broken devhelp2 file
234+
235+ -- Iain Lane <iain.lane@canonical.com> Tue, 09 Jun 2015 11:04:15 +0100
236+
237+gtk+3.0 (3.16.3-2ubuntu1) wily; urgency=medium
238+
239+ [ Iain Lane ]
240+ * Merge with Debian. Remaining changes:
241+ + clean up reftest .known_fail fails which we create in pre-build
242+ + Install missing manpages, icons and desktop files for some utilities,
243+ thanks ricotz.
244+ + Build with --fail-missing so that we always install everything.
245+ + Don't use the listmissing.pl script any more, given the above.
246+ + Enable Mir backend.
247+ + Drop 022_disable-viqr-im-for-vi-locale.patch
248+ + Drop 061_multiarch_module_fallback.patch - unneeded in Ubuntu since we
249+ cleared all old gtk modules out.
250+ + Install the settings.ini file to set our themes.
251+ + Enable parallel builds
252+ + Ubuntu specific patches:
253+ - 073_treeview_almost_fixed.patch
254+ - 074_eventbox_scroll_mask.patch
255+ - bzg_gtkcellrenderer_grabbing_modifier.patch
256+ - ubuntu_gtk_custom_menu_items.patch
257+ - print-dialog-show-options-of-remote-dnssd-printers.patch
258+ - uimanager-guard-against-nested-node-updates.patch
259+ - x-canonical-accel.patch
260+ - message-dialog-restore-traditional-look-on-unity.patch
261+ - 0001-gtk-reftest-Force-icon-theme-to-Adwaita.patch
262+ * Add Breaks on gnome-shell << 3.16 - this needs to be updated at the same
263+ time.
264+ * Add Breaks on old overlay-scrollbar versions which still provided the gtk3
265+ module - we don't want to use this any more with GTK 3.16.
266+
267+ [ William Hua ]
268+ * Update Mir backend from upstream git.
269+
270+ -- Iain Lane <iain.lane@canonical.com> Wed, 03 Jun 2015 13:08:22 +0100
271+
272+gtk+3.0 (3.16.3-2) experimental; urgency=medium
273+
274+ * d/p/015_default-fallback-icon-theme.patch: Replace gnome with Adwaita.
275+ * Update libgtk-3-dev dependencies according to its pkg-config file.
276+
277+ -- Dmitry Shachnev <mitya57@debian.org> Sun, 24 May 2015 19:26:07 +0300
278+
279+gtk+3.0 (3.16.3-1) experimental; urgency=medium
280+
281+ [ Sjoerd Simons ]
282+ * New upstream release 3.16.2.
283+ * debian/patches/044_tracker_fts.patch:
284+ + Dropped, upstream also defaults to FTS tracker queries now
285+ * debian/control: Update build-dependency versions
286+ * debian/control: Add libexpoxy and libegl1-mesa-dev to build-depencies
287+ * debian/libgtk-3-0.symbols: Updated
288+ * d/p/notify-test-Don-t-test-object-relying-on-dbus-connec.patch:
289+ + Added. Fix test failure when no session bus is running (bgo#749009)
290+ * debian/rules: Add label-text-shadow-changes-modify-clip.ui to known
291+ reftest failures
292+
293+ [ Emilio Pozuelo Monfort ]
294+ * New upstream release 3.16.3.
295+ * debian/patches:
296+ + Refreshed.
297+ * debian/patches/notify-test-Don-t-test-object-relying-on-dbus-connec.patch:
298+ + Dropped, included upstream.
299+
300+ -- Emilio Pozuelo Monfort <pochu@debian.org> Fri, 22 May 2015 18:23:50 +0200
301+
302+gtk+3.0 (3.14.13-1) unstable; urgency=medium
303+
304+ * New upstream release.
305+
306+ -- Andreas Henriksson <andreas@fatal.se> Wed, 10 Jun 2015 18:19:44 +0200
307+
308+gtk+3.0 (3.14.12-0ubuntu2) vivid; urgency=medium
309+
310+ * debian/patches/allow-overriding-WM_CLASS-from-the-command-line.patch:
311+ support --class even when the program calls gdk_set_program_class().
312+ Needed for gnome-terminal profile-as-app backwards compat (LP: #1443273)
313+
314+ -- Lars Uebernickel <lars.uebernickel@ubuntu.com> Mon, 13 Apr 2015 08:31:13 +0200
315+
316+gtk+3.0 (3.14.12-0ubuntu1) vivid; urgency=medium
317+
318+ * New upstream release 3.14.12, fixing bugs:
319+ + nautilus bookmarks changing places randomly
320+ + popover: Remove signal handlers in dispose
321+ + Fix unwanted transparency of drag icons
322+ + Revert "image: Optimize non-resize changes"
323+ + Avoid a crash in GtkApplication (LP: #1357791)
324+ + Avoid a crash with tree view rubberbanding
325+ + Make gtk-update-icon-cache more resilient
326+ * debian/patches/0001-GtkApplication-Prevent-more-crashes-around-shutdown.patch:
327+ Cherry-pick patch from the 3.14 branch to fix more crashes when shutting
328+ down GtkApplications. (LP: #1439026)
329+
330+ -- Iain Lane <iain.lane@canonical.com> Fri, 10 Apr 2015 13:20:36 +0100
331+
332+gtk+3.0 (3.14.11-0ubuntu2) vivid; urgency=medium
333+
334+ * Patch from Steve Dodier-Lazaro (thanks!) to always return a value from
335+ gtk_menu_tracker_item_get_{menu_item,action_namespace}. (LP: #1439923)
336+
337+ -- Iain Lane <iain.lane@canonical.com> Wed, 08 Apr 2015 17:28:36 +0100
338+
339+gtk+3.0 (3.14.11-0ubuntu1) vivid; urgency=medium
340+
341+ * New upstream bugfix release.
342+ * debian/patches/0001-gtkprogressbar-fix-size-allocation.patch: Respect
343+ style properties for progress bars.
344+
345+ -- Iain Lane <iain.lane@canonical.com> Mon, 30 Mar 2015 12:12:32 +0100
346+
347+gtk+3.0 (3.14.9-0ubuntu1) vivid; urgency=medium
348+
349+ * New upstream release.
350+ + GtkScrolledWindow
351+ - Avoid 'jumping' when zoom scrolling kicks in
352+ - Make zoom scrolling less easy to trigger
353+ + Bugs fixed:
354+ - avahi-discovered CUPS printers don't work
355+ - Wayland: Clients won't work on compositors that support wl_...
356+ - Tooltips should have ATK_ROLE_TOOL_TIP (like they did before)
357+ - quartz: Avoid segfaulting when calling gdk_window_ensure_native
358+ - Fix loading of GResource SVGs
359+ - Icon theme code assumes directories with mtime 0 don't exist
360+ - Fix crash and miscalculation in css bitmask manipulation
361+ - Fix a crash due to too large surfaces
362+ - Update on text scale factor changes
363+
364+ -- Iain Lane <iain.lane@canonical.com> Thu, 19 Mar 2015 19:00:26 +0000
365+
366+gtk+3.0 (3.14.8-0ubuntu2) vivid; urgency=medium
367+
368+ * debian/patches/message-dialog-restore-traditional-look-on-unity.patch:
369+ Don't show any icon for GTK_MESSAGE_OTHER message dialogs. Previously we
370+ were showing the "image missing" icon.
371+ * debian/patches/0001-Add-style-classes-to-the-title-buttons.patch:
372+ Cherry-pick upstream patch to add CSS classes to CSD windows' title
373+ buttons, which will allow us to theme them.
374+ * Install gtk-encode-symbolic-svg and gtk3-icon-browser into
375+ gtk-3-examples. They're useful for icon theme authors.
376+
377+ -- Iain Lane <iain.lane@canonical.com> Fri, 06 Mar 2015 13:09:06 +0000
378+
379+gtk+3.0 (3.14.8-0ubuntu1) vivid; urgency=medium
380+
381+ * Fallback icon themes are deprecated & ignored upstream, drop the patch and
382+ the setting in debian/settings.ini.
383+ * New upstream release.
384+ + Fixes XConvertSelection crashing GTK apps. (LP: #1395250)
385+ * 0001-Menu-items-force-loading-16x16-icons.patch,
386+ 0002-gtkimagemenuitem-create-widget-for-action-icons-lazi.patch: Drop,
387+ applied in this release.
388+ * debian/patches/0001-css-Add-gtk-dpi-CSS-property-hack.patch,
389+ debian/patches/0002-css-use-pre-3.16-gtk_css_style_property_register.patch:
390+ Cherry-pick patches from upstream to fix apps responding to changes to the
391+ value of the org.gnome.desktop.interface text-scaling factor key. (LP:
392+ #1408212)
393+ * Bump version of a-i-t build-dep to get more icons required for reftests.
394+
395+ -- Iain Lane <iain.lane@canonical.com> Mon, 09 Feb 2015 18:00:35 +0000
396+
397+gtk+3.0 (3.14.7-0ubuntu3) vivid; urgency=medium
398+
399+ * Put BD back to adwaita-icon-theme, appropriately versioned, as the icons
400+ have been moved from -full now. It's useful to use a-i-t instead of -full,
401+ so we can be sure that we have all of the necessary icons in this package.
402+ * Add a patch to force the reftests to run using Adwaita as the icon theme.
403+
404+ -- Iain Lane <iain.lane@canonical.com> Fri, 23 Jan 2015 21:10:48 +0000
405+
406+gtk+3.0 (3.14.7-0ubuntu2) vivid; urgency=medium
407+
408+ [ William Hua ]
409+ * Fixes for menu bar issues in mir backend.
410+
411+ [ Lars Uebernickel ]
412+ * d/p/0002-gtkimagemenuitem-create-widget-for-action-icons-lazi.patch:
413+ - Fix empty images next to menu items in GtkMenuBars
414+
415+ [ Iain Lane ]
416+ * Build-Depend on adwaita-icon-theme-full, all icons needed for reftests.
417+
418+ -- Iain Lane <iain.lane@canonical.com> Thu, 22 Jan 2015 18:00:38 +0000
419+
420+gtk+3.0 (3.14.7-0ubuntu1) vivid; urgency=medium
421+
422+ * New upstream bugfix release 3.14.7.
423+
424+ -- Iain Lane <iain.lane@canonical.com> Mon, 12 Jan 2015 16:52:42 +0000
425+
426+gtk+3.0 (3.14.6-0ubuntu1) vivid; urgency=medium
427+
428+ [ Lars Uebernickel ]
429+ * New upstream release
430+ * debian/patches/0001-Disable-deprecation-warnings-in-tests.patch,
431+ debian/patches/0001-Fight-deprecation-warnings-in-test.patch,
432+ debian/patches/0001-threads-Do-not-release-the-GDK-lock-if-it-hasn-t-bee.patch,
433+ debian/patches/git-gtkpopover-set-background-and-popover-css.patch,
434+ debian/patches/git-menu-binding-emit-submenu-close-after-activate.patch,
435+ debian/patches/git_printing_segfault.patch,
436+ debian/patches/git_reftests-Improve-workaround-for-GtkGrid-bug.patch,
437+ debian/patches/gtkaboutdialog-support-showing-buttons-in-action-are.patch,
438+ debian/patches/gtkdialog-don-t-use-csd-when-use-header-bar-is-FALSE.patch,
439+ debian/patches/ubuntu_label_wrap_workaround.patch,
440+ debian/patches/ubuntu_translation_template.patch,
441+ debian/patches/use-secrets-service-for-cups-auth_info.patch:
442+ - dropped, included in the new release
443+ * debian/patches/022_disable-viqr-im-for-vi-locale.patch:
444+ - dropped, unlikely that we still need it
445+ * debian/patches/016_no_offscreen_widgets_grabbing.patch,
446+ debian/patches/017_no_offscreen_device_grabbing.patch,
447+ debian/patches/018_gdkenumtypes.c_location.patch,
448+ debian/patches/032_mips_treeview_row_separator_height.patch,
449+ debian/patches/073_treeview_almost_fixed.patch,
450+ debian/patches/074_eventbox_scroll_mask.patch,
451+ debian/patches/bzg_gtkcellrenderer_grabbing_modifier.patch,
452+ debian/patches/message-dialog-restore-traditional-look-on-unity.patch,
453+ debian/patches/mir-backend.patch,
454+ debian/patches/print-dialog-show-options-of-remote-dnssd-printers.patch,
455+ debian/patches/ubuntu_gtk_custom_menu_items.patch,
456+ debian/patches/x-canonical-accel.patch,
457+ debian/patches/mir-backend.patch:
458+ - ported and refreshed
459+ * 030_tests_skip_filechooser.patch,
460+ 042_treeview_single-focus.patch,
461+ 043_notebook_scroll.patch:
462+ - disable, it's not clear why this is needed anymore (as Debian did)
463+
464+ [ Iain Lane ]
465+ * Merge with Debian. Remaining changes:
466+ + Enable Mir backend.
467+ + Set Multi-Arch: same on the library.
468+ + Drop 061_multiarch_module_fallback.patch - unneeded in Ubuntu since we
469+ cleared all old gtk modules out.
470+ + Install the settings.ini file to set our themes.
471+ + Ubuntu specific patches:
472+ - 073_treeview_almost_fixed.patch
473+ - 074_eventbox_scroll_mask.patch
474+ - bzg_gtkcellrenderer_grabbing_modifier.patch
475+ - ubuntu_gtk_custom_menu_items.patch
476+ - print-dialog-show-options-of-remote-dnssd-printers.patch
477+ - uimanager-guard-against-nested-node-updates.patch
478+ - x-canonical-accel.patch
479+ - message-dialog-restore-traditional-look-on-unity.patch
480+ * Don't depend on the adwaita icon theme
481+ * 0001-Menu-items-force-loading-16x16-icons.patch: Scale icons in menu items
482+ to 16x16
483+ * debian/control{,.in}: Version the libmirclient-dev dependency to ≥ 0.90,
484+ on request of Rico who maintains backports of this package in a PPA.
485+ * New upstream release.
486+
487+ [ Robert Ancell ]
488+ * debian/patches/mir-backend.patch:
489+ - Add back changes from 3.12.2-0ubuntu14
490+ - Fix touch events not generating GDK events (LP: #1388875)
491+
492+ [ William Hua ]
493+ * debian/patches/mir-backend.patch:
494+ - Backport more mir patches from master
495+ * debian/patches/mir-backend-unmerged.patch:
496+ - Backport unmerged mir patches from wip/mir2
497+
498+ -- Iain Lane <iain.lane@canonical.com> Wed, 17 Dec 2014 17:16:57 +0000
499+
500+gtk+3.0 (3.14.5-1) unstable; urgency=medium
501+
502+ * New upstream bugfix release.
503+ * debian/patches/077_fix_menu_height_calculating.patch:
504+ + Dropped, merged upstream.
505+
506+ -- Emilio Pozuelo Monfort <pochu@debian.org> Tue, 11 Nov 2014 18:55:46 +0100
507+
508+gtk+3.0 (3.14.4-2) unstable; urgency=medium
509+
510+ [ Rico Tzschichholz ]
511+ * Install org.gtk.Settings.Debug.gschema.xml
512+
513+ [ Dmitry Shachnev ]
514+ * debian/patches/077_fix_menu_height_calculating.patch: backport upstream
515+ commit to fix calculation of menu height (closes: #767906).
516+
517+ -- Dmitry Shachnev <mitya57@debian.org> Tue, 04 Nov 2014 17:19:48 +0300
518+
519+gtk+3.0 (3.14.4-1) unstable; urgency=medium
520+
521+ * New upstream release.
522+
523+ -- Michael Biebl <biebl@debian.org> Thu, 23 Oct 2014 15:43:31 +0200
524+
525+gtk+3.0 (3.14.3-1) unstable; urgency=medium
526+
527+ * New upstream release.
528+ * Install typelib files into multiarch paths.
529+ * Mark gir and dev package as Multi-Arch: same.
530+ * Bump Standards-Version to 3.9.6. No further changes.
531+
532+ -- Michael Biebl <biebl@debian.org> Mon, 13 Oct 2014 23:35:40 +0200
533+
534+gtk+3.0 (3.14.2-1) unstable; urgency=medium
535+
536+ * New upstream release.
537+ - includes fix gtkbuilder fix for problems affecting libgweather
538+ users (like gnome-clocks, Closes: #764681)
539+
540+ -- Andreas Henriksson <andreas@fatal.se> Sat, 11 Oct 2014 15:12:08 +0200
541+
542+gtk+3.0 (3.14.1-1) unstable; urgency=medium
543+
544+ [ Emilio Pozuelo Monfort ]
545+ * New upstream release.
546+
547+ [ Andreas Henriksson ]
548+ * Add debian/patches/reftest-known-fail.patch
549+ - make it possible to tag individual reftests as ok to fail.
550+ * debian/rules:
551+ touch testsuite/reftests/style-properties-nth-child.ui.known_fail
552+ - reftest shows this intermittently has a couple of pixels
553+ difference on some architectures. No big deal.
554+ Noone is willing to investigate and consensus is it's ok to disable.
555+
556+ -- Michael Biebl <biebl@debian.org> Thu, 02 Oct 2014 01:49:16 +0200
557+
558+gtk+3.0 (3.14.0-1) unstable; urgency=medium
559+
560+ * New upstream release.
561+ * Refresh patches.
562+
563+ -- Michael Biebl <biebl@debian.org> Tue, 23 Sep 2014 22:25:42 +0200
564+
565+gtk+3.0 (3.13.9-2) unstable; urgency=medium
566+
567+ * Upload to unstable.
568+
569+ -- Andreas Henriksson <andreas@fatal.se> Fri, 19 Sep 2014 22:25:39 +0200
570+
571+gtk+3.0 (3.13.9-1) experimental; urgency=medium
572+
573+ [ Andreas Henriksson ]
574+ * libgtk-3-common: Depend on adwaita-icon-theme (>= ${gnome:Version})
575+ - gtk+ should guarantee we have atleast one sane icon theme available.
576+ * debian/rules: Include gnome-version.mk to generate ${gnome:Version}
577+
578+ [ Emilio Pozuelo Monfort ]
579+ * New upstream development release.
580+ * debian/control.in:
581+ + Bump libpango1.0-dev minimum (build-)dependency.
582+
583+ -- Emilio Pozuelo Monfort <pochu@debian.org> Fri, 19 Sep 2014 17:37:42 +0200
584+
585+gtk+3.0 (3.13.8-1) experimental; urgency=medium
586+
587+ [ Andreas Henriksson ]
588+ * New upstream development release (3.13.7)
589+ * Update build-dependencies according to configure.ac
590+ - bump libglib2.0-dev to (>= 2.41.2)
591+ * Update libgtk-3.0-dev dependency on libglib2.0-dev to (>= 2.41.2)
592+ * Massage debian/patches/018_gdkenumtypes.c_location.patch to apply again
593+ * Drop backported/merged patches now in released version:
594+ - debian/patches/072_Avoid-pkg-config-atleast-version.patch
595+ * Have quilt refresh remaining patches.
596+ * Bump gobject-introspection build-dependency to (>= 1.41.3)
597+ - this one supports new "nullable" annotation.
598+ * Build-depend on adwaita-icon-theme instead of gnome-icon-theme-symbolic
599+ * Update debian/libgtk-3-0.symbols with many additions
600+ * New upstream development release (3.13.8)
601+ * Update build-dependencies according to configure.ac changes:
602+ - Bump libgdk-pixbuf2.0-dev to (>= 2.30.0)
603+ - Bump libwayland-dev to (>= 1.5.91)
604+ * debian/patches/032_mips_treeview_row_separator_height.patch:
605+ - massage the patch into applying again.
606+ * Update debian/libgtk-3-0.symbols
607+ - 4 dropped gdk_wayland_*_libgtk_only symbols, should be unused.
608+ - 3 new wayland related symbols
609+
610+ -- Sjoerd Simons <sjoerd@debian.org> Fri, 05 Sep 2014 22:50:11 +0200
611+
612+gtk+3.0 (3.12.2-3) unstable; urgency=medium
613+
614+ * Team upload
615+ * debian/missing-sources/zlib.js-0.1.6: add missing source code for
616+ gdk/broadway/rawinflate.min.js (Closes: #753968)
617+ - some files in zlib.js upstream had missing source code themselves
618+ (closure-compiler.jar) or are not needed here, and have been removed
619+ to save space; see debian/missing-sources/README for details
620+ - make debian/missing-sources/rawinflate.js a symlink into zlib.js-0.1.6
621+ to reassure lintian that source is present
622+ * d/p/073-Use-AC_USE_SYSTEM_EXTENSIONS-to-get-_GNU_SOURCE-_XOP.patch:
623+ define _GNU_SOURCE on non-Linux to fix "assignment makes pointer from
624+ integer without a cast" found by build-log scanning on kFreeBSD
625+
626+ -- Simon McVittie <smcv@debian.org> Sun, 17 Aug 2014 15:26:50 +0100
627+
628+gtk+3.0 (3.12.2-2) unstable; urgency=medium
629+
630+ * Team upload
631+
632+ [ Dmitry Shachnev ]
633+ * Autopkgtests fixes: add missing xauth dependency, and stop using
634+ deprecated GtkStock item.
635+
636+ [ Simon McVittie ]
637+ * debian/patches/072_Avoid-pkg-config-atleast-version.patch:
638+ stop AM_PATH_GTK_3_0([3], [], [], [gthread]) trying to require
639+ gthread-2.0 >= 3, which doesn't exist (Closes: #756476)
640+
641+ -- Simon McVittie <smcv@debian.org> Sun, 10 Aug 2014 17:26:57 +0100
642+
643+gtk+3.0 (3.12.2-1) unstable; urgency=medium
644+
645+ * New upstream release.
646+
647+ -- Andreas Henriksson <andreas@fatal.se> Fri, 16 May 2014 12:12:48 +0200
648+
649+gtk+3.0 (3.12.2-0ubuntu16) vivid; urgency=medium
650+
651+ * debian/patches/git_popover_position.patch,
652+ debian/patches/git_popover_display.patch:
653+ - correctly display gtkpopover widgets, thanks Ryan Lorties for
654+ backporting the fixes (lp: #1383486)
655+
656+ -- Sebastien Bacher <seb128@ubuntu.com> Tue, 28 Oct 2014 18:23:29 +0100
657+
658+gtk+3.0 (3.12.2-0ubuntu15) utopic; urgency=medium
659+
660+ * 0001-wayland-don-t-init-if-XDG_RUNTIME_DIR-missing.patch: Don't abort if
661+ XDG_RUNTIME_DIR is unset (for example try `env -i gedit').
662+
663+ -- Iain Lane <iain.lane@canonical.com> Tue, 21 Oct 2014 15:21:13 +0100
664+
665+gtk+3.0 (3.12.2-0ubuntu14) utopic; urgency=medium
666+
667+ * debian/patches/mir-backend.patch:
668+ - trigger a warning when dealing with unknown mir types, rather
669+ than returning with an assert. That way the Mir backend doesn't
670+ stop working on Mir updates
671+
672+ -- Sebastien Bacher <seb128@ubuntu.com> Fri, 17 Oct 2014 09:52:49 +0200
673+
674+gtk+3.0 (3.12.2-0ubuntu13) utopic; urgency=medium
675+
676+ * Revert part of the previous update and do a manual refresh of the
677+ template instead, that's good enough for utopic and this way we
678+ don't have to debug weird autotools issues
679+ * debian/patches/ubuntu_label_wrap_workaround.patch:
680+ - restore workaround for label wrapping issues, there are still
681+ some work needed on applications before that can be removed
682+
683+ -- Sebastien Bacher <seb128@ubuntu.com> Wed, 08 Oct 2014 16:33:03 +0200
684+
685+gtk+3.0 (3.12.2-0ubuntu12) utopic; urgency=medium
686+
687+ * debian/control, debian/rules:
688+ - update the translations tarball on build, dh_translations doesn't
689+ work because the builddir != srcdir
690+ * debian/patches/ubuntu_translation_template.patch:
691+ - updated sources list for intltool-update to work, upstream doesn't
692+ dist some of the sources needed for that so we need to workaround
693+ until that's resolved properly there
694+
695+ [ Dariusz Gadomski ]
696+ * debian/patches/git_printing_segfault.patch:
697+ - backport a fix for a print dialog segfault (lp: #445333)
698+
699+ -- Sebastien Bacher <seb128@ubuntu.com> Wed, 08 Oct 2014 11:41:07 +0200
700+
701+gtk+3.0 (3.12.2-0ubuntu11) utopic; urgency=medium
702+
703+ * 0001-threads-Do-not-release-the-GDK-lock-if-it-hasn-t-bee.patch:
704+ Cherry-pick from upstream to work around abort() inside GLib occuring in
705+ applications that do not intialise GDK for threading right. (LP: #1374030)
706+
707+ -- Iain Lane <iain.lane@canonical.com> Fri, 03 Oct 2014 17:25:56 +0100
708+
709+gtk+3.0 (3.12.2-0ubuntu10) utopic; urgency=medium
710+
711+ [ Lars Uebernickel ]
712+ * gtkaboutdialog-support-showing-buttons-in-action-are.patch:
713+ - mark button titles as translatable (lp: #1375979)
714+
715+ -- Sebastien Bacher <seb128@ubuntu.com> Wed, 01 Oct 2014 17:36:18 +0200
716+
717+gtk+3.0 (3.12.2-0ubuntu9) utopic; urgency=medium
718+
719+ * Bump minimum version of gtk_print_backend_set_password due to addition of
720+ new boolean parameter.
721+
722+ -- Iain Lane <iain.lane@canonical.com> Fri, 26 Sep 2014 15:31:53 +0100
723+
724+gtk+3.0 (3.12.2-0ubuntu8) utopic; urgency=medium
725+
726+ * debian/patches/use-secrets-service-for-cups-auth_info.patch
727+ - Stores auth_info in secrets service for printing (LP: #445333)
728+
729+ -- Dariusz Gadomski <dariusz.gadomski@canonical.com> Thu, 25 Sep 2014 13:54:57 +0200
730+
731+gtk+3.0 (3.12.2-0ubuntu7) utopic; urgency=medium
732+
733+ * debian/patches/0001-Disable-deprecation-warnings-in-tests.patch
734+ debian/patches/0001-Fight-deprecation-warnings-in-test.patch: Don't run
735+ the testsuite with deprecation warnings. We want to test deprecated
736+ properties, and this currently causes FTBFS.
737+
738+ -- Iain Lane <iain.lane@canonical.com> Thu, 18 Sep 2014 17:54:17 +0100
739+
740+gtk+3.0 (3.12.2-0ubuntu6) utopic; urgency=medium
741+
742+ * debian/control.in, debian/libgtk-3-0.symbols, debian/rules:
743+ - enable the mir backends only on architectures where mir is built
744+
745+ -- Sebastien Bacher <seb128@ubuntu.com> Wed, 30 Jul 2014 19:08:26 +0200
746+
747+gtk+3.0 (3.12.2-0ubuntu5) utopic; urgency=medium
748+
749+ [ Lars Uebernickel ]
750+ * debian/patches/git_reftests-Improve-workaround-for-GtkGrid-bug.patch:
751+ - backport from master (lp: #1339495)
752+
753+ [ Robert Ancell ]
754+ * debian/rules:
755+ - Export XDG_RUNTIME_DIR - some tests can fail without this (LP: #1342398)
756+ - Build with --enable-mir-backend
757+ * debian/control:
758+ - Build depend on libmirclient-dev
759+ - libgtk-3-dev depends on libmirclient-dev
760+ * debian/libgtk-3-0.symbols:
761+ - Updated
762+ * debian/patches/mir-backend.patch:
763+ - Add Mir backend
764+
765+ -- Robert Ancell <robert.ancell@canonical.com> Wed, 30 Jul 2014 14:23:38 +1200
766+
767+gtk+3.0 (3.12.2-0ubuntu4) utopic; urgency=medium
768+
769+ * debian/patches/git-gtkpopover-set-background-and-popover-css.patch
770+ - backport from master (lp: #1329792, gnome: #731834)
771+
772+ -- Lars Uebernickel <lars.uebernickel@ubuntu.com> Wed, 18 Jun 2014 17:32:26 +0200
773+
774+gtk+3.0 (3.12.2-0ubuntu3) utopic; urgency=medium
775+
776+ [ Lars Uebernickel ]
777+ * Remove a11y-tests-disable-color-chooser-and-message-dialog-.patch:
778+ update title bar and message dialog patches with the proper fixes instead
779+ * Remove revert-fix-up-builder.patch: Dialogs have one child again:
780+ included in the title bar patch now
781+
782+ [ William Hua ]
783+ * Take upstream git-menu-binding-emit-submenu-close-after-activate.patch:
784+ - Ensures that menu item activations occur before GMenuModel
785+ submenu-action state changes (LP: #1208019)
786+
787+ -- William Hua <william.hua@canonical.com> Tue, 17 Jun 2014 10:15:41 -0400
788+
789+gtk+3.0 (3.12.2-0ubuntu2) utopic; urgency=medium
790+
791+ * debian/patches/a11y-tests-disable-color-chooser-and-message-dialog-.patch:
792+ Disable these tests which fail.
793+ * debian/patches/revert-fix-up-builder.patch: Dialogs have one child again
794+ due to our patches to remove headerbars.
795+ * Build-Depend on gnome-icon-theme-symbolic, required for the tests.
796+
797+ -- Iain Lane <iain.lane@canonical.com> Wed, 11 Jun 2014 16:28:09 +0100
798+
799+gtk+3.0 (3.12.2-0ubuntu1) utopic; urgency=medium
800+
801+ * Update, based on gnome3-staging work
802+
803+ [ Rico Tzschichholz ]
804+ * New upstream release
805+ * debian/control.in:
806+ - Bump build-deps on libglib2.0-dev (>= 2.39.5),
807+ gobject-introspection (>= 1.39.3)
808+ * debian/libgtk-3-0.symbols:
809+ - updated
810+
811+ [ Lars Uebernickel ]
812+ * debian/patches/gtkdialog-don-t-use-csd-when-use-header-bar-is-FALSE.patch
813+ debian/patches/gtkaboutdialog-support-showing-buttons-in-action-are.patch
814+ debian/patches/ message-dialog-restore-traditional-look-on-unity.patch
815+ - restore titlebars on dialogs
816+
817+ [ Iain Lane ]
818+ * Remove broadway symbols, we don't enable this backend in Ubuntu.
819+
820+ -- Sebastien Bacher <seb128@ubuntu.com> Tue, 10 Jun 2014 13:42:06 +0200
821+
822+gtk+3.0 (3.12.1-1) unstable; urgency=medium
823+
824+ * New upstream release
825+
826+ -- Sjoerd Simons <sjoerd@debian.org> Sat, 26 Apr 2014 16:44:41 +0200
827+
828+gtk+3.0 (3.12.0-4) unstable; urgency=medium
829+
830+ * Build-depend on gnome-icon-theme-symbolic and make test suite errors
831+ fatal again.
832+
833+ -- Emilio Pozuelo Monfort <pochu@debian.org> Thu, 03 Apr 2014 19:45:56 +0200
834+
835+gtk+3.0 (3.12.0-3) unstable; urgency=medium
836+
837+ * debian/control.in:
838+ + Loosen the dependencies on libgtk-3-common from = ${source:Version}
839+ to >= ${source:Version} to make libgtk-3-bin and libgtk-3-0 installable
840+ when a new source version is uploaded.
841+ + Don't build depend on gnome-icon-theme-symbolic as that pulls
842+ gnome-icon-theme which in turns pulls libgtk-3-bin, which isn't
843+ installable at the moment.
844+ * debian/rules:
845+ + Temporarily make the test suite non-fatal as gnome-icon-theme-symbolic
846+ is needed for some tests.
847+
848+ -- Emilio Pozuelo Monfort <pochu@debian.org> Wed, 02 Apr 2014 19:11:32 +0200
849+
850+gtk+3.0 (3.12.0-2) unstable; urgency=medium
851+
852+ * Upload to unstable.
853+
854+ -- Emilio Pozuelo Monfort <pochu@debian.org> Wed, 02 Apr 2014 16:10:12 +0200
855+
856+gtk+3.0 (3.12.0-1) experimental; urgency=medium
857+
858+ * New upstream release.
859+ * Update debian/libgtk-3-0.symbols with added symbols.
860+
861+ -- Andreas Henriksson <andreas@fatal.se> Tue, 25 Mar 2014 10:17:09 +0100
862+
863+gtk+3.0 (3.11.8-1) experimental; urgency=medium
864+
865+ * New upstream release.
866+ * debian/control.in,
867+ debian/rules:
868+ + Enable Google cloud print support on the normal build.
869+
870+ -- Emilio Pozuelo Monfort <pochu@debian.org> Sun, 09 Mar 2014 15:07:56 +0100
871+
872+gtk+3.0 (3.11.7-1) experimental; urgency=medium
873+
874+ * New upstream release.
875+ * Bump build-dependencies according to configure.ac:
876+ - glib 2.39.5 and gtk-doc 1.20
877+ * Use quilt to refresh all patches.
878+ * Update debian/libgtk-3-0.symbols
879+
880+ -- Andreas Henriksson <andreas@fatal.se> Tue, 18 Feb 2014 20:22:50 +0100
881+
882+gtk+3.0 (3.11.5-1) experimental; urgency=medium
883+
884+ * New upstream development release.
885+ * debian/control.in:
886+ + Update build dependencies.
887+ + Build depend on gnome-icon-theme-symbolic, needed for some tests.
888+ + Standards-Version is 3.9.5, no changes needed.
889+ * debian/libgtk-3-0.symbols:
890+ + Add new symbols. A couple of wayland-related symbols,
891+ gdk_wayland_display_get_wl_shell{,_surface} are gone in favor of
892+ gdk_wayland_display_get_xdg_shell. The wayland backend is not fully
893+ stable yet and nothing in the archive should be depending on them,
894+ so this should be fine.
895+ + Drop four commented-out symbols that weren't exported after 3.9.10,
896+ as mentioned below in the 3.9.14 changelog entry. Those for symbols
897+ were not exported in the headers and were only used internally by
898+ gdk.
899+ * debian/patches/080_disable-parallel-docs-build.patch:
900+ + Dropped, gtk-doc 1.20 works fine with parallel builds.
901+ * debian/rules:
902+ + Break colord<->gtk+ loop when bootstrapping. Thanks Daniel Schepler.
903+ Closes: #738603.
904+
905+ -- Emilio Pozuelo Monfort <pochu@debian.org> Mon, 17 Feb 2014 18:57:53 +0100
906+
907+gtk+3.0 (3.10.9-0ubuntu1) utopic; urgency=medium
908+
909+ * New upstream version
910+ - "Change the logic so that we only insert separators when we see a
911+ non-zero number of actual items in the menu before us."
912+ (lp: #1306850)
913+
914+ -- Sebastien Bacher <seb128@ubuntu.com> Tue, 03 Jun 2014 15:09:52 +0200
915+
916+gtk+3.0 (3.10.8-0ubuntu3) utopic; urgency=medium
917+
918+ * debian/patches/unset-titlebar.patch:
919+ - Allow titlebars to be unset (LP: #1325767)
920+
921+ -- Robert Ancell <robert.ancell@canonical.com> Tue, 03 Jun 2014 11:04:33 +1200
922+
923+gtk+3.0 (3.10.8-0ubuntu2) trusty; urgency=medium
924+
925+ * Backport gtk-dialogs-use-header property from 3.12.
926+
927+ -- Iain Lane <iain.lane@canonical.com> Thu, 24 Apr 2014 16:42:23 +0100
928+
929+gtk+3.0 (3.10.8-0ubuntu1) trusty; urgency=medium
930+
931+ * New upstream version, drop backports included in the update
932+
933+ -- Sebastien Bacher <seb128@ubuntu.com> Mon, 07 Apr 2014 16:59:16 +0200
934+
935+gtk+3.0 (3.10.7-1) unstable; urgency=low
936+
937+ * debian/libgtk-3-bin.install:
938+ + Ship broadwayd.
939+ * debian/rules:
940+ + Enable parallel builds.
941+ * New upstream release.
942+ * debian/patches/080_disable-parallel-docs-build.patch:
943+ + Disable parallel support for the docs as that has races, see
944+ the similar glib2.0 patch for a longer explanation.
945+ * Upload to unstable.
946+
947+ -- Emilio Pozuelo Monfort <pochu@debian.org> Sat, 15 Feb 2014 14:15:56 +0100
948+
949+gtk+3.0 (3.10.7-0ubuntu5) trusty; urgency=medium
950+
951+ * debian/patches/git_grid_theming.patch:
952+ - "grid: draw css background and borders", that's needed to be able to
953+ workraround background color issues with our scrollbars/theme,
954+ thanks Lars Uebernickel
955+
956+ [ William Hua ]
957+ * debian/patches/x-canonical-accel.patch:
958+ - allow setting menu item accelerator text directly (lp: #1208019)
959+
960+ -- Sebastien Bacher <seb128@ubuntu.com> Thu, 03 Apr 2014 18:52:08 +0200
961+
962+gtk+3.0 (3.10.7-0ubuntu4) trusty; urgency=medium
963+
964+ * debian/patches/ubuntu_gtk_custom_menu_items.patch:
965+ - clean leftover debug g_message() call
966+ * debian/patches/git_popup_menu_shift.patch:
967+ - "gtkmenu: displace popups by their css margin. Without a margin,
968+ the pointer is above the first (or last) menu item, making it easy
969+ to accidentally activate that item.", thanks Lars Uebernickel
970+ (lp: #1281617)
971+
972+ -- Sebastien Bacher <seb128@ubuntu.com> Thu, 06 Mar 2014 11:53:02 +0100
973+
974+gtk+3.0 (3.10.7-0ubuntu3) trusty; urgency=medium
975+
976+ * debian/patches/git_new_gtkdoc_build.patch:
977+ - backport commit to fix the build with the new gtk-doc (lp: #1283226)
978+ * debian/patches/git_print_replace_button.patch:
979+ - Show "Replace" button when printing to existing file
980+ * debian/patches/git_print_tab_visiblity.patch:
981+ - Fix visibility of tabs in print dialog
982+ * debian/patches/git_touch_popover_underline.patch:
983+ - touch popover: use underlines
984+ * debian/patches/git_subtitle_typo.patch:
985+ - Trivial typo fix in "subtitle" string (lp: #1260935)
986+
987+ -- Sebastien Bacher <seb128@ubuntu.com> Tue, 25 Feb 2014 12:35:39 +0100
988+
989+gtk+3.0 (3.10.7-0ubuntu2) trusty; urgency=medium
990+
991+ * debian/control.in: rebuild with the current cairo for Hi-DPI support
992+
993+ -- Sebastien Bacher <seb128@ubuntu.com> Mon, 17 Feb 2014 12:32:48 +0100
994+
995+gtk+3.0 (3.10.7-0ubuntu1) trusty; urgency=medium
996+
997+ * New upstream version
998+ * debian/patches/git_search_printer_location.patch:
999+ - Enable search through locations in printers list (lp: #1188571)
1000+ * debian/patches/testsuite-ppc64el-failure.patch:
1001+ - dropped, the changes are in the new version
1002+
1003+ [ Iain Lane ]
1004+ * Override the default for org.gtk.Settings.FileChooser startup-mode to
1005+ start file choosers in the working directory (defaulting to the home
1006+ directory) by default, instead of 'Recent Files', which has proved
1007+ unpopular with users. (LP: #959505)
1008+ * Make a writable directory for the testsuite to use during the build -
1009+ fixes failure in `make check' if home dir can't be written to.
1010+
1011+ -- Sebastien Bacher <seb128@ubuntu.com> Tue, 28 Jan 2014 13:16:19 +0100
1012+
1013+gtk+3.0 (3.10.6-0ubuntu3) trusty; urgency=medium
1014+
1015+ * Fix clean target to not fail when it's already been run (rm *-f*,
1016+ people)
1017+ * debian/patches/testsuite-ppc64el-failure.patch: fix prototypes of
1018+ signal callbacks in the test suite. Closes LP: #1262380.
1019+
1020+ -- Steve Langasek <steve.langasek@ubuntu.com> Thu, 26 Dec 2013 18:33:37 -0800
1021+
1022+gtk+3.0 (3.10.6-0ubuntu2) trusty; urgency=low
1023+
1024+ * debian/tests/build: update to not use gtkstock which is deprecated,
1025+ the warning is making the autopkgtest unhappy
1026+
1027+ -- Sebastien Bacher <seb128@ubuntu.com> Wed, 11 Dec 2013 10:52:41 +0100
1028+
1029+gtk+3.0 (3.10.6-0ubuntu1) trusty; urgency=low
1030+
1031+ * New upstream version, should fix those issues:
1032+ - gedit invalid free when some ims are used (lp: #1196523)
1033+ - eog geometry being wrong cause some scaling for the image (lp: #1247564)
1034+ - scroll issue when using the mouse wheel (lp: #1240957, #1184159)
1035+ - the fileselector uses a new sidebar for more consistency with nautilus
1036+ (lp: #937971)
1037+ * debian/control.in:
1038+ - Build-Depends on dbus-x11n g_test_dbus_up() is using dbus-launch
1039+ - Build-Depends on at-spi2-core, needed for the tests
1040+ - updated cairo, glib, wayland requirements
1041+ * Renamed some patches to follow in serie and indicate correct origin
1042+ * debian/patches/git_bookmark_ellipsize.patch:
1043+ - dropped, the fix is in the new version
1044+ * debian/patches/git_menu_separator_style.patch:
1045+ - backport upstream commit for theming issues
1046+ * debian/rules:
1047+ - copy build hacks from debian to use local schemas
1048+ - drop armhf -O0 workaround, gcc got fixed since
1049+ - workaround build issues due to autogenerated wayland sources
1050+
1051+ [ Lars Uebernickel ]
1052+ * New upstream version (lp: #1171587)
1053+ * debian/patches/git-gtkmodelmenuitem-icon-support.patch,
1054+ debian/patches/git_frame_disconnect.patch,
1055+ debian/patches/git_frame_update.patch,
1056+ debian/patches/git_list_handlers.patch,
1057+ debian/patches/git_submenus_leak.patch,
1058+ debian/patches/revert_git_a11y_stopped.patch,
1059+ debian/patches/031_ia64_children_test.patch:
1060+ - drop: fixed upstream
1061+ * debian/patches/abicheck-dynamic-backends:
1062+ - drop: abicheck was removed upstream
1063+ * debian/patches/075_expose_gdkwidget_for_gtkrange.patch:
1064+ - drop: ido doesn't use this anymore
1065+ * debian/patches/102_add_wayland_symbols.patch:
1066+ - drop: symbols are exported automatically now
1067+ * debian/patches/015_default-fallback-icon-theme.patch,
1068+ debian/patches/018_gdkenumtypes.c_location.patch,
1069+ debian/patches/032_mips_treeview_row_separator_height.patch
1070+ - update from debian
1071+ * debian/patches/uimanager-guard-against-nested-node-updates.patch:
1072+ - update: make it apply (gtkuimanager.c was moved to deprecated)
1073+ * debian/patches/ubuntu_gtk_custom_menu_items.patch:
1074+ - update: gtkmodelmenu was replaced by gtkmenutracker
1075+ * debian/patches/073_treeview_almost_fixed.patch:
1076+ - update: property wrongly marked as readable (caught by the new tests)
1077+ * 015_default-fallback-icon-theme.patch:
1078+ - drop: fixed differently upstream
1079+
1080+ -- Sebastien Bacher <seb128@ubuntu.com> Tue, 10 Dec 2013 11:51:53 +0100
1081+
1082+gtk+3.0 (3.10.2-1) experimental; urgency=low
1083+
1084+ * debian/libgtk-3-0.symbols:
1085+ + Mark wayland symbols as linux-any.
1086+ * New upstream release.
1087+ + debian/libgtk-3-0.symbols:
1088+ - Removed a couple of private structs that shouldn't have been
1089+ exported.
1090+ * debian/rules:
1091+ + Set VERBOSE so we get more information about test failures.
1092+
1093+ -- Emilio Pozuelo Monfort <pochu@debian.org> Mon, 28 Oct 2013 02:08:26 +0100
1094+
1095+gtk+3.0 (3.10.1-1) experimental; urgency=low
1096+
1097+ [ Emilio Pozuelo Monfort ]
1098+ * debian/control.in,
1099+ debian/rules:
1100+ + Only build the wayland backend on linux-any.
1101+
1102+ [ Andreas Henriksson ]
1103+ * New upstream release
1104+ * Bump libwayland-dev (build-)dependency to >= 1.2.0
1105+ * Update debian/libgtk-3-0.symbols with added symbols
1106+
1107+ -- Andreas Henriksson <andreas@fatal.se> Sun, 13 Oct 2013 20:14:15 +0200
1108+
1109+gtk+3.0 (3.9.14-1) experimental; urgency=low
1110+
1111+ [ Andreas Henriksson ]
1112+ * New upstream development release (3.9.10)
1113+ * Bump glib (build-)dependency to >= 2.37.3 as per configure.ac
1114+ * Trivial update in 015_default-fallback-icon-theme.patch to apply.
1115+ * Update debian/patches/018_gdkenumtypes.c_location.patch to apply
1116+ after upstream dropped --disable-rebuilds.
1117+ * Disable 030_tests_skip_filechooser.patch
1118+ - testsuite moved and restructured....
1119+ * Updated to apply patch against new testsuite file location:
1120+ - 032_mips_treeview_row_separator_height.patch
1121+ * Drop 031_ia64_children_test.patch
1122+ - fixed differently upstream (see GBZ #702370)
1123+ * Drop 080_correct_padding_of_submenu_arrows.patch
1124+ - previously cherry-picked, now included in upstream release.
1125+ * Refresh all patches to apply without offset.
1126+ * Ignore testsuite failures for now...
1127+ * Update debian/libgtk-3-0.symbols
1128+ - many added symbols, and four missing:
1129+ gdk_frame_clock_idle_get_type,
1130+ gdk_offscreen_window_get_type,
1131+ gdk_window_impl_get_type,
1132+ gdk_window_impl_x11_get_type.
1133+ * Explicitly set which GDK backends to build:
1134+ - enable x11,wayland,broadway in regular build
1135+ - disable wayland,broadway and enable x11 in udeb build
1136+ * Add build-dependencies needed by wayland backend:
1137+ - libwayland-dev (>= 1.1.90), libxkbcommon-dev (>= 0.2.0)
1138+ * Update debian/libgtk-3-0.symbols with added broadway & wayland symbols.
1139+ * New upstream release (3.9.12)
1140+ - bump cairo build-dependency to >= 1.12
1141+
1142+ [ Sjoerd Simons ]
1143+ * Add libwayland-dev depend in libgtk-3-dev since we're building the wayland
1144+ backend now
1145+ * Also needs libxkbcommon-dev now due to the wayland backend (Found by Andrew
1146+ Lee)
1147+ * debian/libgtk-3-0.symbols: Update for new symbols (Patch by Andrew Lee)
1148+
1149+ [ Emilio Pozuelo Monfort ]
1150+ * New upstream development release (3.9.14).
1151+ * debian/libgtk-3-0.symbols:
1152+ + Updated for new symbols.
1153+ * debian/control.in:
1154+ + Bump minimum libglib2.0-dev build dependency.
1155+ + Build depend on gsettings-desktop-schemas for the testsuite.
1156+ + Build depend on dbus-x11 for the testsuite.
1157+ + Build depend on at-spi2-core as libatspi2.0-0 seems to require it,
1158+ tests that use dbus fail otherwise.
1159+ * debian/rules:
1160+ + Set XDG_DATA_DIRS and copy and copile the gsettings schemas so that
1161+ gsettings can find them. Makes the test suite happy.
1162+ + Set XDG_RUNTIME_DIR, makes the test suite even happier.
1163+ + Make the test suite fatal again.
1164+
1165+ -- Emilio Pozuelo Monfort <pochu@debian.org> Tue, 10 Sep 2013 01:23:06 +0200
1166+
1167+gtk+3.0 (3.8.7-0ubuntu1) trusty; urgency=low
1168+
1169+ * New upstream version:
1170+ - should make scroll working again in gedit under xfce (lp: #1171342),
1171+ there is an xserver side change that is going to be required for other
1172+ environments though (e.g under compiz)
1173+ * debian/patches/git_frame_disconnect.patch,
1174+ debian/patches/git_frame_update.patch,
1175+ debian/patches/git_submenus_leak.patch:
1176+ - dropped, the fixes are in the new version
1177+
1178+ -- Sebastien Bacher <seb128@ubuntu.com> Fri, 22 Nov 2013 16:41:24 +0100
1179+
1180+gtk+3.0 (3.8.6-0ubuntu4) trusty; urgency=low
1181+
1182+ [ Ritesh Khadgaray ]
1183+ * debian/patches/git_bookmark_ellipsize.patch:
1184+ - GtkFileChooserButton dialog stretched, when user has a really long name
1185+ saved to bookmark (lp: #956855)
1186+
1187+ -- Ritesh Khadgaray <ritesh@canonical.com> Wed, 06 Nov 2013 15:28:06 +0100
1188+
1189+gtk+3.0 (3.8.6-0ubuntu2) saucy; urgency=low
1190+
1191+ * Backport fixes from git
1192+ * debian/patches/git_frame_disconnect.patch
1193+ debian/patches/git_frame_update.patch:
1194+ - "This fixes high wake-up count from any application using GtkTreeView,
1195+ even idle ones."
1196+ * debian/patches/git_submenus_leak.patch:
1197+ - "don't leak submenus", thanks Lars Uebernickel (lp: #1199877)
1198+
1199+ -- Sebastien Bacher <seb128@ubuntu.com> Mon, 28 Oct 2013 10:50:18 -0700
1200+
1201+gtk+3.0 (3.8.6-0ubuntu1) saucy; urgency=low
1202+
1203+ * New upstream version
1204+ * debian/patches/git_padding_value.patch:
1205+ - drop, the fix is the new version
1206+ * debian/patches/git_list_handlers.patch: gtk was made, during
1207+ the 3.8 cycle, to ignore the mimetype handlers with NoDisplay=true.
1208+ The change turned out to be wrong and got reverted in 3.10, doing the
1209+ same here. It makes, e.g shotwell to be listed again (lp: #1238149)
1210+
1211+ -- Sebastien Bacher <seb128@ubuntu.com> Mon, 21 Oct 2013 11:32:56 -0400
1212+
1213+gtk+3.0 (3.8.4-0ubuntu3) saucy; urgency=low
1214+
1215+ * debian/patches/git_padding_value.patch: don't use a negative padding,
1216+ that fixes gnome-session-properties' dialog segfault on empty lists,
1217+ thanks Ryan Lortie (lp: #1193913)
1218+
1219+ -- Sebastien Bacher <seb128@ubuntu.com> Mon, 30 Sep 2013 16:11:25 +0200
1220+
1221+gtk+3.0 (3.8.4-0ubuntu2) saucy; urgency=low
1222+
1223+ [ William Hua ]
1224+ * debian/patches/git-gtkmodelmenuitem-icon-support.patch:
1225+ - git backport from 3.9, add upstream's GtkModelMenuItem GIcon support
1226+ (lp: #186961)
1227+
1228+ -- Sebastien Bacher <seb128@ubuntu.com> Wed, 25 Sep 2013 11:53:05 +0200
1229+
1230+gtk+3.0 (3.8.4-0ubuntu1) saucy; urgency=low
1231+
1232+ * New upstream version
1233+ * Dropped the patches included in the new version
1234+
1235+ -- Sebastien Bacher <seb128@ubuntu.com> Mon, 09 Sep 2013 19:08:12 +0200
1236+
1237+gtk+3.0 (3.8.2-3ubuntu7) saucy; urgency=low
1238+
1239+ * ubuntu_gtk_custom_menu_items.patch: Fix checking for NULL actions
1240+ before applying action namespace
1241+
1242+ -- Ted Gould <ted@ubuntu.com> Thu, 15 Aug 2013 22:32:25 -0500
1243+
1244+gtk+3.0 (3.8.2-3ubuntu6) saucy; urgency=low
1245+
1246+ * Relax dependencies on the -common package, just require
1247+ libgtk-3-common (>= ${source:Upstream-Version})......
1248+ * Enable parallel builds.
1249+
1250+ -- Matthias Klose <doko@ubuntu.com> Sat, 03 Aug 2013 21:18:30 +0200
1251+
1252+gtk+3.0 (3.8.2-3ubuntu5) saucy; urgency=low
1253+
1254+ * debian/patches/git_check_for_gdkpixbuf_first.patch:
1255+ - Backport patch to fix slow icon loading in GNOME's Background Setttings
1256+ panel. Thanks Ryan Lortie for the fix! (LP: #1205562)
1257+
1258+ -- Jeremy Bicha <jbicha@ubuntu.com> Thu, 01 Aug 2013 20:37:08 -0400
1259+
1260+gtk+3.0 (3.8.2-3ubuntu4) saucy; urgency=low
1261+
1262+ * Add new symbol from last upload
1263+
1264+ -- Jeremy Bicha <jbicha@ubuntu.com> Mon, 22 Jul 2013 21:53:35 -0400
1265+
1266+gtk+3.0 (3.8.2-3ubuntu3) saucy; urgency=low
1267+
1268+ * debian/patches: Cherrypick upstream git iconcache fixes (LP: #1186694)
1269+ - git_iconcache_ref_GtkIconData.patch
1270+ - git_icontheme_move_changed_emission.patch
1271+ * debian/patches/git_disable_frame_sync_gtkplug.patch:
1272+ - Fixes gnome-screensaver not redrawing when used with lightdm
1273+ on gnome-shell (LP: #1181632)
1274+
1275+ -- Tim Lunn <tim@feathertop.org> Tue, 23 Jul 2013 09:27:13 +1000
1276+
1277+gtk+3.0 (3.8.2-3ubuntu2) saucy; urgency=low
1278+
1279+ * Use simply expanded variable to avoid FTBFS due to recursive reference of
1280+ CFLAGS on armhf.
1281+
1282+ -- Iain Lane <iain.lane@canonical.com> Mon, 08 Jul 2013 17:32:34 +0100
1283+
1284+gtk+3.0 (3.8.2-3ubuntu1) saucy; urgency=low
1285+
1286+ [ Sebastien Bacher ]
1287+ * debian/patches/git_filechooser_signal.patch:
1288+ "GtkFileChooserButton: Also emit 'file-set' when changing the selection
1289+ through the combo box"
1290+ * debian/patches/git_fileselect_subdir.patch:
1291+ " GtkFileChooserEntry: don't inline-complete if the entry
1292+ doesn't have the focus" (lp: #1102042)
1293+
1294+ [ Iain Lane ]
1295+ * Merge with Debian. Remaining changes:
1296+ + Enable Wayland backend.
1297+ + Set Multi-Arch: same on the library.
1298+ + Break old gtk3-engines-unico versions incompatible with this GTK,
1299+ + Drop 061_multiarch_module_fallback.patch - unneeded in Ubuntu since we
1300+ cleared all old gtk modules out.
1301+ + Don't build with optimisations on armhf to work around bug #1194123.
1302+ + Install the settings.ini file to set our themes.
1303+ + Ubuntu specific patches:
1304+ - 073_treeview_almost_fixed.patch
1305+ - 075_expose_gdkwidget_for_gtkrange.patch
1306+ - 102_add_wayland_symbols.patch
1307+ - abicheck-dynamic-backends
1308+ - git_fileselect_subdir.patch
1309+ - git_gtkcellrenderer_grabbing_modifier.patch
1310+ - git-gtkmodelmenuitem-icon-support.patch
1311+ - print-dialog-show-options-of-remote-dnssd-printers.patch
1312+ - revert_git_a11y_stopped.patch
1313+ - ubuntu_gtk_custom_menu_items.patch
1314+ - uimanager-guard-against-nested-node-updates.patch
1315+
1316+ -- Iain Lane <iain.lane@canonical.com> Mon, 08 Jul 2013 16:31:25 +0100
1317+
1318+gtk+3.0 (3.8.2-3) unstable; urgency=low
1319+
1320+ * Simplify our trigger for gtk-query-immodules-3.0, use the --update-cache
1321+ option instead of redirecting stdout.
1322+ * debian/patches/080_correct_padding_of_submenu_arrows.patch: Take padding
1323+ into account to position submenu arrow. Patch cherry-picked from upstream
1324+ Git.
1325+ * Update debian/copyright to comply with the final 1.0 spec.
1326+
1327+ -- Michael Biebl <biebl@debian.org> Sat, 06 Jul 2013 00:51:39 +0200
1328+
1329+gtk+3.0 (3.8.2-2) unstable; urgency=low
1330+
1331+ * debian/patches/031_ia64_children_test.patch:
1332+ + Patch from Stephan Schreiber, fix an invalid read on a test case
1333+ that caused it to fail on ia64, making the build fail.
1334+ * debian/patches/032_mips_treeview_row_separator_height.patch:
1335+ + Disable another test that currently fails on mips but that also
1336+ fails at least on amd64 when run under valgrind.
1337+ * All the above closes: #711107.
1338+
1339+ -- Emilio Pozuelo Monfort <pochu@debian.org> Sun, 16 Jun 2013 01:25:10 +0200
1340+
1341+gtk+3.0 (3.8.2-1) unstable; urgency=low
1342+
1343+ [ Josselin Mouette ]
1344+ * Switch to interest-noawait for triggers. They only affect IM
1345+ modules, so this is not likely to cause upgrade problems.
1346+
1347+ [ Michael Biebl ]
1348+ * Upload to unstable.
1349+ * New upstream release.
1350+ * Update debian/copyright following the latest copyright-format spec.
1351+ * Bump Standards-Version to 3.9.4. No further changes.
1352+
1353+ -- Michael Biebl <biebl@debian.org> Thu, 23 May 2013 16:23:37 +0200
1354+
1355+gtk+3.0 (3.8.2-0ubuntu7) saucy; urgency=low
1356+
1357+ * Revert the previous change and work around the GCC-4.8 breakage by
1358+ building without optimisations on armhf. For the GCC problem, see bug
1359+ #1194123
1360+
1361+ -- Iain Lane <iain.lane@canonical.com> Tue, 25 Jun 2013 10:58:43 +0100
1362+
1363+gtk+3.0 (3.8.2-0ubuntu6) saucy; urgency=low
1364+
1365+ * debian/rules: don't stop the build on failings tests, on armhf.
1366+ There is a test that started failing recently there, and the issue is
1367+ not easily reproducible. Since the version mismatch between archs is
1368+ breaking builds, let's unblock those while we debug
1369+
1370+ -- Sebastien Bacher <seb128@ubuntu.com> Thu, 20 Jun 2013 13:29:00 +0200
1371+
1372+gtk+3.0 (3.8.2-0ubuntu5) saucy; urgency=low
1373+
1374+ * debian/patches/git_no_segfault_on_icon_theme_update.patch: git backport
1375+ to fix nautilus segfaulting when being used after an icon theme update,
1376+ which typically happens when a package installing an icon is installed or
1377+ upgraded (lp: #1187709)
1378+
1379+ -- Sebastien Bacher <seb128@ubuntu.com> Wed, 19 Jun 2013 11:08:26 +0200
1380+
1381+gtk+3.0 (3.8.2-0ubuntu4) saucy; urgency=low
1382+
1383+ * debian/patches/043_ubuntu_menu_proxy.patch,
1384+ debian/libgtk-3-0.symbols:
1385+ - drop old menu patches, we deprecate appmenu-gtk in favor of the new
1386+ unity-gtk-module code
1387+ * debian/patches/git-gtkmodelmenuitem-icon-support.patch:
1388+ - git backport from 3.9, add upstream's GtkModelMenuItem GIcon support,
1389+ thanks William Hua
1390+ * debian/gtk-3-examples.install:
1391+ - list gtk3-demo-application there
1392+
1393+ -- Sebastien Bacher <seb128@ubuntu.com> Fri, 07 Jun 2013 17:08:06 +0200
1394+
1395+gtk+3.0 (3.8.2-0ubuntu3) saucy; urgency=low
1396+
1397+ * debian/patches/uimanager-guard-against-nested-node-updates.patch:
1398+ - Avoid crashing due to nested update_node calls in GtkUIManager.
1399+ LP: #1053862
1400+
1401+ -- Michael Terry <mterry@ubuntu.com> Tue, 30 Apr 2013 15:38:37 -0700
1402+
1403+gtk+3.0 (3.8.2-0ubuntu2) saucy; urgency=low
1404+
1405+ * debian/patches/ubuntu_gtk_custom_menu_items.patch:
1406+ - Update custom menu items patch, thanks Lars Uebernickel
1407+ * debian/libgtk-3-0.symbols:
1408+ - updated symbols list for the new patch
1409+
1410+ -- Sebastien Bacher <seb128@ubuntu.com> Thu, 30 May 2013 19:48:44 +0200
1411+
1412+gtk+3.0 (3.8.2-0ubuntu1) saucy; urgency=low
1413+
1414+ * New version update:
1415+ - includes fix for wayland backend segfault (lp: #1113424)
1416+ - don't use tick mark instead of apostrophe (lp: #896986)
1417+ - we now support touch friendly popups on entries and text views
1418+ in place of context menus, on touch devices
1419+ - The print dialog now shows printers that are discovered
1420+ using avahi (lp: #1082519)
1421+ - File chooser dialog doesn't provide network access (lp: #304345)
1422+ - selection is reported incorrectly in file chooser button (lp: #1041546)
1423+ * debian/libgtk-3-0.symbols:
1424+ - new version update
1425+ * debian/patches/git_color_annotation_fix.patch,
1426+ debian/patches/git_cssimage_load_when_needed.patch,
1427+ debian/patches/git_dont_duplicate_bookmark.patch:
1428+ - dropped, those fixes are in the new version
1429+ * debian/patches/102_add_wayland_symbols.patch:
1430+ - updated for new symbols
1431+
1432+ -- Sebastien Bacher <seb128@ubuntu.com> Mon, 25 Feb 2013 16:29:19 +0100
1433+
1434+gtk+3.0 (3.8.0-1) experimental; urgency=low
1435+
1436+ [ Rico Tzschichholz ]
1437+ * debian/gtk-3-examples.install:
1438+ - Install usr/bin/gtk3-demo-application
1439+
1440+ [ Emilio Pozuelo Monfort ]
1441+ * New upstream release.
1442+ + debian/patches/071_fix-installation-of-HTML-images.patch:
1443+ - Refreshed.
1444+
1445+ -- Emilio Pozuelo Monfort <pochu@debian.org> Tue, 26 Mar 2013 11:21:30 +0100
1446+
1447+gtk+3.0 (3.7.14-1) experimental; urgency=low
1448+
1449+ * New upstream release.
1450+ + d/p/090-GtkTextView-don-t-popdown-a-bubble-if-we-don-t-have-.patch:
1451+ - Removed, included upstream.
1452+ * debian/rules:
1453+ + Set HOME rather than G_HOME, as GLib now honors the former and
1454+ G_HOME is a Debian-specific thing.
1455+
1456+ -- Emilio Pozuelo Monfort <pochu@debian.org> Tue, 19 Mar 2013 12:06:40 +0100
1457+
1458+gtk+3.0 (3.7.12-2) experimental; urgency=low
1459+
1460+ * d/p/090-GtkTextView-don-t-popdown-a-bubble-if-we-don-t-have-.patch:
1461+ + Added. Fix segv when popping down non-existing bubblees (From upstream
1462+ git, bgo #695304)
1463+
1464+ -- Sjoerd Simons <sjoerd@debian.org> Mon, 11 Mar 2013 21:42:39 +0100
1465+
1466+gtk+3.0 (3.7.12-1) experimental; urgency=low
1467+
1468+ [ Sjoerd Simons ]
1469+ * debian/patches/80_Fix-DND-with-frame-sync.patch:
1470+ + Added. Temporary fix for DND when using mutter with the frame sync
1471+ protocol (from upstream git, bgo#694217).
1472+
1473+ [ Emilio Pozuelo Monfort ]
1474+ * New upstream release.
1475+ + debian/patches/*:
1476+ - Refreshed.
1477+ + debian/patches/80_Fix-DND-with-frame-sync.patch:
1478+ - Removed, included upstream.
1479+ + debian/libgtk-3-0.symbols:
1480+ - Updated for new symbols.
1481+
1482+ -- Emilio Pozuelo Monfort <pochu@debian.org> Wed, 06 Mar 2013 13:43:48 +0100
1483+
1484+gtk+3.0 (3.7.10-1) experimental; urgency=low
1485+
1486+ * New upstream release.
1487+ + debian/control.in:
1488+ - Update build dependencies.
1489+ + debian/patches:
1490+ - Refreshed.
1491+ + debian/libgtk-3-0.symbols:
1492+ - Updated for the new symbols.
1493+ + debian/gtk-3-examples.install:
1494+ - Stop installing gtk3-demo files, no longer needed.
1495+ + debian/patches/030_tests_skip_filechooser.patch:
1496+ - New patch: skip filechooser tests as they are not designed to
1497+ be run without gtk+ installed.
1498+
1499+ -- Emilio Pozuelo Monfort <pochu@debian.org> Sat, 23 Feb 2013 20:37:27 +0100
1500+
1501+gtk+3.0 (3.6.4-1) experimental; urgency=low
1502+
1503+ * New upstream release
1504+
1505+ -- Sjoerd Simons <sjoerd@debian.org> Tue, 08 Jan 2013 13:54:26 +0100
1506+
1507+gtk+3.0 (3.6.4-0ubuntu6) raring; urgency=low
1508+
1509+ * Cherry-pick upstream patches to only load CSS image data when needed,
1510+ saving a substantial amount of memory.
1511+
1512+ -- Colin Watson <cjwatson@ubuntu.com> Mon, 04 Feb 2013 13:04:06 +0000
1513+
1514+gtk+3.0 (3.6.4-0ubuntu5) raring; urgency=low
1515+
1516+ [ Sebastien Bacher ]
1517+ * debian/patches/git_color_annotation_fix.patch:
1518+ - backport annotation fix from trunk (lp: #1101301)
1519+ * debian/patches/062_ubuntu-set-grab-add.patch:
1520+ - drop that patch, it was needed at some point by ido/indicator-sound
1521+ but this code has been rewritten without the new for those hacks,
1522+ thanks Lars Uebernickel for checking
1523+
1524+ [ Iain Lane ]
1525+ * BD on newer libxkbcommon; previous versions generated very strict shlibs.
1526+
1527+ -- Iain Lane <iain.lane@canonical.com> Fri, 01 Feb 2013 16:51:15 +0000
1528+
1529+gtk+3.0 (3.6.4-0ubuntu4) raring; urgency=low
1530+
1531+ * Only build the wayland backend for the shared library, not the udeb.
1532+ * Make the abicheck.sh test dynamic on the enabled GDK backends, so the
1533+ exported symbols can vary between shared lib and udeb build.
1534+
1535+ -- Iain Lane <iain.lane@canonical.com> Mon, 28 Jan 2013 12:10:20 +0000
1536+
1537+gtk+3.0 (3.6.4-0ubuntu3) raring; urgency=low
1538+
1539+ * debian/control.in:
1540+ - Add libwayland-dev and libxkbcommon-dev as dependencies to
1541+ libgtk-3-dev (LP: #1106188)
1542+
1543+ -- Jeremy Bicha <jbicha@ubuntu.com> Sat, 26 Jan 2013 17:45:46 -0500
1544+
1545+gtk+3.0 (3.6.4-0ubuntu2) raring; urgency=low
1546+
1547+ * Enable Wayland backend (LP: #954352)
1548+
1549+ -- Darxus <darxus@chaosreigns.com> Fri, 25 Jan 2013 22:48:49 +0100
1550+
1551+gtk+3.0 (3.6.4-0ubuntu1) raring; urgency=low
1552+
1553+ [ Sebastien Bacher ]
1554+ * debian/patches/git_dont_duplicate_bookmark.patch:
1555+ - "Remove bookmark duplicate of shortcut" (lp: #316959)
1556+
1557+ [ Robert Ancell ]
1558+ * New upstream release
1559+ * debian/control.in:
1560+ - Add ${shlibs:Depends} Depends to libgtk-3-bin
1561+ * debian/libgtk-3-bin.install:
1562+ - Install gtk-launch man page.
1563+ * debian/libgtk-3-dev.install:
1564+ - Install gtkbuilder.rng RELAX NG schema file which can be used to
1565+ validate GtkBuilder ui files.
1566+
1567+ -- Robert Ancell <robert.ancell@canonical.com> Thu, 10 Jan 2013 17:05:45 +1300
1568+
1569+gtk+3.0 (3.6.3-1) experimental; urgency=low
1570+
1571+ * New upstream release.
1572+ * Refresh patches.
1573+ * debian/libgtk-3-bin.install: Install gtk-launch man page.
1574+ * debian/libgtk-3-dev.install: Install gtkbuilder.rng RELAX NG schema file
1575+ which can be used to validate GtkBuilder ui files.
1576+
1577+ -- Michael Biebl <biebl@debian.org> Fri, 04 Jan 2013 23:23:45 +0100
1578+
1579+gtk+3.0 (3.6.2-0ubuntu1) raring; urgency=low
1580+
1581+ * New upstream version:
1582+ - refactor some fileselector code to avoid segfaults,
1583+ thanks William Hua for tracking those issues (lp: #851843)
1584+ * Drop patches included in the new version
1585+ * debian/libgtk-3-0.symbols:
1586+ - updated for the new version, dropping private symbols
1587+
1588+ -- Sebastien Bacher <seb128@ubuntu.com> Mon, 12 Nov 2012 18:52:30 +0100
1589+
1590+gtk+3.0 (3.6.1-1) experimental; urgency=low
1591+
1592+ * Team upload
1593+ * New upstream release 3.6.1
1594+ - drop private symbols gtk_css_image_get_parser_type and
1595+ gtk_style_properties_get_style from symbols file (made static upstream;
1596+ verified not to be present in any header file)
1597+
1598+ -- Simon McVittie <smcv@debian.org> Mon, 22 Oct 2012 21:17:30 +0100
1599+
1600+gtk+3.0 (3.6.0-2) experimental; urgency=low
1601+
1602+ * debian/control.in: Add ${shlibs:Depends} Depends to libgtk-3-bin
1603+
1604+ -- Sjoerd Simons <sjoerd@debian.org> Wed, 03 Oct 2012 18:44:04 +0200
1605+
1606+gtk+3.0 (3.6.0-1) experimental; urgency=low
1607+
1608+ * New upstream release (3.6.0)
1609+ * Sync with ubuntu:
1610+ * debian/rules: Make test failures fatal again
1611+ * debian/libgtk-3-0.symbols: Updated
1612+ * debian/rules: Update build-depends
1613+ * debian/libgtk-3-bin.install: Add gtk-launch: A new commandline utility
1614+ to launch an application from its desktop file
1615+ * Add autopkgtest support
1616+ * debian/patches/072_statusicon_icon_size.patch:
1617+ * Removed merged upstream
1618+ * debian/patches/074_try-harder-to-discriminate-Shift-F10-and-F10.patch:
1619+ * Removed, fixed upstream
1620+ * debian/patches/073_transparent_colors.patch
1621+ * Removed, fixed upstream
1622+ * debian/control.in: bump glib2.0 build-dep to >= 2.33.14 to trump the dodgy
1623+ version in unstable
1624+ * debian/control.in: Bump gnome-themes-standard break due to theme related
1625+ changes
1626+
1627+ -- Sjoerd Simons <sjoerd@debian.org> Wed, 03 Oct 2012 09:07:16 +0200
1628+
1629+gtk+3.0 (3.6.0-0ubuntu4) raring; urgency=low
1630+
1631+ * debian/patches/git_robust_a11y_unrealized.patch: "Be robust against
1632+ unrealized windows in GtkWindowAccessible" (lp: #1064992)
1633+
1634+ -- Sebastien Bacher <seb128@ubuntu.com> Fri, 09 Nov 2012 17:47:37 +0100
1635+
1636+gtk+3.0 (3.6.0-0ubuntu3.1) quantal-proposed; urgency=low
1637+
1638+ * Cherry-pick some upstream patches from 3.6.1 (LP: #1068585)
1639+ + appchooserwidget: check for g_app_info_should_show(). This ensures
1640+ NoDisplay=true or NotShowIn/OnlyShowIn values in the desktop file are
1641+ respected.
1642+ + Make process_all_updates draw synchronously to improve rendering
1643+ performance.
1644+
1645+ -- Iain Lane <iain.lane@canonical.com> Thu, 18 Oct 2012 17:49:38 +0100
1646+
1647+gtk+3.0 (3.6.0-0ubuntu3) quantal-proposed; urgency=low
1648+
1649+ * debian/patches/revert_git_a11y_stopped.patch:
1650+ - revert recent commit which unload a11y on shutdown,
1651+ that's an optimization and not strictly necessary and it's creating
1652+ issue with e.g ubiquity (lp: #1056300). That's a workaround but seems
1653+ to be the safest solution for quantal.
1654+ * debian/patches/git_iconview_render_item_select.patch:
1655+ - "iconview: Render focus even in non-selected items"
1656+ * debian/control.in:
1657+ - let libgtk depends on at-spi-core2 (rather than libgail) since that's
1658+ the library which is using the service, that should fix issues the
1659+ warnings raised on some configurations (including the QA tests)
1660+
1661+ -- Sebastien Bacher <seb128@ubuntu.com> Tue, 09 Oct 2012 11:48:15 +0200
1662+
1663+gtk+3.0 (3.6.0-0ubuntu2) quantal-proposed; urgency=low
1664+
1665+ * debian/patches/git_use_right_display.patch:
1666+ - should fix gedit or evince hitting an Xerror when opened two times
1667+ with different displays, e.g one from unity and one by clicking
1668+ on a file in nautilus (lp: #1047431)
1669+
1670+ -- Sebastien Bacher <seb128@ubuntu.com> Thu, 27 Sep 2012 15:30:06 +0200
1671+
1672+gtk+3.0 (3.6.0-0ubuntu1) quantal; urgency=low
1673+
1674+ * New upstream stable release
1675+ * debian/libgtk-3-0.symbols:
1676+ - Updated
1677+
1678+ -- Robert Ancell <robert.ancell@canonical.com> Tue, 25 Sep 2012 12:56:48 +1200
1679+
1680+gtk+3.0 (3.5.18-0ubuntu3) quantal-proposed; urgency=low
1681+
1682+ * debian/patches/print-dialog-show-options-of-remote-dnssd-printers.patch:
1683+ Make printing on remote DNS-SD/Bonjour-shared printers working
1684+ (LP: #1053891).
1685+
1686+ -- Till Kamppeter <till.kamppeter@gmail.com> Fri, 21 Sep 2012 10:56:30 +0200
1687+
1688+gtk+3.0 (3.5.18-0ubuntu2) quantal-proposed; urgency=low
1689+
1690+ * Merge fix from Albert Astals Cid to not hijack mnemonics for non-menubar
1691+ menus (for example context menus). The standard gtk codepath performs more
1692+ sanity checks that we need. Fixes, for example, the 'R' mnemonic in
1693+ Nautilus (rename). (LP: #896740)
1694+
1695+ -- Iain Lane <iain.lane@canonical.com> Wed, 19 Sep 2012 17:09:56 +0100
1696+
1697+gtk+3.0 (3.5.18-0ubuntu1) quantal; urgency=low
1698+
1699+ * New upstream bugfix release
1700+ * debian/libgtk-3-0.symbols:
1701+ - Updated
1702+
1703+ [ Sebastien Bacher ]
1704+ * debian/patches/101_revert_symbolic_icon_search.patch:
1705+ - drop the revert workaround done for precise, the icon theme should
1706+ be fixed rather in quantal since that's the correct solution,
1707+ the patch also creates issues in gnome-shell (lp: #1001229)
1708+
1709+ -- Robert Ancell <robert.ancell@canonical.com> Wed, 19 Sep 2012 13:20:34 +1200
1710+
1711+gtk+3.0 (3.5.16-0ubuntu1) quantal; urgency=low
1712+
1713+ * New upstream bugfix release
1714+ * debian/libgtk-3-0.symbols:
1715+ - Updated
1716+ * debian/patches/00git_gtkactionhelper.patch:
1717+ - Applied upstream
1718+
1719+ -- Robert Ancell <robert.ancell@canonical.com> Wed, 05 Sep 2012 15:21:29 +1200
1720+
1721+gtk+3.0 (3.5.12-0ubuntu3) quantal-proposed; urgency=low
1722+
1723+ * debian/patches/00git_gtkactionhelper.patch:
1724+ - Fix crash adding actions
1725+
1726+ -- Robert Ancell <robert.ancell@canonical.com> Wed, 22 Aug 2012 17:32:00 +1200
1727+
1728+gtk+3.0 (3.5.12-0ubuntu2) quantal-proposed; urgency=low
1729+
1730+ * debian/control.in: updated glib requirement
1731+ * debian/patches/ubuntu_gtk_custom_menu_items.patch:
1732+ - define new gtk_model_menu_create_custom_item function, it's required
1733+ for the indicator-message on gmenu update, thanks Lars Uebernickel
1734+ (lp: #1039476)
1735+
1736+ -- Sebastien Bacher <seb128@ubuntu.com> Tue, 21 Aug 2012 13:57:05 +0200
1737+
1738+gtk+3.0 (3.5.12-0ubuntu1) quantal-proposed; urgency=low
1739+
1740+ * New upstream version:
1741+ GtkApplication:
1742+ - Add gtk_application_get_active_window to get the active window
1743+ - Add gtk_widget_insert_action_group to allow more flexibility
1744+ when associating widgets with actions
1745+ GtkMenuButton:
1746+ - The gtk_menu_button_set_menu function is getting renamed
1747+ to gtk_menu_button_set_popup. The old name is still available
1748+ for now, but will be removed before 3.6
1749+ GtkToolbar:
1750+ - use CSS properties instead of style properties for padding
1751+ Input method support:
1752+ - GtkEntry and GtkTextView now have input-purpose and input-hints
1753+ properties that let applications provide useful hints to
1754+ input methods, like 'this entry is for a phone nr'.
1755+ * debian/libgtk-3-0.symbols:
1756+ - updated
1757+
1758+ -- Sebastien Bacher <seb128@ubuntu.com> Tue, 21 Aug 2012 11:59:37 +0200
1759+
1760+gtk+3.0 (3.5.10-0ubuntu1) quantal-proposed; urgency=low
1761+
1762+ * New upstream release (LP: #1033867).
1763+ * Refresh patches to apply cleanly.
1764+ * Drop debian/patches/revert_nautilus_segfault.patch: Fixed properly
1765+ upstream.
1766+ * Remove ubuntu revisions from symbols which are not Ubuntu specific.
1767+ * debian/control{,.in}: XC-Package-Type → Package-Type. Thanks, lintian.
1768+
1769+ -- Iain Lane <iain.lane@canonical.com> Tue, 07 Aug 2012 09:52:01 +0100
1770+
1771+gtk+3.0 (3.5.8-0ubuntu2) quantal-proposed; urgency=low
1772+
1773+ * debian/patches/revert_nautilus_segfault.patch:
1774+ - revert commit that makes nautilus segfault randomly (lp: #1018896)
1775+
1776+ -- Sebastien Bacher <seb128@ubuntu.com> Wed, 18 Jul 2012 21:28:53 +0200
1777+
1778+gtk+3.0 (3.5.8-0ubuntu1) quantal-proposed; urgency=low
1779+
1780+ * New upstream version (lp: #1025531)
1781+ * gtk-launch: A new commandline utility to launch an application from
1782+ its desktop file
1783+ * GtkStrengthBar: A new widget for displaying the strength or level
1784+ or some quantity
1785+ * Wayland: Updates for changes in the Wayland protocol
1786+ * Bugs fixed
1787+ * debian/control.in:
1788+ - libgail-3-0 depends on at-spi2-core since a11y is an hard depends
1789+ * debian/libgtk-3-0.symbols:
1790+ - Updated
1791+ * debian/libgtk-3-bin.install:
1792+ - install gtk-launcher there
1793+
1794+ -- Sebastien Bacher <seb128@ubuntu.com> Wed, 18 Jul 2012 16:15:26 +0200
1795+
1796+gtk+3.0 (3.5.6-0ubuntu5) quantal; urgency=low
1797+
1798+ * Add debian/tests/control: DEP-8 autopkgtest control file. Add XS-Testsuite
1799+ header to debian/control.in.
1800+ * Add debian/tests/build: autopkgtest check: Build and run a program against
1801+ GTK+, to verify that the headers and pkg-config file are installed
1802+ correctly.
1803+ * Add debian/tests/python3-gi: autopkgtest check: Run a python3 program
1804+ against gir1.2-gtk-3.0 to check the introspection part.
1805+
1806+ -- Martin Pitt <martin.pitt@ubuntu.com> Wed, 11 Jul 2012 10:48:41 +0200
1807+
1808+gtk+3.0 (3.5.6-0ubuntu4) quantal-proposed; urgency=low
1809+
1810+ * debian/control.in: Add missing xvfb build dependency for the tests.
1811+ * debian/rules: Set G_HOME to avoid tests failing in restricted buildd
1812+ environments, similar to glib.
1813+ * debian/rules: Create .local/share dir in our local home directory, to work
1814+ around https://bugzilla.gnome.org/show_bug.cgi?id=678808.
1815+
1816+ -- Martin Pitt <martin.pitt@ubuntu.com> Wed, 04 Jul 2012 12:53:42 +0200
1817+
1818+gtk+3.0 (3.5.6-0ubuntu3) quantal-proposed; urgency=low
1819+
1820+ * 043_ubuntu_menu_proxy.patch: Add the missing three symbols to
1821+ gtk/gtk.symbols, to unbreak the abicheck.sh test.
1822+ * 062_ubuntu-set-grab-add.patch: Unfuzz for previous change.
1823+ * debian/rules: Fail the build on failed tests.
1824+
1825+ -- Martin Pitt <martin.pitt@ubuntu.com> Wed, 04 Jul 2012 10:00:24 +0200
1826+
1827+gtk+3.0 (3.5.6-0ubuntu2) quantal-proposed; urgency=low
1828+
1829+ * debian/control:
1830+ - libgtk-3-dev depends on libatk-bridge2.0-dev
1831+
1832+ -- Robert Ancell <robert.ancell@canonical.com> Thu, 28 Jun 2012 15:31:27 +1200
1833+
1834+gtk+3.0 (3.5.6-0ubuntu1) quantal-proposed; urgency=low
1835+
1836+ * New upstream release
1837+ * debian/control:
1838+ - Build depend on libatk-bridge2.0-dev
1839+ * debian/libgtk-3-0.symbols:
1840+ - Updated
1841+
1842+ -- Robert Ancell <robert.ancell@canonical.com> Wed, 27 Jun 2012 17:24:13 +1200
1843+
1844+gtk+3.0 (3.5.4-0ubuntu1) quantal; urgency=low
1845+
1846+ [ Jeremy Bicha ]
1847+ * settings.ini:
1848+ Set gnome-panel menu-bar icon size to 24 so that Ubuntu logo
1849+ for the Applications menu isn't set too small (LP: #986969)
1850+
1851+ [ Robert Ancell ]
1852+ * New upstream release (LP: #1000545)
1853+ * debian/control:
1854+ - Bump build-depends on libglib2.0-dev
1855+ - Add breaks older version of gtk3-engines-unico
1856+ * debian/libgtk-3-0.symbols:
1857+ - Updated
1858+ * debian/libgtk-3-0.install.in:
1859+ * debian/rules:
1860+ - Install settings.ini in rules
1861+ * debian/patches/00git_gtkimage_cleanup_crash.patch:
1862+ - Applied upstream
1863+
1864+ [ Sebastien Bacher ]
1865+ * Rebase on Debian, including:
1866+ - simplified the build rules and .install
1867+ - dropped the static build (not really useful and costing time and efforts)
1868+ * Remaining diffs:
1869+ * debian/control.in:
1870+ - updated replace versions
1871+ * debian/patches/100_overlay_scrollbar_loading.patch:
1872+ -dropped, the new scollbar code doesn't require that hack
1873+ * Drop fallback support for pre-multiarch loaders
1874+ * Remaining patches:
1875+ - 043_ubuntu_menu_proxy.patch
1876+ - 062_ubuntu-set-grab-add.patch
1877+ - 073_treeview_almost_fixed.patch
1878+ - 075_expose_gdkwidget_for_gtkrange.patch
1879+ - 099_eventbox_scroll_mask.patch
1880+ - git_gtkcellrenderer_grabbing_modifier.patch
1881+
1882+ [ Ken VanDine ]
1883+ * debian/patches/101_revert_symbolic_icon_search.patch
1884+ - Revert symbolic icon search changes from 3.4.2, it breaks the icon
1885+ displayed in indicator-power because of the order the icons are searched
1886+ in. It looks like ubuntu-mono should drop the old icon names and
1887+ use the new -symbolic icons. We need to carry this patch until
1888+ ubuntu-mono fixes it's handling of symbolic icons. (LP: #1001229)
1889+
1890+ -- Robert Ancell <robert.ancell@canonical.com> Fri, 15 Jun 2012 11:36:11 +1200
1891+
1892+gtk+3.0 (3.4.2-6) unstable; urgency=low
1893+
1894+ * Team upload.
1895+ * debian/patches/076_check_wm_supports_hint.patch: This patch fixes the
1896+ size and placement of popup menus with some window managers, such as
1897+ Awesome and XMonad. Closes: #681974
1898+
1899+ -- Sébastien Villemot <sebastien@debian.org> Thu, 31 Jan 2013 18:09:43 +0100
1900+
1901+gtk+3.0 (3.4.2-5) unstable; urgency=low
1902+
1903+ * debian/patches/075_gtkplug-fix-handling-of-key-events-for-layouts.patch:
1904+ This patch fixes handling of key events for different layouts in
1905+ GtkPlug. In particular, it fixes the keyboard layout switching from
1906+ gnome-screensaver when the screen is locked. Closes: #692235
1907+ * debian/libgtk-3-0.symbols: add gdk_x11_keymap_get_group_for_state and
1908+ gdk_x11_keymap_key_is_modifier which are introduced by the above patch
1909+ (actually backported from the 3.5.2 API).
1910+ * debian/rules: call dh_makeshlibs with -V 'libgtk-3-0 (>= 3.4.2-5~)',
1911+ since we introduced new public symbols in this Debian revision.
1912+
1913+ -- Sébastien Villemot <sebastien@debian.org> Wed, 09 Jan 2013 11:00:22 +0100
1914+
1915+gtk+3.0 (3.4.2-4) unstable; urgency=low
1916+
1917+ * debian/patches/074_try-harder-to-discriminate-Shift-F10-and-F10.patch:
1918+ With xkb-data 2.5.1-2.1 preserving the Shift modifier, GTK+ can properly
1919+ map F10 and Shift-F10 to different key bindings. Closes: #658392
1920+
1921+ -- Michael Biebl <biebl@debian.org> Fri, 21 Sep 2012 18:30:41 +0200
1922+
1923+gtk+3.0 (3.4.2-3) unstable; urgency=low
1924+
1925+ [ Josselin Mouette ]
1926+ * Update xrandr epoch.
1927+
1928+ [ Michael Biebl ]
1929+ * debian/libgtk-3-0.postrm.in: Drop "rm -rf /etc/gtk-3.0/" on purge since
1930+ this removes files owned by libgtk-3-common. Those bits were copied over
1931+ from the gtk+2.0 package but they are actually obsolete and no longer
1932+ required. Closes: #681198
1933+ * debian/patches/073_transparent_colors.patch: Handle transparent colors
1934+ better in GtkStyle emulation. Patch cherry-picked from upstream Git.
1935+ Closes: #669694
1936+ * debian/patches/070_revert-widget-set-up-signals-after-initializing.patch:
1937+ This patch was a temporary workaround for a bug in mutter which has been
1938+ fixed in version 3.4. It was not supposed to be shipped as part of wheezy,
1939+ so drop it again.
1940+ * If the NEWS or README file is larger than 4k in size append a .gz suffix
1941+ as dh_compress will compress those files. This avoids dangling symlinks.
1942+ Closes: #679754
1943+
1944+ -- Michael Biebl <biebl@debian.org> Mon, 06 Aug 2012 21:40:53 +0200
1945+
1946+gtk+3.0 (3.4.2-2) unstable; urgency=low
1947+
1948+ * debian/patches/072_statusicon_icon_size.patch: Fix how we determine the
1949+ icon size for the statusicon. This fixes a crash in notification-daemon
1950+ which was caused by an assertion failure. Closes: #669883
1951+ Thanks to Fernando Lemos for the patch and Brad Jorsch for the excellent
1952+ debugging.
1953+
1954+ -- Michael Biebl <biebl@debian.org> Sat, 30 Jun 2012 17:01:38 +0200
1955+
1956+gtk+3.0 (3.4.2-1) unstable; urgency=low
1957+
1958+ * New upstream release.
1959+ * Simplify shlibs version information for libgail-3-0 and no longer create a
1960+ dependency on libgail-3-common, this package has been dropped in 3.2.
1961+
1962+ -- Michael Biebl <biebl@debian.org> Thu, 10 May 2012 14:44:28 +0200
1963+
1964+gtk+3.0 (3.4.1-2) unstable; urgency=low
1965+
1966+ * Upload to unstable.
1967+
1968+ -- Michael Biebl <biebl@debian.org> Thu, 19 Apr 2012 02:46:25 +0200
1969+
1970+gtk+3.0 (3.4.1-1) experimental; urgency=low
1971+
1972+ [ Josselin Mouette ]
1973+ * Break libvte-2.90-9 < 0.32 and libwebkitgtk-3.0-0 < 1.8.0 for the
1974+ scrolling related changes. Closes: #666921.
1975+
1976+ [ Michael Biebl ]
1977+ * New upstream release.
1978+ - Fixes GtkPaned's handling of preferred size. Closes: #666718
1979+ * Update dependencies according to configure.ac.
1980+ * Drop explicit Build-Depends on gir1.2-glib-2.0 and gir1.2-freedesktop.
1981+ * Refresh patches.
1982+ * Remove leftovers from the opt flavor.
1983+ * Set --sourcedir for the different flavors when running dh_install. This
1984+ way the .install files can be simplified a lot which makes them much more
1985+ readable.
1986+ * Bump Standards-Version to 3.9.3.
1987+ * Update Vcs-* URLs.
1988+ * Remove --enable-xinput configure flag as xinput support is no longer
1989+ optional and this flag has thus been removed upstream.
1990+ * debian/patches/071_fix-installation-of-HTML-images.patch: Fix installation
1991+ of HTML images for out-of-tree builds when using absolute paths.
1992+ Closes: #656803
1993+
1994+ -- Michael Biebl <biebl@debian.org> Tue, 17 Apr 2012 20:59:19 +0200
1995+
1996+gtk+3.0 (3.4.0-1) experimental; urgency=low
1997+
1998+ * New upstream release.
1999+ * Bump Build-Depends on cdbs for multiarch support.
2000+ * debian/libgtk-3-0.symbols: Updated.
2001+ * debian/rules: Bump SHVER to 3.3.18.
2002+ * debian/control.in:
2003+ - Bump (Build-)Depends on libglib2.0-dev to (>= 2.31.20).
2004+ - Drop explicit Build-Depends on gir1.2-atk-1.0, gir1.2-pango-1.0 and
2005+ gir1.2-gdkpixbuf-2.0, those are pulled via the corresponding -dev
2006+ package.
2007+ - Update dependencies of libgtk-3-dev. Strip the minimum version from
2008+ libx*-dev, since those versions were older then lenny anyway.
2009+ - Remove a few obsolete Conflicts/Replaces.
2010+ * Refresh patches.
2011+ * Disable 043_notebook_scroll.patch, it needs to be updated.
2012+ * Move org.gtk.Demo.gschema.xml gsettings schema from libgtk-3-common to
2013+ gtk-3-examples. Add the necessary Breaks/Replaces.
2014+ * debian/libgtk-3-bin.install.in: Install the man pages from the install
2015+ directory, not the source directory.
2016+ * debian/patches/070_revert-widget-set-up-signals-after-initializing.patch:
2017+ Revert upstream commit which breaks the window decorations in
2018+ gnome-shell resp. mutter 3.2.
2019+
2020+ -- Michael Biebl <biebl@debian.org> Wed, 28 Mar 2012 15:27:05 +0200
2021+
2022+gtk+3.0 (3.3.16-1) experimental; urgency=low
2023+
2024+ * New upstream development release.
2025+ * debian/libgtk-3-0.symbols: Add new symbols.
2026+ * debian/rules: Bump SHVER to 3.3.16.
2027+ * debian/control.in:
2028+ - Bump (Build-)Depends on libglib2.0-dev to (>= 2.31.18).
2029+ - Bump (Build-)Depends on libgdk-pixbuf2.0-dev to (>= 2.25.2).
2030+ - Drop Depends on libxml2-utils from libgtk-3-dev as gtk-builder-convert
2031+ has been removed.
2032+ - Drop Recommends on python and debhelper from libgtk-3-dev since it no
2033+ longer includes a dh_gtkmodules debhelper addon.
2034+ - Bump Breaks against gnome-themes-standard due to theming related
2035+ changes.
2036+ * Remove leftovers from the gtk3-engines-pixbuf package.
2037+ * Update patches:
2038+ - Drop 003_gdk.pc_privates.patch, fixed upstream in a similar way.
2039+ - Drop 70-Fix-document-generation-in-out-of-tree-builds.patch, applied
2040+ upstream.
2041+ - Drop 041_ia32-libs.patch, no longer required with multiarch.
2042+ - Disable 042_treeview_single-focus.patch for now since it has no
2043+ description why this patch is needed and it needs to be updated.
2044+ - Refresh remaining patches.
2045+ * debian/gtk-3-examples.install.in: Install gtk3-widget-factory demo
2046+ application.
2047+ * Stop building static libraries which require a full separate build and
2048+ appear to be unused.
2049+ * Enable colord support for color-managed printing. Keep it disabled for the
2050+ udeb build.
2051+
2052+ -- Michael Biebl <biebl@debian.org> Wed, 07 Mar 2012 01:16:05 +0100
2053+
2054+gtk+3.0 (3.4.1-0ubuntu1) precise-proposed; urgency=low
2055+
2056+ * New upstream bug fix release:
2057+ - Custom theme can crash apps with GtkEntryCompletion
2058+ - Window expands horizontally rather than the text entry growing
2059+ - conflict between srcdir != builddir and generated enum types
2060+ - Wayland and X11 backends simultaneously enabled is broken
2061+ - Anchored widgets inside GtkTextView are drawn out of place
2062+ - gtk file-chooser: Autocompletion - Dropdown-list: selection fails
2063+ - windows draw as unfocused/backdrop on window managers
2064+ - URL to mailing lists in README incorrect
2065+ - gactionmuxer: Fix list_actions
2066+ - After clicking empty parts of a toolbar/menubar the next mouse click
2067+ (button release) does not work
2068+ - shouldn't set GDK_SOURCE_TOUCHSCREEN based on the name
2069+ - GtkTreeView should not handle extra mouse buttons
2070+ - GdkEventButton contains wrong buttons in modifier mask for button
2071+ releases
2072+ - entrycompletion: set_property() should use property setter functions
2073+ - application-window: try to use the desktop name in the fallback menu
2074+ - Deal more gracefully with a flood of scroll events
2075+ - Translation updates.
2076+ * Drop patches which are upstream now:
2077+ - upstream_treeview_rendering.patch
2078+ - git_filechooser_selection.patch
2079+ - no_touchscreen_name_hack.patch
2080+ - git_dont_ignore_button_release_event.patch
2081+ - git_shrinkable_widget.patch
2082+ - git_scrolling_performances.patch
2083+ * debian/control.in: Bump Build dependencies as per upstream configure.ac.
2084+ * Add 00git_gtkimage_cleanup_crash.patch: GtkImage: Move the freeing of the
2085+ icon_helper from the destory to the finalize function to avoid segfaults
2086+ when trying to access a destroyed object before it is disposed. This often
2087+ happens in signal handlers which get called asynchronously after destroy.
2088+ Patch cherrypicked from upstream git head. (LP: #938090, same in
2089+ LP#946463)
2090+
2091+ -- Martin Pitt <martin.pitt@ubuntu.com> Mon, 16 Apr 2012 10:28:54 +0200
2092+
2093+gtk+3.0 (3.4.0-0ubuntu5) precise-proposed; urgency=low
2094+
2095+ * debian/patches/git_scrolling_performances.patch:
2096+ "Don't call gdk_window_process_updates() when scrolling
2097+ This can cause lagging when scrolling as it causes us to repaint
2098+ on every scroll event. This wasn't historically a great problem,
2099+ but with smooth scrolling we get a lot more events, so this
2100+ now creates visible lagging on slower machines."
2101+
2102+ -- Sebastien Bacher <seb128@ubuntu.com> Thu, 05 Apr 2012 23:29:06 +0200
2103+
2104+gtk+3.0 (3.4.0-0ubuntu4) precise-proposed; urgency=low
2105+
2106+ * debian/patches/no_touchscreen_name_hack.patch:
2107+ - drop the hack to make devices which are named with "touch" to be
2108+ touchscreen, it's not the case for i.e "appletouch" (lp: #965311)
2109+ * debian/patches/git_dont_ignore_button_release_event.patch:
2110+ - "Don't ignore button releases after a wmspec move/resize"
2111+ * debian/patches/git_shrinkable_widget.patch:
2112+ - git patch, should fix empathy resizing horizontally when it shouldn't
2113+ (lp: #903779)
2114+
2115+ [ Didier Roche ]
2116+ * debian/patches/git_gtkcellrenderer_grabbing_modifier.patch:
2117+ - upstream patch to support modifier 'tapping' (LP: #969256)
2118+
2119+ -- Sebastien Bacher <seb128@ubuntu.com> Thu, 05 Apr 2012 11:59:18 +0200
2120+
2121+gtk+3.0 (3.4.0-0ubuntu3) precise; urgency=low
2122+
2123+ * debian/patches/043_ubuntu_menu_proxy.patch:
2124+ - Revert my changes to add back ubuntu-local. It caused a new bug
2125+ (LP: #971459) that caused menubars to pop in and out on startup.
2126+ Since the patch was added largely for glade's benefit, we can
2127+ just blacklist glade in appmenu-gtk instead.
2128+
2129+ -- Michael Terry <mterry@ubuntu.com> Mon, 02 Apr 2012 10:39:28 -0400
2130+
2131+gtk+3.0 (3.4.0-0ubuntu2) precise; urgency=low
2132+
2133+ * debian/patches/upstream_treeview_rendering.patch:
2134+ - upstream fix for treeview expanders not always being rendered
2135+ (lp: #963862)
2136+ * debian/patches/git_filechooser_selection.patch:
2137+ - git patch, fixes selection in filechooser dropdown locations list
2138+ (lp: #964491)
2139+
2140+ -- Sebastien Bacher <seb128@ubuntu.com> Fri, 30 Mar 2012 16:29:36 +0200
2141+
2142+gtk+3.0 (3.4.0-0ubuntu1) precise-proposed; urgency=low
2143+
2144+ * New upstream version
2145+ * debian/patches/dont_show_numlock_warning.patch:
2146+ - dropped, the patch is in the new version
2147+
2148+ -- Sebastien Bacher <seb128@ubuntu.com> Mon, 26 Mar 2012 17:25:00 +0200
2149+
2150+gtk+3.0 (3.3.20-0ubuntu1) precise; urgency=low
2151+
2152+ * New upstream version
2153+ * debian/control.in:
2154+ - drop individual gir build-depends
2155+ * debian/patches/git_touchpad_like_mouse.patch,
2156+ debian/patches/git_scroll_reset.patch,
2157+ debian/patches/dont_rename_annotation.patch:
2158+ - dropped, the fixes are in the new version
2159+
2160+ -- Sebastien Bacher <seb128@ubuntu.com> Tue, 20 Mar 2012 19:26:29 +0100
2161+
2162+gtk+3.0 (3.3.18-0ubuntu4) precise; urgency=low
2163+
2164+ * debian/patches/git_touchpad_like_mouse.patch:
2165+ - git patch, a touchpad device should behave like a mouse and not like a
2166+ touchscreen (lp: #949414)
2167+
2168+ -- Matthieu Baerts (matttbe) <matttbe@gmail.com> Tue, 20 Mar 2012 10:28:45 +0100
2169+
2170+gtk+3.0 (3.3.18-0ubuntu3) precise; urgency=low
2171+
2172+ * debian/patches/043_ubuntu_menu_proxy.patch:
2173+ - Add back 'ubuntu-local' property for GtkMenuBar to allow apps to
2174+ opt-out of the global bar on a per-menubar basis. (Used for glade,
2175+ freeciv, and maybe others)
2176+
2177+ -- Michael Terry <mterry@ubuntu.com> Fri, 16 Mar 2012 11:55:09 -0400
2178+
2179+gtk+3.0 (3.3.18-0ubuntu2) precise; urgency=low
2180+
2181+ * debian/patches/git_scroll_reset.patch: git patch, should fix issues where
2182+ it seemed like events where skipped during the scrolling
2183+
2184+ [ Ken VanDine ]
2185+ * debian/patches/099_eventbox_scroll_mask.patch
2186+ - Added GDK_SCROLL_MASK to GdkEventBox
2187+
2188+ -- Sebastien Bacher <seb128@ubuntu.com> Fri, 09 Mar 2012 18:07:03 +0100
2189+
2190+gtk+3.0 (3.3.18-0ubuntu1) precise; urgency=low
2191+
2192+ * New upstream version
2193+ * Add support for touch devices
2194+ - New device types GDK_SOURCE_TOUCHSCREEN and GDK_SOURCE_TOUCHPAD for
2195+ direct and indirect touch devices
2196+ - New event GdkEventTouch and GDK_TOUCH_MASK
2197+ - New signal GtkWidget::touch-event
2198+ * Add support for smooth scrolling
2199+ - Scroll events can contain scroll deltas, obtainable via
2200+ gdk_event_get_scroll_deltas()
2201+ - Scroll direction for such events is GDK_SCROLL_SMOOTH
2202+ - To receive scroll events, widgets must now
2203+ set either GDK_SCROLL_MASK or GDK_SMOOTH_SCROLL_MASK
2204+ * GtkScrolledWindow will do kinetic scrolling with touch devices
2205+ * XInput2 is now required for building the X11 backend,
2206+ support for XInput1 has been removed
2207+ * Deprecations are now versioned, and new API is marked with the version
2208+ it was introduced. Use these with GDK_VERSION_{MIN,MAX}_REQUIRED
2209+ * Theming:
2210+ - Memory consumption of the CSS parser has been reduced
2211+ - CSS selectors of the form "a + b" and "a ~ b" work now
2212+ * debian/control.in: updated glib requirement
2213+ * debian/libgtk-3-0.symbols: new version update
2214+ * debian/rules:
2215+ - drop deprecated --enable-xinput option
2216+ - updated shlib ver
2217+
2218+ -- Sebastien Bacher <seb128@ubuntu.com> Tue, 06 Mar 2012 21:30:36 +0100
2219+
2220+gtk+3.0 (3.3.16-0ubuntu1) precise; urgency=low
2221+
2222+ * New upstream version:
2223+ - The widget-factory theme test is now installed as a demo named
2224+ gtk3-widget-factory
2225+ - GtkColorSelectionDialog has been deprecated in favor of a new color
2226+ chooser widget named GtkColorChooserDialog
2227+ * debian/control.in:
2228+ - updated glib requirement
2229+ * debian/gtk-3-examples.install.in:
2230+ - install gtk3-widget-factory there
2231+ * debian/libgtk-3-0.symbols:
2232+ - new version update
2233+ * debian/rules:
2234+ - updated shlib version
2235+
2236+ -- Sebastien Bacher <seb128@ubuntu.com> Tue, 21 Feb 2012 18:06:50 +0100
2237+
2238+gtk+3.0 (3.3.14-0ubuntu4) precise; urgency=low
2239+
2240+ * debian/libgtk-3-0.install.in:
2241+ - install the settings.ini
2242+ * debian/patches/015_default-fallback-icon-theme.patch:
2243+ - dropped in favor of the settings.in configuration
2244+ * debian/patches/060_ignore-random-icons.patch:
2245+ - dropped, GNOME bug #451634 states the issue has been fixed slightly
2246+ different upstream which means the patch is not required
2247+ * debian/patches/063_resize_grip_default.patch:
2248+ - dropped, Cimi said it's not needed and can be done from the theme
2249+ * debian/patches/072_indicator_menu_update.patch:
2250+ - dropped, it's not required with the current dbusmenu
2251+ * debian/settings.in:
2252+ - define default themes there, it's better than hardcoding, also define
2253+ the default sound theme (lp: #932716)
2254+
2255+ -- Sebastien Bacher <seb128@ubuntu.com> Mon, 20 Feb 2012 12:00:06 +0100
2256+
2257+gtk+3.0 (3.3.14-0ubuntu3) precise; urgency=low
2258+
2259+ * Revert the previous upload, it turned gnome-control-center to a segfault
2260+ land (and probably others), we will update to the next gtk including that
2261+ stack of commits once upstream rolls a tested tarball
2262+ (lp: #932876, #932644)
2263+
2264+ -- Sebastien Bacher <seb128@ubuntu.com> Wed, 15 Feb 2012 19:46:17 +0100
2265+
2266+gtk+3.0 (3.3.14-0ubuntu2) precise; urgency=low
2267+
2268+ * Pull the updated GtkTreeViewAccessible code from GTK git master to fix
2269+ regular crashes that are being experienced by precise users running orca.
2270+
2271+ -- Luke Yelavich <themuso@ubuntu.com> Wed, 15 Feb 2012 12:31:30 +1100
2272+
2273+gtk+3.0 (3.3.14-0ubuntu1) precise; urgency=low
2274+
2275+ * New upstream version
2276+ * debian/control.in: updated gdk-pixbuf requirement
2277+ * debian/patches/git_appchooser_ref_hold.patch:
2278+ - dropped the fix is in the new version
2279+
2280+ [ Marc Deslauriers ]
2281+ * debian/patches/dont_show_numlock_warning.patch: Don't show a warning
2282+ for the numlock key in gtkentry boxes, as some hardware tracks numlock
2283+ status differently. (LP: #841541, LP: #877456, LP: #835649)
2284+
2285+ -- Sebastien Bacher <seb128@ubuntu.com> Tue, 07 Feb 2012 16:18:49 +0100
2286+
2287+gtk+3.0 (3.3.12-0ubuntu1) precise; urgency=low
2288+
2289+ * New upstream version, drop git backports, they are in the new version
2290+ * debian/control.in:
2291+ - require the new glib
2292+ * debian/libgtk-3-0.symbols:
2293+ - new version update
2294+ * debian/patches/dont_rename_annotation.patch:
2295+ - don't rename gtk_menu_popup_for_device it's an api break for bindings
2296+ (lp: #923171)
2297+ * debian/patches/git_appchooser_ref_hold.patch:
2298+ - correct hold the reference, avoid a segfault (lp: #864249)
2299+ * debian/rules:
2300+ - updated shlib version
2301+
2302+ -- Sebastien Bacher <seb128@ubuntu.com> Thu, 02 Feb 2012 19:47:03 +0100
2303+
2304+gtk+3.0 (3.3.10-0ubuntu3) precise; urgency=low
2305+
2306+ [ Lars Uebernickel ]
2307+ * debian/patches/043_ubuntu_menu_proxy.patch:
2308+ - don't try to show the global menu when the menuproxy module wasn't
2309+ loaded
2310+
2311+ [ Ken VanDine ]
2312+ * debian/patches/git_treeview_catch_all.patch
2313+ - fixes a crasher when searching the empathy contact list (LP: #914927)
2314+
2315+ -- Ken VanDine <ken.vandine@canonical.com> Thu, 26 Jan 2012 17:33:17 -0500
2316+
2317+gtk+3.0 (3.3.10-0ubuntu2) precise; urgency=low
2318+
2319+ * debian/patches/git_gtkrecentmanager_updated.patch:
2320+ - git patches to ensure that saved files are recorded in the recently
2321+ used files, which will make them i.e available in the files lens
2322+ (lp: #920961)
2323+ * debian/patches/git_gtktimer_unref_protection.patch:
2324+ - git patch, fixes a possible invalid unread in gtktimer,
2325+ should fix a common nautilus segfault (lp: #804891)
2326+
2327+ -- Sebastien Bacher <seb128@ubuntu.com> Thu, 26 Jan 2012 17:40:10 +0100
2328+
2329+gtk+3.0 (3.3.10-0ubuntu1) precise; urgency=low
2330+
2331+ * New upstream version
2332+ * debian/control.in:
2333+ - updated glib requirement
2334+ * debian/patches/git_revert_property_change.patch:
2335+ - drop, the change is in the new version
2336+
2337+ -- Sebastien Bacher <seb128@ubuntu.com> Mon, 23 Jan 2012 17:19:45 +0100
2338+
2339+gtk+3.0 (3.3.8-0ubuntu2) precise; urgency=low
2340+
2341+ * debian/patches/git_revert_property_change.patch:
2342+ - revert the change that leaded to i.e eog not starting (lp: #917940)
2343+
2344+ -- Sebastien Bacher <seb128@ubuntu.com> Wed, 18 Jan 2012 11:34:43 +0100
2345+
2346+gtk+3.0 (3.3.8-0ubuntu1) precise; urgency=low
2347+
2348+ * New upstream version
2349+ * GtkApplication:
2350+ - Supports logout notification and inhibiting
2351+ - Buttons, toolbuttons and switches can now be connected to GActions
2352+ * GtkSpinButton no longer allows to change the value when not editable
2353+ * GtkLabel link support has been rewritten to be be more robust
2354+ * GtkBuilder:
2355+ - Supports the 'id' in GtkComboBoxText
2356+ - Can parse GVariant-valued properties
2357+ - Support loading from a GResource
2358+ * GtkImage: Support loading from a GResource
2359+ * GtkUIManager: Support loading from a GResource
2360+ * Accessibility: key snooping support has been removed
2361+ * Wayland backend and Theming improvements
2362+ * Miscellaneous:
2363+ - Turn default theme css files and dnd cursors into GResources
2364+ * Bugs fixed:
2365+ - "Drag & Drop broken for remote X sessions" (lp: #587856)
2366+ - "Folder selector broken in Precise" (lp: #914356)
2367+ - "Save file dialog arbitrary selects file name" (lp: #912420)
2368+ - "Gnome-screenshot fails to save pictures in the good folder"
2369+ (lp: #916577)
2370+ - "Changing selection no longer sets cursor" (lp: #911905)
2371+ * debian/control.in:
2372+ - updated glib requirement
2373+ * debian/libgtk-3-0.symbols:
2374+ - updated for the new version and the overlay scrollbar update
2375+ * drop patches included in the new version
2376+ * debian/patches/100_overlay_scrollbar_loading.patch:
2377+ - updated patch from Cimi (lp: #911263)
2378+
2379+ -- Sebastien Bacher <seb128@ubuntu.com> Tue, 17 Jan 2012 13:47:37 +0100
2380+
2381+gtk+3.0 (3.3.6-0ubuntu3) precise; urgency=low
2382+
2383+ * debian/patches/043_ubuntu_menu_proxy.patch:
2384+ - updated version to fix visual issues under non unity sessions,
2385+ that should stop the menubars to be hidden first and displayed
2386+ then after a delay, thanks desrt and Cimi (lp: #915241)
2387+
2388+ -- Sebastien Bacher <seb128@ubuntu.com> Thu, 12 Jan 2012 15:06:52 +0100
2389+
2390+gtk+3.0 (3.3.6-0ubuntu2) precise; urgency=low
2391+
2392+ * debian/patches/gtkmenuitemaccessible-set-alt-name.patch: Drop, as the
2393+ existing code already does what we want it to do. I misunderstood the call
2394+ to the get_name method in the parent class, in this case, the AtkObject
2395+ class. This means that apps can set alternative accessible names for menu
2396+ items without any extra code needed in GTK at all.
2397+ * debian/patches/git_Revert_x11_Avoid_spurious_focus_events_on_grabs.patch:
2398+ - Git patch to restore proper functionality of focus change events for
2399+ a11y.
2400+
2401+ -- Luke Yelavich <themuso@ubuntu.com> Fri, 06 Jan 2012 20:53:07 +1100
2402+
2403+gtk+3.0 (3.3.6-0ubuntu1) precise; urgency=low
2404+
2405+ * New upstream version, dropped the patches backported from git:
2406+ - trap XIQueryDevice errors to avoid sessions errors issues after suspend
2407+ (lp: #882956)
2408+ - don't grab mouse input when the menu bar or the resize-grip are clicked
2409+ (lp: #878859)
2410+ * debian/control.in:
2411+ - updated glib requirement
2412+ * debian/libgtk-3-0.postinst.in, debian/rules:
2413+ - don't list the old non-multi-arch ims directory, everything using gtk3
2414+ should be updated and it breaks the update when the directory is empty
2415+ (lp: #908801)
2416+ * debian/libgtk-3-0.symbols:
2417+ - new version update
2418+ * debian/patches/003_gdk.pc_privates.patch:
2419+ - dropped, upstream did similar changes in the new version
2420+ * debian/patches/042_treeview_single-focus.patch:
2421+ - comment that debian change, it has no comment explaining what it's
2422+ supposed to do and needs to be updating if still needed.
2423+ * debian/rules:
2424+ - updated shlibs version
2425+
2426+ -- Sebastien Bacher <seb128@ubuntu.com> Tue, 03 Jan 2012 22:35:24 +0100
2427+
2428+gtk+3.0 (3.3.4-0ubuntu2) precise; urgency=low
2429+
2430+ * debian/patches/git_fix_padding_issues.patch: should fix the
2431+ incorrect padding and spacing issues in gnome-control-center
2432+
2433+ -- Sebastien Bacher <seb128@ubuntu.com> Fri, 16 Dec 2011 11:25:48 +0100
2434+
2435+gtk+3.0 (3.3.4-0ubuntu1) precise; urgency=low
2436+
2437+ * New upstream version
2438+ * Refreshed the patches for the new version
2439+ * Dropped patches backported from git they are included in the tarball
2440+ * debian/control.in:
2441+ - require the new glib
2442+ * debian/libgtk-3-0.symbols:
2443+ - new version update
2444+ * debian/rules:
2445+ - updated shlibs version
2446+ * debian/patches/041_ia32-libs.patch:
2447+ - dropped, that seems a leftover in the multiarch world
2448+
2449+ -- Sebastien Bacher <seb128@ubuntu.com> Tue, 13 Dec 2011 16:38:04 +0100
2450+
2451+gtk+3.0 (3.2.3-1) unstable; urgency=low
2452+
2453+ * New upstream release.
2454+ - Fixes segfault on arrow keypress in empty GtkIconView. Closes: #638704
2455+ - Fixes a11y related crash in treeview. Closes: #652073
2456+ - Fixes mouse grabbing when clicking resize grip. Closes: #630972
2457+ * Update patches:
2458+ - Drop 000git_gtk_tree_view_get_tooltip_context_annotation.patch, applied
2459+ upstream.
2460+ - Drop 080_filechooserdefault-Don-t-unref-value-twice.patch, applied
2461+ upstream.
2462+ - Refresh 017_no_offscreen_device_grabbing.patch,
2463+ 042_treeview_single-focus.patch and 043_notebook_scroll.patch.
2464+ * Change section of gir1.2-gtk-3.0 to introspection.
2465+
2466+ -- Michael Biebl <biebl@debian.org> Tue, 20 Dec 2011 18:42:32 +0100
2467+
2468+gtk+3.0 (3.2.2-3) unstable; urgency=low
2469+
2470+ [ Martin Pitt ]
2471+ * Add 000git_gtk_tree_view_get_tooltip_context_annotation.patch: Fix
2472+ gtk_tree_view_get_tooltip_context() transfer annotation, causing crashes
2473+ when using this method from Python.
2474+ * Add 016_no_offscreen_widgets_grabbing.patch: Widgets inside
2475+ GtkOffscreenWindow seem like they should not be allowed to do
2476+ grab the mouse or whatever, as this can deactivate open menus.
2477+ (LP: #512427, GNOME #607668)
2478+ * Add 017_no_offscreen_device_grabbing.patch: Do not allow devices in an
2479+ offscreen hierarchy to take grabs. (LP: #804009, GNOME #658563)
2480+ * Add 018_gdkenumtypes.c_location.patch: Always generate gdk/gdkenumtypes.c
2481+ in the source tree, and fix path in the introspection sources. With this,
2482+ gdkenumtypes.c is correctly included with separate build trees, too. This
2483+ fixes missing GTypes in the .gir when using a separate build tree.
2484+ (LP: #769256, GNOME #647729)
2485+ * debian/rules: Bump SHVER to 3.1.90.
2486+ * Build for multiarch. Adapted Steve Langasek's changes to Ubuntu's gtk+2.0
2487+ package:
2488+ - debian/control.in: Bump build dependencies to multiarch aware versions.
2489+ - debian/control.in: Add Multi-Arch: and necessary Pre-Depends: fields.
2490+ (libraries/-dbg are "same", -doc/-bin are "foreign").
2491+ - debian/rules: Use multiarch LIBDIR.
2492+ - debian/libgail-3-dev.install, debian/libgail-3-0.install: Rename to
2493+ *.in, and use @LIBDIR@ instead of hardcoded usr/lib.
2494+ - debian/gir1.2-gtk-3.0.install.in: Use @LIBDIR@.
2495+ - debian/libgtk-3-0.triggers.in, debian/libgtk-3-0.postinst.in,
2496+ debian/rules: Also trigger on changes to the fallback non-multiarch
2497+ module directory, which is now called @OLD_MODULES_BASE_PATH@.
2498+ - Add 061_multiarch_module_fallback.patch: Fall back to the hard-coded
2499+ pre-multiarch module directory when searching for modules. This
2500+ maintains compatibility with packages installing modules to
2501+ the old directories.
2502+
2503+ [ Josselin Mouette ]
2504+ * Break murrine-themes (same reason as gnome-themes-standard).
2505+ * Move /etc/gtk-3.0 to libgtk-3-common.
2506+ * Add appropriate Breaks/Replaces to handle it.
2507+ * Remove gtk-query-immodules-3.0 from libgtk-3-bin since it is
2508+ clearly not Multi-Arch compatible. It should not be needed anyway,
2509+ everything is handled by triggers from the private directory.
2510+ * Remove incorrect M-A: same statement for the debug package.
2511+ * Make libgtk-3-bin arch-any, thanks Rico for noticing.
2512+
2513+ [ Michael Biebl ]
2514+ * debian/libgtk-3-0.postinst.in: If the non-multiarch immodules directory
2515+ does not exist or is empty handle this case more gracefully and don't
2516+ print an error message.
2517+ * debian/patches/080_filechooserdefault-Don-t-unref-value-twice.patch: Fix
2518+ incorrect ref counting which could lead to a crash in the filechooser.
2519+ Closes: #650223
2520+
2521+ -- Michael Biebl <biebl@debian.org> Wed, 30 Nov 2011 00:25:29 +0100
2522+
2523+gtk+3.0 (3.2.2-2ubuntu4) precise; urgency=low
2524+
2525+ * debian/patches/gtkmenuitemaccessible-set-alt-name.patch: Extend the
2526+ GtkMenuItemAccessible object so applications can set an alternative
2527+ textual description for a menu item that has an icon, where the icon
2528+ is used to give the user more information about the item in question.
2529+ This textual description is used by assistive technologies such as Orca
2530+ to label the menu item.
2531+
2532+ -- Luke Yelavich <themuso@ubuntu.com> Tue, 13 Dec 2011 10:37:12 +1100
2533+
2534+gtk+3.0 (3.2.2-2ubuntu3) precise; urgency=low
2535+
2536+ * No-change rebuild to drop spurious libsfgcc1 dependency on armhf.
2537+
2538+ -- Adam Conrad <adconrad@ubuntu.com> Fri, 02 Dec 2011 17:28:22 -0700
2539+
2540+gtk+3.0 (3.2.2-2ubuntu2) precise; urgency=low
2541+
2542+ * debian/patches/git_invalid_unref_call.patch:
2543+ - git patch to fix a segfault in the fileselector added in the recent
2544+ version (lp: #897891)
2545+ * debian/patches/git_fix_appchooser_segfault.patch,
2546+ debian/patches/git_fix_appchooser_button_segfault.patch:
2547+ - git backports to fix segfaults in gtk_app_chooser (lp: #864249, #861605)
2548+
2549+ [ Martin Pitt ]
2550+ * debian/control.in: Move -bin to Arch: any.
2551+
2552+ -- Sebastien Bacher <seb128@ubuntu.com> Fri, 02 Dec 2011 17:43:57 +0100
2553+
2554+gtk+3.0 (3.2.2-2ubuntu1) precise; urgency=low
2555+
2556+ * Merge with Debian unstable and SVN head. Remaining Ubuntu changes:
2557+ - Ubuntu specific patches, see their patch headers:
2558+ 043_ubuntu_menu_proxy.patch
2559+ 062_ubuntu-set-grab-add.patch
2560+ 063_resize_grip_default.patch
2561+ 072_indicator_menu_update.patch
2562+ 073_treeview_almost_fixed.patch
2563+ 075_expose_gdkwidget_for_gtkrange.patch
2564+ 100_overlay_scrollbar_loading.patch
2565+ - debian/libgtk-3-0.symbols: Add symbols from menu proxy and
2566+ 075_expose_gdkwidget_for_gtkrange patches.
2567+ - debian/watch: Watch for unstable versions.
2568+ - debian/patches/series: Disable 043_notebook_scroll.patch. This is a
2569+ Debian change and we want the upstream behaviour or at least a rationale
2570+ for this.
2571+ * debian/patches/*: Add standard patch headers to Ubuntu patches, as
2572+ available.
2573+
2574+ -- Martin Pitt <martin.pitt@ubuntu.com> Tue, 22 Nov 2011 13:05:45 +0100
2575+
2576+gtk+3.0 (3.2.2-3) UNRELEASED; urgency=low
2577+
2578+ * Add 000git_gtk_tree_view_get_tooltip_context_annotation.patch: Fix
2579+ gtk_tree_view_get_tooltip_context() transfer annotation, causing crashes
2580+ when using this method from Python.
2581+ * Add 016_no_offscreen_widgets_grabbing.patch: Widgets inside
2582+ GtkOffscreenWindow seem like they should not be allowed to do
2583+ grab the mouse or whatever, as this can deactivate open menus.
2584+ (LP: #512427, GNOME #607668)
2585+ * Add 017_no_offscreen_device_grabbing.patch: Do not allow devices in an
2586+ offscreen hierarchy to take grabs. (LP: #804009, GNOME #658563)
2587+ * Add 018_gdkenumtypes.c_location.patch: Always generate gdk/gdkenumtypes.c
2588+ in the source tree, and fix path in the introspection sources. With this,
2589+ gdkenumtypes.c is correctly included with separate build trees, too. This
2590+ fixes missing GTypes in the .gir when using a separate build tree.
2591+ (LP: #769256, GNOME #647729)
2592+ * debian/rules: Bump SHVER to 3.1.90.
2593+ * Build for multiarch. Adapted Steve Langasek's changes to Ubuntu's gtk+2.0
2594+ package:
2595+ - debian/control.in: Bump build dependencies to multiarch aware versions.
2596+ - debian/control.in: Add Multi-Arch: and necessary Pre-Depends: fields.
2597+ (libraries/-dbg are "same", -doc/-bin are "foreign").
2598+ - debian/rules: Use multiarch LIBDIR.
2599+ - debian/libgail-3-dev.install, debian/libgail-3-0.install: Rename to
2600+ *.in, and use @LIBDIR@ instead of hardcoded usr/lib.
2601+ - debian/gir1.2-gtk-3.0.install.in: Use @LIBDIR@.
2602+ - debian/libgtk-3-0.triggers.in, debian/libgtk-3-0.postinst.in,
2603+ debian/rules: Also trigger on changes to the fallback non-multiarch
2604+ module directory, which is now called @OLD_MODULES_BASE_PATH@.
2605+ - Add 061_multiarch_module_fallback.patch: Fall back to the hard-coded
2606+ pre-multiarch module directory when searching for modules. This
2607+ maintains compatibility with packages installing modules to
2608+ the old directories.
2609+
2610+ -- Martin Pitt <mpitt@debian.org> Tue, 22 Nov 2011 09:34:45 +0100
2611+
2612+gtk+3.0 (3.2.2-2) unstable; urgency=low
2613+
2614+ * Upload to unstable.
2615+ * debian/control.in:
2616+ - Add Breaks against gnome-themes-standard (<< 3.2) due to the CSS theming
2617+ related changes. Closes: #649203
2618+ * Fix broken symlinks in /usr/share/doc. Closes: #647466
2619+
2620+ -- Michael Biebl <biebl@debian.org> Sat, 19 Nov 2011 00:01:03 +0100
2621+
2622+gtk+3.0 (3.2.2-1) experimental; urgency=low
2623+
2624+ * New upstream release.
2625+ * Refresh patches.
2626+
2627+ -- Michael Biebl <biebl@debian.org> Mon, 14 Nov 2011 00:07:56 +0100
2628+
2629+gtk+3.0 (3.2.1-2) experimental; urgency=low
2630+
2631+ * debian/control.in:
2632+ - Move gtk-doc-tools from Build-Depends-Indep to Build-Depends as it is
2633+ required by autoreconf. Also bump it to (>= 1.11).
2634+
2635+ -- Michael Biebl <biebl@debian.org> Sat, 22 Oct 2011 00:30:44 +0200
2636+
2637+gtk+3.0 (3.2.1-1) experimental; urgency=low
2638+
2639+ [ Sjoerd Simons ]
2640+ * New upstream release
2641+ * debian/control.in: Update build-depends
2642+ * debian/rules: Bump libgail SHVER depends
2643+ * d/p/002_static-linking-dont-build-perf.patch: Removed, fixed upstream
2644+ * d/p/030_xim-modules.patch: Removed, fixed upstream
2645+ * d/p/045_trayicon-visual.patch: Removed, fixed upstream
2646+ * d/p/003_gdk.pc_privates.patch: Refreshed
2647+ * d/p/043_notebook_scroll.patch: Refreshed
2648+ * d/p/044_tracker_fts.patch: Refreshed
2649+ * debian/rules: Enable gtk-doc build with the shared build
2650+
2651+ [ Michael Biebl ]
2652+ * debian/watch:
2653+ - Track .xz tarballs.
2654+ * debian/control.in:
2655+ - Set pkg-gnome-maintainers@lists.alioth.debian.org as Maintainer.
2656+ - Instead of depending on lynx | www-browser, make the -doc packages
2657+ suggest devhelp.
2658+
2659+ [ Sjoerd Simons ]
2660+ * debian/libgtk-3-0.symbols: Update symbols
2661+ * Remove libgail-3-common package. Modules have been integrated directly into
2662+ Gtk
2663+ * debian/patches/70-Fix-document-generation-in-out-of-tree-builds.patch:
2664+ + Added, fix documentation when build out of tree
2665+
2666+ -- Sjoerd Simons <sjoerd@debian.org> Fri, 21 Oct 2011 19:36:06 +0200
2667+
2668+gtk+3.0 (3.0.12-3) unstable; urgency=low
2669+
2670+ * 030_xim-modules.patch: stolen from upstream git. Fix the behavior of
2671+ XIM modules. Closes: #633720.
2672+ * 043_notebook_scroll.patch: handle a few more widgets to avoid
2673+ alt+scroll being intercepted by ranges, spin buttons, combo boxes…
2674+
2675+ -- Josselin Mouette <joss@debian.org> Thu, 08 Sep 2011 13:01:03 +0200
2676+
2677+gtk+3.0 (3.0.12-2) unstable; urgency=low
2678+
2679+ [ Josselin Mouette ]
2680+ * Tighten dependencies on libgtk-3-common. Closes: #636766.
2681+
2682+ [ Michael Biebl ]
2683+ * debian/patches/045_trayicon-visual.patch: Fix assertion in trayicon-x11
2684+ when visual is not available. Thanks to Vincent Bernat for the patch.
2685+ Closes: #637067
2686+ * debian/libgail-3-0.symbols: Remove trailing empty line which confuses
2687+ dpkg-gensymbols.
2688+ * Bump debhelper compatibility level to 8.
2689+
2690+ -- Michael Biebl <biebl@debian.org> Tue, 30 Aug 2011 01:57:26 +0200
2691+
2692+gtk+3.0 (3.0.12-1) unstable; urgency=low
2693+
2694+ * New upstream release.
2695+ - GdkKeymap: Prevent an infinite loop in the non-XKB case.
2696+ (Closes: #633917)
2697+ * Stop installing libtool .la files.
2698+
2699+ -- Michael Biebl <biebl@debian.org> Thu, 28 Jul 2011 12:45:04 +0200
2700+
2701+gtk+3.0 (3.0.11-1) unstable; urgency=low
2702+
2703+ * New upstream release.
2704+ - Fixes infinite-loop in GTK_FILE_CHOOSER_ACTION_CREATE_FOLDER.
2705+ (Closes: #628457)
2706+ * debian/patches/044_tracker_fts.patch: Enable Tracker full text search.
2707+
2708+ -- Michael Biebl <biebl@debian.org> Thu, 14 Jul 2011 14:45:24 +0200
2709+
2710+gtk+3.0 (3.0.10-1) unstable; urgency=low
2711+
2712+ [ Josselin Mouette ]
2713+ * libgtk-3-0.postrm.in: fix badly written test.
2714+
2715+ [ Fabian Greffrath ]
2716+ * Remove leftover diversions from the libgtk3.0-bin package
2717+ that got replaced by libgtk-3-bin (Closes: #617662 ).
2718+
2719+ [ Michael Biebl ]
2720+ * debian/watch: Switch to .bz2 tarballs.
2721+ * New upstream release.
2722+ * Refresh patches.
2723+ * Bump Standards-Version to 3.9.2. No further changes.
2724+ * Drop Build-Depends on dpkg-dev (>= 1.13.19). Even lenny has a more recent
2725+ version.
2726+ * Update package descriptions.
2727+ * Drop debian/gruik2devhelp.awk and Build-Depends on gawk, obsolete.
2728+
2729+ [ Josselin Mouette ]
2730+ * 043_notebook_scroll.patch: new patch. Reintroduce tab scrolling in
2731+ GtkNotebook, but this time only when Alt is pressed, as recommended
2732+ by upstream, and from the whole notebook area.
2733+ * Drop debhelper 8 requirement so that it can build.
2734+ * libgtk-3-bin.preinst: only remove libgtk3.0-bin diversions if they
2735+ already exist.
2736+
2737+ -- Josselin Mouette <joss@debian.org> Sat, 04 Jun 2011 22:51:06 +0200
2738+
2739+gtk+3.0 (3.2.2-0ubuntu1) precise; urgency=low
2740+
2741+ * New upstream bug fix release.
2742+ - Fix hotkeys in printer dialog. (LP: #879897)
2743+ * Add 000git_gtk_tree_view_get_tooltip_context_annotation.patch: Fix
2744+ gtk_tree_view_get_tooltip_context() transfer annotation, causing crashes
2745+ when using this method from Python.
2746+
2747+ -- Martin Pitt <martin.pitt@ubuntu.com> Mon, 14 Nov 2011 16:12:01 +0100
2748+
2749+gtk+3.0 (3.2.0-0ubuntu3) oneiric-proposed; urgency=low
2750+
2751+ * debian/patches/043_ubuntu_menu_proxy.patch: Fix menu accelerator
2752+ support for UI generated with GtkBuilder or using GtkMenus
2753+ submenus. Instead of using the gtk_widget_get_visible() function
2754+ we check for the internal shown variable as it represents the
2755+ real state (LP: #849732)
2756+
2757+ -- Marco Trevisan (Treviño) <3v1n0@ubuntu.com> Sat, 15 Oct 2011 04:44:23 +0200
2758+
2759+gtk+3.0 (3.2.0-0ubuntu2) oneiric; urgency=low
2760+
2761+ * debian/patches/043_ubuntu_menu_proxy.patch: Fix mnemonic
2762+ support to activate remote menus (LP: #821290)
2763+
2764+ -- Ted Gould <ted@ubuntu.com> Mon, 03 Oct 2011 10:50:58 +0100
2765+
2766+gtk+3.0 (3.2.0-0ubuntu1) oneiric; urgency=low
2767+
2768+ * New upstream version
2769+ * debian/rules: updated shlibs version to the current symbols one
2770+
2771+ -- Sebastien Bacher <seb128@ubuntu.com> Mon, 26 Sep 2011 16:04:59 +0200
2772+
2773+gtk+3.0 (3.1.92-0ubuntu1) oneiric; urgency=low
2774+
2775+ * New upstream bug fix release.
2776+ * Drop 000git_updates_since_3.1.90.patch
2777+ * Refresh patches.
2778+
2779+ -- Martin Pitt <martin.pitt@ubuntu.com> Wed, 21 Sep 2011 16:14:01 +0200
2780+
2781+gtk+3.0 (3.1.90-0ubuntu1) oneiric; urgency=low
2782+
2783+ * New upstream bug fix release.
2784+ * Add 000git_updates_since_3.1.90.patch: Upstream changes since 3.1.90, to
2785+ get as close to 3.1.91 as we can:
2786+ - 3 small bug fixes.
2787+ - 4 translation updates.
2788+ * 101_gdkenumtypes.c_location.patch: Update to the current version sent to
2789+ upstream, which also works with distcheck.
2790+ * debian/libgtk-3-0.symbols: Update for new upstream version. Note that
2791+ some gtk_font_chooser_*() symbols got dropped, but they only existed since
2792+ 3.1.12. Only gtkmm3.0 references them, and no gtkmm3.0 rdepends uses that
2793+ API.
2794+
2795+ -- Martin Pitt <martin.pitt@ubuntu.com> Thu, 15 Sep 2011 06:44:26 +0200
2796+
2797+gtk+3.0 (3.1.18-0ubuntu3) oneiric; urgency=low
2798+
2799+ * debian/patches/111_no_offscreen_device_grabs.patch: Do not allow
2800+ widgets in an offscreen hiearchy to make grabs. Required to fix
2801+ LP: #804009. Thanks Robert Carr
2802+
2803+ -- Didier Roche <didrocks@ubuntu.com> Mon, 12 Sep 2011 17:33:08 +0200
2804+
2805+gtk+3.0 (3.1.18-0ubuntu2) oneiric; urgency=low
2806+
2807+ * Add 101_gdkenumtypes.c_location.patch: Always generate gdk/gdkenumtypes.c
2808+ in the source tree, and fix path in the introspection sources. With this,
2809+ gdkenumtypes.c is correctly included with separate build trees, too. This
2810+ fixes missing GTypes in the .gir when using a separate build tree.
2811+ (LP: #769256)
2812+ * Ship pregenerated documentation from upstream tarball again:
2813+ - debian/rules: Drop --enable-gtk-doc again.
2814+ - debian/control.in: Move gtk-doc-tools back to B-D-I.
2815+ - debian/libgtk-3-doc.install.in, debian/libgail-3-doc.install: Update
2816+ origins to install from source tree.
2817+ - (LP: #842543)
2818+
2819+ -- Martin Pitt <martin.pitt@ubuntu.com> Thu, 08 Sep 2011 12:45:18 +0200
2820+
2821+gtk+3.0 (3.1.18-0ubuntu1) oneiric; urgency=low
2822+
2823+ * New upstream release.
2824+
2825+ -- Martin Pitt <martin.pitt@ubuntu.com> Tue, 06 Sep 2011 09:21:59 +0200
2826+
2827+gtk+3.0 (3.1.16-0ubuntu2) oneiric; urgency=low
2828+
2829+ * debian/control.in: Move gtk-doc-tools from B-D-I to B-D, to avoid having
2830+ to add a dynamic "i386 or not" check to debian/rules.
2831+
2832+ -- Martin Pitt <martin.pitt@ubuntu.com> Mon, 05 Sep 2011 13:39:09 +0200
2833+
2834+gtk+3.0 (3.1.16-0ubuntu1) oneiric; urgency=low
2835+
2836+ * New upstream release.
2837+ * Port debian/patches/043_ubuntu_menu_proxy.patch for new upstream version.
2838+ * Unfuzz patches.
2839+ * debian/control.in: Bump libatk1.0-dev build dependency as per upstream
2840+ configure.ac.
2841+ * Drop 101_css_provider_load_from_data_crash.patch, applied upstream.
2842+ * debian/rules: Explicitly build with --enable-gtk-doc for shared build.
2843+ * debian/libgtk-3-0.symbols: Add new symbols from this release.
2844+
2845+ -- Martin Pitt <martin.pitt@ubuntu.com> Mon, 05 Sep 2011 13:01:21 +0200
2846+
2847+gtk+3.0 (3.1.12-0ubuntu2) oneiric; urgency=low
2848+
2849+ * debian/patches/101_css_provider_load_from_data_crash.patch:
2850+ - Fix crash when passing load_from_data a length argument, as the
2851+ Python bindings do. LP: #831812
2852+
2853+ -- Michael Terry <mterry@ubuntu.com> Thu, 25 Aug 2011 14:52:16 -0400
2854+
2855+gtk+3.0 (3.1.12-0ubuntu1) oneiric; urgency=low
2856+
2857+ * New upstream version, clean patches backported from git
2858+ * debian/control.in:
2859+ - updated gdk-pixbuf requirement
2860+ * debian/rules:
2861+ - updated shlibs version
2862+ * debian/libgtk-3-0.symbols:
2863+ - new version update
2864+ * debian/patches/093_no_deprecated.patch:
2865+ - don't build tests with DGTK_DISABLE_DEPRECATED to workaround build issues
2866+
2867+ -- Sebastien Bacher <seb128@ubuntu.com> Tue, 16 Aug 2011 16:08:06 +0200
2868+
2869+gtk+3.0 (3.1.10-0ubuntu3) oneiric; urgency=low
2870+
2871+ * debian/patches/001_git_combobox_entry_style_class.patch
2872+ - add a "combobox-entry" style class for comboboxes with entries
2873+
2874+ -- Ken VanDine <ken.vandine@canonical.com> Wed, 10 Aug 2011 11:47:27 -0400
2875+
2876+gtk+3.0 (3.1.10-0ubuntu2) oneiric; urgency=low
2877+
2878+ * debian/patches/043_ubuntu_menu_proxy.patch
2879+ - Updated patch
2880+ * debian/libgtk-3-0.symbols
2881+ - Added menubar symbols
2882+
2883+ -- Ken VanDine <ken.vandine@canonical.com> Thu, 04 Aug 2011 11:58:59 -0400
2884+
2885+gtk+3.0 (3.1.10-0ubuntu1) oneiric; urgency=low
2886+
2887+ * New upstream version
2888+ * Dropped patches included in the new version
2889+ * debian/control.in: updated glib and pango requirements
2890+ * debian/libgtk-3-0.symbols: updated the symbols list
2891+
2892+ -- Sebastien Bacher <seb128@ubuntu.com> Mon, 25 Jul 2011 21:02:29 +0200
2893+
2894+gtk+3.0 (3.1.8-0ubuntu6) oneiric; urgency=low
2895+
2896+ * debian/control.in:
2897+ - update the glib requirements, gtk3 was using glib in a non documented
2898+ way and required patching to keep working with the new glib
2899+ - don't build-depends on the individual girs, those are install by the
2900+ respective libraries which depends on those
2901+ * debian/patches/090_new_glib_compat.patch:
2902+ - backported git patch to adapt to the new glib behaviour
2903+
2904+ -- Sebastien Bacher <seb128@ubuntu.com> Thu, 21 Jul 2011 15:41:49 +0200
2905+
2906+gtk+3.0 (3.1.8-0ubuntu5) oneiric; urgency=low
2907+
2908+ * debian/patches/043_ubuntu_menu_proxy.patch:
2909+ - Don't overwrite 'ubuntu-local' property when 'show-local' changes.
2910+ LP: #743265
2911+
2912+ -- Michael Terry <mterry@ubuntu.com> Wed, 20 Jul 2011 10:44:29 -0400
2913+
2914+gtk+3.0 (3.1.8-0ubuntu4) oneiric; urgency=low
2915+
2916+ * debian/patches/063_resize_grip_default.patch
2917+ - Make the grab handles default configurable (LP: #809919)
2918+
2919+ -- Ken VanDine <ken.vandine@canonical.com> Fri, 15 Jul 2011 12:45:26 -0400
2920+
2921+gtk+3.0 (3.1.8-0ubuntu3) oneiric; urgency=low
2922+
2923+ * debian/patches/001_git_dont_increase_font.patch:
2924+ - Add upstream patch to avoid increasing the primary text font on every
2925+ call to gtk_message_dialog_format_secondary_text (LP: #808419)
2926+
2927+ -- Rodrigo Moya <rodrigo.moya@canonical.com> Fri, 15 Jul 2011 15:37:28 +0200
2928+
2929+gtk+3.0 (3.1.8-0ubuntu2) oneiric; urgency=low
2930+
2931+ * debian/patches/001_git_gtk_assitant.patch:
2932+ - backported some git commits to fix gtkassistant issues
2933+ * debian/libgtk-3-0.symbols:
2934+ - updated the symbols list
2935+
2936+ -- Sebastien Bacher <seb128@ubuntu.com> Wed, 13 Jul 2011 17:45:10 +0200
2937+
2938+gtk+3.0 (3.1.8-0ubuntu1) oneiric; urgency=low
2939+
2940+ * New upstream version
2941+ * debian/rules
2942+ - updated shlib version
2943+ * debian/patches/00git_image_init_variable.patch:
2944+ - dropped, the fix is in the new version
2945+ * debian/patches/076_invalidate_order_on_changes.patch:
2946+ - dropped, the fix is in the new version
2947+
2948+ -- Sebastien Bacher <seb128@ubuntu.com> Thu, 07 Jul 2011 11:36:29 +0200
2949+
2950+gtk+3.0 (3.1.6-0ubuntu4) oneiric; urgency=low
2951+
2952+ * debian/patches/076_invalidate_order_on_changes.patch
2953+ - Invalidate order on changes (LP: #798377)
2954+
2955+ -- Ken VanDine <ken.vandine@canonical.com> Wed, 29 Jun 2011 10:26:26 +0100
2956+
2957+gtk+3.0 (3.1.6-0ubuntu3) oneiric; urgency=low
2958+
2959+ * debian/patches/100_overlay_scrollbar_loading.patch
2960+ - Added support for the ayatana overlay scrollbars
2961+ * debian/libgtk-3-0.symbols
2962+ - Added new symbols from the scrollbars patch
2963+
2964+ -- Ken VanDine <ken.vandine@canonical.com> Thu, 16 Jun 2011 09:01:45 -0400
2965+
2966+gtk+3.0 (3.1.6-0ubuntu2) oneiric; urgency=low
2967+
2968+ * Add 00git_image_init_variable.patch: Fix crash in
2969+ ensure_stated_icon_from_info() due to uninitialized variable. Patch taken
2970+ from upstream git head.
2971+
2972+ -- Martin Pitt <martin.pitt@ubuntu.com> Wed, 15 Jun 2011 12:06:54 +0200
2973+
2974+gtk+3.0 (3.1.6-0ubuntu1) oneiric; urgency=low
2975+
2976+ * New upstream version
2977+ - GtkOverlay is a new container that allows to place one or more 'overlay'
2978+ widgets on top of another widget.
2979+ This can be used for 'floating statusbars' and similar interfaces.
2980+ - GtkLockButton has been simplified in appearance to look like a normal
2981+ button
2982+ - GtkNotebook now supports height-for-width layout
2983+ - Accessibility for menuitems and combo boxes has been restored
2984+ - The horizontal and vertical subclasses of GtkBox, GtkPaned,
2985+ GtkSeparator, GtkScrollbar, GtkScale and GtkButtonBox have been deprecated
2986+ * debian/patches/libgtk-3-0.symbols:
2987+ - updated symbols list
2988+ * debian/patches/091_bugzilla_tooltip_refresh.patch:
2989+ - commented from the series, it's not clear it's still needed with GTK3 and
2990+ will need updating to work with the new version
2991+
2992+ -- Sebastien Bacher <seb128@ubuntu.com> Tue, 14 Jun 2011 19:41:19 +0200
2993+
2994+gtk+3.0 (3.1.4-0ubuntu1) oneiric; urgency=low
2995+
2996+ * New upstream version, refreshed patches and updated symbol list.
2997+
2998+ -- Sebastien Bacher <seb128@ubuntu.com> Fri, 10 Jun 2011 10:38:08 +0200
2999+
3000+gtk+3.0 (3.0.11-0ubuntu1) oneiric; urgency=low
3001+
3002+ * New upstream version
3003+ * Resynchronize on Debian, see the 3.0.0-1ubuntu1 changelog entry which
3004+ has a summary of the remaining Ubuntu changes
3005+ * 043_notebook_scroll.patch:
3006+ - dropped, that's a Debian change and we want the upstream behaviour rather
3007+ or at least a rational to ship a diff over upstream for it
3008+ * debian/control.in: clean some unrequired diffs over Debian
3009+
3010+ -- Sebastien Bacher <seb128@ubuntu.com> Tue, 07 Jun 2011 18:46:06 +0200
3011+
3012+gtk+3.0 (3.0.10-1) unstable; urgency=low
3013+
3014+ [ Josselin Mouette ]
3015+ * libgtk-3-0.postrm.in: fix badly written test.
3016+
3017+ [ Fabian Greffrath ]
3018+ * Remove leftover diversions from the libgtk3.0-bin package
3019+ that got replaced by libgtk-3-bin (Closes: #617662 ).
3020+
3021+ [ Michael Biebl ]
3022+ * debian/watch: Switch to .bz2 tarballs.
3023+ * New upstream release.
3024+ * Refresh patches.
3025+ * Bump Standards-Version to 3.9.2. No further changes.
3026+ * Drop Build-Depends on dpkg-dev (>= 1.13.19). Even lenny has a more recent
3027+ version.
3028+ * Update package descriptions.
3029+ * Drop debian/gruik2devhelp.awk and Build-Depends on gawk, obsolete.
3030+
3031+ [ Josselin Mouette ]
3032+ * 043_notebook_scroll.patch: new patch. Reintroduce tab scrolling in
3033+ GtkNotebook, but this time only when Alt is pressed, as recommended
3034+ by upstream, and from the whole notebook area.
3035+ * Drop debhelper 8 requirement so that it can build.
3036+ * libgtk-3-bin.preinst: only remove libgtk3.0-bin diversions if they
3037+ already exist.
3038+
3039+ -- Josselin Mouette <joss@debian.org> Sat, 04 Jun 2011 22:51:06 +0200
3040+
3041+gtk+3.0 (3.0.9-0ubuntu2) oneiric; urgency=low
3042+
3043+ * 043_ubuntu_menu_proxy.patch: Add missing "gtkprivate.h" include module to
3044+ actually get the declaration of _gtk_find_module(). Should fix FTBFS on
3045+ amd64 on the buildds.
3046+
3047+ -- Martin Pitt <martin.pitt@ubuntu.com> Tue, 17 May 2011 19:32:35 +0200
3048+
3049+gtk+3.0 (3.0.9-0ubuntu1) oneiric; urgency=low
3050+
3051+ * Merge with Debian unstable. See 3.0.0-1ubuntu1 for remaining Ubuntu
3052+ changes.
3053+ * New upstream bug fix release.
3054+ * 043_ubuntu_menu_proxy.patch: Update for new release.
3055+
3056+ -- Martin Pitt <martin.pitt@ubuntu.com> Tue, 17 May 2011 16:53:30 +0200
3057+
3058+gtk+3.0 (3.0.8-1) unstable; urgency=low
3059+
3060+ * Make the -dev package depend on the gir package.
3061+ * New upstream release.
3062+ * Drop the mimeinfo.cache from the udeb, it’s been moved to
3063+ gdk-pixbuf.
3064+ * Upload to unstable; drop check-dist include.
3065+
3066+ -- Josselin Mouette <joss@debian.org> Sun, 10 Apr 2011 18:29:44 +0200
3067+
3068+gtk+3.0 (3.0.8-0ubuntu1) natty; urgency=low
3069+
3070+ * New upstream release
3071+
3072+ -- Robert Ancell <robert.ancell@canonical.com> Mon, 04 Apr 2011 11:03:11 +1000
3073+
3074+gtk+3.0 (3.0.6-1) experimental; urgency=low
3075+
3076+ * New upstream release.
3077+ + debian/libgtk-3-0.symbols:
3078+ - Updated.
3079+ * debian/control.in:
3080+ + Tighten libatk1.0-dev b-d to make sure we get an Atk-1.0.gir file.
3081+
3082+ -- Emilio Pozuelo Monfort <pochu@debian.org> Sat, 26 Mar 2011 00:00:41 +0000
3083+
3084+gtk+3.0 (3.0.6-0ubuntu1) natty; urgency=low
3085+
3086+ * New upstream release
3087+ * debian/libgtk-3-0.symbols:
3088+ - Updated
3089+
3090+ -- Robert Ancell <robert.ancell@canonical.com> Mon, 28 Mar 2011 16:42:52 +1100
3091+
3092+gtk+3.0 (3.0.5-0ubuntu1) natty; urgency=low
3093+
3094+ * New upstream release
3095+
3096+ -- Robert Ancell <robert.ancell@canonical.com> Thu, 24 Mar 2011 17:26:16 +1100
3097+
3098+gtk+3.0 (3.0.3-1) experimental; urgency=low
3099+
3100+ * New upstream release.
3101+ + debian/control.in:
3102+ - Bump minimum libpango1.0-dev dependency.
3103+
3104+ -- Emilio Pozuelo Monfort <pochu@debian.org> Mon, 14 Mar 2011 23:34:09 +0000
3105+
3106+gtk+3.0 (3.0.3-0ubuntu1) natty; urgency=low
3107+
3108+ * New upstream release
3109+
3110+ -- Robert Ancell <robert.ancell@canonical.com> Tue, 15 Mar 2011 17:55:39 +1100
3111+
3112+gtk+3.0 (3.0.2-1) experimental; urgency=low
3113+
3114+ * New upstream release
3115+ * debian/patches/080_prevent_invalid_free.patch
3116+ - Removed. fixed upstream
3117+
3118+ -- Sjoerd Simons <sjoerd@debian.org> Wed, 09 Mar 2011 23:46:48 +0000
3119+
3120+gtk+3.0 (3.0.2-0ubuntu1) natty; urgency=low
3121+
3122+ * New upstream release
3123+
3124+ -- Robert Ancell <robert.ancell@canonical.com> Tue, 08 Mar 2011 15:38:10 +1100
3125+
3126+gtk+3.0 (3.0.1-2) experimental; urgency=low
3127+
3128+ * debian/patches/080_prevent_invalid_free.patch
3129+ - Added. Prevent invalid free on double/tripple click events (from upstream
3130+ git)
3131+
3132+ -- Sjoerd Simons <sjoerd@debian.org> Sat, 26 Feb 2011 16:02:13 +0000
3133+
3134+gtk+3.0 (3.0.1-1ubuntu1) natty; urgency=low
3135+
3136+ * New upstream release
3137+
3138+ -- Robert Ancell <robert.ancell@canonical.com> Thu, 24 Feb 2011 11:03:41 +1100
3139+
3140+gtk+3.0 (3.0.1-1) experimental; urgency=low
3141+
3142+ [ Robert Ancell ]
3143+ * debian/libgtk-3-bin.postrm:
3144+ * debian/libgtk-3-bin.preinst:
3145+ - Fix package name used in diversion
3146+
3147+ [ Emilio Pozuelo Monfort ]
3148+ * New upstream release.
3149+
3150+ -- Emilio Pozuelo Monfort <pochu@debian.org> Tue, 22 Feb 2011 20:36:55 +0000
3151+
3152+gtk+3.0 (3.0.0-1ubuntu2) natty; urgency=low
3153+
3154+ * debian/libgtk-3-bin.postrm:
3155+ * debian/libgtk-3-bin.preinst:
3156+ - Fix package name used in diversion
3157+
3158+ -- Robert Ancell <robert.ancell@canonical.com> Tue, 22 Feb 2011 14:33:15 +1100
3159+
3160+gtk+3.0 (3.0.0-1ubuntu1) natty; urgency=low
3161+
3162+ * Merge with Debian experimental, remaining Ubuntu changes:
3163+ * debian/control:
3164+ - Add Vcs-Bzr link
3165+ * debian/libgtk2.0-0.symbols:
3166+ - Add Ubuntu specific symbols
3167+ * debian/watch:
3168+ - Watch for unstable versions
3169+ * debian/patches/043_menu_proxy.patch
3170+ - Add GtkMenuProxy support for remoting menus.
3171+ * debian/patches/062_dnd_menubar.patch:
3172+ - Allow click on menubars for dnd
3173+ * debian/patches/071_no_offscreen_widgets_grabbing.patch:
3174+ - Don't let offscreen widgets do grabbing
3175+ * debian/patches/072_indicator_menu_update.patch:
3176+ - Change by Cody Russell to send an update event on menu changes,
3177+ should make the bluetooth indicator refresh correctly
3178+ * debian/patches/073_treeview_almost_fixed.patch:
3179+ - "ubuntu-almost-fixed-height" private property to speed-up software-center
3180+ * debian/patches/075_expose_gdkwidget_for_gtkrange.patch:
3181+ - Expose the event window for ido
3182+ * debian/patches/091_bugzilla_tooltip_refresh.patch:
3183+ - Upstream bugzilla change to have better looking tooltips the gtk theme
3184+ need to set "new-tooltip-style" to use those
3185+ * debian/patches/092_default_to_xdg_document_dir.patch:
3186+ - Use $XDG_DOCUMENTS_DIR as default directory rather than the home
3187+ directory for the 'Print to File' function.
3188+
3189+ -- Robert Ancell <robert.ancell@canonical.com> Mon, 21 Feb 2011 15:49:45 +1100
3190+
3191+gtk+3.0 (3.0.0-1) experimental; urgency=low
3192+
3193+ [ Emilio Pozuelo Monfort ]
3194+ * New upstream release.
3195+ + debian/control.in:
3196+ - Stop building the pixbuf package, it hasn't been ported to the
3197+ new style API so is useless.
3198+ + debian/patches/006_reenable_pixbuf_engine.patch:
3199+ - Removed, no longer necessary.
3200+ + debian/libgtk3.0-0.symbols:
3201+ - Updated.
3202+ + debian/libgtk3.0-dev.install.in,
3203+ debian/libgtk3.0-dev.manpages,
3204+ debian/rules:
3205+ - gtk-builder-convert is gone, stop shipping it.
3206+
3207+ [ Robert Ancell ]
3208+ * New upstream release
3209+ * Rename binary packages to new so naming
3210+ * debian/control:
3211+ - Bump build-depends on libglib2.0-dev, libgdk-pixbuf2.0-dev, libatk1.0-dev,
3212+ gobject-introspection
3213+ * debian/libgail-3-0.symbols:
3214+ * debian/libgtk-3-0.symbols:
3215+ - Updated
3216+ - Mark symbols with stable version number
3217+ * debian/rules:
3218+ - Bump SHVER
3219+
3220+ [ Emilio Pozuelo Monfort ]
3221+ * Fix some leftovers after the renaming.
3222+
3223+ -- Emilio Pozuelo Monfort <pochu@debian.org> Sat, 19 Feb 2011 11:40:36 +0000
3224+
3225+gtk+3.0 (3.0.0-0ubuntu1) natty; urgency=low
3226+
3227+ * New upstream release
3228+ * debian/control:
3229+ - Bump build-depends on libglib2.0-dev, libgdk-pixbuf2.0-dev, libatk1.0-dev,
3230+ gobject-introspection
3231+ - Disable pixbuf engine, it is not provided by this version
3232+ * debian/libgail3.0-0.symbols:
3233+ * debian/libgtk3.0-0.symbols:
3234+ - Updated
3235+ - Mark symbols with stable version number
3236+ * debian/rules:
3237+ - Bump SHVER
3238+
3239+ -- Robert Ancell <robert.ancell@canonical.com> Mon, 14 Feb 2011 09:56:54 +1100
3240+
3241+gtk+3.0 (2.99.3-0ubuntu1) natty; urgency=low
3242+
3243+ [ Rico Tzschichholz ]
3244+ * New upstream release
3245+ * debian/patches:
3246+ - refreshed as needed
3247+ - 006_reenable_pixbuf_engine.patch dropped is upstream
3248+ - 065_gir_set_packages.patch dropped is upstream
3249+ * debian/libgtk3.0-dev.*, debian/rules:
3250+ - remove gtk-builder-convert references
3251+ * debian/libgtk3.0-0.symbols:
3252+ - updated
3253+
3254+ [ Michael Terry ]
3255+ * debian/watch:
3256+ - Fix regex and grab bz2 tarballs now that we're format 3.0
3257+
3258+ -- Rico Tzschichholz <ricotz@ubuntu.com> Thu, 03 Feb 2011 12:58:11 -0500
3259+
3260+gtk+3.0 (2.99.2-1ubuntu3) natty; urgency=low
3261+
3262+ * debian/patches/043_ubuntu_menu_proxy.patch:
3263+ - Update to proxy F10 presses to the global menu. LP: #689178
3264+ * debian/libgtk3.0-0.symbols:
3265+ - Add new symbol ubuntu_gtk_menu_shell_activate_first
3266+
3267+ -- Michael Terry <mterry@ubuntu.com> Thu, 27 Jan 2011 10:01:43 -0500
3268+
3269+gtk+3.0 (2.99.2-1ubuntu2) natty; urgency=low
3270+
3271+ * debian/patches/065_gir_set_packages.patch
3272+ - Added the package back and updated to fix build problems
3273+
3274+ -- Ken VanDine <ken.vandine@canonical.com> Thu, 20 Jan 2011 15:03:42 -0500
3275+
3276+gtk+3.0 (2.99.2-1ubuntu1) natty; urgency=low
3277+
3278+ [ Robert Ancell ]
3279+ * Merge with Debian experimental, remaining Ubuntu changes:
3280+ * debian/control:
3281+ - Build-depend on dh-autoreconf
3282+ - Move gtk-doc-tools from Build-Depends-Indep to Build-Depends as it is
3283+ required by dh_autoreconf
3284+ - Add Vcs-Bzr link
3285+ * debian/libgtk2.0-0.symbols:
3286+ - Add Ubuntu specific symbols
3287+ * debian/rules:
3288+ - Use autoreconf.mk
3289+ * debian/watch:
3290+ - Watch for unstable versions
3291+ * debian/patches/043_menu_proxy.patch
3292+ - Add GtkMenuProxy support for remoting menus.
3293+ * debian/patches/062_dnd_menubar.patch:
3294+ - Allow click on menubars for dnd
3295+ * debian/patches/065_gir_set_packages.patch
3296+ - Added _gir_PACKAGES for each gir created, to match gir to pkg which is
3297+ needed by vapigen-0.12
3298+ * debian/patches/071_no_offscreen_widgets_grabbing.patch:
3299+ - Don't let offscreen widgets do grabbing
3300+ * debian/patches/072_indicator_menu_update.patch:
3301+ - Change by Cody Russell to send an update event on menu changes,
3302+ should make the bluetooth indicator refresh correctly
3303+ * debian/patches/073_treeview_almost_fixed.patch:
3304+ - "ubuntu-almost-fixed-height" private property to speed-up software-center
3305+ * debian/patches/075_expose_gdkwidget_for_gtkrange.patch:
3306+ - Expose the event window for ido
3307+ * debian/patches/091_bugzilla_tooltip_refresh.patch:
3308+ - Upstream bugzilla change to have better looking tooltips the gtk theme
3309+ need to set "new-tooltip-style" to use those
3310+ * debian/patches/092_default_to_xdg_document_dir.patch:
3311+ - Use $XDG_DOCUMENTS_DIR as default directory rather than the home
3312+ directory for the 'Print to File' function.
3313+
3314+ [ Sebastien Bacher ]
3315+ * debian/patches/065_gir_set_packages.patch:
3316+ - dropped since it breaks the build
3317+
3318+ -- Sebastien Bacher <seb128@ubuntu.com> Thu, 20 Jan 2011 15:26:57 +0100
3319+
3320+gtk+3.0 (2.99.2-1) experimental; urgency=low
3321+
3322+ * New upstream release.
3323+ + d/p/0001-stylecontext-Protect-the-cairo-contexts-with-cairo_s.patch
3324+ d/p/0003-Fixed-assertions-in-gtk_cell_renderer_get_aligned_ar.patch
3325+ d/p/0002-_gtk_cell_area_set_cell_data_func_with_proxy-set-the.patch
3326+ - Removed, included upstream.
3327+ + debian/libgtk3.0-0.symbols:
3328+ - Updated.
3329+ + debian/rules:
3330+ - Bumped the shver.
3331+
3332+ -- Emilio Pozuelo Monfort <pochu@debian.org> Thu, 13 Jan 2011 18:36:27 +0000
3333+
3334+gtk+3.0 (2.99.2-0ubuntu1) UNRELEASED; urgency=low
3335+
3336+ * New upstream release
3337+ * debian/patches/015_default-fallback-icon-theme.patch:
3338+ * debian/patches/043_ubuntu_menu_proxy.patch:
3339+ * debian/patches/071_no_offscreen_widgets_grabbing.patch:
3340+ * debian/patches/072_indicator_menu_update.patch:
3341+ * debian/patches/091_bugzilla_tooltip_refresh.patch:
3342+ - Rebased patches
3343+ * debian/patches/004_gir_with_separate_build_tree.patch:
3344+ * debian/patches/005_support_disabling_x11_extensions.patch:
3345+ * debian/patches/061_use_pdf_as_default_printing_standard.patch:
3346+ * debian/patches/074_expose_active_menu_item.patch:
3347+ * debian/patches/093_dso_link_issues.patch:
3348+ * debian/patches/094_gtkprint_test_fix.patch:
3349+ - Remove upstreamed and obsolete patches
3350+ * debian/libgtk3.0-0.install.in:
3351+ * debian/libgtk3.0-bin.install.in:
3352+ * debian/libgtk3.0-dev.install.in:
3353+ * debian/libgtk3.0-dev.manpages:
3354+ - Fix to install correct files
3355+ * debian/libgtk3.0-0.symbols:
3356+ * debian/libgail3.0-0.symbols:
3357+ - Updated to new API
3358+
3359+ -- Rodrigo Moya <rodrigo.moya@canonical.com> Thu, 13 Jan 2011 16:05:39 +0100
3360+
3361+gtk+3.0 (2.99.1-1) experimental; urgency=low
3362+
3363+ [ Robert Ancell ]
3364+ * debian/control.in:
3365+ - Bump build-depends on libglib2.0-dev
3366+ * debian/libgtk3.0-0.symbols:
3367+ - Updated.
3368+ * debian/libgtk3.0-dev.install.in
3369+ - gdkconfig.h no longer distributed
3370+ * debian/rules:
3371+ - Bumped the shver.
3372+ * debian/patches/001_static-linking-dont-query-immodules.patch:
3373+ * debian/patches/005_support_disabling_x11_extensions.patch:
3374+ * debian/patches/003_gdk.pc_privates.patch:
3375+ * debian/patches/070_mandatory-relibtoolize.patch:
3376+ * debian/patches/041_ia32-libs.patch:
3377+ * debian/patches/002_static-linking-dont-build-perf.patch:
3378+ * debian/patches/004_git_add_missing_include.patch:
3379+ * debian/patches/042_treeview_single-focus.patch:
3380+ - Refreshed.
3381+
3382+ [ Emilio Pozuelo Monfort ]
3383+ * New upstream release.
3384+ + debian/rules:
3385+ - Pass --enable-xinput instead of --with-xinput=yes.
3386+ - Bump the shver.
3387+ + debian/patches/004_git_add_missing_include.patch,
3388+ debian/patches/005_support_disabling_x11_extensions.patch,
3389+ debian/patches/007-continue-to-install-gdk-TARGET-3.0.pc.patch:
3390+ - Removed, included upstream.
3391+ + debian/patches/061_use_pdf_as_default_printing_standard.patch:
3392+ - Removed. The cups backend part has been fixed upstream in a (better)
3393+ different way, and the lpr part doesn't make sense as we don't know
3394+ if the job will be sent to CUPS or not.
3395+ + debian/patches/070_mandatory-relibtoolize.patch,
3396+ debian/rules:
3397+ - Switch to dh-autoreconf.
3398+ + debian/patches/*:
3399+ - Refreshed.
3400+ + debian/libgtk3.0-0.symbols,
3401+ debian/libgail3.0-0.symbols:
3402+ - Updated.
3403+ + debian/libgtk3.0-*.{install.in,manpages},
3404+ debian/rules:
3405+ - Install manpages and binaries with the -3.0 suffix as upstream has
3406+ stopped doing so.
3407+ * Switch to CDBS' flavours system.
3408+ * debian/rules:
3409+ + Remove hack to build on PowerPC64. That port is dead, and if it's
3410+ ever back, hopefully we won't need to workaround toolchain issues.
3411+ + Pass -O1 to the linker so dynamic loading is faster.
3412+ * d/patches/0001-stylecontext-Protect-the-cairo-contexts-with-cairo_s.patch
3413+ d/patches/0003-Fixed-assertions-in-gtk_cell_renderer_get_aligned_ar.patch
3414+ d/patches/0002-_gtk_cell_area_set_cell_data_func_with_proxy-set-the.patch
3415+ + Backport patches from upstream git. They fix rendering issues and
3416+ assertion failures.
3417+
3418+ -- Emilio Pozuelo Monfort <pochu@debian.org> Wed, 12 Jan 2011 22:06:17 +0000
3419+
3420+gtk+3.0 (2.91.7-1ubuntu1) natty; urgency=low
3421+
3422+ * Merge with Debian experimental, remaining Ubuntu changes:
3423+ * debian/control:
3424+ - Build-depend on dh-autoreconf
3425+ - Move gtk-doc-tools from Build-Depends-Indep to Build-Depends as it is
3426+ required by dh_autoreconf
3427+ - Add Vcs-Bzr link
3428+ * debian/libgtk2.0-0.symbols:
3429+ - Add Ubuntu specific symbols
3430+ * debian/rules:
3431+ - Use dh_autoreconf
3432+ - Remove gdk/gdkenumtypes.h before build
3433+ * debian/watch:
3434+ - Watch for unstable versions
3435+ * debian/patches/004_gir_with_separate_build_tree.patch:
3436+ - When using a separate build tree, gdk/gdkenumtypes.h gets generated in the
3437+ build dir, not in the source dir. Therefore we need to add the build
3438+ directory to the include search path when building the GIRs, so that
3439+ gdk/gdk.h can actually find <gdk/gdkenumtypes.h>.
3440+ * debian/patches/043_menu_proxy.patch
3441+ - Add GtkMenuProxy support for remoting menus.
3442+ * debian/patches/062_dnd_menubar.patch:
3443+ - Allow click on menubars for dnd
3444+ * debian/patches/065_gir_set_packages.patch
3445+ - Added _gir_PACKAGES for each gir created, to match gir to pkg which is
3446+ needed by vapigen-0.12
3447+ * debian/patches/071_no_offscreen_widgets_grabbing.patch:
3448+ - Don't let offscreen widgets do grabbing
3449+ * debian/patches/072_indicator_menu_update.patch:
3450+ - Change by Cody Russell to send an update event on menu changes,
3451+ should make the bluetooth indicator refresh correctly
3452+ * debian/patches/073_treeview_almost_fixed.patch:
3453+ - "ubuntu-almost-fixed-height" private property to speed-up software-center
3454+ * debian/patches/074_expose_active_menu_item.patch:
3455+ - Expose the active menu for the soundmenu
3456+ * debian/patches/075_expose_gdkwidget_for_gtkrange.patch:
3457+ - Expose the event window for ido
3458+ * debian/patches/091_bugzilla_tooltip_refresh.patch:
3459+ - Upstream bugzilla change to have better looking tooltips the gtk theme
3460+ need to set "new-tooltip-style" to use those
3461+ * debian/patches/092_default_to_xdg_document_dir.patch:
3462+ - Use $XDG_DOCUMENTS_DIR as default directory rather than the home
3463+ directory for the 'Print to File' function.
3464+ * debian/patches/093_dso_link_issues.patch:
3465+ * debian/patches/094_gtkprint_test_fix.patch:
3466+ - Build fixes
3467+
3468+ -- Robert Ancell <robert.ancell@canonical.com> Thu, 23 Dec 2010 15:03:09 +1100
3469+
3470+gtk+3.0 (2.91.7-1) UNRELEASED; urgency=low
3471+
3472+ * debian/control.in:
3473+ - Bump build-depends on libglib2.0-dev
3474+ * debian/libgtk3.0-0.symbols:
3475+ - Updated.
3476+ * debian/libgtk3.0-dev.install.in
3477+ - gdkconfig.h no longer distributed
3478+ * debian/rules:
3479+ - Bumped the shver.
3480+ * debian/patches/001_static-linking-dont-query-immodules.patch:
3481+ * debian/patches/005_support_disabling_x11_extensions.patch:
3482+ * debian/patches/003_gdk.pc_privates.patch:
3483+ * debian/patches/070_mandatory-relibtoolize.patch:
3484+ * debian/patches/041_ia32-libs.patch:
3485+ * debian/patches/002_static-linking-dont-build-perf.patch:
3486+ * debian/patches/004_git_add_missing_include.patch:
3487+ * debian/patches/042_treeview_single-focus.patch:
3488+ - Refreshed
3489+
3490+ -- Robert Ancell <robert.ancell@canonical.com> Thu, 23 Dec 2010 14:09:17 +1100
3491+
3492+gtk+3.0 (2.91.7-0ubuntu1) natty; urgency=low
3493+
3494+ * New upstream release
3495+ * debian/libgtk3.0-dev.install.in:
3496+ - gdkconfig.h no longer distributed
3497+ * debian/libgtk3.0-0.symbols:
3498+ - Updated
3499+ * debian/rules:
3500+ - Update matching rule for chrpath due to library name change
3501+ * debian/patches/093_xsync_include.patch:
3502+ - Applied upstream
3503+ * debian/patches/093_dso_link_issues.patch:
3504+ * debian/patches/094_gtkprint_test_fix.patch:
3505+ - Build fixes
3506+
3507+ -- Robert Ancell <robert.ancell@canonical.com> Thu, 23 Dec 2010 09:53:49 +1100
3508+
3509+gtk+3.0 (2.91.6-1) experimental; urgency=low
3510+
3511+ * New upstream release.
3512+ + debian/patches/004_git_dont_setup_timeout_twice.patch:
3513+ - Removed, included upstream.
3514+ + debian/patches/004_git_add_missing_include.patch:
3515+ - New patch from upstream git, add a missing include that
3516+ otherwise caused the build to fail when disabling X extensions.
3517+ + debian/patches/006_reenable_pixbuf_engine.patch:
3518+ - New patch. Build the pixbuf engine even if it hasn't been ported to
3519+ the new GtkThemingEngine API.
3520+ + debian/patches/*:
3521+ - Refreshed.
3522+ + debian/libgtk3.0-0.symbols:
3523+ - Updated.
3524+ - Add Build-Depends-Package.
3525+ + debian/rules:
3526+ - Bumped the shver.
3527+ - Disable silent builds.
3528+ * Let gir1.2-gtk-3.0 replace gir1.0-gtk-3.0.
3529+
3530+ -- Emilio Pozuelo Monfort <pochu@debian.org> Sat, 18 Dec 2010 16:00:23 +0000
3531+
3532+gtk+3.0 (2.91.6-0ubuntu2) natty; urgency=low
3533+
3534+ * Updated for gir abi transition.
3535+
3536+ -- Sebastien Bacher <seb128@ubuntu.com> Thu, 16 Dec 2010 17:30:37 +0100
3537+
3538+gtk+3.0 (2.91.6-0ubuntu1) natty; urgency=low
3539+
3540+ * New upstream release
3541+ * debian/control:
3542+ - Disable gtk3-engines-pixbuf package, as the pixbuf engine is currently
3543+ disabled
3544+ * debian/libgtk3.0-0.symbols:
3545+ - Updated
3546+ * debian/patches/093_xsync_include.patch:
3547+ - Add missing X11/Xlib.h include
3548+
3549+ [ Martin Pitt ]
3550+
3551+ * Add 004_gir_with_separate_build_tree.patch: When using a separate build
3552+ tree, gdk/gdkenumtypes.h gets generated in the build dir, not in the
3553+ source dir. Therefore we need to add the build directory to the include
3554+ search path when building the GIRs, so that gdk/gdk.h can actually find
3555+ <gdk/gdkenumtypes.h>. (GNOME #636043)
3556+ * debian/rules: Remove gdk/gdkenumtypes.h from the source dir, so that it
3557+ gets built in the build tree. This is a workaround to put back proper type
3558+ information to the Gdk GIR, until this issue is fully understood.
3559+ (See GNOME #636043)
3560+
3561+ -- Robert Ancell <robert.ancell@canonical.com> Wed, 08 Dec 2010 19:05:20 +1100
3562+
3563+gtk+3.0 (2.91.5-2) experimental; urgency=low
3564+
3565+ * debian/control.in,
3566+ debian/rules:
3567+ + Remove the chrpath hack, it's been fixed in libtool.
3568+ * Update to the new gir policy:
3569+ - Rename gir1.0-gtk-3.0 to gir1.2-gtk-3.0.
3570+ - Bump the gobject-introspection build dependency.
3571+ - Build depend on gir1.2 packages.
3572+
3573+ -- Emilio Pozuelo Monfort <pochu@debian.org> Sun, 12 Dec 2010 16:03:02 +0100
3574+
3575+gtk+3.0 (2.91.5-1) experimental; urgency=low
3576+
3577+ * New upstream release.
3578+ + debian/patches/004_gtk_gir_build.patch:
3579+ - Removed, fixed upstream.
3580+ + debian/patches/004_git_dont_setup_timeout_twice.patch:
3581+ - New patch from upstream git, don't setup a timeout in
3582+ gtkspinners twice.
3583+ + debian/patches/070_mandatory-relibtoolize.patch:
3584+ - Updated.
3585+ + debian/libgtk3.0-0.symbols:
3586+ - Updated.
3587+
3588+ -- Emilio Pozuelo Monfort <pochu@debian.org> Tue, 30 Nov 2010 23:13:17 +0100
3589+
3590+gtk+3.0 (2.91.5-0ubuntu1) natty; urgency=low
3591+
3592+ * New upstream release
3593+ * debian/control:
3594+ - Remove unnecessary ${shlibs:Depends} from gir and -dev packages
3595+ * debian/libgtk3.0-0.symbols:
3596+ - Updated
3597+ * debian/patches/00git_gdk_lib.patch:
3598+ - Applied upstream
3599+
3600+ -- Robert Ancell <robert.ancell@canonical.com> Tue, 30 Nov 2010 11:43:13 +1100
3601+
3602+gtk+3.0 (2.91.4-2) experimental; urgency=low
3603+
3604+ [ Laurent Bigonville ]
3605+ * debian/watch: Bump version to 3
3606+
3607+ [ Emilio Pozuelo Monfort ]
3608+ * Add gir1.0-gtk-3.0, based on the gir1.0-gtk-2.0 Ubuntu patch.
3609+ * debian/patches/004_gtk_gir_build.patch:
3610+ + Fix the introspection build.
3611+ * debian/patches/070_mandatory-relibtoolize.patch:
3612+ + Updated.
3613+
3614+ [ Sjoerd Simons ]
3615+ * Update build-depends to properly depend on -dev packages with .gir
3616+ * Target experimental
3617+
3618+ -- Sjoerd Simons <sjoerd@debian.org> Sat, 27 Nov 2010 17:01:51 +0000
3619+
3620+gtk+3.0 (2.91.4-1) experimental; urgency=low
3621+
3622+ * debian/libgtk3.0-common.install:
3623+ + Ship the GSettings schemas.
3624+ * New upstream release.
3625+ + debian/control.in:
3626+ - Bump glib2.0 build requirement.
3627+ + debian/patches/*:
3628+ - Refreshed.
3629+ * debian/libgtk3.0-bin.{preinst,postrm}:
3630+ + Add #DEBHELPER# token. Make errors fatal with set -e.
3631+ * debian/rules:
3632+ + Exclude .in files from the dh_installdocs call, so that
3633+ it picks the real .doc-base files and not the .in ones.
3634+ * debian/libgtk3.0-doc.doc-base.gdk{,.in}:
3635+ + Don't hardcode the package name, generate it at build time.
3636+ * debian/libgail3.0-doc.doc-base.gail-reference:
3637+ + Fix paths to the manual.
3638+
3639+ -- Emilio Pozuelo Monfort <pochu@debian.org> Tue, 16 Nov 2010 06:30:33 +0100
3640+
3641+gtk+3.0 (2.91.4-0ubuntu2) natty; urgency=low
3642+
3643+ [ Sebastien Bacher ]
3644+ * debian/copyright: update from Debian
3645+
3646+ [ Ken VanDine ]
3647+ * debian/patches/065_gir_set_packages.patch
3648+ - Added _gir_PACKAGES for each gir created, to match gir to pkg which is
3649+ needed by vapigen-0.12
3650+
3651+ -- Ken VanDine <ken.vandine@canonical.com> Fri, 19 Nov 2010 14:01:06 -0500
3652+
3653+gtk+3.0 (2.91.4-0ubuntu1) natty; urgency=low
3654+
3655+ * New upstream release
3656+ * debian/control:
3657+ - Bump build-depends on libglib2.0-dev
3658+ * debian/patches/00git_gdk_lib.patch:
3659+ - Fix build
3660+
3661+ -- Robert Ancell <robert.ancell@canonical.com> Thu, 11 Nov 2010 13:12:48 +1100
3662+
3663+gtk+3.0 (2.91.3-1) experimental; urgency=low
3664+
3665+ [ Sebastian Dröge ]
3666+ * Initial GTK+ 3 packaging.
3667+
3668+ [ Rico Tzschichholz ]
3669+ * New upstream development release
3670+ * some fixes and changes
3671+
3672+ [ Sjoerd Simons ]
3673+ * New upstream release (2.91.3)
3674+ * debian/patches/009_gtk-export-filechooser.patch:
3675+ + Removed. Doesn't apply anymore and was only needed for hildon
3676+ * Update build-depends to cairo >= 1.10.0 and glib-2.0 >= 2.27.0
3677+ * debian/patches/070_mandatory-relibtoolize.patch
3678+ + Updated
3679+ * Update the faq/tutorial index files names
3680+ * debian/control.in:
3681+ + Add dependency on docbook-utils for db2html to generate the documentation
3682+ html during build
3683+ * Update the symbols file
3684+ * Version various document index files so they don't conflict with their
3685+ gtk2 flavour
3686+ * debian/libgtk3-bin.preinst, debian/libgtk3-bin.postrm:
3687+ + Divert gtk+2.0's update-icon-caches. The format remained the same so this
3688+ is safe to do
3689+ * debian/ruels, libtk3.0-doc.*: Tutorial and FAQ have been removed from the
3690+ gtk source as they were updated, stop trying to install them
3691+ * debian/libgail3.0-doc.doc-base.gail-reference
3692+ + Rename the doc-base to gail-reference-3.0 to not conflict with
3693+ libgail3.0-doc
3694+ * debian/copyright updated/rewritten
3695+
3696+ -- Sjoerd Simons <sjoerd@debian.org> Sun, 07 Nov 2010 20:45:46 +0000
3697+
3698+gtk+3.0 (2.91.3-0ubuntu1) natty; urgency=low
3699+
3700+ [ Michael Terry ]
3701+ * debian/libgtk3.0-0.symbols:
3702+ - Fix some symbols that had debian versioning cruft
3703+ * debian/rules:
3704+ - Set introspection=no for non-shared build
3705+ * debian/libgtk3.0-doc.doc-base.gtk-faq:
3706+ - Dropped, as faq docs are no longer shipped
3707+ * debian/libgtk3.0-doc.doc-base.gtk.in:
3708+ - Rename to just .gtk and specify DOC_PKG manually. Many other files
3709+ hardcode it anyway and it was confusing the build system.
3710+ * debian/libgtk3.0-doc.links.in:
3711+ - Drop non-existant faq doc symlink
3712+ * debian/libgail3.0-doc.links:
3713+ - Update directories to match where the source installs docs
3714+ * debian/libgail3.0-doc.doc-base.gail-reference:
3715+ - Fix document name to not conflict with 2.0 version
3716+ - Update directories to match where the source installs docs
3717+
3718+ [ Bilal Akhtar ]
3719+ * debian/patches/092_default_to_xdg_document_dir.patch:
3720+ - Use $XDG_DOCUMENTS_DIR as default directory rather than the home
3721+ directory for the 'Print to File' function. (LP: #611011)
3722+
3723+ -- Michael Terry <mterry@ubuntu.com> Fri, 05 Nov 2010 11:45:26 -0400
3724+
3725+gtk+3.0 (2.91.3-0ubuntu1~build3) natty; urgency=low
3726+
3727+ * Upload to natty
3728+ * debian/rules, debian/control:
3729+ - Build gir package
3730+
3731+ -- Michael Terry <mterry@ubuntu.com> Tue, 02 Nov 2010 13:42:42 -0400
3732+
3733+gtk+3.0 (2.91.3-0ubuntu1~build2) maverick; urgency=low
3734+
3735+ * debian/control*:
3736+ - Update required version of glib to 2.27.2
3737+
3738+ -- Michael Terry <mterry@ubuntu.com> Tue, 02 Nov 2010 11:54:19 -0400
3739+
3740+gtk+3.0 (2.91.3-0ubuntu1~build1) maverick; urgency=low
3741+
3742+ * New upstream release
3743+ * debian/rules, debian/control:
3744+ - Use dh_autoreconf
3745+ * debian/patches/70_mandatory-relibtoolize.patch:
3746+ - Dropped in favor of dh_autoreconf
3747+ * debian/libgtk3.0-0.symbols:
3748+ - Update to match new API
3749+
3750+ -- Michael Terry <mterry@ubuntu.com> Tue, 02 Nov 2010 10:27:22 -0400
3751+
3752+gtk+3.0 (2.91.2-0ubuntu1~build1) maverick; urgency=low
3753+
3754+ [ Michael Terry ]
3755+ * New upstream release
3756+ * debian/control.in:
3757+ - Require GLib 2.27.1
3758+ * debian/libgtk3.0-0.symbols:
3759+ - Updated to match new API
3760+ * debian/patches/043_ubuntu_menu_proxy.patch,
3761+ debian/patches/070_mandatory-relibtoolize.patch,
3762+ debian/patches/073_treeview_almost_fixed.patch:
3763+ - Refresh
3764+ * debian/patches/074_use_comboboxtext_to_fix_amd64.patch:
3765+ - Remove, applied upstream
3766+ * debian/libgtk3.0-doc.install.in:
3767+ - Remove doc faq file no more shipped
3768+
3769+ [ Didier Roche ]
3770+ * debian/patches/074_expose_active_menu_item.patch:
3771+ - Expose the active menu for the soundmenu (LP: #655760)
3772+ * debian/patches/075_expose_gdkwidget_for_gtkrange.patch:
3773+ - expose the event window for ido (LP: #655756)
3774+ * debian/libgtk3.0-0.symbols:
3775+ - add symbols from last patches
3776+
3777+ -- Michael Terry <mterry@ubuntu.com> Tue, 26 Oct 2010 18:58:33 -0400
3778+
3779+gtk+3.0 (2.91.1-0ubuntu1~build2) maverick; urgency=low
3780+
3781+ [ Sebastien Bacher ]
3782+ * New upstream version
3783+ * debian/patches/062_ubuntu-set-grab-add.patch:
3784+ - updated and added back to the series
3785+ * debian/libgtk2.0-0.symbols:
3786+ - updated
3787+ * don't install the upstream changelog to save cd space
3788+ * don't install the tutorial since upstream dropped it
3789+ * debian/patches/043_ubuntu_menu_proxy.patch:
3790+ - new version update
3791+ * debian/libgtk3.0-common.install: install the fileselector schemas
3792+ * debian/rules:
3793+ - shlib update
3794+
3795+ [ Michael Terry ]
3796+ * 074_use_comboboxtext_to_fix_amd64.patch:
3797+ - fix amd64 FTBFS in ppa
3798+
3799+ -- Sebastien Bacher <seb128@ubuntu.com> Mon, 18 Oct 2010 11:19:26 +0200
3800+
3801+gtk+3.0 (2.91.0-1) experimental; urgency=low
3802+
3803+ [ Sebastian Dröge ]
3804+ * Initial GTK+ 3 packaging.
3805+
3806+ [ Rico Tzschichholz ]
3807+ * New upstream development release
3808+ * some fixes and changes
3809+
3810+ [ Sjoerd Simons ]
3811+ * New upstream release (2.91.0)
3812+ * debian/patches/009_gtk-export-filechooser.patch:
3813+ + Removed. Doesn't apply anymore and was only needed for hildon
3814+ * Update build-depends to cairo >= 1.10.0 and glib-2.0 >= 2.27.0
3815+ * debian/patches/070_mandatory-relibtoolize.patch
3816+ + Updated
3817+ * Update the faq/tutorial index files names
3818+ * debian/control.in:
3819+ + Add dependency on docbook-utils for db2html to generate the documentation
3820+ html during build
3821+ * Update the symbols file
3822+ * Version various document index files so they don't conflict with their
3823+ gtk2 flavour
3824+ * debian/libgtk3-bin.preinst, debian/libgtk3-bin.postrm:
3825+ + Divert gtk+2.0's update-icon-caches. The format remained the same so this
3826+ is safe to do
3827+
3828+ -- Sjoerd Simons <sjoerd@debian.org> Sun, 10 Oct 2010 14:06:26 +0100
3829+
3830+gtk+3.0 (2.91.0-1~build2) maverick; urgency=low
3831+
3832+ * Review ubuntu patches
3833+ * debian/control:
3834+ - set ubuntu vcs
3835+ - updated the binaries list and build depends for the gir
3836+ * debian/libgtk2.0-0.symbols:
3837+ - updated for the ubuntu defined symbols
3838+ * debian/gir1.0-gtk-3.0.install.in, debian/libgtk3.0-dev.install.in:
3839+ - updated for the gir build
3840+ * debian/patches/043_ubuntu_menu_proxy.patch:
3841+ - updated version of the ubuntu menu proxy patch, thanks Cody Russell
3842+ * debian/patches/071_no_offscreen_widgets_grabbing.patch:
3843+ - change by Cody Russell to not let offscreen widgets do grabbing
3844+ * debian/patches/072_indicator_menu_update.patch:
3845+ - extra signals required for the indicator updates
3846+ * debian/patches/073_treeview_almost_fixed.patch:
3847+ - "ubuntu-almost-fixed-height" private property to speed-up software-center
3848+ * debian/patches/091_bugzilla_tooltip_refresh.patch:
3849+ - updated version from the fedora git
3850+ * debian/rules:
3851+ - build the gir
3852+ * debian/patches/062_ubuntu-set-grab-add.patch:
3853+ - commented for now since it needs to be updated
3854+ * Don't use gir yet to workaround build issues
3855+
3856+ -- Sebastien Bacher <seb128@ubuntu.com> Tue, 12 Oct 2010 12:13:42 +0200
3857+
3858+gtk+3.0 (2.91.0-1~build1) maverick; urgency=low
3859+
3860+ * Upload the debian experimental stock version to a ppa for testing,
3861+ the ubuntu patches needs to be reviewed and reapplied in a later build
3862+ * workaround build issues in the rules
3863+ * Don't build the static version for now, it will be faster to build and
3864+ workaround a build issues with this one
3865+
3866+ -- Sebastien Bacher <seb128@ubuntu.com> Mon, 11 Oct 2010 19:16:30 +0200
3867+
3868+gtk+2.0 (2.21.5-1) experimental; urgency=low
3869+
3870+ * New upstream development release:
3871+ + debian/control.in,
3872+ debian/rules,
3873+ debian/*:
3874+ - Remove all mentions of gdk-pixbuf and (build-) depend on it.
3875+ + debian/libgtk2.0-0.postinst.in,
3876+ debian/libgtk2.0-0.postrm.in,
3877+ debian/libgtk2.0-0.triggers.in,
3878+ debian/dh_gtkmodules.in:
3879+ - Handle immodules by triggers and deprecate dh_gtkmodules.
3880+ + debian/patches/*:
3881+ - Refreshed.
3882+ - Remove gdk-pixbuf and immodule patches.
3883+ + debian/rules,
3884+ debian/libgtk2.0-0.symbols:
3885+ - Update for new API symbols.
3886+ + debian/update-gdkpixbuf-loaders*,
3887+ debian/update-gtk-immodules*:
3888+ - Drop module update scripts which are no-ops since 2.10.1.
3889+
3890+ -- Sebastian Dröge <slomo@debian.org> Thu, 22 Jul 2010 21:01:09 +0200
3891+
3892+gtk+2.0 (2.21.2-1) experimental; urgency=low
3893+
3894+ * New upstream development release:
3895+ + debian/rules,
3896+ debian/libgtk2.0-0.symbols:
3897+ - Update for new API symbols.
3898+ + debian/patches/070_mandatory-relibtoolize.patch:
3899+ - Regenerated for the new version.
3900+ + debian/control.in:
3901+ - Update GLib (build-) dependency to >= 2.25.8.
3902+
3903+ -- Sebastian Dröge <slomo@debian.org> Fri, 11 Jun 2010 12:19:30 +0200
3904+
3905+gtk+2.0 (2.21.1-1) experimental; urgency=low
3906+
3907+ * New upstream development release:
3908+ + debian/rules,
3909+ debian/libgtk2.0-0.symbols:
3910+ - Update for new API symbols.
3911+ + debian/patches/070_mandatory-relibtoolize.patch:
3912+ - Regenerated for the new version.
3913+
3914+ -- Sebastian Dröge <slomo@debian.org> Mon, 31 May 2010 09:45:32 +0200
3915+
3916+gtk+2.0 (2.21.0-1) experimental; urgency=low
3917+
3918+ * New upstream development release:
3919+ + debian/rules,
3920+ debian/libgtk2.0-0.symbols:
3921+ - Update for new API symbols.
3922+ + debian/patches/002_static-linking-dont-build-perf.patch:
3923+ - Refreshed.
3924+ + debian/patches/070_mandatory-relibtoolize.patch:
3925+ - Regenerated for the new version.
3926+
3927+ -- Sebastian Dröge <slomo@debian.org> Sat, 08 May 2010 08:20:19 +0200
3928+
3929+gtk+2.0 (2.20.1-1) unstable; urgency=low
3930+
3931+ * New upstream bugfix release:
3932+ + debian/patches/006_support-for-tracker-0.8-stable-releases.patch:
3933+ - Dropped, merged upstream.
3934+ + debian/patches/003_gdk.pc_privates.patch:
3935+ - Updated to apply cleanly again.
3936+ + debian/patches/070_mandatory-relibtoolize.patch:
3937+ - Regenerated for the new version.
3938+
3939+ -- Sebastian Dröge <slomo@debian.org> Mon, 03 May 2010 07:26:14 +0200
3940+
3941+gtk+2.0 (2.20.0-3) unstable; urgency=low
3942+
3943+ * debian/control.in
3944+ - Add Vcs-* fields.
3945+ - Add Homepage field.
3946+ * debian/patches/006_support-for-tracker-0.8-stable-releases.patch
3947+ - Add support for tracker 0.8 stable and future 0.9 releases. Also add
3948+ support for loading the search engines on demand until they are actually
3949+ needed. Patch is backported from upstream Git branch "tracker-0.8".
3950+ * Refresh patches to apply cleanly.
3951+
3952+ -- Michael Biebl <biebl@debian.org> Wed, 14 Apr 2010 20:39:28 +0200
3953+
3954+gtk+2.0 (2.20.0-2) unstable; urgency=low
3955+
3956+ * Upload to unstable.
3957+
3958+ -- Sebastian Dröge <slomo@debian.org> Wed, 31 Mar 2010 09:16:00 +0200
3959+
3960+gtk+2.0 (2.20.0-1) experimental; urgency=low
3961+
3962+ [ Emilio Pozuelo Monfort ]
3963+ * debian/rules,
3964+ debian/control.in,
3965+ debian/libgtk-directfb-2.0-0.*,
3966+ debian/libgtk-directfb-2.0-dev.*,
3967+ debian/patches/090_directfb-map-virtual-modifiers.patch,
3968+ debian/patches/series:
3969+ - Drop the DirectFB enabled GTK+ packages. They were needed for the
3970+ graphical installer but it's now switching to X11 so we don't need
3971+ them anymore.
3972+ * debian/rules:
3973+ - Move --with-xinput=yes and --with-libjasper to configure_flags
3974+ since they are common to all of our flavours.
3975+
3976+ [ Sebastian Dröge ]
3977+ * New upstream stable release:
3978+ + debian/patches/070_mandatory-relibtoolize.patch:
3979+ - Regenerated for the new version.
3980+ + debian/rules,
3981+ debian/libgtk2.0-0.symbols:
3982+ - Update SHVER to 2.20.0 for the new API to force dependencies
3983+ on the stable version.
3984+ + debian/control.in:
3985+ - Update GLib build dependency and tighten some -dev package dependencies.
3986+ + debian/patches/003_gdk.pc_privates.patch:
3987+ - Updated to apply cleanly again.
3988+
3989+ -- Sebastian Dröge <slomo@debian.org> Tue, 23 Mar 2010 15:55:56 +0100
3990+
3991+gtk+2.0 (2.19.7-3) experimental; urgency=low
3992+
3993+ * debian/control.in:
3994+ - Build depend on xsltproc, needed to generate the mime cache.
3995+ It was brought indirectly by gtk-doc-tools, but that's on
3996+ Build-Depends-Indep which isn't enough.
3997+
3998+ -- Emilio Pozuelo Monfort <pochu@debian.org> Tue, 16 Mar 2010 15:30:32 +0100
3999+
4000+gtk+2.0 (2.19.7-2) experimental; urgency=low
4001+
4002+ [ Cyril Brulebois ]
4003+ * Switch udeb from DirectFB to Xlib to prepare the move to an X11-based
4004+ graphical installer. Closes: #573872.
4005+ - Replace libgtk-directfb-2.0-0-udeb with libgtk-x11-udeb in control
4006+ file.
4007+ - Update description accordingly.
4008+ - Update .install.in accordingly, using the “shared_udeb” flavour,
4009+ based on the “shared” one, but with a few X11 extensions disabled.
4010+ - Update package name and file paths accordingly in rules file.
4011+ * Version/Bump some B-D to make sure the udeb gets proper dependencies
4012+ on the recently reworked/added udebs:
4013+ - libx11-dev
4014+ - libxcursor-dev
4015+ - libxext-dev
4016+ - libxi-dev
4017+ - libxinerama-dev
4018+ - libxrender-dev
4019+ * Add one patch to make it possible to disable X11 extensions, and
4020+ refresh the other one accordingly:
4021+ - 005_support_disabling_x11_extensions.patch
4022+ - 070_mandatory-relibtoolize.patch
4023+ * Ship a minimal MIME database in the udeb, since the loaders mechanism
4024+ isn’t sufficient to get proper PNG support:
4025+ - Add shared-mime-info to Build-Depends to ensure that the
4026+ update-mime-database tool is available at build-time, as well as
4027+ the source freedesktop.org.xml file.
4028+ - Add debian/keep-png-only.xsl to only keep the mime-type matching
4029+ type="image/png". Matching with namespaces is tricky, see the
4030+ comments in the XSL file for the details.
4031+ - Build a MIME cache, and only ship the resulting mime.cache file
4032+ under /usr/share/mime in the udeb.
4033+ - While this is dirty, that should do the trick until it is needed
4034+ for shared-mime-info to ship its own udeb.
4035+
4036+ [ Emilio Pozuelo Monfort ]
4037+ * Rename the udeb to libgtk2.0-0-udeb.
4038+ * Standards-Version is 3.8.4, no changes needed.
4039+
4040+ -- Emilio Pozuelo Monfort <pochu@debian.org> Tue, 16 Mar 2010 01:01:48 +0100
4041+
4042+gtk+2.0 (2.19.7-1) experimental; urgency=low
4043+
4044+ * New upstream development release:
4045+ + debian/patches/070_mandatory-relibtoolize.patch:
4046+ - Regenerated for the new version.
4047+
4048+ -- Sebastian Dröge <slomo@debian.org> Fri, 12 Mar 2010 15:59:27 +0100
4049+
4050+gtk+2.0 (2.19.6-1) experimental; urgency=low
4051+
4052+ * New upstream development release:
4053+ + debian/patches/070_mandatory-relibtoolize.patch:
4054+ - Regenerated for the new version.
4055+ + debian/rules,
4056+ debian/libgtk-directfb-2.0-0.symbols,
4057+ debian/libgtk2.0-0.symbols:
4058+ - Update SHVER to 2.19.6 for the new API and add new symbols.
4059+ * debian/patches/090_directfb-map-virtual-modifiers.patch:
4060+ + Update to add just another stub to fix the build.
4061+
4062+ -- Sebastian Dröge <slomo@debian.org> Wed, 24 Feb 2010 10:01:31 +0100
4063+
4064+gtk+2.0 (2.19.5-1) experimental; urgency=low
4065+
4066+ * New upstream development release:
4067+ + debian/patches/070_mandatory-relibtoolize.patch:
4068+ - Regenerated for the new version.
4069+ + debian/rules,
4070+ debian/libgtk-directfb-2.0-0.symbols,
4071+ debian/libgtk2.0-0.symbols:
4072+ - Update SHVER to 2.19.5 for the new API and add new symbols.
4073+
4074+ -- Sebastian Dröge <slomo@debian.org> Wed, 10 Feb 2010 09:38:52 +0100
4075+
4076+gtk+2.0 (2.19.4-1) experimental; urgency=low
4077+
4078+ * New upstream development release:
4079+ + debian/patches/070_mandatory-relibtoolize.patch:
4080+ - Regenerated for the new version.
4081+ + debian/rules,
4082+ debian/libgtk-directfb-2.0-0.symbols,
4083+ debian/libgtk2.0-0.symbols:
4084+ - Update SHVER to 2.19.4 for the new API and add new symbols.
4085+
4086+ -- Sebastian Dröge <slomo@debian.org> Tue, 26 Jan 2010 08:25:41 +0100
4087+
4088+gtk+2.0 (2.19.3-1) experimental; urgency=low
4089+
4090+ * New upstream development release:
4091+ + debian/patches/070_mandatory-relibtoolize.patch:
4092+ - Regenerated for the new version.
4093+ + debian/rules,
4094+ debian/libgtk-directfb-2.0-0.symbols,
4095+ debian/libgtk2.0-0.symbols:
4096+ - Update SHVER to 2.19.3 for the new API and add new symbols.
4097+ + debian/patches/091_size_allocate_crash.patch:
4098+ - Dropped, merged upstream.
4099+
4100+ -- Sebastian Dröge <slomo@debian.org> Mon, 11 Jan 2010 20:36:25 +0100
4101+
4102+gtk+2.0 (2.19.2-2) experimental; urgency=low
4103+
4104+ * debian/patches/091_size_allocate_crash.patch:
4105+ + Patch from upstream GIT to fix a crash on size allocations.
4106+ Thanks to Sebastien Bacher.
4107+
4108+ -- Sebastian Dröge <slomo@debian.org> Wed, 06 Jan 2010 11:42:07 +0100
4109+
4110+gtk+2.0 (2.19.2-1) experimental; urgency=low
4111+
4112+ [ Emilio Pozuelo Monfort ]
4113+ * debian/patches/000_gtk+-2.0.6-exportsymbols.patch:
4114+ + Removed, it wasn't being applied and hasn't been relevant for a
4115+ long time.
4116+
4117+ [ Sebastian Dröge ]
4118+ * New upstream development release:
4119+ + debian/patches/070_mandatory-relibtoolize.patch:
4120+ - Regenerated for the new version.
4121+ + debian/rules,
4122+ debian/libgtk-directfb-2.0-0.symbols,
4123+ debian/libgtk2.0-0.symbols:
4124+ - Update SHVER to 2.19.2 for the new API and add new symbols.
4125+ * debian/patches/090_directfb-map-virtual-modifiers.patch:
4126+ + Fix compilation of the DirectFB backend, patch adapted from
4127+ upstream commit to fix the Quartz backend.
4128+
4129+ -- Sebastian Dröge <slomo@debian.org> Mon, 04 Jan 2010 10:43:48 +0100
4130+
4131+gtk+2.0 (2.19.1-1) experimental; urgency=low
4132+
4133+ * New upstream development release:
4134+ + debian/rules:
4135+ - Include check-dist.mk to prevent accidental uploads to unstable.
4136+ + debian/control.in:
4137+ - Update ATK build dependency.
4138+ + debian/rules,
4139+ debian/libgtk-directfb-2.0-0.symbols,
4140+ debian/libgtk2.0-0.symbols:
4141+ - Update SHVER to 2.19.1 for the new API and add new symbols.
4142+ + debian/patches/009_gtk-export-filechooser.patch,
4143+ debian/patches/021_loader-files-d.patch:
4144+ - Updated to apply cleanly again.
4145+ + debian/patches/070_mandatory-relibtoolize.patch:
4146+ - Regenerated for the new version.
4147+
4148+ -- Sebastian Dröge <slomo@debian.org> Tue, 01 Dec 2009 15:28:10 +0100
4149+
4150+gtk+2.0 (2.18.4-1) unstable; urgency=low
4151+
4152+ * New upstream bugfix release:
4153+ + debian/patches/070_mandatory-relibtoolize.patch:
4154+ - Updated for the new version.
4155+ + debian/patches/091_dont-omit-gtk-icon-size-dialog.patch,
4156+ debian/patches/092_gtk-image-size-allocation.patch:
4157+ - Dropped, merged upstream.
4158+
4159+ -- Sebastian Dröge <slomo@debian.org> Tue, 01 Dec 2009 07:46:18 +0100
4160+
4161+gtk+2.0 (2.18.3-1) unstable; urgency=low
4162+
4163+ * New upstream bugfix release:
4164+ + debian/patches/070_mandatory-relibtoolize.patch:
4165+ - Updated for the new version.
4166+ * debian/patches/091_dont-omit-gtk-icon-size-dialog.patch:
4167+ + Patch from upstream GIT to not omit GTk_ICON_SIZE_DIALOG
4168+ when searching for an appropiate icon size.
4169+ * debian/patches/092_gtk-image-size-allocation.patch:
4170+ + Patch from upstream GIT to fix size allocation of GtkImage.
4171+
4172+ -- Sebastian Dröge <slomo@debian.org> Sun, 18 Oct 2009 13:23:44 +0200
4173+
4174+gtk+2.0 (2.18.2-1) unstable; urgency=low
4175+
4176+ * New upstream bugfix release:
4177+ + debian/patches/070_mandatory-relibtoolize.patch:
4178+ - Updated for the new version.
4179+ + 090_directfb-backend-compilation-fix.patch:
4180+ - Dropped, merged upstream.
4181+
4182+ -- Sebastian Dröge <slomo@debian.org> Tue, 06 Oct 2009 07:41:45 +0200
4183+
4184+gtk+2.0 (2.18.1-1) unstable; urgency=low
4185+
4186+ * New upstream bugfix release:
4187+ + debian/patches/070_mandatory-relibtoolize.patch:
4188+ - Updated for the new version.
4189+ + 090_directfb-backend-compilation-fix.patch:
4190+ - Fix compilation of the DirectFB backend, see
4191+ https://bugzilla.gnome.org/show_bug.cgi?id=596959
4192+
4193+ -- Sebastian Dröge <slomo@debian.org> Thu, 01 Oct 2009 07:20:43 +0200
4194+
4195+gtk+2.0 (2.18.0-1) unstable; urgency=low
4196+
4197+ * New upstream stable release:
4198+ + debian/rules,
4199+ debian/*.symbols:
4200+ - Updated for the new version.
4201+ + debian/patches/005_gdk_directfb_window_new.patch:
4202+ - Dropped, merged upstream.
4203+ + debian/patches/070_mandatory-relibtoolize.patch:
4204+ - Updated for the new version.
4205+
4206+ -- Sebastian Dröge <slomo@debian.org> Wed, 23 Sep 2009 06:36:41 +0200
4207+
4208+gtk+2.0 (2.17.11-1) experimental; urgency=low
4209+
4210+ * New upstream development release:
4211+ + debian/patches/070_mandatory-relibtoolize.patch:
4212+ - Updated for the new version.
4213+ + debian/rules,
4214+ debian/*.symbols:
4215+ - Updated for the new version.
4216+
4217+ -- Sebastian Dröge <slomo@debian.org> Sat, 05 Sep 2009 07:16:24 +0200
4218+
4219+gtk+2.0 (2.17.10-1) experimental; urgency=low
4220+
4221+ * New upstream development release:
4222+ + debian/patches/070_mandatory-relibtoolize.patch:
4223+ - Updated for the new version.
4224+ + debian/rules,
4225+ debian/*.symbols:
4226+ - Updated for the new version.
4227+ * -
4228+
4229+ -- Sebastian Dröge <slomo@debian.org> Sat, 05 Sep 2009 07:16:21 +0200
4230+
4231+gtk+2.0 (2.17.9-1) experimental; urgency=low
4232+
4233+ [ Josselin Mouette ]
4234+ * Clean up the .la files in all -dev packages, not only in the main
4235+ one.
4236+
4237+ [ Sebastian Dröge ]
4238+ * New upstream development release:
4239+ + debian/patches/070_mandatory-relibtoolize.patch:
4240+ - Updated for the new version.
4241+ + debian/rules,
4242+ debian/*.symbols:
4243+ - Updated for the new version.
4244+
4245+ -- Sebastian Dröge <slomo@debian.org> Tue, 25 Aug 2009 18:37:11 +0200
4246+
4247+gtk+2.0 (2.17.8-1) experimental; urgency=low
4248+
4249+ [ Emilio Pozuelo Monfort ]
4250+ * New upstream development release.
4251+ - Handle printers needing authentication. Closes: #499759.
4252+ - Update libglib2.0-dev requirement.
4253+ * debian/watch:
4254+ - Don't uupdate.
4255+ * debian/rules:
4256+ - Configure with --with-libjasper, it's disabled by default now.
4257+ * debian/control.in:
4258+ - Remove conflicts and replaces no longer needed for packages in stable.
4259+ - Standards-Version is 3.8.3, no changes needed.
4260+ * debian/patches/005_xpmico.patch:
4261+ - Removed, this check is not needed as HeaderSize can't overflow because
4262+ IconCount will be at most 16 bits, and that multiplied by 16 is not
4263+ enough to overflow an integer. (Checked with upstream)
4264+ * debian/patches/001_static-linking-dont-query-immodules.patch,
4265+ debian/patches/002_static-linking-dont-build-perf.patch:
4266+ - Add headers.
4267+ * debian/patches/005_gdk_directfb_window_new.patch:
4268+ - New patch. Readd gdk_directfb_window_new(), which is exported in the
4269+ public API and was removed by mistake.
4270+ * debian/patches/*
4271+ - Refreshed.
4272+ * debian/libgtk-directfb-2.0-0.symbols,
4273+ debian/libgtk2.0-0.symbols:
4274+ - Updated for the new symbols. There's one symbol removed from the
4275+ directfb backend, gdk_display_pointer_grab(). It wasn't exported in
4276+ the headers, nor was supposed to be public, so if something out there
4277+ is using it, they are doing it wrong.
4278+ * debian/rules:
4279+ - Remove a trailing backslash that prevented -c4 to be passed to
4280+ dh_makeshlibs.
4281+
4282+ -- Josselin Mouette <joss@debian.org> Thu, 20 Aug 2009 18:29:04 +0200
4283+
4284+gtk+2.0 (2.16.5-1) unstable; urgency=low
4285+
4286+ * New upstream bugfix release:
4287+ + debian/patches/070_mandatory-relibtoolize.patch:
4288+ - Regenerated for the new version.
4289+
4290+ -- Sebastian Dröge <slomo@debian.org> Tue, 21 Jul 2009 08:09:50 +0200
4291+
4292+gtk+2.0 (2.16.4-1) unstable; urgency=low
4293+
4294+ * New upstream bugfix release:
4295+ + debian/patches/070_mandatory-relibtoolize.patch:
4296+ - Regenerated for the new version.
4297+
4298+ -- Sebastian Dröge <slomo@debian.org> Thu, 02 Jul 2009 06:09:04 +0200
4299+
4300+gtk+2.0 (2.16.3-1) unstable; urgency=low
4301+
4302+ * New upstream bugfix release:
4303+ + debian/patches/070_mandatory-relibtoolize.patch:
4304+ - Regenerated for the new version.
4305+ * debian/control.in:
4306+ + Update Standards-Version to 3.8.2.
4307+
4308+ -- Sebastian Dröge <slomo@debian.org> Mon, 29 Jun 2009 11:39:01 +0200
4309+
4310+gtk+2.0 (2.16.2-1) unstable; urgency=low
4311+
4312+ [ Loic Minier ]
4313+ * Fix string concat in dh_gtkmodules; thanks Kanru Chen; closes: #528782.
4314+
4315+ [ Sebastian Dröge ]
4316+ * New upstream bugfix release:
4317+ + debian/patches/091_workaround_no_gtk_init_incorrect_display.patch:
4318+ - Dropped, merged upstream.
4319+ + debian/patches/070_mandatory-relibtoolize.patch:
4320+ - Regenerated for the new version.
4321+ + debian/*.install:
4322+ - Install the manpages from their source locations as
4323+ they're not installed anymore for some reason.
4324+ * debian/control.in:
4325+ + Updated Standards-Version to 3.8.1, no additional changes needed.
4326+
4327+ -- Sebastian Dröge <slomo@debian.org> Tue, 02 Jun 2009 07:44:43 +0200
4328+
4329+gtk+2.0 (2.16.1-2) unstable; urgency=low
4330+
4331+ [ Loic Minier ]
4332+ * Fix test-print-backend configure flag addition.
4333+ * Set opt_configure_flags to $(shared_configure_flags) in the sample opt
4334+ flavor for armel and move the opt flavor and check flavors below the
4335+ definition of other flags.
4336+
4337+ -- Josselin Mouette <joss@debian.org> Thu, 16 Apr 2009 18:08:02 +0200
4338+
4339+gtk+2.0 (2.16.1-1) experimental; urgency=low
4340+
4341+ [ Loic Minier ]
4342+ * Clarify dh_gtkmodules doc slightly.
4343+
4344+ [ Gustavo Noronha Silva ]
4345+ * debian/series:
4346+ - forgot to add 022_disable-viqr-im-for-vi-locale.patch and
4347+ 061_use_pdf_as_default_printing_standard.patch to the series file
4348+ (thanks to seb128 for noticing)
4349+ * debian/control.in:
4350+ - sync Replaces with ubuntu's package for easier migration from Ubuntu
4351+ to Debian ;)
4352+
4353+ [ Josselin Mouette ]
4354+ * Make update-icon-caches always generate the cache, now that dh_icons
4355+ is widespread.
4356+
4357+ [ Sebastian Dröge ]
4358+ * debian/libgtk-directfb-2.0-0.symbols,
4359+ debian/libgtk2.0-0.symbols,
4360+ debian/libgail18.symbols,
4361+ debian/rules:
4362+ + Add symbol files for GTK.
4363+
4364+ [ Loic Minier ]
4365+ * Merge the following changes by Emmet Hikory:
4366+
4367+ [ Emmet Hikory ]
4368+ * Port optimised flavor work by Loic Minier from pango1.0:
4369+ - Rework flavor-specific vars.
4370+ + Introduce $(flavor) which is set to $* to clarify implicit rules
4371+ + Rename common_configure_flags to configure_flags
4372+ + Introduce the flavor_get macro to use a flavor specific override or
4373+ fallback to the common defaults for make vars.
4374+ + Use $(call flavor_get, ) to retrieve configure_flags, CFLAGS, and
4375+ LDFLAGS allowing to override these per flavor.
4376+ - Add support for an optimised pass, implemented as a flavor
4377+ + Define a default OPTLIBDIR and replace it in the sed foo for %.in
4378+ files; this is like LIBDIR, but with some hwcaps extension, e.g.
4379+ usr/lib/vfp.
4380+ + Add vars to build an optimised vfp flavour for armel with
4381+ additional CFLAGS
4382+ + Add the "opt" special flavor to flavors to run the testuites on,
4383+ CHECK_FLAVORS
4384+ + Also sed and append %.opt after %.in when generating $ files from
4385+ %.in; the %.opt file is optional and only included if the opt flavor
4386+ is included.
4387+ + Add a debian/libgtk2.0-0.install.opt which lists files from the
4388+ optimised flavor to install in libgtk2.0-0.
4389+ + Add a debian/libgail18.install.opt which lists files from the
4390+ optimised flavor to install in libgail18.
4391+
4392+ [ Loic Minier ]
4393+ * Only pass -j to the main make call, do not parallelize the debian/rules
4394+ themselves as it seems to be racy for an unidentified reason which is hard
4395+ to reproduce.
4396+ * Merge patch below from Ubuntu.
4397+
4398+ [ Sebastien Bacher ]
4399+ * debian/patches/093_git_change_fix_focus_issue.patch:
4400+ - upstream git change to fix a timestamp issue leading to get nautilus.
4401+ dialog opening sometime unfocussed for example (lp: #333366)
4402+
4403+ [ Loic Minier ]
4404+ * Build-dep on autotools-dev for the config.guess / .sub updates to work.
4405+ * Drop duplicate Section/Priority fields.
4406+ * ppc64: use DEB_HOST_GNU_CPU instead of BUILD; drop TODOs, the current
4407+ implementation is correct.
4408+
4409+ [ Sebastian Dröge ]
4410+ * New upstream bugfix release:
4411+ + debian/patches/070_mandatory-relibtoolize.patch:
4412+ - Regenerated for the new version.
4413+ + debian/patches/072_workaround_directfb_build.patch,
4414+ debian/patches/092_fix_printtest_include.patch,
4415+ debian/patches/093_git_change_fix_focus_issue.patch:
4416+ - Dropped, merged upstream.
4417+
4418+ -- Sebastian Dröge <slomo@debian.org> Sun, 12 Apr 2009 11:21:58 +0200
4419+
4420+gtk+2.0 (2.16.0-1) experimental; urgency=low
4421+
4422+ [ Emilio Pozuelo Monfort ]
4423+ * Let libgtk2.0-0 suggest gvfs, as it's needed for some APIs like
4424+ gtk_show_uri.
4425+
4426+ [ Josselin Mouette ]
4427+ * libgtk2.0-0 depends on shared-mime-info. Closes: #518090.
4428+ * Add dependent doc packages to b-d-i to ensure proper xrefs.
4429+
4430+ [ Loic Minier ]
4431+ * Clean up dh_gtkmodules output:
4432+ - Demote warnings when skipping non-existent GtkPixbuf loaders and Gtk IM
4433+ modules dirs to verbose_print(); use -v to see them.
4434+ - Always print the number of GdkPixbuf loaders and Gtk IM modules found in
4435+ each package.
4436+
4437+ [ Emilio Pozuelo Monfort ]
4438+ * New upstream stable release.
4439+ - Bump shlibs.
4440+ - debian/patches/070_mandatory-relibtoolize.patch: regenerated.
4441+ * Ship the gtk-builder-convert manpage in libgtk2.0-dev.
4442+ * Section of dbg packages is debug.
4443+
4444+ -- Emilio Pozuelo Monfort <pochu@ubuntu.com> Sun, 15 Mar 2009 20:10:34 +0100
4445+
4446+gtk+2.0 (2.15.5-2) experimental; urgency=low
4447+
4448+ [ Emilio Pozuelo Monfort ]
4449+ * debian/control.in:
4450+ - bump libglib2.0-dev build-dep requirement to >= 2.19.7
4451+ - bump libxrandr-dev build-dep requirement to >= 1:1.2.99
4452+ - also bump libgtk2.0-dev dependecies accordingly
4453+ (Closes: #518078)
4454+
4455+ [ Gustavo Noronha Silva ]
4456+ * 042_treeview_single-focus.patch:
4457+ - removed FIXME note, since it was explained to me that the patch is
4458+ still necessary
4459+ * debian/rules:
4460+ - bumped SHVER to 2.15.5
4461+
4462+ [ Imported from Ubuntu ]
4463+ * 022_disable-viqr-im-for-vi-locale.patch,
4464+ 061_use_pdf_as_default_printing_standard.patch:
4465+ - for the rationale for the PDF for printing one see:
4466+ https://wiki.ubuntu.com/PDFasStandardPrintJobFormat
4467+
4468+ -- Gustavo Noronha Silva <kov@debian.org> Tue, 03 Mar 2009 21:58:20 -0300
4469+
4470+gtk+2.0 (2.15.5-1) experimental; urgency=low
4471+
4472+ * New upstream development release
4473+ * 070_mandatory-relibtoolize.patch: refreshed.
4474+ * 031_directfb_dead-keys.patch, 032_gdkwindowimpl_directfb.patch,
4475+ 033_directfb_client-message.patch, 034_directfb_memleak.patch,
4476+ 071_jasper_link_fix.patch, 092_fix_printtest_include.patch:
4477+ - dropped; already featured in this release
4478+ * 030_gtkentry_password-char-circle.patch:
4479+ - dropped; upstream provides a different solution to setting the default
4480+ invisible char now, that takes the font being used into consideration
4481+ * 003_gdk.pc_privates.patch:
4482+ - refreshed
4483+
4484+ -- Gustavo Noronha Silva <kov@debian.org> Mon, 02 Mar 2009 22:01:03 -0300
4485+
4486+gtk+2.0 (2.14.7-3) experimental; urgency=low
4487+
4488+ * 032_gdkwindowimpl_directfb.patch: new version of the patch. This
4489+ should restore the basic functionality of the backend, but there is
4490+ still work underway.
4491+ * 033_directfb_client-message.patch: stolen from the upstream SVN. Fix
4492+ the DirectFB client_message API.
4493+ * 034_directfb_memleak.patch: stolen from the upstream SVN. Fix memory
4494+ leak in the DirectFB code.
4495+ * Require DirectFB 1.0.0 for the 034 patch.
4496+ * 070_mandatory-relibtoolize.patch: updated accordingly.
4497+
4498+ -- Josselin Mouette <joss@debian.org> Sat, 21 Feb 2009 14:59:45 +0100
4499+
4500+gtk+2.0 (2.14.7-2) experimental; urgency=low
4501+
4502+ * 008_implicit_pointer_conversion_gdkgc_directfb.patch: removed, it’s
4503+ obsolete and just defines the same macro a second time.
4504+ * 007_implicit_pointer_conversion_gdkdrawable_directfb.patch: removed,
4505+ it’s not needed anymore with the latest directfb.
4506+ * 006_proper-directfb-modules.patch: removed from the package, it
4507+ won’t be necessary anymore.
4508+ * 001_static-linking-dont-query-immodules.patch,
4509+ 002_static-linking-dont-build-perf.patch,
4510+ 003_gdk.pc_privates.patch,
4511+ 004_gtk+-ximian-gtk2-filesel-navbutton-5.patch: refreshed.
4512+ * Remove 071_correct_directfb_declarations.patch, and replace it by
4513+ 032_gdkwindowimpl_directfb.patch, a patch from Sven Neumann to
4514+ (hopefully) fix DirectFB support for GTK+ 2.14.
4515+
4516+ -- Josselin Mouette <joss@debian.org> Tue, 17 Feb 2009 23:17:56 +0100
4517+
4518+gtk+2.0 (2.14.7-1) experimental; urgency=low
4519+
4520+ [ Loic Minier ]
4521+ * Don't purge /etc/gtk-2.0/gdk-pixbuf.loaders and /etc/gtk-2.0/gtk.immodules
4522+ during first configuration.
4523+
4524+ [ Sebastian Dröge ]
4525+ * New upstream bugfix release:
4526+ + debian/patches/070_mandatory-relibtoolize.patch:
4527+ - Regenerated for the new version.
4528+
4529+ -- Sebastian Dröge <slomo@debian.org> Thu, 08 Jan 2009 08:06:02 +0100
4530+
4531+gtk+2.0 (2.14.5-1) experimental; urgency=low
4532+
4533+ [ Josselin Mouette ]
4534+ * Really install the faq and tutorial files correctly so that the
4535+ devhelp file is read.
4536+ * Update doc-base files accordingly.
4537+ * gruik2devhelp.awk: new script to generate the devhelp files
4538+ automatically for the FAQ and tutorial, based on the HTML doc.
4539+ * Build-depend on gawk, run the script appropriately.
4540+
4541+ [ Sebastian Dröge ]
4542+ * New upstream bugfix release:
4543+ + debian/patches/070_mandatory-relibtoolize.patch:
4544+ - Regenerated for the new version.
4545+
4546+ -- Sebastian Dröge <slomo@debian.org> Tue, 25 Nov 2008 11:00:35 +0100
4547+
4548+gtk+2.0 (2.14.4-3) experimental; urgency=low
4549+
4550+ * libgail*.install: fix installation paths. Closes: #505105.
4551+ * Do not ship .la files for gail modules.
4552+ * Generate shlibs for libgail.
4553+ * Bump shlibs version to 2.14.0.
4554+ * Do not install libgailutil in libgtk2.0-0.
4555+ * Do not install gtk libs in libgail-dev.
4556+ * Rework docs installation.
4557+ * Add doc links where needed.
4558+ * Install .devhelp files at the correct places. Closes: #504807.
4559+ * Bump dependencies for the development package.
4560+ * Fix dependencies of gail packages.
4561+ * Don’t install libgail in the udeb.
4562+ * Stop shipping /usr/lib/pkgconfig/libgtk-directfb-2.0-0/, nobody uses
4563+ it.
4564+ * Remove versioned conflicts with libgail packages.
4565+ * Remove libgail18.shlibs.
4566+ * Put debugging symbols of libgail modules in libgail-dbg.
4567+ * dh_gtkmodules.in: fix a pod2man error.
4568+ * Disable 006_proper-directfb-modules.patch.
4569+ * Update 070_mandatory_relibtoolize.patch accordingly.
4570+
4571+ -- Josselin Mouette <joss@debian.org> Tue, 11 Nov 2008 14:44:21 +0100
4572+
4573+gtk+2.0 (2.14.4-2) experimental; urgency=low
4574+
4575+ * debian/control, debian/rules, debian/libgail*:
4576+ - split libgail packages
4577+
4578+ -- Gustavo Noronha Silva <kov@debian.org> Wed, 05 Nov 2008 14:54:08 -0200
4579+
4580+gtk+2.0 (2.14.4-1) experimental; urgency=low
4581+
4582+ [ Gustavo Noronha Silva ]
4583+ * New upstream release
4584+ * debian/patches/006_proper-directfb-modules.patch:
4585+ - refreshed
4586+ * debian/patches/008_implicit_pointer_conversion_gdkgc_directfb.patch,
4587+ debian/patches/009_gtk-export-filechooser.patch,
4588+ debian/patches/020_immodules-files-d.patch,
4589+ debian/patches/021_loader-files-d.patch,
4590+ - update borrowed from Ubuntu's package
4591+ * debian/patches/071_correct_directfb_declarations.patch,
4592+ debian/patches/072_workaround_directfb_build.patch:
4593+ - borrowed from ubuntu
4594+ * debian/patches/033_treeview_resizing.patch,
4595+ debian/patches/095_gtk-im-module-setting.patch:
4596+ - removed; fixed upstream
4597+ * debian/patches/070_mandatory-relibtoolize.patch:
4598+ - refreshed
4599+ * debian/control.in:
4600+ - added libjasper-dev to the Build-Depends, as GTK+ now supports
4601+ JPEG2000
4602+ - make GTK+ packages conflict/replace with gail ones, since they are now
4603+ included in GTK+
4604+ * debian/patches/092_fix_printtest_include.patch:
4605+ - new patch, to fix build problem in print test
4606+ * debian/patches/071_jasper_link_fix.patch:
4607+ - make gdk-pixbuf-csource link correctly with libjasper
4608+ * debian/rules, debian/control:
4609+ - newer libcairo2-dev contains everything needed to build the directfb
4610+ target, so disable building with the dummy libcairo-directfb2-dev
4611+ - this makes us have to build depend on libcairo2-dev >= 1.6.4-6.1
4612+
4613+ [ Loic Minier ]
4614+ * Let libgtk2.0-dev recommend debhelper for dh_gtkmodules.
4615+ * Let libgtk2.0-dev depend on libxml2-utils as it's required for
4616+ gtk-builder-convert to work and might be relied upon by packages bdeping
4617+ on libgtk2.0-dev.
4618+
4619+ [ Emilio Pozuelo Monfort ]
4620+ * Update build-dependencies for the new version:
4621+ - libglib2.0-dev >= 2.17.6
4622+ - libpango1.0-dev >= 1.20
4623+ - libatk1.0-dev >= 1.13.0
4624+ - libcairo2-dev >= 1.6.0
4625+
4626+ -- Gustavo Noronha Silva <kov@debian.org> Wed, 24 Sep 2008 21:38:58 -0300
4627+
4628+gtk+2.0 (2.12.11-3) unstable; urgency=low
4629+
4630+ * 031_directfb_dead-keys.patch: patch from Jérémy Bobbio to fix dead
4631+ keys in the DirectFB backend. Closes: #394871.
4632+ * Now require DirectFB 0.9.26.
4633+ * 070_mandatory_relibtoolize: updated to match the dependency bump.
4634+ * 033_treeview_resizing.patch:
4635+ + Fix crasher introduced by the patch. Closes: #491611.
4636+ + Add references.
4637+
4638+ -- Josselin Mouette <joss@debian.org> Mon, 21 Jul 2008 15:22:38 +0200
4639+
4640+gtk+2.0 (2.12.11-2) unstable; urgency=low
4641+
4642+ * 033_treeview_resizing.patch:
4643+ + Enable again, it was disabled by mistake.
4644+ + Update to new version provided by Kristian Rietveld.
4645+ Closes: #471073.
4646+ * libgtk2.0-doc.doc-base.gtk2-tutorial: fix spelling of GTK+.
4647+ * *.doc-base.*: fix doc-base sections.
4648+
4649+ -- Josselin Mouette <joss@debian.org> Fri, 18 Jul 2008 14:53:17 +0200
4650+
4651+gtk+2.0 (2.12.11-1) unstable; urgency=low
4652+
4653+ [ Emilio Pozuelo Monfort ]
4654+ * Build-depend on libcups2-dev instead of libcupsys2-dev, as cups
4655+ is transitioning to that new name.
4656+
4657+ [ Sebastian Dröge ]
4658+ * New upstream bugfix release:
4659+ + debian/patches/070_mandatory-relibtoolize.patch:
4660+ - Regenerated for the new version.
4661+ + debian/patches/092_openoffice-menus.patch:
4662+ - Dropped, merged upstream.
4663+ * debian/control.in:
4664+ + Updated Standards-Version to 3.8.0, no additional changes needed.
4665+
4666+ -- Sebastian Dröge <slomo@debian.org> Wed, 02 Jul 2008 06:37:51 +0200
4667+
4668+gtk+2.0 (2.12.10-2) unstable; urgency=low
4669+
4670+ * debian/patches/092_openoffice-menus.patch:
4671+ + Patch from upstream SVN to fix regression in menu placement
4672+ in openoffice.org (Closes: #484580).
4673+
4674+ -- Sebastian Dröge <slomo@debian.org> Sat, 07 Jun 2008 10:27:50 +0200
4675+
4676+gtk+2.0 (2.12.10-1) unstable; urgency=low
4677+
4678+ * New upstream bugfix release:
4679+ + debian/patches/009_gtk-export-filechooser.patch:
4680+ - Updated to apply cleanly again.
4681+ + debian/patches/031_gtksearchenginetracker_fixes.patch,
4682+ debian/patches/061_foreign_colormaps.patch,
4683+ debian/patches/092_implicit-g-fopen.patch:
4684+ - Dropped, merged upstream.
4685+ + debian/patches/070_mandatory-relibtoolize.patch:
4686+ - Regenerated for the new version.
4687+
4688+ -- Sebastian Dröge <slomo@debian.org> Wed, 04 Jun 2008 08:14:08 +0200
4689+
4690+gtk+2.0 (2.12.9-4) unstable; urgency=low
4691+
4692+ [ Loic Minier ]
4693+ * Flip back gdkpixbuf_module_files_d_str after gdkpixbuf_module_file_str in
4694+ patch 021_loader-files-d; this fixes config of gdk loaders and hence the
4695+ current ia32-libs implementation; the change in 2.12.0-3 was incorrect in
4696+ that it flipped the order for im modules and pixbuf loaders, but only im
4697+ modules had to be flipped; the reason im modules had to be flipped is that
4698+ the first list of modules wins for im modules as there is some duplicate
4699+ checking, while in the case of gdk pixbufs, the last file wins. What
4700+ remains to be done here is:
4701+ - biarch support, similar to pango, by loading /usr/lib32 and /usr/lib64
4702+ stuff before /usr/lib; allows dropping the config file hack in
4703+ ia32-libs.
4704+ - loading of modules from multiarch locations (not multiarch); allows
4705+ dropping the config file hack in ia32-libs.
4706+ * Bump build-deps and libgtk2.0-dev's deps to ensure we get Xorg dev
4707+ packages with .pc files, see list below; thanks Anon Sricharoenchai;
4708+ closes: #370693.
4709+ libxext-dev >= 1:1.0.1-2, libxinerama-dev >= 1:1.0.1-4.1, libxi-dev >=
4710+ 1:1.0.1-4, libxrandr-dev >= 1:1.0.2-2, libxfixes-dev >= 1:3.0.0-3,
4711+ libxcomposite-dev >= 1:0.2.0-3, libxdamage-dev >= 1:1.0.1-3.
4712+
4713+ [ Josselin Mouette ]
4714+ * 061_foreign_colormaps.patch: stolen from upstream SVN. Don't call
4715+ XFreeColormap on foreign colormaps, this causes crashes in e.g.
4716+ vinagre. Closes: #477199.
4717+ * Apply multiarch patch by Javier Serrano Polo, replacing all
4718+ occurrences of usr/lib by $(LIBDIR). Closes: #468100.
4719+ * rules: don't compress .sgml and .devhelp files.
4720+
4721+ [ Loic Minier ]
4722+ * Fix broken second dh_strip invocation which was not only acting on the
4723+ udeb but also on binary packages (-s -pUDEB should have been -pUDEB).
4724+ * Update patch 021_loader-files-d to use PIXBUF_FILES_LIBDIR which is
4725+ defined in gdk-pixbuf/Makefile.am, similarly to PIXBUF_LIBDIR, and based
4726+ on the newly defined loaderfilesdir, similar to loaderdir; update
4727+ 070_mandatory-relibtoolize.
4728+ * New patch, 022_module-files-append-compat-module-files-d, prefer
4729+ /usr/lib32/gtk-2.0/<gtk-binary-version>/loader-files.d and
4730+ /immodule-files.d over the /usr/lib/.../*.d pathnames added in
4731+ 020_immodules-files-d and 021_loader-files-d when available; this is
4732+ useful for ia32-libs support; other modules might need additional support
4733+ depending on how they are loaded, for example GTK_MODULES will probably
4734+ still be looked up below libdir, as well as engines, printbackends,
4735+ filesystems, and generic modules. See also Ubuntu #205223 and #190227 for
4736+ examples.
4737+
4738+ -- Loic Minier <lool@dooz.org> Sun, 11 May 2008 00:47:26 +0200
4739+
4740+gtk+2.0 (2.12.9-3) unstable; urgency=low
4741+
4742+ [ Loic Minier ]
4743+ * Refresh patches 009_gtk-export-filechooser,
4744+ 030_gtkentry_password-char-circle, 033_treeview_resizing,
4745+ 042_treeview_single-focus, 060_ignore-random-icons
4746+ * Fix offsets in patch 095_gtk-im-module-setting; thanks Akira TAGOH;
4747+ closes: #473699.
4748+
4749+ [ Sebastian Dröge ]
4750+ * debian/rules:
4751+ + Don't include the udeb in the debug package to get a working debug
4752+ package in case the udeb libraries differ from the real ones.
4753+
4754+ -- Sebastian Dröge <slomo@debian.org> Sat, 12 Apr 2008 14:00:22 +0200
4755+
4756+gtk+2.0 (2.12.9-2) unstable; urgency=low
4757+
4758+ * debian/patches/092_implicit-g-fopen.patch:
4759+ + Include glib/gstdio.h for g_fopen to prevent crashes on 64 bit
4760+ architectures. Thanks to Dann Frazier for the patch (Closes: #470665).
4761+
4762+ -- Sebastian Dröge <slomo@debian.org> Wed, 12 Mar 2008 18:52:53 +0100
4763+
4764+gtk+2.0 (2.12.9-1) unstable; urgency=low
4765+
4766+ [ Josselin Mouette ]
4767+ * update-icon-caches: always exit with a 0 code to avoid breaking
4768+ upgrades when a cache is corrupt. Display a big fat warning instead.
4769+ Closes: #466083.
4770+
4771+ [ Sebastian Dröge ]
4772+ * New upstream bugfix release:
4773+ + 092_recentfiles-recursion-fix, dropped merged upstream.
4774+ + 070_mandatory-relibtoolize.patch, regenerated for the new version.
4775+ * debian/rules,
4776+ debian/*.links.in:
4777+ + Don't ship very old upstream changelogs and news as they're quite large.
4778+
4779+ -- Sebastian Dröge <slomo@debian.org> Wed, 12 Mar 2008 09:41:23 +0100
4780+
4781+gtk+2.0 (2.12.8-1) unstable; urgency=low
4782+
4783+ * New upstream bugfix release:
4784+ + debian/patches/040_filechooser_single-click.patch,
4785+ debian/patches/093_directfb-type-changes.patch,
4786+ debian/patches/094_directfb-deprecation-fixes.patch:
4787+ - Dropped, merged upstream.
4788+ + debian/patches/070_mandatory-relibtoolize.patch:
4789+ - Regenerated for the new version.
4790+
4791+ -- Sebastian Dröge <slomo@debian.org> Wed, 13 Feb 2008 09:11:50 +0100
4792+
4793+gtk+2.0 (2.12.7-1) unstable; urgency=low
4794+
4795+ * Fix GNOME casing in gtk-faq and gtk doc base descriptions.
4796+ * Drop cruft trying to convert /usr/share/doc/libgtk2.0-0 directory into a
4797+ symlink in libgtk2.0-0.postinst; thanks Sven Joachim; closes: #462057.
4798+ * New upstream stable release; no API change; bug fixes and translation
4799+ updates.
4800+ - Refresh patches 033_treeview_resizing, 042_treeview_single-focus to
4801+ apply cleanly.
4802+ - Update relibtoolizing patch, 070_mandatory-relibtoolize
4803+ - New patch, 094_directfb-deprecation-fixes, fixes directfb build with
4804+ GLib 2.15 deprecation of G_GNUC_FUNCTION in favor of G_STRLOC.
4805+ * Fix ordering in series.
4806+ * New patch, 095_gtk-im-module-setting, adds XSETTINGS support for immodule;
4807+ from GNOME 502446.
4808+ * New upstream release; no change tarball update.
4809+
4810+ -- Loic Minier <lool@dooz.org> Mon, 21 Jan 2008 18:42:28 +0100
4811+
4812+gtk+2.0 (2.12.5-2) unstable; urgency=medium
4813+
4814+ * Add ${shlibs:Depends} to libgtk2.0-dev.
4815+ * Rework /usr/share/doc symlinks completely; closes: #461440.
4816+ - Use a real directory for all packages using a symlink previously:
4817+ libgtk2.0-bin, libgtk-directfb-2.0-dev, libgtk2.0-dev, libgtk2.0-0-dbg,
4818+ libgtk-directfb-2.0-0, libgtk2.0-0; add a preinst snippet removing the
4819+ path on upgrade if it's a symlink and points to the proper directory;
4820+ add a prerm snippet removing the path on upgrade (for downgrades) if
4821+ it's a directory (and not a symlink).
4822+ - Create symlinks for changelog.gz, NEWS.gz, NEWS.pre-1-0.gz, and
4823+ README.gz in the /usr/share/doc dirs of these packages as well as for
4824+ gtk2-engines-pixbuf; add a libgtk2.0-common unversionned dependency for
4825+ all these packages.
4826+ - Split dh_installdocs and dh_installchangelogs calls on multiple packages
4827+ and use one call per package as the intent was to install in all the
4828+ specified packages; also call dh_installdocs and dh_installchangelogs
4829+ without any extra file for all packages to install copyright and Debian
4830+ changelog.
4831+ - Factor the list of dh_installdocs files in DH_INSTALLDOCS_FILES in
4832+ rules.
4833+
4834+ -- Loic Minier <lool@dooz.org> Fri, 18 Jan 2008 10:38:43 +0100
4835+
4836+gtk+2.0 (2.12.5-1) unstable; urgency=low
4837+
4838+ [ Loic Minier ]
4839+ * Drop the version in the libgtk2.0-0 -> libgtk2.0-common dependency; the
4840+ translations and gtkrc files aren't critical to libgtk's working and have
4841+ been compatible with other libgtk versions since years.
4842+ * New patch, 094_fix-jpeg-loader-big-buffers, fixes spinguard logic for big
4843+ buffers in the JPEG pixbuf loader; GNOME #494667; from SVN r19135.
4844+ * New upstream stable releases; no API change; bug fixes and translation
4845+ updates.
4846+ - Drop patches 092_notebook-critical-warnings,
4847+ 094_fix-jpeg-loader-big-buffers, merged upstream.
4848+ - Refresh patches 040_filechooser_single-click, 093_directfb-type-changes
4849+ to apply cleanly.
4850+ - Update relibtoolizing patch, 070_mandatory-relibtoolize.
4851+
4852+ [ Sebastian Dröge ]
4853+ * Upload to unstable.
4854+ * Fixes FTBFS caused by not installing the png pixbuf loader correctly
4855+ (Closes: #461037).
4856+ * Update Standards-Version to 3.7.3, no additional changes needed.
4857+ * 092_recentfiles-recursion-fix.patch: Guard against recursion in
4858+ gtk_recent_files_menu_populate(). Patch from upstream SVN by
4859+ William Pitcock (Closes: #459393).
4860+ * Drop duplicated ${misc:Depends} from Recommends.
4861+
4862+ -- Sebastian Dröge <slomo@debian.org> Thu, 17 Jan 2008 10:49:09 +0100
4863+
4864+gtk+2.0 (2.12.3-2) unstable; urgency=low
4865+
4866+ * 092_notebook-critical-warnings.patch: Fix removal of tab labels to not
4867+ ref and unref a NULL pointer. Patch from upstream SVN, see BGO #388321.
4868+ * 093_directfb-type-changes.patch: Define __u32 and __u8 to fix compilation
4869+ with latest directfb from unstable while still supporting older versions.
4870+ Patch from BGO #503190.
4871+
4872+ -- Sebastian Dröge <slomo@debian.org> Wed, 12 Dec 2007 05:36:40 +0100
4873+
4874+gtk+2.0 (2.12.3-1) unstable; urgency=low
4875+
4876+ * Let update-icon-caches skip args which are not dirs or don't exist; fixes
4877+ postrm behavior of packages with an icon cache.
4878+ * New upstream stable release; no API change; bug fixes and translation
4879+ updates.
4880+ - Refresh patch 042_treeview_single-focus to apply cleanly.
4881+ - Update relibtoolizing patch, 070_mandatory-relibtoolize.
4882+
4883+ -- Loic Minier <lool@dooz.org> Tue, 04 Dec 2007 22:39:07 +0100
4884+
4885+gtk+2.0 (2.12.2-1) unstable; urgency=low
4886+
4887+ * New upstream stable release; no API change; bug fixes and translation
4888+ updated.
4889+ - Drop patches 034_gtkcupsutils_type_fix, 071_fix_gdk_window_null_crasher
4890+ fixed upstream.
4891+ - Update relibtoolizing patch, 070_mandatory-relibtoolize.
4892+
4893+ -- Sebastian Dröge <slomo@debian.org> Tue, 27 Nov 2007 05:15:01 +0100
4894+
4895+gtk+2.0 (2.12.1-3) unstable; urgency=low
4896+
4897+ * Conflict against metacity < 1:2.20.0-1. Closes: #450693.
4898+ * Suggest librsvg2-common for SVG pixbuf support.
4899+ * 033_treeview_resizing.patch: fix segmentation fault introduced by
4900+ an API inconsistency.
4901+ * 003_gdk.pc_privates.patch: generate correct Requires.private for
4902+ gdk-2.0.pc containing all necessary dependencies for static linking.
4903+ * 006_proper-directfb-modules.patch: refreshed.
4904+ * 010_gdkpixbuf_-lm.patch: fix gdk-pixbuf-2.0.pc by adding back -lm,
4905+ which is required by some macros. Closes: #451512.
4906+ * 070_mandatory-relibtoolize.patch: regenerated.
4907+ * rules: copy the extraneous libraries generated in the static build
4908+ to the Libs.private of the shared build.
4909+
4910+ -- Josselin Mouette <joss@debian.org> Sun, 18 Nov 2007 01:30:52 +0100
4911+
4912+gtk+2.0 (2.12.1-2) unstable; urgency=low
4913+
4914+ * Stop suggesting gtk-engines-pixmap.
4915+ * Remove the --enable-explicit-deps flag. Closes: #343711, thanks Tom
4916+ Parker. If some other packages still rely on having explicit X11
4917+ dependencies, they are buggy and need to be fixed anyway.
4918+ * Keep --enable-explicit-deps in the directfb build; otherwise this
4919+ breaks any binary linking against it because the rpath isn't passed.
4920+ * 033_treeview_resizing.patch: updated patch from Kristian Rietveld.
4921+ + Add a new sizing fix for the case where there is a scrollbar.
4922+ * 031_gtksearchenginetracker_fixes.patch: added back, only the name
4923+ change was fixed upstream.
4924+ * 034_gtkcupsutils_type_fix.patch: type-casting fix from Herbert
4925+ Valerio Riedel that allows remote printing. Closes: #448071.
4926+ * 040_filechooser_single-click.patch: allow a situation where no
4927+ shortcut is selected, to avoid issues for keyboard users.
4928+ Closes: #448674.
4929+ * 042_treeview_single_focus.patch: don't select the focused item for
4930+ GTK_SELECTION_SINGLE type treeviews. Allows the fix in
4931+ 040_filechooser_single-click.patch to work.
4932+ * Conflict against libeel2-2.18. Closes: #443701, #499070.
4933+ * Conflict against xfwm4 < 4.4.1-3 (previous versions freeze on
4934+ startup).
4935+ * 021_loader-files-d.patch: enclose process_module_file in correct
4936+ #ifdef's.
4937+ * 040_filechooser_single-click.patch: filter out duplicate entries in
4938+ bookmarks. This avoids a situation where the selection is changed to
4939+ the duplicate during DnD, causing an assertion error.
4940+ Closes: #447279.
4941+
4942+ -- Josselin Mouette <joss@debian.org> Sun, 04 Nov 2007 16:22:31 +0100
4943+
4944+gtk+2.0 (2.12.1-1) unstable; urgency=low
4945+
4946+ * New upstream stable release; no API change; bug fixes and translation
4947+ updates.
4948+ - Drop patches 031_gtksearchenginetracker_fixes,
4949+ 080_from_bugzilla_workaround_eclipse_crash, 081_icon-cache-validate
4950+ fixed upstream.
4951+ - Refresh patches 033_treeview_resizing, 040_filechooser_single-click to
4952+ apply cleanly.
4953+ - Drop patches 060_opening-display-by-env-error-message,
4954+ 065_gtk-filechooser-locale-time merged upstream.
4955+ - Update relibtoolizing patch, 070_mandatory-relibtoolize.
4956+ * Chech the exit status of close() in dh_gtkmodules; closes: #427654.
4957+ * New patch, 060_ignore-random-icons, don't list images from unknown
4958+ directories in icon cache; closes: #443571, #443574, #444285, #446188.
4959+
4960+ -- Loic Minier <lool@dooz.org> Sun, 21 Oct 2007 22:05:42 +0200
4961+
4962+gtk+2.0 (2.12.0-3) unstable; urgency=low
4963+
4964+ [ Josselin Mouette ]
4965+ * 031_gtksearchenginetracker_fixes.patch: new patch.
4966+ + Use libtrackerclient.so.0 (closes: #443403).
4967+ + Check that tracker actually works before using it.
4968+
4969+ [ Loic Minier ]
4970+ * Conflict with libwxgtk2.6-0 << 2.6.3.2.2-1 to prevent the migration of gtk
4971+ to testing until the wxwidgets2.6 fix is there too; see #441766 and
4972+ friends.
4973+
4974+ [ Josselin Mouette ]
4975+ * Conflict with glabels << 2.1.3-3 to prevent a segmentation fault
4976+ from showing up.
4977+
4978+ [ Loic Minier ]
4979+ * Cleanup whitespace.
4980+ * Add comments to relibtoolizing patch, 070_mandatody-relibtoolize, to
4981+ mention the age of the upstream libtool in released tarballs which make
4982+ relibtoolizing important for hurd-i386; GNOME #484426; Debian #445001.
4983+
4984+ [ Josselin Mouette ]
4985+ * 020_immodules-files-d.patch, 021_loader-files-d.patch: read the
4986+ GDK_PIXBUF_MODULE_FILE and GTK_IM_MODULE_FILE variables before the
4987+ Debian directories. Thanks Thadeu Lima de Souza Cascardo.
4988+ Closes: #439004.
4989+
4990+ [ Loic Minier ]
4991+ * New patch, 080_from_bugzilla_workaround_eclipse_crash, fixes crash when
4992+ displaying tooltips in SWT apps such as Eclipse; GNOME #410194; LP
4993+ #128232; closes: #445613.
4994+ * New patch, 060_opening-display-by-env-error-message, fixes error message
4995+ on opening of display to include the display when it was set via the
4996+ DISPLAY env var; GNOME #486636; closes: #283076.
4997+ * New patch, 065_gtk-filechooser-locale-time, fixes conversion of localized
4998+ week days in non-UTF-8 locales in the file chooser; GNOME #482504;
4999+ closes: #444927.
5000+ * Enable 091_workaround_no_gtk_init_incorrect_display to allow the non-free
The diff has been truncated for viewing.

Subscribers

People subscribed via source and target branches

to all changes: