~ubuntu-branches/ubuntu/gutsy/glib2.0/gutsy-security

« back to all changes in this revision

Viewing changes to gthread/gthread.rc

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2007-09-17 09:56:18 UTC
  • mfrom: (1.2.28 upstream)
  • Revision ID: james.westby@ubuntu.com-20070917095618-8cv44ica7ozjsd1c
Tags: 2.14.1-1ubuntu1
* Sync with Debian
* New upstream version:
  Bugs fixed:
  - Invocation of the interface "g_utf8_strreverse" crashes f...
  - Fix FIXME in gregex.c when new pcre is out
  - g_markup_escape_text Produces Invalid XML
  - g_type_default_interface_ref() does not ensure working g_...
  - Clearify that comments can be put anywhere in a Key-file.
  - The GError documentation should give convention for the G...
  - G_BREAKPOINT() docs inaccurate
  - Overuse of -lpcre when using system pcre
  - Incorrect includes in gregex.c
  - Typoes in documentation
  - g_snprintf () talks about characters where it probably me...
  - Missing arch specific atomic implementation
  - Missing pcre flags when static-linking against glib
  - glibthread-2.0.la does not list -lpthread
* debian/control.in:
  - the package is maintained by the Ubuntu Desktop Team 
* debian/patches/series:
  - use 01_gettext-desktopfiles.patch
* debian/rules: Add lpia to CHECK_SUPPORTED_ARCHES.

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,14,0,0
5
 
  PRODUCTVERSION 2,14,0,0
 
4
  FILEVERSION 2,14,1,0
 
5
  PRODUCTVERSION 2,14,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", "GThread"
18
 
        VALUE "FileVersion", "2.14.0.0"
 
18
        VALUE "FileVersion", "2.14.1.0"
19
19
        VALUE "InternalName", "libgthread-2.0-0"
20
20
        VALUE "LegalCopyright", "Copyright � 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald. Copyright � 1998 Sebastian Wilhelmi. Modified by the GLib Team and others 1997-2004."
21
21
        VALUE "OriginalFilename", "libgthread-2.0-0.dll"
22
22
        VALUE "ProductName", "GLib"
23
 
        VALUE "ProductVersion", "2.14.0"
 
23
        VALUE "ProductVersion", "2.14.1"
24
24
      END
25
25
    END
26
26
    BLOCK "VarFileInfo"