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

Subscribers

People subscribed via source and target branches

to all changes: