Change logs for glib2.0 source package in Dapper

  • glib2.0 (2.10.3-0ubuntu1) dapper-updates; urgency=low
    
      * New upstream version:
         Bugs fixed:
         - g_completion_complete_utf8 crashes when NULL is passed to it
         - update-desktop-database doesn't handle duplicate entries
         - Dereferencing NULL value in g_key_file_get_group_comment
         - GKeyFile set_string_list invalid memory reads
         - The GObject tutorial say g_object_(un)ref is _not_  thread-safe
         - Fix a memory leak in GOption
    
     -- Sebastien Bacher <email address hidden>   Thu,  1 Jun 2006 11:50:09 +0200
  • glib2.0 (2.10.2-1ubuntu3) dapper; urgency=low
    
      * debian/patches/001_gettext_desktopfiles.patch: Check whether the
        application used bind_textdomain_codeset() to force a dgettext() return
        encoding, and not use g_locale_to_utf8() in this case. This repairs e. g.
        Gnome panel translations in non-UTF-8 locales.
    
     -- Martin Pitt <email address hidden>   Mon, 22 May 2006 18:01:00 +0200
  • glib2.0 (2.10.2-1ubuntu2) dapper; urgency=low
    
      * debian/patches/001_gettext_desktopfiles.patch: If we get a translation
        with gettext(), convert the string to UTF-8. This fixes empty labels in
        the panel menu, and probably some other things. Closes: LP#29640
    
     -- Martin Pitt <email address hidden>   Thu, 18 May 2006 14:06:30 +0200
  • glib2.0 (2.10.2-1ubuntu1) dapper; urgency=low
    
      * Sync with Debian
      * debian/patches/001_gettext_desktopfiles.patch:
        - Add gettext support for .desktop files.
      * debian/rules:
        * change by Fabio M. Di Nitto <email address hidden>
        * Build with -mcpu=v9 on sparc.
    
     -- Sebastien Bacher <email address hidden>   Fri,  7 Apr 2006 23:46:14 +0200
  • glib2.0 (2.10.1-0ubuntu2) dapper; urgency=low
    
      * Make sure to pass CFLAGS to configure.
    
      * Generalize DEB_BUILD_ARCH.
    
      * Build with -mcpu=v9 on sparc.
    
     -- Fabio M. Di Nitto <email address hidden>   Fri, 24 Mar 2006 08:02:27 +0100
  • glib2.0 (2.10.1-0ubuntu1) dapper; urgency=low
    
      * New upstream version:
        * Bugs fixed:
          - Broken pthread detection on Darwin
          - Missing check for .dylib
          - Inconsistent _g_charset_get_aliases prototype
          - GInitiallyUnowned breaks application code
        * Translation updates (fr,hu,lt,pl,sv)
    
     -- Sebastien Bacher <email address hidden>   Wed,  8 Mar 2006 11:08:28 +0000
  • glib2.0 (2.10.0-0ubuntu3) dapper; urgency=low
    
      * reverse the patch from http://bugzilla.gnome.org/show_bug.cgi?id=321229
        since gcc-4.0 doesn't know about that builtin.  This probably goes away
        when we switch to gcc-4.1.
        - changes debian/patches/999_ia64_atomic_ops_broken.patch
    
     -- LaMont Jones <email address hidden>   Mon,  6 Mar 2006 11:06:23 -0700
  • glib2.0 (2.10.0-0ubuntu2) dapper; urgency=low
    
      * Disable atomic ops on ia64, since they appear to be for something
        other than Linux.
        - adds debian/patches/999_ia64_atomic_ops_broken.patch
    
     -- LaMont Jones <email address hidden>   Mon,  6 Mar 2006 10:08:49 -0700
  • glib2.0 (2.10.0-0ubuntu1) dapper; urgency=low
    
      * New upstream version:
        * Bugs fixed:
          - 64bit pointer trunction in glib slab-allocator
          - g_cond_broadcast(inform_cond) without holding inform_mutex
          - Fix some leaks in the tests
          - g_utf8_strlen returns wrong value if a maximum number of bytes
            to check is specified
          - gslice requires more POSIX-like semantics for GPrivate destructors
         * Documentation improvements
         * Translation updates (el,eu,ka,uk)
    
     -- Sebastien Bacher <email address hidden>   Fri, 24 Feb 2006 19:44:01 +0100
  • glib2.0 (2.9.6-0ubuntu1) dapper; urgency=low
    
      * New upstream version
        * Bugs fixed:
        - distclean removes README
        - GRelation field type not documented
        - Typo in GTime docs
        * Documentation improvements
        * Translation updates
    
     -- Sebastien Bacher <email address hidden>   Sat, 11 Feb 2006 18:43:59 +0100
  • glib2.0 (2.9.5-0ubuntu1) dapper; urgency=low
    
    
      * New upstream version
        * Memory management: 
        Runtime debugging support: The slice allocator can be turned off by 
        setting G_SLICE=always-malloc in the environment. Zeroing of freed memory 
        can now be turned on at runtime by setting G_DEBUG=gc-friendly in 
        the environment. 
        * Bugs fixed:
        - HP-UX/IA-64 uses ".so" as default shared library extension 
        - unicode-encoding test fails converting to UTF-16 with libiconv 
        - Build breakage (GSlice) 
        - C99ism in glib/gmem.c 
        * Translation updates (da,et,zh_CN)
      
     -- Sebastien Bacher <email address hidden>  Fri, 27 Jan 2006 18:49:08 +0100
  • glib2.0 (2.9.4-0ubuntu1) dapper; urgency=low
    
    
      * New upstream version:
        * Type system:
        - Fix a problem with g_object_compat_control() which can lead to segfaults 
          in GTK+ applications on 64bit platforms. 
        * Thread suppport: 
        - Unused threads now fall back to the global pool after 500 milliseconds, 
          where they wait for another max-idle-time milliseconds.
        * Fix a memory allocation problem in GKeyFile
    
     -- Sebastien Bacher <email address hidden>  Wed, 18 Jan 2006 23:52:01 +0100
  • glib2.0 (2.9.2-0ubuntu1) dapper; urgency=low
    
    
      * New upstream version.
      * debian/rules:
        - updated the shver
    
     -- Sebastien Bacher <email address hidden>  Fri,  6 Jan 2006 11:02:16 +0100
  • glib2.0 (2.9.1-0ubuntu1) dapper; urgency=low
    
    
      * Sync with Debian.
      * New upstream version:
        Memory management:
        - The slice allocator is implemented
        - g_slice_free_chain() has been renamed to g_slice_free_chain_with_offset()
        - Mem chunks are deprecated
        Data structures:
        - Hash tables are refcounted, and have a boxed type
        Thread support:
        - Support for Solaris threads has been removed 
        - g_async_queue_sort(), g_async_queue_push_sorted() have been added to 
          allow GAsyncQueue to be used as a priority queue, together with the 
          corresponding _unlocked variants
        GObject:
        - The concept of a floating initial reference has been moved from GtkObject
          to GObject.
        Misc new API:
        - G_GUINT64_CONSTANT macro to define guint64 constants 
        - G_GNUC_WARN_UNUSED_RESULT macro to instruct the compiler 
          to emit a warning if the value returned by a function is ignored. 
        - GList and GSList now have sort functions which take an
          extra user data argument
        - g_param_spec_ref_sink() has been added for consistency
      * debian/patches/001_gettext_desktopfiles.patch:
        - Add gettext support for .desktop files.
        - See https://wiki.ubuntu.com/LangpacksDesktopfiles.
        - Thanks to Zygmunt Krynicki for the patch.
        - Malone #3935.
      * debian/rules:
        - updated the shver.
      * debian/rules:
        - updated.
      
     -- Sebastien Bacher <email address hidden>  Sat, 10 Dec 2005 12:46:00 +0100
  • glib2.0 (2.9.0-0ubuntu3) dapper; urgency=low
    
    
      * Updated shlib version in debian/rules, due to new symbols
        (e.g., g_intern_static_string).
    
     -- Matthias Urlichs <email address hidden>  Fri,  9 Dec 2005 15:24:28 +0100