| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: libgmodule-2_0-0 | Distribution: openSUSE 11.3 |
| Version: 2.24.1 | Vendor: openSUSE |
| Release: 3.3.1 | Build date: Fri Jan 28 18:23:00 2011 |
| Group: Development/Libraries/C and C++ | Build host: build12 |
| Size: 13848 | Source RPM: glib2-2.24.1-3.3.1.src.rpm |
| Packager: http://bugs.opensuse.org | |
| Url: http://www.gtk.org/ | |
| Summary: A Library with Convenient Functions Written in C | |
This library provides convenient functions, such as lists and hashes, to a C programmer and is used by Gtk+ and GNOME.
LGPLv2.1+
* Wed Jan 19 2011 hpj@novell.com
- Add glib2-force-fam-for-remote-fs.patch (bgo#592211).
* Thu Jun 03 2010 vuntz@opensuse.org
- Break a requirement cycle between glib2 and libgio-2_0-0, to fix
bnc#595702:
+ remove libgio-2_0-0 Requires(post)/Requires(postun) from main
package
+ remove glib2 Requires from libglib-2_0-0, libgmodule-2_0-0,
libgio-2_0-0, libgthread-2_0-0, libgobject-2_0-0.
+ add a Recommends for glib2-lang in libglib-2_0-0 to make the
translations installed by default.
- Move some gio files from glib2 to libgio-2_0-0. Unfortunately, it
means we get unversioned files in a subpackage for a versioned
library, but that's what we really need: /usr/lib/gio belongs
there and we have a symlink pointing to
/usr/share/applications/defaults.list (so we don't want a
dangling symlink).
* Mon May 03 2010 captain.magnus@opensuse.org
- Update to version 2.24.1:
+ bgo#615379: g_new macros crash if sizeof(struct_type) == 0
+ bgo#614185: g_type_class_add_private() documentation is not
correct
+ bgo#614372: g_stat() is funny
+ bgo#615111: GAsyncInitable's default implementation is broken
+ Fix race in g_cancellable_cancel()
+ Fix for g_variant_iter_loop()
+ Make g_string_append_len() accept NULL lf len == 0
+ Fix typo in GMutex error message
+ Translation updates
* Fri Mar 26 2010 vuntz@opensuse.org
- Update to version 2.24.0:
+ Bug fixes:
- bgo#613601: buglet in dup_close_on_exec_fd
- bgo#584284: g_data_input_stream_read_until_async behaves
confusingly
- bgo#613748: Write errors in middle of copy cause hang
- bgo#613923: splice_stream_with_progress: wrong error handling
- bgo#613667: Typo in GObject documentation
- bgo#613618: gvariant format string docs unclear
+ Updated translations.
* Mon Mar 22 2010 dimstar@opensuse.org
- Update to version 2.23.6:
+ Class private data:
- support for private data associated with a GTypeClass
+ GVariant merge is now complete:
- loading functions and parser merged
+ Windows improvements:
- socket fixes
- various build improvements
- removal of GCC/C99isms in favour of portable code
- drop unmaintained Visual Studio 8 support
+ Minor API addition:
- g_desktop_app_info_get_filename()
+ Bugs fixed:
- bgo#521707 Class private data
- bgo#612502 build fails on glib/tests/gvariant.c
- bgo#612832 [GDesktopAppInfo] New function
g_desktop_app_info_get_filename
- bgo#612702 [PATCH] Fix GSocket-related crash on Windows
- bgo#612736 Improve the documentation about single include
- bgo#610858 gvariant test fails sometimes
- bgo#612327 uninitialized variable
+ Updated translations.
* Mon Mar 08 2010 dimstar@opensuse.org
- Update to version 2.23.5:
+ New API addition: g_malloc_n() and friends used to implement an
overflow-safe family of g_new() macros.
+ GVariant:
- GVariantBuilder and GVariantIter are now merged.
- The variable arguments API is now merged.
- The parser will be in a future release.
+ GIO:
- Remove GUtf8InputStream (which never appeared in a stable
release) for now since it doesn't satisfy the needs of its
main intended use case. We hope to reimplement this feature
in a better form in a future release.
+ Bugs fixed:
- bgo#609531: missing licence headers
- bgo#612107: Missing G_FILE_ATTRIBUTE_TRASH_ORIG_PATH
- bgo#611897: g_io_modules_scan_all_in_directory leaks
- bgo#608196: Overflow-safe g_new family
- bgo#611696: gio uses GetAddrInfo which requires special
handing on windows 2k
- bgo#605667: Don't use G_PARAM_SPEC_VALUE_TYPE when we know
the pspec is valid
- bgo#610860: test_g_file_open_readwrite fails if $HOME is
unwritable
- bgo#552912: glib-2.18 /live-g-file/test_copy_move failed when
run as root
- bgo#609813: Renaming a file discards file notes
+ Updated translations.
* Mon Feb 22 2010 dimstar@opensuse.org
- Update to version 2.23.4:
+ GVariant:
- The core of GVariant has been merged now, with some API still
to follow.
+ GIO:
- There is a new interface GFileDescriptorBased for file
descriptor based IO. GLocalFile{Input,Output}Stream implement
it
- Use splice(2) to transfer data between file descriptors
without extraneous copies
- Add a way to request move events from file monitors
+ Bugs fixed:
- bgo#609143 - *result_uncertain is never assigned in
g_content_type_guess
- bgo#604086 - Use splice(2) when doing local file copies
- bgo#547890 - No move events for GFileMonitorEvent?
- bgo#568760 - nautilus freezes due to a bug in garray.c:322
- bgo#609962 - Add info about the use of G_DEFINE_INTERFACE
- bgo#609564 - g_base64_encode_close docs should mention outbuf
size...
- bgo#610484 - g_variant_equal bug
- bgo#610131 - libasyncns does not compile on Solaris 8
- bgo#609530 - missing single header include guards
+ Updated translations
* Fri Feb 12 2010 vuntz@opensuse.org
- Do not call gio-querymodules in %postun of the main package since
we don't have gio-querymodules anymore at that point.
* Wed Feb 10 2010 vuntz@opensuse.org
- Update to version 2.23.3:
+ GLib now has a facility for locks that consume only one bit of
storage inside an integer: g_bit_lock()
+ GVariant:
- The serializer has been merged, with more API to follow
+ Bugs fixed
- bgo#548967: 1 bit mutex lock
- bgo#604967: 2.22.3 libasyncns build fails on HP-UX 11.11
- bgo#608602: G_VALUE_COLLECT_INIT variables shadow those in
G_VALUE_COLLECT
- bgo#608743: Crash in g_hostname_to_ascii visiting certain
website in epiphany
- bgo#599197: array ref and unref functions crash on NULL
array.
- bgo#608159: mem leak in g_io_modules_scan_all_in_directory
+ Updated translations.
* Thu Jan 28 2010 vuntz@opensuse.org
- Correctly use gio-querymodules:
+ package it in main package, with a giomodule.cache ghost file
+ rename it gio-querymodules-64 on 64 bits platforms
+ add Requires(post)/Requires(postun) to main package and
libgio-fam to make sure that gio-querymodules would work
+ add post/postun scriptlets for main package and libgio-fam
* Mon Jan 25 2010 captain.magnus@opensuse.org
- Update to version 2.23.2:
+ We are now using gcc builtins for atomic operations when
available
+ g_assert() grew the ability to store assertions in core dumps
+ GIO supports lazy loading of GIO modules, and there is a new
gio-querymodule utility that goes along with this.
+ Threading changes:
- The requirements for g_thread_init() have been relaxed
slightly, it can be called multiple times, and does not have
to be the first call
- GObject now links to GThread and threads are enabled
automatically when g_type_init() is called
- Thread-safety issues with boxed types in GObject have been
fixed
+ GObject:
- Another bunch of performance work has landed
+ GVariant:
- GVariantType has been merged, with the rest of the GVariant
API to follow
+ Bugs fixed:
- bgo#568760 - nautilus freezes due to a bug in garray.c:322
- bgo#602417 - Document lifecycles of GSimpleAsyncResult and
friends
- bgo#604824 - crash in Epiphany: Selecting my Slashdot bo...
- bgo#448888 - don't init g_slice for always-malloc
- bgo#531902 - Use GCC atomic buildins for g_atomic*
- bgo#554887 - boxed type registration is not thread safe
- bgo#586150 - unresolved symbols when building glib 2.21.2 on
OS X Tiger
- bgo#589176 - row gvalue transform array exponentially
- bgo#594872 - Support storing assertion messages into core
dump
- bgo#602240 - Upgrade libasyncns to 0.8
- bgo#603590 - Speed up G_VALUE_COLLECT
- bgo#604457 - gutf8inputstream.c: increasing unknown size
pointer
- bgo#605686 - GCharsetConverter doesn't flush
- bgo#605733 - g_memory_output_stream_new violates GObject
standards
- bgo#605883 - g_object_new() processes varargs even when there
are none
- bgo#605977 - invalid utf-8 conversion in
g_local_file_get_parse_name(...
- bgo#606775 - Enable threads by default in gobject
+ Translation updates
* Tue Dec 22 2009 vuntz@opensuse.org
- Update to version 2.23.1:
+ GObject performance work has landed:
- Construction of simple objects is much faster
- Interface lookup is lock-free and constant-time now
- Reduced locking overhead when dealing with types
+ GType now has a G_DEFINE_INTERFACE convenience macro
+ GIO gained GUtf8InputStream, an input stream that performs
utf-8 validation
+ GLib now has byte-swap macros for gsize and gssize
+ Bugs fixed:
- bgo#603982: Stack overflow when reading file async with
filter
- bgo#557151, bgo#557100, bgo#501166, bgo#585375, bgo#587892,
bgo#603270, bgo#603476, bgo#603540, bgo#604645, bgo#604875,
bgo#320482
+ Updated translations.
* Mon Dec 21 2009 vuntz@opensuse.org
- Update gtk-doc.m4 from gtk-doc package.
* Mon Dec 14 2009 jengelh@medozas.de
- Add baselibs.conf as a source
- Package baselibs for SPARC
* Wed Dec 02 2009 vuntz@opensuse.org
- Update to version 2.23.0:
+ GIO:
- GConverter: a generic interface for stateful conversions of
data, suitable for charset conversion, compression,
decompression, regexp replacement. Concrete implementations
are GCharsetConverter, GZlibCompressor and GZlibDecompressor.
GConverterInputStream, GConverterOutputStream are stream
implementations that convert data while loading or saving it.
- GMounts can now have a 'default location': a path that
reflects the main entry point for the user (e.g. the home
directory).
- As a consequence of the compression support, GIO depends on
zlib now.
+ GObject:
- G_IMPLEMENT_INTERFACE_DYNAMIC: a convenience macro for adding
interfaces to dynamic types.
+ GModule:
- The -pthread flag has been added to all gmodule .pc files,
because it is not generally permissible to load modules that
are linked against libpthread if the program has not been
compiled with threading support.
+ Bugs fixed:
- bgo#601637: GUnixFDMessage should contain a GUnixFDList
- bgo#585566: GSocketListener API issues
- bgo#572252: Bug in g_file_test() function.
- bgo#600550: g_app_info_create_from_commandline doesn't treat
arguments properly
- bgo#541236: not detecting exact content type
- bgo#350200: [PATCH] GTypeModule derived class unref does not
unload plugin
- bgo#589631: Please enclose literal values with double quotes
- bgo#577711: cross compile check for g++ broken
- bgo#600620: Support X-GNOME-FullName in GAppInfo
- bgo#598899: GWin32DirectoryMonitor is broken
- bgo#593809: Nautilus does not restore the position of the
icons on the desktop...
- bgo#563627: g_get_prgname() threadsafety
- bgo#600141: Add -pthread to gmodule pkg-config
- bgo#593856: file and directory monitors don't work when glib
is compiled...
- bgo#324930: Nautilus should disallow copying of symlink to
FAT drive early
- bgo#587300: Deadlock when calling g_cancellable_disconnect in
a...
- bgo#595138: GFile not robust with invalid input
- bgo#591216: Warning building resolver.o
- bgo#590016: Does not compile under MinGW32 + Wine
- bgo#591214: Warnings building gcancellable.o
- bgo#561998: Have specific entry points (paths) for mounts...
- bgo#508157: Add G_IMPLEMENT_INTERFACE_DYNAMIC
- bgo#535159: g_file_has_parent
+ Updated translations.
- Add zlib-devel BuildRequires.
- Remove AutoReqProv: it's default now.
- Fix self-obsoletion with glib2-doc.
- Drop glib2-mkinstalldirs.patch: I have no idea why this patch has
been there forever, but I don't think it's needed. This also
enables us to remove the autoreconf call.
- Drop glib2-aclocal.patch: this is actually unneeded, since
acinclude.m4 contains what's needed.
* Fri Nov 13 2009 vuntz@opensuse.org
- Update to version 2.22.2:
+ GIO:
- Support case-sensitive globs in the shared mime database,
including support for the newer cache format that allows
these.
+ GObject:
- Speed up creation of simple objects
+ Bugs fixed:
- bgo#597194: Typo in _G_TYPE_CVH macro
+ Updated translations.
* Tue Oct 27 2009 sbrabec@suse.cz
- Added support for translation-update-upstream (FATE#301344).
* Wed Sep 30 2009 vuntz@opensuse.org
- Update to version 2.22.1:
+ Bugs fixed:
- bgo#596064 Test file marked for translation
- bgo#595972 possibly invalid search in
mime_info_cache_dir_add_...
- bgo#596561 C99 style of declaration of variable in
gmessages.c
- bgo#596314 g_utf16_to_utf8 returns an invalid UTF8 string
- bgo#596748 g_async_result_get_source_object returns a new ref
- bgo#593809 Nautilus does not restore the position of the
icons...
- bgo#593775 uses inotify_init1 unconditionally
+ Updated translations.
* Tue Sep 29 2009 vuntz@opensuse.org
- Update to version 2.22.0:
+ Add gdb python macros to make gobject debugging more pleasant
+ Bugs fixed:
- bgo#579050: Allow making selected critical and warning
messages non-fatal
- bgo#594759: g_socket_send_message fails due to invalid
sendmsg params
- bgo#593941: GNetworkAddress skipping addresses when
enumerating
- bgo#594597: Fix build with srcdir != builddir
- bgo#595619: Include gdb pretty printers
+ Changes that might affect bindings:
- The error parameter of g_simple_async_result_set_from_error
has been made const.
+ Updated translations.
* Mon Sep 07 2009 lmedinas@opensuse.org
- Update to version 2.21.6:
+ Minor API additions:
- g_mkstemp_full is a variant of g_mkstemp that allows to
specify flags and permissions
+ Bugs fixed:
- bgo#593232 g_rand_new: read no more than requested from
/dev/urandom
- bgo#591995 use saved errno
- bgo#589491 g_time_val_from_iso8601 doesn't handle some cases
- bgo#593406 Permissions set to 777 after copying via Nautilus
- bgo#594034 Add g_mkstemp_full()
+ Translation updates.
* Tue Aug 25 2009 vuntz@novell.com
- Update to version 2.21.5:
+ A performance problem with trashing of many files has been
fixed
+ GResolver now invalidates the libc resolv.conf cache as needed
+ Minor api additions:
- g_cancellable_make_pollfd returns a boolean now. And there is
a new function g_cancellable_release_fd that can be used to
released the resources used by a GCancellable.
+ Bugs fixed:
- bgo#589988: Compilation error on Solaris 9 (missing stdint.h)
- bgo#588901: gtcpconnection.c won't compile
- bgo#584246: GResolver needs to call res_init() when network
state changes
- bgo#591714: Figure out failure handling for
g_cancellable_make_pollfd()
- bgo#591532: redundent '/' returned from
g_file_resolve_relative_path
- bgo#591378: Use MSG_NOSIGNAL in GSocket if it's available
- bgo#589649: API documentation migration for Base64 Encoding
- bgo#591840: configure fails with autoconf 2.64
+ Updated translations.
* Sat Jul 18 2009 captain.magnus@opensuse.org
- Update to version 2.21.4:
+ GTree is now refcounted
+ bgo#587938 Undocumented limitation for g_str_equal
+ bgo#587773 refcounts for GTree
+ Translation updates
* Mon Jun 15 2009 vuntz@novell.com
- Update to version 2.21.2:
+ GIO:
- g_socket_speaks_ipv4 is a new function to check if a socket
can speak IPv4.
- g_socket_listener_add_address gained a new effective_address
out parameter.
- GIO now returns special icons for XDG user directories, by
the name folder-music, folder-documents, etc.
- GIO gained support for starting/stopping of drives, which can
be used in connection with external hard disk enclosures,
disk arrays, iSCSI devices, etc. See
g_file_start/stop_mountable.
+ GLib:
- g_reload_user_special_dirs_cache is a new function to force
GLib to reload the XDG user directory mapping from disk.
+ Bug fixes:
- bgo#584574: glib compile failure on Mac OS X with
gunixresolver.c and...
- bgo#585566: GSocketListener API issues
- bgo#584255: Incorrect freeing of thread pool in
GThreadedSocketService
- bgo#585088: g_string_chunk_insert_len stops at nul bytes
- bgo#585360: Monitor fontconfig configuration files using gio
causes m...
- bgo#580103: Terminal starts on Display :0.0 when started on
:0.1 in D...
- bgo#580301: network: a few issues on old darwin
- bgo#583398: SRV weight sorting is incorrect
- bgo#584176: build fixes on FreeBSD
- bgo#585189: g_cancellable_reset() must be called in same
thread as g_...
- bgo#585280: compilation dies on gio/gsocket.c, needs
sys/uio.h to con...
- bgo#585281: gio/gunixfdmessage.c needs sys/types.h for
platforms that...
- bgo#585478: don't leak the inotify fd
- bgo#585575: g_socket_listener_add_inet_port() doesn't do the
right thing
- bgo#585599: g_socket_listener_add_socket() consumes the
socket
- bgo#585676: GEmblem doesn't reference its 'icon' if that is
set as a ...
- bgo#585717: "bytes" nautilus translation to french is not
shown in th...
- bgo#541276: XDG directories should have their own icons
- bgo#585726: Grammatical error in GList documentation
- bgo#585520: Wrong warning option in documentation
- bgo#585673: GNOME Goal: Remove deprecated glib symbols
- bgo#585591: Starting/stopping drives
+ Updated translations.
* Fri May 29 2009 vuntz@novell.com
- Update to version 2.21.1:
+ GIO:
- Support for network IO has been added, including a low-level
socket API and a high-level API for network connections and
services.
- Support for read-write access with GIOStream and its
subclasses.
- GMount gained a pre-unmount signal.
+ Bug fixes:
- bgo#576104: Implement GMount::pre-unmount
- bgo#578769: implement GWinHttpFileInputStream::close_fn
- bgo#582856: gsocket.c doesn't compile on Solaris
- bgo#569375: g[u]intptr undocumented
- bgo#573246: [FIX] g_desktop_app_info_dup() can access NULL
pointer
- bgo#575013: g_cancellable_push_current() does not allow NULL
- bgo#577884: live-g-file.c:461: error: format ‘%d’ expects
type ...
- bgo#578499: g_output_stream_splice and stream closing with
gnio strea...
- bgo#579558: Application employing gvfs crashes with only
libgvfscommo...
- bgo#583001: SIGPIPE (grr!)
- bgo#583061: Please add convenience function to connect to
machines by...
- bgo#583198: typo in error message
- bgo#583206: use g_set_error_literal where appropriate
- bgo#583229: void function g_async_initable_init_async returns
value
- bgo#583324: locking problem in g_main_context_iterate()
- bgo#583408: void function g_socket_control_message_serialize
returns ...
- bgo#578786: wrong and confusing error message
- bgo#583205: g_inet_address_to_bytes has no length outparam
- bgo#583196: mem leak in keyfile test
- bgo#583663: GSocketType enum ends with a comma
- bgo#569024: Make g_error_new_valist public
- bgo#569376: missing G_G[U]INTPTR_FORMAT
- bgo#580347: off-by-1 bug in GWinHttpFile
+ Updated translations.
* Tue May 05 2009 vuntz@novell.com
- Update to version 2.21.0:
+ GIO:
- New helper functions g_cancellable_connect/disconnect to avoid
race conditions when connecting to the "cancelled" signal on
GCancellable.
- New types and methods for dealing with IPv4 and IPv6 addresses
(and UNIX domain socket addresses under UNIX). This does not
include code for actual socket I/O.
- GResolver provides asynchronous and cancellable APIs for
resolving hostnames, reverse lookup of IP addresses and
resolving SRV records.
+ Glib now provides hash and comparison functions for int64 and
double types, suitable for use with GHashTable.
+ GArray, GPtrArray and GByteArray can be ref counted now, and
have boxed types.
+ Bugs fixed:
- bgo#572844: Helper for GCancellable::cancelled
connect/disconnect
- bgo#578363: goption docs should be improved
- bgo#548466: async/cancellable DNS resolver
- bgo#579830: param spec strings should use P_()
- bgo#579862: requesting xattr::foo ends up calling
getxattr(..., user...
- bgo#580453: Hash and equal functions for gint64 and gdouble
- bgo#580450: Reference counting and boxed types for arrays
- bgo#580194: gresolver doesn't build on Solaris
- bgo#580301: network: a few issues on old darwin
- bgo#580299: network: include sys/types.h before sys/socket.h
to insur...
- bgo#572508: gmarkup speedup
- bgo#580546: g_strtoull() referenced in documentation...
- bgo#580656: g_key_file_set_string_list erroneously asserts
list != NULL
- bgo#579272: leaks in
g_simple_async_result_set_op_res_gpointer
+ Updated translations.
* Sat Apr 11 2009 mboman@suse.de
- Update to version 2.20.1:
+ bgo#575555 Use fsync() when replacing files to avoid data loss
+ bgo#575708 runaway inotify madness
+ bgo#575270 GVolumeMonitor::mount-pre-unmount not being emitted
+ bgo#577128 glib make check Failed to execute child process...
+ bgo#573673 Always show "backup" directories
+ bgo#578369 g_time_val_from_iso8601() parses timezones
incorrectly
+ bgo#578002 Fix a small typo in GFile docs
+ bgo#578017 G_DEFINE_TYPE_EXTENDED docs
+ Translation updates
* Sat Mar 14 2009 mboman@suse.de
- Update to version 2.20.0:
+ Base64 support: Avoid integer overflows. CVE-2008-4316
+ Bugs fixed:
* bgo#574019 GChecksum: document and guarantee hex characters in
lower case
* bgo#573454 Unable copy/move files to directories symlinked to
gvfs share
* bgo#561172 gnome-open fails on local URIs with anchors
* bgo#573970 crash in gunixvolumemonitor:update_mounts when
unmounting
* bgo#573843 g_get_current_dir returns non-absolute path
+ Translation updates
- Remove glib2-base64.patch. Fixed differently upstream
* Fri Mar 06 2009 vuntz@novell.com
- Update to version 2.19.10:
+ GMarkup:
- Considerable speedup
+ GIO:
- Add G_FILE_CREATE_REPLACE_DESTINATION flag to allow replacing
the destination of a copying operation as if it did not exit
before.
- Be more careful when classifying files as desktop files
- Support desktop file key X-GIO-NoFuse which disables the use
of fuse pathnames for %u and %U arguments
+ Bugs fixed: bgo#572672, bgo#572464, bgo#572151, bgo#570501,
bgo#167569, bgo#572508, bgo#560564, bgo#549298, bgo#543183,
bgo#540461, bgo#573462, bgo#573421, bgo#573658, bgo#556706,
bgo#573527, bgo#573128,
+ Updated translations:
- Remove -fno-strict-aliasing from CFLAGS.
- Use makeinstall.
/usr/lib/libgmodule-2.0.so.0 /usr/lib/libgmodule-2.0.so.0.2400.1
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon May 20 05:20:13 2013