~bratsche/ubuntu/maverick/gtk+2.0/menu-activation-fix

« back to all changes in this revision

Viewing changes to gdk/win32/rc/gdk.rc

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-06-11 11:48:48 UTC
  • mfrom: (1.11.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20100611114848-dkrsp735aof0oqme
Tags: 2.21.2-0ubuntu1
* New upstream version:
  - The newly added gdk_drag_context_get_action function has been
    renamed to gdk_drag_context_get_selected_action to make the
    name less confusing.
  - Introspection annotations have been added in many places
  - New accessors for sealed struct members:
    gtk_viewport_get_view_window
    gdk_drag_context_get_source_window
  - Bug fixes:
    608218 GtkOffscreenWindow causes bad window with GtkEntry
    611709 Add gtk_statusbar_remove_all
    596428 GtkAssistant: Support ending with a progress page
    620511 Use g_source_set_name for all custom GSources in GTK+
    608537 Make the file chooser's sort arrows consistent (lp:#509656)
    620863 Unable to select GtkMenu item above the current one (lp: #590374)
* debian/control.in:
  - updated glib requirement
* debian/patches/065_build_introspection_file.patch:
  - dropped, the fix is in the new version
* debian/libgtk2.0-0.symbols:
  - new version update
* debian/patches/070_mandatory-relibtoolize.patch:
  - new version update

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
GTK_ICON                ICON                    "./gtk.ico"
4
4
 
5
5
VS_VERSION_INFO VERSIONINFO
6
 
  FILEVERSION 2,21,1,0
7
 
  PRODUCTVERSION 2,21,1,0
 
6
  FILEVERSION 2,21,2,0
 
7
  PRODUCTVERSION 2,21,2,0
8
8
  FILEFLAGSMASK 0
9
9
  FILEFLAGS 0
10
10
  FILEOS VOS__WINDOWS32
17
17
      BEGIN
18
18
        VALUE "CompanyName", "The GTK developer community"
19
19
        VALUE "FileDescription", "GIMP Drawing Kit"
20
 
        VALUE "FileVersion", "2.21.1.0"
 
20
        VALUE "FileVersion", "2.21.2.0"
21
21
        VALUE "InternalName", "libgdk-win32-2.0-0"
22
22
        VALUE "LegalCopyright", "Copyright � 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald. Modified by the GTK+ Team and others 1997-2005."
23
23
        VALUE "OriginalFilename", "libgdk-win32-2.0-0.dll"
24
24
        VALUE "ProductName", "GTK+"
25
 
        VALUE "ProductVersion", "2.21.1"
 
25
        VALUE "ProductVersion", "2.21.2"
26
26
      END
27
27
    END
28
28
    BLOCK "VarFileInfo"