Change logs for glib2.0 source package in Feisty

  • glib2.0 (2.12.11-0ubuntu1) feisty; urgency=low
    
      * New upstream version:
        - Remove leftover debug spew from thread pool code
        - Make g_strtoll() parse negative numbers correctly
    
     -- Sebastien Bacher <email address hidden>   Fri,  9 Mar 2007 10:17:41 +0100
  • glib2.0 (2.12.10-0ubuntu1) feisty; urgency=low
    
      * New upstream version:
        Bugs fixed:
        - 149144 Missing linker flags in tests prevent build with -z defs ...
        - 399611 Variable checking base64 public functions
        - 350802 GMarkupParser reports wrong position for invalid UTF-8
        - 398069 Files missing from GLib distribution
        - 398203 Screwy definition of g_date_set_time()
        - 399971 goption flag typo
        - 400044 g_utf8_char_validated doesn't return -2 when maxlen is 0
        - 404832 g_date_strftime should use wcsftime if available
        - 407431 GLib-Genmarshal-WARNING **: failed to open "/dev/stdin": ...
        - 341988 don't use "-c" with msgfmt in Makefile.in.in
        - 346808 Minor tweaks for using GLib from Digital Mars c/c++ compi...
        - 396899 glib mentions non-existing PATCH bugzilla keyword
      * debian/control.in:
        - package maintained by the Ubuntu Desktop Team for ubuntu
      * debian/patches/000_glib-link.patch:
        - dropped, fixed with the new version
    
     -- Sebastien Bacher <email address hidden>   Thu,  8 Mar 2007 13:46:39 +0100
  • glib2.0 (2.12.9-1ubuntu1) feisty; urgency=low
    
      * Sync with Debian
      * debian/patches/001_gettext_desktopfiles.patch:
        - Add gettext support for .desktop files
      * debian/rules:
        - updated shver
    
     -- Sebastien Bacher <email address hidden>   Wed, 17 Jan 2007 10:24:11 +0100
  • glib2.0 (2.12.7-1ubuntu1) feisty; urgency=low
    
      * Sync with Debian
      * New upstream version:
        * GKeyFile
        - The stricter syntax checks introduced in 2.12.5 have
          been reduced to warnings for the 2.12 series
        * GSlice
        - The slice allocator has gained address validation that
          can be activated with the environment variable
          G_SLICE=debug-blocks
        - The allocator emits a warning if it detects too late
          thread initialization
        * GOption
        - Take double-width and zero-width characters into account
          when formatting --help output
        * Bugs fixed
          - 391370 Recent crash on file
          - 346955 NON-ASCII UTF-8 arg_description in GOptionEntry causes wr...
          - 371631 Bug in g_bit_nth_lsf?
          - 376645 Win32: Fatal warnings abort application even if IsDebugge...
          - 389300 g_utf8_collate_key modifies the locale
          - 390913 gslice.c: illegal declaration (C99)
          - 304517 glib/libcharset/localcharset.c/_g_locale_charset_raw: han...
          - 336438 unicode collate test failing
          - 391364 Warnings during ./configure due to $SED being undefined i...
          - 391367 config.status warning for datarootdir support in glib-get...
          - 371670 Faster g_bit_* operations
        * Updated translations (ar,de,en_CA,en_GB,sv,vi)
      * debian/patches/001_gettext_desktopfiles.patch:
        - Add gettext support for .desktop files
    
     -- Sebastien Bacher <email address hidden>   Mon,  8 Jan 2007 00:30:36 +0100
  • glib2.0 (2.12.6-1ubuntu1) feisty; urgency=low
    
      * Sync with Debian
      * New upstream version:
        - Fix a configure test that was added in 2.12.5 to
          not declare every poll() broken
        - Make GKeyFile accept keys that are commonly used
        - Bugs fixed
          - 354707 No return() in non-void function
          - 387260 hang in zenity
          - 387823 glib 2.12.5 is breaking hal
        - New and updated translations (ca,gu,mk,th)
      * debian/patches/001_gettext_desktopfiles.patch:
        - Add gettext support for .desktop files
    
     -- Sebastien Bacher <email address hidden>   Thu, 21 Dec 2006 16:40:56 +0100
  • glib2.0 (2.12.5-1ubuntu3) feisty; urgency=low
    
      * debian/patches/091_from_cvs_fix_poll_detection.patch: fix misdetected
        "broken polling" (Closes: LP#76922).
    
     -- Kees Cook <email address hidden>   Fri, 22 Dec 2006 15:30:55 -0800
  • glib2.0 (2.12.5-1ubuntu2) feisty; urgency=low
    
      * debian/patches/090_from_cvs_accept_extra_chars_for_gkey_key_name.patch:
        - patch from CVS, "Accept '/', '+' and '.' in key names, since
          gnome-vfs uses mime types as keys in some cache." (Ubuntu: #76482)
    
     -- Sebastien Bacher <email address hidden>   Tue, 19 Dec 2006 22:12:01 +0100
  • glib2.0 (2.12.5-1ubuntu1) feisty; urgency=low
    
      * Sync with Debian
      * New upstream version:
        * Various portability fixes
        * Bugs fixed
          - 302672 poll is completely broken on Mac OS X 10.4
          - 362328 errorcheck_mutex_test fails to compile due to missing -pthread
          - 316434 glib-2.6.6 fails to compile on AIX 5.1 due to assembler errors
          - 172406 gconvert.c, function open_converter
          - 327800 Hang during self-test of threads
          - 343825 Double expansion in m4macros/glib-gettext.m4 will fail with
                   newer autoconf
          - 380801 build on Solaris does not work out of the box
          - 386252 HEAD broken with last commit
          - 138153 g_utf8_next_char problem with gcc -Wcast-qual
          - 161288 glib doesn't configure well on Mac OS < 10.3
          - 321977 GIOChannel ref_count private variable should be gint instead
                   of guint
          - 343191 GKeyFile silently loses values
          - 346373 test failures in glib-2.10.3 on NetBSD
          - 347944 make check fails 2 test on Solaris 9
          - 355955 Hash tables in gwin32.c do not g_strdup their keys
          - 357585 Calls to set_cloexec inefficient on Solaris
          - 359190 gtimer.c failes to compile on solaris-2.9
          - 378078 extremely unlikely read-after-free in instance_real_class_get
          - 379207 gthreadpool.h causes warning with GCC and -Wshadow
          - 385132 solaris gettext support fix
          - 385910 Suprising behaviour with duplicate groups in GKeyFile
          - 386838 mapping-test freezes
          - 315061 compiler specific flag in gthread-2.0.pc
          - 362543 Compilation fail when configured with --disable-visibility
          - 362918 monotonic clock test uses AC_TRY_RUN
          - 369908 g_key_file_get_string not stripping final space
          - 373864 sanity_check is a bash script
      * debian/patches/001_gettext_desktopfiles.patch:
        - Add gettext support for .desktop files
    
     -- Sebastien Bacher <email address hidden>   Tue, 19 Dec 2006 11:01:52 +0100
  • glib2.0 (2.12.4-2ubuntu1) feisty; urgency=low
    
      * Sync with Debian
      * debian/patches/001_gettext_desktopfiles.patch:
        - Add gettext support for .desktop files
    
     -- Sebastien Bacher <email address hidden>   Fri, 24 Nov 2006 12:53:04 +0100
  • glib2.0 (2.12.4-0ubuntu1) edgy; urgency=low
    
      * New upstream version:
        - Fix build problems related to Posix timers.
        - Bugs fixed
          321974 nanosleep on AIX / g_timer API using high resolution timers
          353584 va_end called on caller supplied va_list
          353580 va_copy detection breaks if user sets
                 CFLAGS=-Werror-implicit-function-declaration
          354522 Small problem with PLT hiding 6 symbols
          358421 typos in gmain.c
        - New and updated translations (bn,bn_IN,dz,el,en_GB, et,fa,hi,hy,it,ka,nn,
                                        pt_BR,ro,sl,sr,sr@Latn,ta)
    
     -- Sebastien Bacher <email address hidden>   Mon,  2 Oct 2006 09:28:10 +0200