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

Proposed by Lars Karlitski
Status: Superseded
Proposed branch: lp:~larsu/gtk/calendar-day-selected
Merge into: lp:gtk
Diff against target: 28057 lines (+27405/-0)
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)
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+273067@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.
Revision history for this message
Sebastien Bacher (seb128) wrote :

thanks but the target is wrong, can you resubmit against lp:~ubuntu-desktop/gtk/ubuntugtk3?

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

Subscribers

People subscribed via source and target branches

to all changes: