~attente/glib/gicon-upstream

« back to all changes in this revision

Viewing changes to gio/gio.rc

  • Committer: Package Import Robot
  • Author(s): Iain Lane, Josselin Mouette, Iain Lane
  • Date: 2012-10-17 11:51:14 UTC
  • mfrom: (172.1.3 experimental)
  • Revision ID: package-import@ubuntu.com-20121017115114-gqog9lavags5afi1
Tags: 2.34.1-1
[ Josselin Mouette ]
* Require libelfg0-dev, not libelf-dev which has nothing to do with 
  it.

[ Iain Lane ]
* New upstream release
  + GTimeZone support for zoneinfo version 1
  + Leak in glib-compile-resources
  + g_settings_bind: use canonical property name
  + Port gio tests from pygobject to pygi
* Switch python-gobject-2 BD to python-gi, folowing porting of tests. 
* debian/patches/50_git_gmenuexporter_allow_null_bus_on_name_vanished.patch:
  Cherry-pick upstream patch to fix crash when GBusNameVanishedCallback is
  called with a NULL GDBusConnection. (LP: #1044322)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#include <winver.h>
2
2
 
3
3
VS_VERSION_INFO VERSIONINFO
4
 
  FILEVERSION 2,34,0,0
5
 
  PRODUCTVERSION 2,34,0,0
 
4
  FILEVERSION 2,34,1,0
 
5
  PRODUCTVERSION 2,34,1,0
6
6
  FILEFLAGSMASK 0
7
7
  FILEFLAGS 0
8
8
  FILEOS VOS__WINDOWS32
15
15
      BEGIN
16
16
        VALUE "CompanyName", "The GLib developer community"
17
17
        VALUE "FileDescription", "Gio"
18
 
        VALUE "FileVersion", "2.34.0.0"
 
18
        VALUE "FileVersion", "2.34.1.0"
19
19
        VALUE "InternalName", "libgio-2.0-0"
20
20
        VALUE "LegalCopyright", "Copyright � 2006-2011 Red Hat, Inc. and others."
21
21
        VALUE "OriginalFilename", "libgio-2.0-0.dll"
22
22
        VALUE "ProductName", "GLib"
23
 
        VALUE "ProductVersion", "2.34.0"
 
23
        VALUE "ProductVersion", "2.34.1"
24
24
      END
25
25
    END
26
26
    BLOCK "VarFileInfo"