Merge lp:~larsu/gtk/backport-popover-patch into lp:~ubuntu-desktop/gtk/ubuntu

Proposed by Lars Karlitski
Status: Merged
Merge reported by: Sebastien Bacher
Merged at revision: not available
Proposed branch: lp:~larsu/gtk/backport-popover-patch
Merge into: lp:~ubuntu-desktop/gtk/ubuntu
Diff against target: 16357 lines (+15976/-0) (has conflicts)
75 files modified
.bzr-builddeb/default.conf (+2/-0)
debian/README.Debian (+29/-0)
debian/changelog (+5885/-0)
debian/compat (+1/-0)
debian/control (+300/-0)
debian/control.in (+299/-0)
debian/copyright (+614/-0)
debian/dh_listmissing.pl (+79/-0)
debian/gir1.2-gtk-3.0.install (+1/-0)
debian/gtk-3-examples.examples (+2/-0)
debian/gtk-3-examples.install (+4/-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 (+4899/-0)
debian/libgtk-3-0.triggers.in (+2/-0)
debian/libgtk-3-bin.install (+4/-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-common.preinst.in (+9/-0)
debian/libgtk-3-dev.install (+6/-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/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/022_disable-viqr-im-for-vi-locale.patch (+15/-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/044_tracker_fts.patch (+18/-0)
debian/patches/060_ignore-random-icons.patch (+13/-0)
debian/patches/071_fix-installation-of-HTML-images.patch (+28/-0)
debian/patches/073_treeview_almost_fixed.patch (+76/-0)
debian/patches/074_eventbox_scroll_mask.patch (+14/-0)
debian/patches/a11y-tests-disable-color-chooser-and-message-dialog-.patch (+1549/-0)
debian/patches/bzg_gtkcellrenderer_grabbing_modifier.patch (+98/-0)
debian/patches/gtkaboutdialog-support-showing-buttons-in-action-are.patch (+201/-0)
debian/patches/gtkdialog-don-t-use-csd-when-use-header-bar-is-FALSE.patch (+113/-0)
debian/patches/gtkpopover-set-background-and-popover-css-classes.patch (+55/-0)
debian/patches/message-dialog-restore-traditional-look-on-unity.patch (+132/-0)
debian/patches/print-dialog-show-options-of-remote-dnssd-printers.patch (+26/-0)
debian/patches/revert-fix-up-builder.patch (+26/-0)
debian/patches/series (+24/-0)
debian/patches/ubuntu_gtk_custom_menu_items.patch (+359/-0)
debian/patches/uimanager-guard-against-nested-node-updates.patch (+64/-0)
debian/patches/x-canonical-accel.patch (+219/-0)
debian/rules (+159/-0)
debian/settings.ini (+6/-0)
debian/source/format (+1/-0)
debian/tests/build (+42/-0)
debian/tests/control (+2/-0)
debian/tests/python3-gi (+16/-0)
debian/update-icon-caches (+26/-0)
debian/update-icon-caches.8 (+19/-0)
debian/watch (+3/-0)
Conflict adding file .bzr-builddeb.  Moved existing file to .bzr-builddeb.moved.
Conflict adding file debian.  Moved existing file to debian.moved.
To merge this branch: bzr merge lp:~larsu/gtk/backport-popover-patch
Reviewer Review Type Date Requested Status
Sebastien Bacher Approve
Review via email: mp+223545@code.launchpad.net

Commit message

debian/patches/gtkpopover-set-background-and-popover-css-classes.patch
backport from master (lp: #1329792, gnome: #731834)

Description of the change

debian/patches/gtkpopover-set-background-and-popover-css-classes.patch
backport from master (lp: #1329792, gnome: #731834)

Needs lp:~larsu/ubuntu-themes/preliminary-popover-support to fix bug #1329792.

To post a comment you must log in.
Revision history for this message
Sebastien Bacher (seb128) wrote :

thanks

review: Approve

Preview Diff

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

Subscribers

People subscribed via source and target branches

to all changes: