Accepting request 91061 from home:dimstar:GNOME:Next
Pushing current Gnome 3.3 work to G:F... some work might be lumpy... OBS-URL: https://build.opensuse.org/request/show/91061 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=168
This commit is contained in:
committed by
Git OBS Bridge
parent
02ae6b814f
commit
747725c741
@@ -1,3 +1,61 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 27 08:29:41 UTC 2011 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 2.31.0:
|
||||
+ Major changes to threading and synchronisation
|
||||
+ Move headers for some deprecated functionality to a separate
|
||||
deprecated/ directory
|
||||
+ New support for attribute-based deprecations to issue compiler
|
||||
warnings instead of breaking the build and/or giving warnings
|
||||
about implicit declarations
|
||||
+ GCache has been deprecated
|
||||
+ It is no longer possible to include individual headers.
|
||||
+ The misguided experiment of allowing the program to stumble
|
||||
along with missing GSettings schemas is now over.
|
||||
+ Clarify that fork() is not valid while using GMainContext
|
||||
+ GApplication:
|
||||
- add ::shutdown signal as logical dual to ::startup
|
||||
- don't use a GMainLoop: iterate the GMainContext directly
|
||||
+ Several portability fixes for Windows, OpenBSD, Solaris
|
||||
+ Add new GValue API to specifically deal in signed chars
|
||||
+ some new API to mitigate the problems associated with calling
|
||||
setenv() in a multi-threaded program
|
||||
+ se CLOCK_MONOTONIC unconditionally if the libc has support at
|
||||
compile time (ie: stop checking for kernel support at runtime)
|
||||
+ pkg-config files:
|
||||
- drop -uninstalled variants
|
||||
- remove gobject dependency on gthread
|
||||
+ New macro G_ATOMIC_LOCK_FREE is defined if the atomic
|
||||
operations are implemented without use of a mutex
|
||||
+ SOCKS proxy and resolver improvements
|
||||
+ Fix the spelling of G_IO_FLAG_IS_WRITABLE (was WRITEABLE)
|
||||
+ GDBus:
|
||||
- many code generation updates and improvements
|
||||
- some race condition fixes, including testcase hangs
|
||||
+ GVariant:
|
||||
- new g_variant_new_from_fixed_array() API
|
||||
- substantial docs improvements/clarifications
|
||||
+ GKeyFile is now refcounted and boxed
|
||||
+ mount monitoring is now based on /proc/mounts instead of mtab
|
||||
+ new macros G_SOURCE_CONTINUE and G_SOURCE_REMOVE for returning
|
||||
from GSourceFunc
|
||||
+ use xlocale functions where available
|
||||
+ GMappedFile can now be created from an fd
|
||||
+ many docs updates
|
||||
+ Bugs fixed: bgo#70598, bgo#320888, bgo#398418, bgo#527214,
|
||||
bgo#580505, bgo#583511, bgo#590808, bgo#592715, bgo#631413,
|
||||
bgo#632049, bgo#640212, bgo#640293, bgo#640975, bgo#643934,
|
||||
bgo#651268, bgo#653987, bgo#654412, bgo#654563, bgo#655366,
|
||||
bgo#656621, bgo#656679, bgo#657992, bgo#658188, bgo#658206,
|
||||
bgo#658207, bgo#658558, bgo#658683, bgo#658692, bgo#658715,
|
||||
bgo#658769, bgo#658806, bgo#658976, bgo#659070, bgo#659082,
|
||||
bgo#659212, bgo#659324, bgo#659423, bgo#659427, bgo#659646,
|
||||
bgo#659690, bgo#659699, bgo#659754, bgo#659838, bgo#659866,
|
||||
bgo#659870, bgo#659889, bgo#659916, bgo#659920, bgo#659923,
|
||||
bgo#660013, bgo#660096, bgo#660130.
|
||||
- Rebase glib2-bgo569829-gettext-gkeyfile.patch.
|
||||
- Rebase glib2-fate300461-gettext-gkeyfile-suse.patch.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 15 06:16:33 UTC 2011 - vuntz@opensuse.org
|
||||
|
||||
|
Reference in New Issue
Block a user