~ubuntu-desktop/gtk/ubuntu

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Gianfranco Costamagna
  • Date: 2018-07-02 10:05:37 UTC
  • Revision ID: costamagnagianfranco@yahoo.it-20180702100537-q9b1n6o6cmd9q9ev
Tags: 2.24.32-2ubuntu1
releasing package gtk+2.0 version 2.24.32-2ubuntu1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
gtk+2.0 (2.24.32-2ubuntu1) cosmic; urgency=low
 
2
 
 
3
  * Merge from Debian Sid (LP: #1756372). Remaining changes:
 
4
    - d/libgtk2.0-0.symbols: update symbols file.
 
5
    - Modify 015_default-fallback-icon-theme.patch
 
6
      - Set fallback icon theme to Adwaita instead of gnome
 
7
    - d/control: Depend on adwaita-icon-theme | gnome-icon-theme instead of
 
8
      the reverse order
 
9
    - Add Ubuntu-specific patches:
 
10
      + debian/patches/012_ubuntu-set-grab-add.patch
 
11
        - Added ubuntu_gtk_widget_set_has_grab so we can grab sliders and
 
12
          things in menus, needed by ido.
 
13
      + debian/patches/062_dnd_menubar.patch
 
14
        - Allow click on menubars for dnd.
 
15
      + debian/patches/063_treeview_almost_fixed.patch
 
16
        - Add an ubuntu-almost-fixed-height-mode property, (required for
 
17
          software-center).
 
18
      + debian/patches/071_no_offscreen_widgets_grabbing.patch:
 
19
        - Don't let offscreen widgets do grabbing.
 
20
      + debian/patches/090_logging_file_saves.patch
 
21
        - Improve the logging of saved files.
 
22
      + debian/patches/092_default_to_xdg_document_dir.patch:
 
23
        - Use $XDG_DOCUMENTS_DIR as default directory rather than the home
 
24
          directory for the "Print to File" function.
 
25
      + debian/patches/093_gtk3_gtkimage_fallbacks_use.patch:
 
26
        - Backported gtk3 patch to add a "use-fallback" property to GtkImage,
 
27
          using it "icon-name and GIcon type of GtkImages can use automatic
 
28
          fallback names."; it will be useful for the indicator stack.
 
29
      + debian/patches/095_git_menus_scrolling.patch
 
30
        - Backported of a gtk3 commit fixing menu scrolling issues.
 
31
      + debian/patches/096_git_gtkprintsettings.patch
 
32
        - Backport an upstream git commit from the gtk3 series; don't ignore
 
33
          the gtkprintsettings resolution settings.
 
34
      + debian/patches/097_statusicon_image_fallback.patch
 
35
        - Make GtkStatusIcon images use fallbacks by default if the property
 
36
          is available.
 
37
      + debian/patches/098_multiarch_module_path.patch
 
38
        - Fallback to the pre-multiarch directory for compatibility.
 
39
      + debian/patches/099_printer_filename_fix.patch
 
40
        - Fix to the print dialog for print to file, make sure a non-hidden
 
41
          filename is the default.
 
42
      + debian/patches/100_overlay_scrollbar_loading.patch
 
43
        - Add support for dynamically loading overlay scrollbars.
 
44
      + debian/patches/gtk-shell-shows-menubar.patch
 
45
        - List gtk-shell-shows-menubar setting; that's required to have the
 
46
          local menubars hidding under Unity in favor of the Unity ones.
 
47
      + debian/patches/print-dialog-show-options-of-remote-dnssd-printers.patch:
 
48
        - Make printing on remote DNS-SD/Bonjour-shared printers work.
 
49
      + debian/patches/backport_search_printer_location.patch
 
50
        -  The list of printers should be searchable/sortable.
 
51
      + debian/patches/menubar_toolbar_dragging.patch
 
52
        - Allow windows to be dragged using blank spaces in the toolbar as
 
53
          well as the menubar.
 
54
      + debian/patches/use-secrets-service-for-cups-auth_info.patch
 
55
 
 
56
 -- Simon Quigley <tsimonq2@ubuntu.com>  Sun, 01 Jul 2018 00:53:11 -0500
 
57
 
 
58
gtk+2.0 (2.24.32-2) unstable; urgency=medium
 
59
 
 
60
  * Team upload
 
61
 
 
62
  [ Jeremy Bicha ]
 
63
  * Modify 015_default-fallback-icon-theme.patch
 
64
    - Set fallback icon theme to Adwaita instead of gnome to match gtk3
 
65
  * d/control: Depend on adwaita-icon-theme | gnome-icon-theme instead of
 
66
    the reverse order
 
67
 
 
68
  [ Simon McVittie ]
 
69
  * d/patches: Add DEP-3 patch metadata and convert existing metadata
 
70
    to gbp pq format
 
71
  * d/p/001_static-linking-dont-query-immodules.patch:
 
72
    Update to the latest version that was proposed upstream (in 2007)
 
73
    - d/p/002_static-linking-dont-build-perf.patch: Adjust for
 
74
      different AM_CONDITIONAL
 
75
  * d/p/022_disable-viqr-im-for-vi-locale.patch:
 
76
    Add reference to Ubuntu bug 191451, summarize the reason why this
 
77
    is applied, and correctly attribute the patch to Ming Hua
 
78
    (see #895043)
 
79
  * d/p/m4macros-Set-a-serial-number.patch:
 
80
    Add patch from upstream to give gtk-2.0.m4 a serial number so that
 
81
    it will override older copies bundled with other packages, typically
 
82
    in the m4 directory (Closes: #895018)
 
83
 
 
84
 -- Simon McVittie <smcv@debian.org>  Wed, 27 Jun 2018 10:58:03 +0100
 
85
 
1
86
gtk+2.0 (2.24.32-1ubuntu1) bionic; urgency=low
2
87
 
3
88
  * Merge from Debian Sid (LP: #1756372). Remaining changes: