1 Overview of changes from GLib 2.39.3 to GLib 2.39.4
2 ===================================================
5 139699 Correction for g_main_context_unref()
6 583036 g_strchomp and g_strchug are not declared const
7 683388 improve documentation for application developers
8 685204 ./configure fails to add the '-g' flag to CFLAGS
9 688406 GStaticMutex broke ABI on at least ARM EABI during 2.31.x
10 693299 cannot compile on Solaris: error in gbitlock.c
11 707111 Clarify type transformability and compatibility
12 711547 win32: silence some build warnings
13 719344 Fix the various test programs (or GLib itself) on Windows
14 722025 cleanup/clarify command line argument encoding on Windows
15 722323 remove unused include 'gslist.h' in 'gbookmarkfile.c'
16 722326 gstringchunk: Use g_slist_free_full() where possible
17 722357 gio: fix small memory leak on local xattr
18 722436 Adjust doc to Makefile.decl renaming
19 722503 GSimpleAction: add default activate handler
20 722526 glib/deprecated/gthread.h error on FreeBSD
21 722591 [documentation] broken link to GtkAction from GAction.html
22 722973 Broken example in GApplication reference
23 723048 'network-access' test can fail to guess interface index
24 723360 gmain: Note that g_source_destroy() can be called multiple times
26 * Updated Translations:
32 Overview of changes from GLib 2.39.2 to GLib 2.39.3
33 ===================================================
35 No major changes this release -- mostly lots of small fixes and
36 improvements in test coverage.
38 * fix a crasher in code from gdbus-codegen
40 * improvements to gobject gdb helper script
44 - fix a deadlock issue with kqueue on FreeBSD
46 - work around a quirk in the sunstudio compiler
48 - rename a variable to avoid clashing with a macro definition of
49 'environ' on some platforms (like mingw)
51 - use POSIX-specified <poll.h> over <sys/poll.h>
53 - many improvements to Visual Studio projects and and some build
57 - a very large number of improvements in test coverage
59 - don't report skipped tests as failures
61 - return 77 if we skip all tests in an executable
63 - improve gtest documentation and fix some minor issues
65 - fix g_test_trap_reached_timeout() return value
67 - remove some dead code uncovered during test coverage expansion
69 - Use tap mode for installed tests too, when using tap
71 * fix races in unix signal handling
73 * make our GVariant-based commandline tools (glib-compile-schemas,
74 gdbus, gapplication) print out GVariant parse errors in context
76 * GApplication now has a --gapplication-service command line switch to
77 turn any GApplication into a service
79 * improve compatibility of GApplication and GOptionContext
81 * fix gsettings.m4 wrt. builddir != srcdir with non-recursive make
83 * use a directory monitor in GKeyfileSettingsBackend
85 * improve robustness of some GIcon classes
88 141251 poll(2) is in <poll.h>, not <sys/poll.h> per SUS standard
89 613732 [PATCH] gobject.py: Don't install frame filters when GDB does not support them
90 708212 g_variant_parser_error_get_quark() has unexpected name.
91 710965 GApplication: add --gapplication-service switch
92 711090 periodic failure of spawn-multithreaded async testcase
93 712171 gsettings.m4: @GSETTINGS_RULES@: Support srcdir != builddir with nonrecursive make
94 712630 Revert "gsettings m4: check for .xml in src/builddir"
95 715028 GVariant: add way to print context of parse errors
96 719344 Fix the various test programs (or GLib itself) on Windows
97 720263 gtestutils: skipping a test should count as success, not failure
98 720539 gdbus-codegen: Fix crasher in goa-using apps
99 720635 Make gdb pretty-printers compatible with Python3
100 720891 g_settings_get_child does not inherit the backend
101 721034 glib 2.38.2 cannot be compiled with SunStudio Compiler under Solaris
102 721059 g_subprocess_launcher_set_environ vs "environ"
103 721074 kqueue: deadlock
104 721087 Missing -lselinux in pkg-config --libs --static gio-2.0
105 721324 Error message is printed to stdout
106 721624 Regression in GTest framework reorders existing test cases
107 721625 backwards NEWS entry about g_source_remove change
108 721796 insufficient escaping in g_dbus_annotation_info_generate_xml()
109 721947 Improve GApplication ⇔ GOptionContext compatibility
111 Translations updated:
117 Overview of changes from GLib 2.39.1 to GLib 2.39.2
118 ===================================================
122 - Remove alleged support for OS/2
124 - Remove alleged support for BeOS
126 - Remove alleged support for last-millennium Unixes
128 - Require C90 compliance
130 - Require POSIX.1 (1990) compliance on Unix
135 113075 support "nonnull" attribute
136 159528 g_ptr_array_remove_range()
137 307947 The check for growing stack pointer in configure can fail
138 607016 docs should mention property notification order
139 671557 Fun with integers and g_key_file_load_from_data()
140 676761 don't use g_critical for a runtime error
141 690525 g_file_replace_contents_async doesn't copy its @conten...
142 691608 Support compilation with clang 3.2
143 697585 g_variant_builder_add's doc example is leaking
144 697828 g_hash_table_add() should return a boolean
145 702862 gdbus-codegen : look for deps in default install path
146 703522 Reference leak in GvariantBuilder documentation
147 705902 g_get_current_dir() should check PWD env var and retur...
148 708274 Added GObject Introspection annotations to genums.c
149 710519 Portability schmortability
150 710741 some mainloop instrumentation
151 710983 Test failures on powerpc
152 711047 Enable the build of the various test programs on Windo...
153 711051 Add basic test for the GNotification gtk backend
154 711088 gbacktrace: Don't close stderr when running gdb
155 711103 gmessages: Add g_info macro for G_LOG_LEVEL_INFO
156 711178 appinfo test problems
157 711546 utf8: report allocation error
158 711640 gdesktopappinfo: Rank Keywords matches higher than Gen...
159 711751 Fix memory leaks in libglib tests
160 711753 gthread-posix: Don't use gslice allocated GRecMutex
161 711796 glib-tap.mk: fix to actually use the TAP driver
162 711800 fix g_test_set_nonfatal_assertions()
163 711801 giomodule: Allow overriding source directory gio modul...
164 711805 gdbus-connection: Fix race condition in test
165 711806 gtestdbus: Don't destroy GSource twice
166 711807 gtestdbus: Properly close server connections
167 711871 Broken and misleading configure check for growing stack
168 712136 'O_CLOEXEC' undeclared (first use in this function)
169 712148 Add system bus support to GTestDBus
170 712171 gsettings.m4: @GSETTINGS_RULES@: Support srcdir != bui...
171 712314 AIX port: splice(); major()/minor(); libtool library order
172 712315 GSettings: More docs for deprecated _list_schemas()
173 712393 gobject: Box GMappedFile
174 712547 GSocketClient "event" not useful for determining resol...
175 715164 Clang static analysis fixes
176 719395 GPtrArray add g_ptr_array_insert
177 719402 Crashes when startup
178 719472 leak in generated proxy-side property-setter
179 719687 fix or remove g_trap_object_ref
180 719809 Signal connection ids are always > 0 if successful
181 719837 gdbus-connection: Work around race in connection tests
182 719884 Fix documentation typos in GTask and GCancellable examples
183 719979 g_settings_get: check validity of format string
184 720080 Truncating a GMemoryOutputStream to a larger size cause...
185 720210 gdataset: Remove unused define
186 720236 Allow clean simple use of g_test_trap_subprocess()
188 * Translations updates:
195 Overview of changes from GLib 2.39.0 to GLib 2.39.1
196 ====================================================
198 * GSettings fixes/improvements
200 - GSettingsSchema API is now more powerful and consistent
202 - new GSettingsSchemaKey API allows accessing metadata for keys:
203 type, default value, range and the long-awaited support for summary
206 - GSettingsSchemaSource gains support for listing schemas within a
207 source. Deprecate the global API that did this for the default
210 - 'gsettings list-schemas' now works properly with --schemadir
212 - deprecate a bunch of now-redundant functionality on GSettings
214 - add API to GSettings for getting the default value of a key (as set
217 - add API to GSettings for determining if the user has assigned a
218 particular value to a key (ie: we are not just reading the default)
220 - ignore qualified tags and attributes appearing in schema files
222 * Applications/Actions
224 - make GSimpleAction a bit more strict with respect to state changes
225 that would violate the interface (ie: by changing the state type
228 - throw an error when attempting to 'Describe' a non-existent action
229 via D-Bus instead of returning a bogus description
231 - throw an error when attempting to invoke unsupported methods on an
232 Application (eg: 'Open' on an app that doesn't HANDLES_OPEN)
233 instead of emitting a g_critical() in context of the app (which is
234 not itself at fault for the errant call)
238 - substantially rework GDesktopAppInfo to reduce the amount of disk
239 accesses that are performed in common situations
241 - add a new class: GAppInfoMonitor for discovering when applications
242 are installed/removed
244 - add a new g_desktop_app_info_search() API for searching for
245 installed applications by name, keywords, etc.
247 * GMarkup: add new G_MARKUP_IGNORE_QUALIFIED flag for skipping over
248 "qualified" tags and attributes (those with a colon in the name, such
253 - ignore qualified tags, as above
255 - GTestDBus: unset all D-Bus addresses (such as STARTER) to ensure
256 that test programs don't pick them up
258 - add new session_bus_run() convenience in the tests and use it
260 * GRand: use real random data as a seed on win32 and use the
261 timestamp/pid/uid fallback only on UNIX machines where we can't open
262 '/dev/urandom'. This may cause issues with older mingw32 releases
263 due to a missing prototype for the rand_s() API.
265 * Many win32 (and particularly MSVC) portability fixes. Many
266 additional tests are now runnable when building with MSVC.
268 * Due to early testing of the (soon to land) GCleanup framework, a very
269 large number of memory errors have been found and fixed (mostly in
270 the testcases, but some in glib itself).
274 - some more seeking cleanups: particularly on GLocalFileInputStream
276 - don't leave a .trashinfo file around if trashing a file fails
278 - Add a request_certificate virtual method to GTlsInteraction
280 Translations updated:
288 635641 schema compiler should ignore unknown attributes
289 637257 g_tls_client_connection_gnutls_retrieve_function needs to be able to block
290 637956 GKeyfileSettingsBackend should ignore file deletions
291 645453 keys from base schema missing from extended schema
292 665634 g_dbus_node_info_new_for_xml() errors on unknown attributes in XML files
293 668232 Unable to get description and summary for a key
294 668233 Unable to determine if a key is set to the default / what the default value is
295 680838 Need g_settings_schema_source_get_schemas()
296 683017 API for accessing GSettings Schema metadata
297 687185 org.gtk.Actions.Describe doesn't return an error for non-existing action names
298 687202 If trashing fails, the ".trashinfo" file is not removed
299 695558 The --schemadir option has no effect
300 696424 GSimpleAction.state property is not right
301 697348 GTestDBus should unset DBUS_STARTER_ADDRESS, DBUS_STARTER_BUS_TYPE
302 710133 Emit backward compatible code with gdbus-codegen
303 710691 glib-networking: locking during implicit handshake
304 710738 GRand has lame fallback for Windows
305 710859 Typo in gio docs
306 710885 Two fixes for GApplication
307 710962 error: 'F_DUPFD_CLOEXEC' undeclared (first use in this function)
308 710964 Add g_hash_table_get_key_array()
309 710991 test: g_debug messages shouldn't affect g_assert_expected_messages
310 711016 g_settings_list_keys () segfaults for empty schemas
311 711048 glocalfileinputstream.c allows skip past end of file
312 711049 Fix build of GLib-GIO 2.39.x on Windows/MSVC
313 711064 Adding child source to blocked source can cause a segfault
314 711070 Copying a symlink over another one segfaults
315 711099 gapplication test failure
316 711520 GDesktopAppInfo: allow more than one level of legacy folder prefixes
317 711556 Add GAppInfoMonitor
318 711557 Add g_desktop_app_info_search()
319 711600 trivial portability fix
320 711632 The desktop-app-info test fails during make check
321 711754 gmain: Fix use of uninitialized memory in sigaction structure
322 711755 private: Use threading primitives correctly in private test
323 711756 gthreadpool: Don't pass bad data to GThreadPool sorter
324 711768 Fix memory leaks in libgmodule tests
325 711775 utils: Don't free memory owned by glib in test
326 711782 boxed: Fix double free in boxed unit tests
327 711803 gsubprocess: Fix a number of leaks and a segfault
328 711808 gtestdbus: Fix leak of GMainLoop
330 Overview of changes from GLib 2.38.0 to GLib 2.39.0
331 ====================================================
333 * prep for the 2.40 series (version macros, docs index, etc.)
337 - new API for sending persistent notifications via the desktop shell
339 - notifications persist when the application has quit and clicking on
340 them can restart the application with an action (via
345 - new API for launching subprocesses
347 - nice GIO integration like async functions, cancellability, etc.
349 - a convenient communicate() API inspired by the same API in Python
351 - related: the gspawn API now has a CLOEXEC flag for the created
352 pipes for stdin/stdout/stderr
354 * New gapplication(1) commandline tool
356 - intended to be used with DBusActivatable apps
358 - can be used for launching apps, opening files, invoking application
359 actions and listing apps and actions
361 - bash tab completion is supported
363 * GDesktopAppInfo changes:
365 - g_file_get_path() can implicitly cause a FUSE mount so don't call
366 it until we know we need it (for an app that doesn't support URIs)
368 - don't crash when trying to load from a keyfile with
371 - remove some dead code, refactor the search path handling a bit and
372 do a large-scale whitespace cleanup (prep work for the pending
377 - fix broken handling of mount point monitoring
379 - remove some strange use of GObject::constructor() from the base
380 class and inotify backend
382 - fix GFileMonitor to work in the non-default main context even when
383 the main context is not running (or is blocked)
385 - add internal private API for easily creating a file monitor in the
390 - g_settings_list_children: only list viable schemas. This fixes a
391 longstanding issue where 'gsettings list-recursively' will crash
392 when there are invalid schemas installed
394 - don't accept invalid paths on g_settings_new_with_path, etc.
398 - GFile now has a thumbnail::is-valid attribute to check if the
399 thumbnail in thumbnail::path needs to be regenerated
401 - GDBusProxy now has a flag to control autostarting of services at
404 - for GSeekable, properly introduce the concept of "resizable" vs.
405 "fixed-sized" streams in the docs, explaining the expected
406 semantics of the interface in each case
408 - fix some cases in GMemoryOutputStream that were violating the above
409 expectations (which may cause a slight API incompatibility)
411 - clean up GCredentials code and add support for Hurd and Solaris
413 - improve splicing by using different codepaths for the case where we
414 have real _read_async() and _write_async() implementations on the
415 stream vs. the case where they are internally emulated (via
416 dispatching the sync variant of the call in a thread)
420 - fix a leak in g_key_file_get_(u)int64 when we fail to parse the
423 - add long-requested API g_key_file_save_to_file()
425 * Portability improvements
427 - avoid using O_DIRECTORY on platforms that don't have it
429 - be careful about systems that define SOCK_CLOEXEC but don't
430 actually support it (like Hurd)
432 - only use SA_RESTART if it exists
434 * Other small API changes/additions
436 - a pair of functions to support matching strings for the type of
437 search functionality that you'd expect to have with things like
438 GtkSearchBar. This will also be used by the desktop file index.
440 - g_str_is_ascii() with obvious purpose
442 - g_test_expect_message() no longer appears to allow you to catch
445 * GMainContext/GSource
447 - fix handling of overflowing the 'next source id' counter
449 - g_source_remove() will now throw a critical in the case that you
450 try to remove a non-existent source. We expect that there is some
451 code in the wild that will fall afoul of this new critical but
452 considering that we now reuse source IDs, this code is already
453 broken and should probably be fixed.
455 - simplify handling of the 'current dispatching source' to not
456 require use of a linked list
460 - the long-broken (and leaky) pattern of destroying a just-allocated
461 object from inside of a custom GObject::constructor is now
462 officially completely illegal and will abort the program
464 * Unicode: update to 6.3.0
468 - g_file_copy() now falls back to pathname queryinfo. This should
469 clear up the bugs with copying from some GVfs backends (afp,
470 gphoto, archive, at least).
472 - fix an out-of-bounds read in the xdgmime code
474 - fix a typo in the /org/freedesktop/DBus path on the object manager
477 - skip emitting path_namespace='/' in match rules in order to
478 workaround a bug in the D-Bus daemon and fix our own implementation
479 (which shared exactly the same bug)
481 - fix crashes on precondition violations for GParamSpec constructors
483 - many other small fixups (see bug list)
485 * Many documentation improvements
488 309224 g_key_file_save_to_file missing
489 583321 QNX: no SA_RESTART
490 661576 fix handling of constructors that destroy half-constructed objects
491 672102 GSubprocess class
492 684842 Seeks on GMemoryOutputStream don't have opaque semantics
493 688492 Add a notification API
494 691581 g_output_stream_real_splice_async doesn't use overriden read/write_async functions
495 702516 gfileutils: Make -Werror=format-nonliteral happy
496 704218 New gapplication(1) tool
497 704593 g_setenv: on some systems (BSD, OSX…), setting a variable to NULL crashes the system
498 704882 GLocalDirectoryMonitorClass mount_notify field is useless
499 704887 file monitoring improvements
500 705029 Support for Solaris credentials
501 705688 g_settings_list_children: only list viable schemas
502 706254 Afp backend cannot copy files
503 707887 Attempting to create GObject Property with underscore prefix segfaults
504 708042 gapplication: don't rely on cmdline being finalized immediately
505 708265 add support for GNU/Hurd in GLib D-Bus Library
506 708266 fix error code checks when SOCK_CLOEXEC is defined but not supported
507 708529 xdgmime: valgrind warns about invalid reads
508 708677 incorrect object path 'deskop' used in gio/gdbusobjectmanagerclient.c
509 708714 Typo in docs of GLIB_VERSION_2_40 macro.
510 708753 gdesktopappinfo: Call g_file_get_path() on demand
511 708793 glib build fails with clang < 3.1: error: expected ';' after top level declarator
512 708828 GDBusProxy: add the ability to call methods on non autostarted proxies
513 708860 glib-2.38.0 doesn't build on Solaris 10
514 708972 gnetworking.h in tarball screws up out-of-source builds
515 709113 [PATCH] Main loop dispatch path has needless linked list
516 709227 Update to unicode 6.3.0
517 709301 goutputstream: Add clear warning about short writes to _write_bytes() and async version
518 709326 GDesktopAppInfo crashes creating a DBusActivatable app without a filename
519 709440 Fix overloading of "source" and "target" terminology in GBinding
520 709615 Cannot use g_test_expect_message with g_error
521 709753 Add helpers for string matches when using GtkSearchBar-like widget
522 709898 Expose thumbnail validity in GFile attributes
523 709966 Remove outdated documentation
524 709994 Minor fix for HACKERS doc to direct hackers to proper help file
525 709995 Obsolete makefile rules
526 710002 G_MAXUINT may be assigned as duplicate source id
527 710313 Memory leak in g_key_file_get_(u)int64 with invalid integer values
528 710345 [Patches] Fix some redundant-decls
529 710496 g_locale_to/from_utf8() doc updated.
530 710625 g_file_error_from_errno: Remove unneeded breaks
531 710666 Frame clock related bug fixes
532 710724 gmain: Warn when g_source_remove() fails
533 710726 Work around D-Bus bug with path_namespace='/' match rules
543 What's new in Glib 2.38
544 ========================
546 * Application support
548 - GIO now provides an implementation of Desktop Actions from the
549 desktop entry specification
551 - GApplication now implements the org.freedesktop.Application
552 interface as per the desktop entry specification, allowing for
553 standards-based D-Bus launching of GLib-based applications
555 - GDesktopAppInfo now supports DBusActivatable as per the desktop
556 entry specification, allowing GLib-based applications to use D-Bus
557 to launch other applications
559 - GApplication now has a "busy" flag that can be set on an application
560 to allow the shell to show that it is busy
564 - the private offset for a given class type is now always constant.
565 This was done by reorganising the memory layout of instances so that
566 the private data comes before the "official" pointer for the object
567 (ie: at a negative offset). Valgrind macros were added to mitigate
568 any problems that this may have caused.
570 - a new G_DEFINE_TYPE_WITH_PRIVATE has been added along with a
571 generated function *_get_instance_private() that can now serve as an
572 equally-performing alternative to ->priv pointers in instances
573 (allowing memory savings)
575 - new G_PRIVATE_FIELD, G_PRIVATE_FIELD_P and G_PRIVATE_OFFSET macros
576 provide a convenient method of converting between named variables in
577 private structures and their (now constant) offsets
579 - installing properties on a GObjectClass must now be done from
580 class_init. It is no longer valid to install them after class_init
583 - it is now possible to manually break a GObject property binding
584 without destroying one of the objects involved
588 - the requirements for implementing the GIcon interface have changed
589 in order to make it possible to consume all implementations of GIcon
590 with a finite number of cases
592 - a new GBytesIcon type was added for an icon represented by an
593 in-memory binary blob in a known image format (ideally png).
595 - new APIs g_icon_serialize() and g_icon_deserialize() replace the old
596 to/from_string APIs and will always work, irrespective of which
597 types have been initialised in the calling process, allowing for a
598 serialised GdkPixbuf to be deserialised in a process that doesn't
601 - support for icons has been added to GMenuModel using the new APIs
605 - GPropertyAction provides a convenient way of creating a stateful
606 property corresponding to a property on a GObject, such as the
607 "visible-child-name" property of a GtkStack
609 - new API g_menu_remove_all()
611 - we now have established rules about what is a "valid" action name
612 and an API to check them
614 - a new API for converting detailed action names to and from the
615 split-out name and parameter value (as GVariant)
617 - for backwards compatibility, invalid action names can still be used
618 with most functions, but this is not recommended
622 - GDBus now supports services that wish to handle some of all
623 properties on an interface asynchronously, without requiring the
624 service to reimplement the entire org.freedesktop.DBus.Properties
627 - GFile now has a new _measure_disk_usage() (and async) API for
628 recursively determining the amount of disk space used by a
629 particular directory (akin to 'du').
631 - asynchronous version of g_file_trash() and g_file_make_directory()
636 - GRegex has a new function to query the maximum lookbehind length to
637 allow for regexp matching on streams
639 - GVariant has two new APIs for constructing strings that allow
640 avoiding copies in some cases: g_variant_new_take_string() and
641 g_variant_new_printf()
645 - we can now generate TAP output
647 - new support functions for simplifying the process of dealing with
648 data files for srcdir != builddir and installed test cases
650 - g_test_trap_subprocess() provides a portable alternative to
655 - GLib now builds on Android against the bionic C library
657 Overview of changes from GLib 2.37.93 to 2.38.0
658 ================================================
660 * fix the documentation for GSourceFuncs
662 * fix compilation on OS X/ppc64
664 Bugs fixed: 708445, 647145
666 Translations updated:
672 Overview of changes from GLib 2.37.92 to 2.37.93
673 ================================================
675 * a couple of bugfixes in the new g_file_measure_disk_usage() API
677 * updated Traditional Chinese translation
679 Overview of changes from GLib 2.37.7 to 2.37.92
680 ===============================================
682 * new API g_file_measure_disk_usage() similar to du(1)
686 * Translation updates:
706 Overview of changes from GLib 2.37.6 to 2.37.7
707 ==============================================
709 * GDateTime now supports %:z formatting variations
710 for timezones. This is a GNU date extension.
713 685387 Segfault with GObject.signal_handler_is_connected()...
714 686786 g_socket_get_available_bytes() returns wrong value ...
715 705027 GSocket GSource not threadsafe on Windows
716 706469 Fix G_DEFINE_ABSTRACT_TYPE_WITH_PRIVATE documentation
717 706706 Fix Gir annotations on g_loadable_icon_load_finish
718 706888 gtype: fix a no-op assertion
719 706958 configure.ac: fix atomic opts detection
720 707092 "File Utilities" page for GLib documentation doesn'...
721 707151 gdatetime: Extend the '%z' timezone format
723 * Translation updates:
732 Overview of changes from GLib 2.37.5 to 2.37.6
733 ==============================================
735 * Tests using the g_test facilities can now generate TAP output
738 680926 generic type fallback logic is broken for -symbolic
739 684327 setting null icon to icon list
740 689245 GSocket unable to reuse (address,port) on Mac OS X
741 692125 Support TAP as GTest output format
742 693335 build: fix dtrace-related warnings
743 696633 gdbus-codegen trips over unicode chars when using python 3.x
744 696970 Compiling 2.36.0 for win64 fails
745 697185 GSocket – Allow specifying the multicast interface from...
746 700268 Add support for using the clang analyzer
747 701318 Add G_SPAWN_DEFAULT to GSpawnFlags
748 701529 glib/tests/gdatetime: use UTC time in test_GDateTime_diff()
749 701800 a new approach to reporting critical errors
750 702674 g_date_time_new_utc crash
751 704165 GLib.IOChannel read_unichar() fails
752 705075 Simplify g_get_tmp_dir()
753 705152 Race in glib/task.test
754 705398 gtype: Fix typo in g_type_class_add_private() error message
755 705570 Check ref_count in g_object_notify_by_pspec
756 705600 Deprecate GSimpleActionGroup functions?
758 * Updated translations:
777 Overview of changes from GLib 2.37.4 to 2.37.5
778 ==============================================
780 * Implement the Desktop Action specification: In the case that the
781 application is a GApplication and DBusActivatable, actions from the
782 desktop file are translated into GActions that have been added to
783 the application with g_action_map_add_action().
785 * GPropertyAction is a new type of GAction that represents the value
786 of a property on an object, and allows to change the value when
789 * GNetworkMonitorNetlink can now handle default routes via a device.
791 * The gsettings tool now reports failure to write a key (e.g. because
792 the key was locked down)
794 * Miscellaneous new api:
795 - g_variant_new_printf
796 - g_action_print_detailed_name
797 - g_regex_get_max_lookbehind
800 664444 Support additional application actions in .desktop files
801 684123 glib build only tries -D_GNU_SOURCE if glibc is detected
802 689794 support incremental matching
803 699259 add org.freedesktop.Application support to GIO
804 700460 rewrite tests to not rely on precise timing of timeouts
805 701511 updates to various GSource types
806 701609 gnetworkmonitornetlink: handle default route via device
807 703270 add GPropertyAction
808 704157 GAction: add function for printing detailed names
809 704250 Doc: various fixes
810 704267 regression gsourceclosure: segfault in gedit file chooser
811 704322 glib-unix: fix handling of multiple signal source for the...
812 704424 No error when failing to override a locked key
813 704447 Fix build/use of g_child_watch_closure_callback on Windows
814 704523 g_thread_create_full() can dereference NULL pointer
815 704543 Add implementations for G_GNUC_*_IGNORE_DEPRECATIONS for ...
816 704567 gdbusnameowning: Don't spew an error if we're releasing a...
817 704585 libc printf can give mixed-case strings for NaN and Inf
818 704587 FTBFS: statfs_result is undeclared for statvfs()
819 704699 gmain: Reset signal handlers to default when source is
820 704704 AI_NUMERICSERV cannot be used with ai_socktype = 0
821 704873 inotify: don't assume mainloop is running
822 704999 glib/convert.test crashing due to lack of iconv cache
823 704931 GMenuModel: add annotations to virtual functions
825 * Translation updates:
834 Overview of changes from GLib 2.37.3 to 2.37.4
835 ==============================================
838 701283 g_source_add_child_source() segfault
839 702147 inconsistency of G_STRFUNC
840 703191 new private macros interact poorly with versioning macros
841 703254 Doc: various fixes
842 703407 g_spawn_async() keeps child_pid_report_pipe open in child process
843 703437 GDBusConnection: be more careful with async GetAll
844 703478 Missing G_BEGIN/END_DECLS in gsettingsschema.h
846 * Translation updates:
849 Overview of changes from GLib 2.37.2 to 2.37.3
850 ==============================================
852 * add a new API for instance private data: G_DEFINE_TYPE_WITH_PRIVATE
854 * fix timestamps in tarball to prevent automake from being required to
855 build the unmodified source
857 * add new D-Bus API for async property handling
859 * add back fsync() on ext4 for g_file_set_contents() after it was
860 discovered that despite statements in the ext4 documentation
861 suggesting that this is safe, it is not safe.
868 698375 - D-Bus async properties
869 700350 - timestamp issue
870 701560 - fsync issue (fixed again)
871 700035 - new API for instance private data
873 Overview of changes from GLib 2.37.1 to 2.37.2
874 ==============================================
876 * The GLib test utilities have grown some file-related APIs
877 to support tests that can be used installed and uninstalled.
879 * Installing properties after class initialization is deprecated,
880 and will trigger a warning.
883 - Support org.freedesktop.Application, including D-Bus activation
885 - Set prgname to appid for services
888 549783 gtester lacks framework for tests with data files
889 692848 Fix property example in gobject tutorial
890 698018 Add an explicit g_binding_release()
891 698614 GObject: prevent installing properties after init
892 699259 add org.freedesktop.Application support to GIO
893 699959 g_file_copy(): Ensure we create private files by default
894 700123 Test failure: g_inet_socket_address_get_scope_id
895 700725 GIcon: NULLify the `type' out param in the sync methods too
896 701401 gtest: add function for testing for WINE
897 701456 Error in gnome/glib/gio/tests/file.c
898 701474 Error building glibmm due to extra comma in glib/gtestutils.h
899 701560 various improvements for g_file_set_contents()
900 701680 GFileEnumerator: Add some documentation about ordering
901 701878 Check wakeup() before iteration(TRUE) doesn't block
917 Overview of changes from GLib 2.37.0 to 2.37.1
918 ==============================================
920 * add support for installed tests:
921 https://live.gnome.org/GnomeGoals/InstalledTests
923 * add a new g_test_trap_subprocess() that works on Windows as a
924 replacement for the (now deprecated) g_test_trap_fork()
926 * support for explicitly cancelling a gobject property binding
928 * performance improvements for signal argument handling
930 * stop using `quotes' in very many log messages generated by GLib, for
931 favour of 'this style'. This may cause testcases in other packages
932 to fail if they were matching on the previous text.
934 * improve manpages: add missing arguments and flags
950 679683 replace g_test_trap_fork()
951 694380 Improve signal argument collection performance
952 695233 Strings require plural forms
953 697849 spelling fixes in cross.xml and running.xml
954 698877 GProxyAddressEnumerator calls g_network_address_parse_uri without port
955 698981 [PATCH] test /gdbus/connection/large_message could hang forever
956 699079 Prototype support for installed tests
957 699485 [PATCH] tests/mappedfile: Also handle ENOMEM
958 699493 SOCKS5 proxy code crashes if it cannot authenticate
959 699500 gbitlock: fix this to not unconditionally use futex emulation
960 699779 [PATCH] G_GNUC_FORMAT: documentation error
961 700263 m4macros/glib-gettext.m4: Don't use AC_HEADER_STDC
962 700714 [PATCH] gtestutils: Ensure test subprocesses don't dump core
963 700746 Use 'dumb quotes' rather than `really dumb quotes'
965 Overview of changes fron GLib 2.36.0 to 2.37.0
966 ==============================================
968 * The syntax for detailed action names has been documented,
969 and a parser API for them is now provided
971 * GApplication has gained a busy state. This feature is intended for
972 clients that want to signal a desktop shell their busy state, for
973 instance because a long-running operation is pending.
975 * GLib can now be built with the bionic C library
977 * GIcon can now be serialized to a GVariant
980 548353 Finish implementing GFile interface (mostly asynchron...
981 645881 Full port of glib-2.28.1 onto Android-ARM
982 665445 Glib mistakes nl_langinfo() from plibc for the real t...
983 672018 Need API to set global application state (busy, count...
984 687659 drop support for adding interfaces after class_init
985 688820 GIcon is a bad interface
986 688954 extend 'detailed action' syntax, provide parser
987 689223 Fix compilation on Android with the bionic C library
988 695156 Add support for arg0namespace matching in signal_subs...
989 696108 gdbus-codegen: avoid warnings in generated code
990 696629 fix sed(1) usage
991 696652 GTask won't free its error member variable on finalize
992 696857 GThreadedResolver: set an error if no records could b...
993 696973 Compiling 2.36.0 for win64 fails in gdbusmessage.c
995 697160 [PATCH] gmacros: Mark G_UNAVAILABLE() functions as de...
996 697229 Custom Interface implementations will be broken with ...
997 697250 Documentation glitch of G_DEFINE_TYPE_EXTENDED causes...
998 697365 Fix usage of hasmntopt in gunixmounts.c
999 697367 Remove warning on gio/gunixmounts.c
1000 697386 Except const argument with atomic is not lock free
1001 697595 g_main_context_unref unlocks a mutex twice
1002 697601 reduce GMenuModel D-Bus traffic
1003 697626 Allow posix threads to be used on w32
1004 697652 Help options generated even when help disabled
1005 697771 fix a typo of "fo" to "of" in building.xml
1006 697887 GVariant: fix transfer annotation
1007 697942 abicheck.sh fails on mips
1008 698056 rewrite g_object_new()
1009 698081 Pidgin hangs in g_spawn_command_line_sync
1010 698455 GVariant: add new g_variant_new_take_string() API
1011 698457 g_variant_get_data_as_bytes() always returns toplevel...
1012 698478 gactionmap: don't require GActionGroup
1013 698595 the valgrind/priv-before-instance bug
1014 698655 desktop-app-info test relies on true being in /usr/bin/
1015 698686 GUnixSocketAddress: fix construct parameter issue
1016 698716 Use of g_mem_set_vtable() breaks after gobject automa...
1017 698999 bytesicon: fix a memory leak
1018 699001 bytesicon: don't use g_object_unref() on GBytes
1019 699361 gio: fix small leak
1021 * Translation updates:
1033 Overview of changes fron GLib 2.35.9 to 2.36.0
1034 ==============================================
1036 This release contains only small bugfixes and translations updates.
1038 - g_file_copy(): fix bug where attributes were not applied properly to
1039 the destination file
1041 - fix some 'available since' annotations
1043 - fix gdbus-codegen to produce more pedantically-correct code
1046 696108 gdbus-codegen: avoid warnings in generated code
1047 696014 g_file_copy(): Ensure G_FILE_COPY_OVERWRITE preserves permissions
1049 * Translations updated:
1065 Overview of changes from GLib 2.35.8 to 2.35.9
1066 ==============================================
1068 This release drops the old codepage ABI from gutils.c. This is a
1069 source-compatible change and only breaks ABI with respect to truly
1070 ancient binaries (and those binaries are already broken for other
1071 reasons). This change only affects Windows.
1074 682896 glib doesn't build on mingw32
1075 693204 split up g_get_{hostname,username,realname,home_dir} etc.
1076 694181 Handle GNetworkAddress better in g_network_monitor_base_...
1077 694253 occasional /gdbus/unref-pending test failure
1078 694350 Add type names to gsignal warnings
1079 694757 Use separate GLIB_WARN_CFLAGS that can be overridden ext...
1080 568405 Which is the correct replacement for g_strncasecmp, if...
1081 630284 g_hash_table_get_keys docs
1082 659428 docs: Small clean-up of howto subsection headers
1083 675333 Cannot forget association in Open With dialog: program...
1084 694669 consider unicode corrigendum #9
1085 694843 g_base64_decode_step () produces invalid data
1086 695147 Don't use PATH_MAX as it's not guaranteed to be defined
1087 695191 Commit f641699 broke /appinfo/mime/api test case
1088 695339 Swapped msgid plural forms for translation
1089 695376 GDBusMethodInvocation leak and potential crash
1090 695425 Untranslatable message in gsettings-tool
1091 695887 Improvements to GObject API documentation
1092 695925 GUINT32/64_SWAP_LE_BE macros do not enclose val argume...
1093 696015 PATCH Add doc warning to g_base64_decode()
1095 * Translation updates:
1098 Brazilian Portuguese
1125 Overview of changes from GLib 2.35.7 to 2.35.8
1126 ==============================================
1128 This release contains one major change that may cause problems: type
1129 modules are now never unloaded. This is implemented by (effectively)
1130 leaking the last reference on dynamic types. Some testcases that check
1131 for unloading of types have been observed to be broken by this change,
1132 but we know of no actual cases of "real code" breaking. Please report
1136 * A couple of build fixes for Solaris
1137 * Fix signal emission for GDBusObjectManagerClient
1139 * new API: g_dbus_address_escape_value()
1140 * GSocketClient: add proxy-resolver property
1141 * GSimpleProxyResolver: new simple GProxyResolver class
1142 * documentation fixes
1143 * gnetworkaddress: preserve IPv6 scope ID in IP literals
1146 691105 Allow GSocketClient to override GProxyResolver for per client proxy settings.
1147 692827 configure test fails for arpa_nameser.h
1148 692829 new Btrfs support causes build failure on Solaris
1149 693285 GDBusObjectManagerClient: won't emit object-added|removed if name-owner arrives later
1150 693502 Cross-compiling documentation: typo (np -> no)
1151 693673 add g_dbus_address_escape_value()
1152 693694 gio: Fix annotations on g_[async_]initable_new() and friends
1160 Overview of changes from GLib 2.35.6 to 2.35.7
1161 ==============================================
1163 This is a quick follow-up release with a few bug fixes.
1165 * Fix the build on systems with strict linkers by adding -pthread back
1166 to the LDFLAGS for a testcase.
1168 * Re-enable native atomic operations on some buggy versions of clang
1169 that ship as part of the MacOS X SDK.
1171 * Make G_IO_FLAG_IS_WRITEABLE an enum again (the #define broke bindings)
1184 Overview of changes from GLib 2.35.4 to 2.35.6
1185 ==============================================
1187 * GUnixFdSource is a new way to add file descriptors
1190 * g_source_set_ready_time lets you mark a source to become
1191 ready at a specified monotonic time
1193 * The internal visibility handling of GLib has been reworked
1195 * GFileMonitor will now automatically use fam instead of inotify
1198 * The file monitor implementation can now be overridden with
1199 the GIO_USE_FILE_MONITOR environment variable
1202 570572 2 make check errors on
1203 592211 No monitoring over NFS mounts
1204 625552 wrong behaviour of GVolume GVolumeMonitor related func...
1205 657729 modernise GMainLoop
1206 658020 GSource for a single GPollFD
1209 682819 EINTR-harden all the things
1210 684404 When using g_network_address_address_enumerator_next()...
1211 686853 new GSource fd API
1212 688169 G_DISABLE_DEPRECATED doesn't cover deprecated/gthread....
1213 688681 build: Make .symbols file canonical on all platforms
1214 690118 Crash when closing last tab of a window using Ctrl-w
1215 691624 glib/gtester.c: missing include
1216 691812 gioinputstream - give task as callback_data not task_data
1217 691866 fails out of source build directory - gnetwork.h not f...
1218 692029 Add new API checking utility
1219 692034 Install an invalidation notifier for GClosure in g_sou...
1220 692058 Broken makefile for gio tests
1221 692079 build failure in gmarkup.c when using gcc 4.8 and buil...
1222 692201 inotify: fix a memleak
1223 692202 gfile: don't report completion twice on g_file_load_co...
1224 692229 Incorrect string formatters in a translation string
1225 692332 GNetworkMonitorNetlink: make the netlink socket cloexec
1226 692360 possibly non-threadsafe code in g_content_type_guess()?
1227 692404 tester: Use FD_CLOEXEC when creating pipes
1228 692408 nautilus SIGSEGV in g_file_info_get_size()
1229 692544 [PATCH] gfile: Ensure we create internal pipe with FD_C...
1230 692583 atomic get doesn't accept a const argument on architect...
1231 692618 Use g_timeout_add_seconds
1232 692815 Using g_hash_table_insert() when using a hash table as ...
1233 692865 Invalid docbook generated by gdbus-codegen
1234 692928 Document G_MENU_{ATTRIBUTE,LINK}_*
1236 * Translation updates:
1248 Overview of changes from GLib 2.35.3 to 2.35.4
1249 ==============================================
1252 - New API: g_get_num_processors
1253 - New API: g_application_command_line_get_stdin
1254 - New GFileMonitor flag: G_FILE_MONITOR_WATCH_HARD_LINKS
1255 - Parse more timezone offset formats
1256 - Better timezone support on Windows
1257 - Make GParamSpec constructors introspectable
1259 * Removed or deprecated features:
1260 - Disallow adding interfaces after class_init
1263 532815 gio + inotify support for hardlinks
1264 614930 add g_get_num_processors (), return the max concurrent...
1265 626497 Btrfs clone/reflink ioctl support in g_local_file_copy
1266 633117 glib fails stests if /etc/localtime is not properly set
1267 661767 merge/improve various bits of run-in-thread functionality
1268 668210 Add g_application_command_line_get_stdin()
1269 675856 Use GDbus via gobject-introspection instead dbus-python
1270 684103 make glib work with python3
1271 684723 run-assert-msg-test.sh fails
1272 686058 OpenBSD: disable ipv6_v4mapped test
1273 686128 GTimeZone should be able to parse POSIX format for...
1274 687223 cleverer GThreadPool management
1275 687659 drop support for adding interfaces after class_init
1276 687920 GCredentials should have an accessor for the process ID
1277 688681 build: Make .symbols file canonical on all platforms
1278 688829 Variable overflow in utils.c test on 32-bit machine
1279 689324 Variable scoping in gunixmounts.c
1280 689810 Include guard optimization
1281 690043 Broken link for gsettings tutorial: gnome-utils in...
1282 690084 gmarkup: Make GMarkupParseContext a boxed type
1283 690388 Check if CMSG_FIRSTHDR() returns NULL when there is...
1284 690538 gschema DTD is invalid
1285 690543 Add test coverage for testing in-tree DBus services...
1286 690670 local_command_line not introspectable/annotated
1287 690902 G_END_DECLS needs to be at the end of gutils.h
1288 690970 Unhelpful deprecation message for g_value_array_get_nth
1289 691001 building docs is broken on master branch
1290 691011 Automake-1.13 errors on obsolete AM_PROG_CC_STDC
1291 691077 gio-querymodules crashes with SIGSEGV
1292 691110 g_cond_wait() docs incomplete
1293 691489 Crash in Oscars 2013 page
1294 691558 Only check for .hidden files if standard::is-hidden...
1295 691608 Support compilation with clang 3.2
1297 * Translation updates:
1312 Overview of changes from GLib 2.35.2 to 2.35.3
1313 ==============================================
1315 * This release contains an incompatible change to the g_get_home_dir()
1316 function. Previously, this function would effectively ignore the HOME
1317 environment variable and always return the value from /etc/password.
1318 As of this version, the HOME variable is used if it is set and the
1319 value from /etc/passwd is only used as a fallback.
1321 * We now install a public "gnetworking.h" header that can be used to
1322 include the relevant OS-dependent networking headers. This does not
1323 really abstract away unix-vs-windows however; error codes, in
1324 particular, are incompatible.
1326 * Bugs fixed in this release:
1327 142568 Allow $HOME to override passwd entry if the user really wants
1328 587806 The file selector should honor .hidden files
1329 602715 [GChecksum] Please add support for SHA512
1330 623187 provide some support for arbitrary setsockopt()s?
1331 629301 .goutputstream files left behind when cancelling I/O
1332 652650 Optimize GDBusMessage serialization
1333 664627 /gapplication/basic test intermittently fails: cmdline re-or...
1334 675516 Win32: Don't start a DBus server when built as static library
1335 679683 replace g_test_trap_fork()
1336 684145 Current Git sources fails to cross-compile for Windows in Li...
1337 686895 file-info: catch thumbnail files in large directory as well
1338 687092 IPv6 <-> IPv4 mismatch when subscribing to multicast (send)
1339 688180 GObject: Minor error in description of floating reference
1340 688319 gthread: add missing AVAILABLE_IN_2_32 annotations
1341 688377 configure: add missing square bracket in AS_IF for memmove
1342 688419 gtask: source_object arguments and return values not annota...
1343 688497 AppInfo: Add sufficient api to port gnome-session from Egg...
1344 688681 build: Make .symbols file canonical on all platforms
1345 688704 Add boxed GType for GThread
1346 688886 Improve the i18n documentation
1347 688931 GMemoryOutputStream: Add new _resizable() constructor usab...
1348 689037 need helper for creating a GFile from a remote commandline...
1349 689377 Fix a compiler warning in GDBus
1350 689538 Source object tag set too late in gsocketlistener
1351 689800 Treat lost+found directory as a hidden file
1352 689847 Add fast repeated typename -> GType resolver
1353 689982 Make GChecksum more fully introspectable
1354 690069 g_unix_open_pipe: Add missing F_SETFD
1355 690083 gfileenumerator: Add a g_file_enumerator_get_child method
1356 690163 Add a pre-configured gio/gnetworking.h for Visual C++ builds
1357 690346 Remove an unneeded escaping in NAMESER_COMPAT_INCLUDE
1358 690348 Fix g_type_add_class_private() name in g_warning
1360 * Translation updates:
1371 Overview of changes from GLib 2.35.1 to 2.35.2
1372 ==============================================
1374 Note that the incompatible change to the ->constructed() vfunc that was
1375 made in the last unstable release (2.35.1) has been reverted due to
1376 causing regressions in applications.
1378 A new incompatible change has been introduced in this version: it is no
1379 longer permitted to add interfaces to a class after the first
1380 instantiation (or more strictly: after g_type_class_ref()). Bug #687659
1383 Two private symbols (g_menu_{attribute,link}_hash_iter_get_type) which
1384 were accidentally exported have also been properly hidden. This may
1385 cause some tools to issue warnings about ABI mismatch.
1387 The remaining changes should be relatively harmless:
1389 * GIO now has kqueue support for GFileMonitor (BSDs, Mac OS)
1391 * New g_variant_new_from_bytes() API
1393 * UNIX signal sources now allow watching SIGUSR1 and SIGUSR2
1395 * Many pedantic cleanups to adhere to a higher level of -W use
1397 * GTask changes to avoid a deadlock
1399 * many cleanups/fixes for Windows
1401 * Boxing for GPollFD, GIOChannel, GBytes, GByteArray
1403 * Fix URL-encoding of trashed files
1405 * Many other docs and annotations fixes
1418 649302 Add support for GNU/FreeBSD
1419 668842 [GSocket] Add caching for the sender address in g_socket_receive_from()
1420 672924 Add annotations for g_filename_from_uri()
1421 673229 glib: Use Returns:, not @returns
1422 677062 (partial) GVariant: Make g_variant_new_from_bytes() public, add more GBytes API
1423 686185 g_date_time_format Transcoding Fails on OSX
1424 686191 g_mutex_get_impl() should use g_atomic_pointer_get()
1425 686797 Box GPollFD to make it introspectable
1426 686810 [regression] Infinite wait in g_task_run_in_thread_sync()
1427 686822 possible dlopen()/dlclose() issue with automatic g_type_init()
1428 686839 mkinstalldirs: Move to glib-mkinstalldirs
1429 686895 file-info: catch thumbnail files in large directory as well
1430 686898 g_unix_signal_source_new: Allow SIGUSR1 and SIGUSR2
1431 686920 gdbus: Allow GDBusObjectManagerClient to work on peer connections
1432 686921 Remove some of the repetition from gio/tests/Makefile.am
1433 687075 g_spawn_sync diagnostic incorrectly complains about SIGCHLD
1434 687089 g_dbus_connection_export_menu_model(): fix a crash
1435 687098 Repeated g_timeout_add* use can lead to guint overflow
1436 687385 Add some stricter CFLAGS, fix up the code
1437 687441 ABI break in master: g_menu_attribute_hash_iter_get_type, g_menu_link_hash_iter_get_type removed
1438 687516 typo in string: KB should be kB
1439 687540 In Trash folder, Nautilus misinterprets "\n" in filename as a line break
1440 687541 GSignalQuery param_types field needs array annotation
1441 687600 gfileutils.c performs invalid cast of (varargs) open to non-vararg type
1442 687698 plural forms needed
1443 687700 ending spaces
1444 687742 Add support for internal linkage to glib-compile-resources
1445 687801 tests/buffered-input-stream: Fix size of parameter passed
1446 688109 win32 warning/error fixes
1447 688255 'make check' regressed in 138f4c1 because GMarkup error messages changed
1448 688338 [PATCH] gobject/gtype.c: Fix spelling of »exceed«
1449 688370 GDBusError documentation improvement for client-side
1450 688378 g_socket_join_multicast_group not working
1451 688518 gio-kqueue: use O_EVTONLY on MacOS
1455 Overview of changes from GLib 2.34.0 to 2.35.1
1456 ==============================================
1458 These two changes in particular may be slightly incompatible. Please
1459 give feedback if they cause trouble:
1461 * Signal handlers connected with g_signal_connect_object() are now
1462 automatically disconnected on target object destruction
1464 * The ->constructed vfunc is now called after all properties are set
1466 The remaining changes should not cause problems.
1468 * g_type_init() is no longer necessary and has been deprecated
1470 * GTask (the new GAsyncResult implementation) has landed
1472 * GLib version macros updated
1474 * Update to Unicode 6.2
1476 * Thread safety fixes for GFileMonitor in non-default main contexts
1478 * GTimeZone support for old-format zoneinfo database (as on Mac OS)
1480 * g_settings_bind() now works with non-canonical property names
1482 * Fix crashes related to NULL connection passed to
1483 GBusNameVanishedCallback and document this situation
1486 118536 Make g_signal_connect_object'ed handlers disconnect when the data object is destroyed
1487 661767 merge/improve various bits of run-in-thread functionality
1488 682950 GFileMonitor crashing on high event count when running in different thread
1489 683642 Missing g_content_type_get_symbolic_icon
1490 684882 Gsettings should spaw a warning when binding against a low_underscored_property
1491 684909 codegen: Explicitly close output
1492 684912 Update to Unicode 6.2
1493 685037 g_strcmp0: Returns shall include values less and greater than zero
1494 685069 Leak in glib-compile-resources
1495 685208 missing g_return_if_fail
1496 685608 [Patch] Port gio tests from pygobject to pygi
1497 685697 Documentation typo in g_dbus_interface_skeleton_has_connection()
1498 685733 Call ->constructed() after all properties are set
1499 685787 gtestdbus: correct documentation typos
1500 685995 Crash in g_menu_exporter_name_vanished
1501 686091 Invalid reads in g_bytes_unref_to_data
1502 686119 dtrace, gobject_probes.d, the last three probes - semicolon missing
1503 686161 Deprecate g_type_init()
1504 686231 GBusNameVanishedCallback: document NULL connection
1505 686458 slightly increase poll duration in test_timed_wait
1507 * Translations updated
1516 Overview of changes from GLib 2.33.14 to 2.34.0
1517 ===============================================
1520 654239 g_type_init()'s docs have no statement about how to...
1521 674620 Update GSettings migration guide for intltool updates
1522 676034 Fix doc annotation for g_ptr_array_ref()
1523 684278 Fix GIO build on Windows
1525 * Translation updates:
1526 Brazilian Portuguese
1542 Overview of changes from GLib 2.33.12 to 2.33.14
1543 ================================================
1545 * CVE-2012-3524: don't run dbus-launch from setuid binaries
1547 * g_content_type_get_generic_icon_name():
1548 new API for getting the icon name for a mime type
1550 * Introspection fixes:
1551 - GDBusConnection nullability fixes
1552 - give a box type to GTimeZone
1554 * Drop GVFS_INOTIFY_DIAG
1556 * Add a new "Writing GLib Applications" section to the reference
1557 documentation with general info on security, threads, etc.
1559 * gwin32mount.c: Fix syntax error
1561 * gresource tests: srcdir != builddir fixes
1563 * tests/gvariant: Fix test on big endian architectures
1565 * Fix regression in g_shell_parse_argv()
1568 562907 g_shell_parse_argv() mishandles # (hash)
1569 683167 g_time_zone_new not introspectable
1570 683384 /gvariant/checksum-basic failure on big endian machines
1571 683641 Typo in gwin32mount.c
1572 683744 have a way to get the generic icon name for a mime type
1574 Translation updates:
1599 Overview of changes from GLib 2.33.10 to 2.33.12
1600 ================================================
1602 * Add a G_DEFINE_QUARK macro
1604 * Add symbolic icon support to drive, volume, and mount, file
1607 * Add API to allow thread-safe access to the same qdata item
1610 562907 g_shell_parse_argv() mishandles # (hash)
1611 627240 add G_DEFINE_QUARK
1612 672329 memory leaks in gutils.c and glib tests
1613 673012 Stable byte-level specification for normal form
1614 674805 gdbusproxy async test is broken
1615 679835 gvariant format string parsing (and assertions)...
1616 682075 gdbus: Fix double free and use after free of ob...
1617 682101 Provide a way to get a symbolic icon for a device
1618 682222 test_method_calls_on_proxy: assertion failed (e...
1619 682284 mount-op: use gint64 instead of guint64 for tim...
1620 682386 "make check" fails due to sys/resource.h not be...
1622 682586 gsettings-tool: make list-recursively really re...
1623 682819 EINTR-harden all the things
1624 682833 Handle EINTR for open()
1625 682849 drop the global lock for g_object_weak_ref
1626 682965 gdbus-tool: Check return value of strrchr()
1627 683088 gdbus-codegen: fix error when wrong interface n...
1628 Fix the build with gtk-doc-stub
1629 Don't crash if set_app_info is called before ad...
1631 * Translation updates
1649 Overview of changes from GLib 2.33.8 to 2.33.10
1650 ===============================================
1652 * New GTest API for testcases where log output is expected:
1653 g_test_expect_message()
1655 * GMenuItem now has 'get' accessors and a construct-from-GMenuModel API
1657 * GVariant now has a function to check a format-string for type
1660 * win32: We now use overlapped IO to support multiple asynchronous
1661 operations (ie: reading and writing) at the same time.
1663 * GMappedFile: Add g_mapped_file_get_bytes()
1665 * The problems with g_file_make_directory_with_parents() should be
1668 * The long-standing issues with placeholder generation of manpages are
1671 * gtlscertificate: Add GBytes based certificate and private-key props
1673 * build: Switch back to using AS_IF for conditionals
1675 * test coverage improvements, documentation improvements, leak fixes
1678 326931 Better docs for G_GNUC_*
1679 550433 g_test_init doesn't recognize --help
1680 600751 GCompletion should better document if and how items memory is managed
1681 628193 Miscellaneous string fixes
1682 637460 man glib-genmarshal is hard to use
1683 674483 broken configure results when cross-compiling with gcc >= 4.5
1684 677065 GMappedFile: Add g_mapped_file_get_bytes()
1685 679288 win32: use overlapped events for streams
1686 679556 it's hard to use gtest when g_warning() is expected
1687 680823 g_file_make_directory_with_parents: Fix error propagation
1688 681319 gtlscertificate: Add certificate-bytes and private-key-bytes props
1689 681336 man pages not built if --enable-gtk-doc not specified
1690 681413 build: Switch back to using AS_IF for conditionals
1691 681501 gmem: array only partially filled with memcpy
1692 681854 Documentation fix for Howto compile a program with glib
1693 682025 Documentation correction
1694 682067 Fix problems with CLEANFILES and automake-1.11.1
1696 * Translations updated:
1707 Overview of changes from GLib 2.33.6 to 2.33.8
1708 ==============================================
1710 * GIO now has a g_file_delete_async function
1712 * The defaults for GThreadPools max_unused_threads
1713 and max_idle_time values have been changed to
1714 2 and 15*1000, respectively.
1717 661767 merge/improve various bits of run-in-thread functionality
1718 680074 undefined symbol "get_C_locale"
1719 680121 g_cancellable_source_new: don't use a file descriptor
1720 680148 gthread: check for definition of PR_SET_NAME
1721 680310 Sorting of access points by strengh not working
1722 680704 g_utf8_strup() crash
1723 68076a0 GFile: Add g_file_delete_async()
1724 680787 Add .dir-locals.el to tell Emacs users not to use tabs...
1725 680823 g_file_make_directory_with_parents: Fix error propagation
1726 680994 STATIC_ASSERT in GDBusError docs don't have much utility
1727 681116 gtlscertificate: Add g_tls_certificate_equal() function
1728 681118 gtlsdatabase: Don't complain if no callbacks for async...
1729 669331 try to get gio tests working a little better on win32
1730 674314 Make gtk-doc not a hard dependency of GLib
1731 674800 gclosure: generic marshaller leaks return value
1732 675524 gsocket: FIONREAD undeclared (needs sys/filio.h)
1733 679509 use after free in g_dbus_action_group_describe_all_done()
1734 679996 gobject docs minor cleanup
1735 680459 Extra newline char in local implementation of g_applic...
1736 680505 object_path memory leak in gdbusobjectproxy.c
1737 680831 Deprecate and remove g_slice_[sg]et_config.*
1738 680912 gchecksum: Add g_compute_checksum_for_bytes()
1739 681151 checksum: Use functions instead of macros when buildin...
1740 681158 gtlscertificate: Don't confuse certificate and public ...
1742 * Translation updates:
1752 Overview of changes from GLib 2.33.4 to 2.33.6
1753 ==============================================
1755 * GAsyncInitable: partially revert the init_finish changes,
1756 some applications were found to rely on behaviour that
1757 was broken by these changes
1760 679617 win32: fix g_get_environ()
1761 679968 Add some annotations to GBytes, GVariantType...
1762 680111 GIOScheduler assumes GCancellable "cancelled...
1764 * Translation updates:
1767 Overview of changes from GLib 2.33.3 to 2.33.4
1768 ==============================================
1770 * GMainContext: the source list has been reorganzied to
1771 avoid O(n) behaviour
1773 * GRegex: Update included PCRE to 8.31 and expose new
1774 functionality in 8.x versions of PCRE
1776 * GMountOperation gained a ::show-unmount-progress signal
1777 which provides information about slow unmount operations
1780 616892 gio: Add a boxed type for GFileAttributeMatcher
1781 619329 g_source_attach() O(n) in number of sources
1782 639771 g_dir_read_name() can also return NULL on error
1783 661767 merge/improve various bits of run-in-thread fun...
1784 667375 GAsyncInitable subclassing (and async subclassi...
1785 671545 Constify collect and lcopy strings in GTypeValu...
1786 674452 SEGFAULT in gio contenttype test
1787 674898 Deal with GLIB_VERSION_MIN_REQUIRED/MAX_ALLOWED...
1788 675504 Fix up GObject interface documentation
1789 677064 GString: Tweak documentation, add g_string_free...
1790 677578 error in PCRE error code conversion
1791 677579 update GRegexError for newer PCRE error codes
1792 678066 gdbus codegen does not work with python3
1793 678273 unicode othercasing is wrong in gregex
1794 678576 GIOScheduler performance enhancements
1795 678758 GTlsInteraction unlocks an unlocked mutex
1796 678808 GTestDBus issues
1797 678881 Test failures in /socket/timed_wait in some cas...
1798 678941 /contenttype/guess test case failure
1799 678944 gio returns the wrong default applications for ...
1800 678949 wrong definition of ulong_bool for 64 bit big e...
1801 678959 /mainloop/timeouts race condition: assertion fa...
1802 679193 update included pcre to 8.31
1803 679258 The 'Since' tag for G_SOURCE_CONTINUE and G_SOU...
1804 679473 Don't generate invalid property names
1805 679691 Add g_spawn_check_exit_status()
1806 679671 GDBusNodeInfo: the XML string must contain exac...
1807 676111 mount-operation: add show-unmount-progress signal
1808 679691 win32: fix build g_spawn_check_exit_status() wi...
1809 679813 Documentation bug on http://developer.gnome.org...
1811 * Translation updates:
1824 Overview of changes from GLib 2.33.2 to 2.33.3
1825 ==============================================
1827 This release contains mostly bugfixes, cleanups and performance
1828 improvements (including many fixes contributed by Colin on the advice of
1829 Coverity). There are a few notable externally-visible changes:
1831 * Thumbnails are now in XDG_CACHE_HOME
1833 * new GDBus API: per-thread g_dbus_connection_get_last_serial()
1835 * GUnixOutputStream now has a can_poll() implementation
1837 * New deep copy APIs for G(S)List: g_(s)list_copy_deep
1840 518309 Incorrect data*dir path in glib-gettextize output
1841 566994 Safer passing of -framework flag
1842 672889 GLib.utf8_validate does segfault
1843 673253 Not strict enough autconf test for libelf
1844 675024 adds g_list_copy_deep() and g_slist_copy_deep
1845 675168 prepare for thumbnails to move to XDG_CACHE_HOME
1846 675966 gresolver: More robust parsing of DNS responses
1847 676594 [Patch] fix g_reload_user_special_dirs_cache
1848 676825 Implement g_dbus_connection_get_last_serial ()
1849 677235 Clarify the comment at the top of gmarshal.list
1850 677527 OS X: gthread/spawn-async selftest failure
1851 677718 GDBusProxy: treat org.freedesktop.systemd1.Masked error as non-fatal
1852 677770 GUnixOutputStream does not implement can_poll
1853 677782 Install bash completion files in /usr/share
1854 677817 g_key_file_to_data adds extra blank lines in some cases
1855 677952 Missing annotation for GDBusConnection signal "closed"
1856 678052 g_wakeup_acknowledge is called too often.
1857 678273 unicode othercasing is wrong in gregex
1858 678333 gdbus-codegen code causes warnings under -Wfloat-equal
1860 * Translations updated:
1868 Overview of changes from GLib 2.33.1 to 2.33.2
1869 ==============================================
1871 * GLIB_VERSION_MIN_REQUIRED now defaults to the current stable version
1873 * GIO input and output stream classes have grown GBytes-based methods
1875 * GApplication now has hooks to register D-Bus objects before the bus
1879 605976 add g_type_ensure(), to ensure that a type has...
1880 660851 Breakage of code due to changes in the GThread...
1881 666386 Empathy doesn't open Redirect URI with particu...
1882 671139 need (transfer async) for io stream buffers
1883 672329 memory leaks in gutils.c and glib tests
1884 672548 g_utf8_validate: @str shouldn't end up annotat...
1885 674111 Provide an accessor for MimeType desktop entry...
1886 674483 broken configure results when cross-compiling ...
1887 674634 Add g_clear_pointer()
1888 674777 What's the (transfer) of g_variant_lookup()?
1889 675309 gkeyfile: Fix annotations for g_key_file_load_...
1890 675446 gfile: Plug memory leak in g_file_make_directo...
1891 675509 add extra dbus hooks
1892 675832 Incomplete gsettings bash auto-completion
1893 676208 The tmpl parameter to g_file_new_tmp can be NULL
1894 676265 GNetworkMonitor leaks a lot of memory
1895 676277 Document that g_app_info_create_from_commandli...
1896 676397 g_environ_* should work with NULL envp
1897 676398 g_spawn_* should take PATH from the passed env...
1898 676478 Broken gzip decoding
1899 676594 [Patch] fix g_reload_user_special_dirs_cache
1900 676816 Add more GLIB_AVAILABLE_IN_*
1901 676937 Document notify signal deduplication with free...
1903 * Translation updates:
1914 Overview of changes from GLib 2.32.1 to 2.33.1
1915 ==============================================
1918 - can now have a NULL application ID
1919 - add accessors for determining dbus connection and object path
1921 * g_clear_object: fix warnings when using it on C++ (due to lack of
1922 ability to implicitly cast void*)
1923 * add g_clear_pointer as a generic form of g_clear_object
1926 - add our own implementation of the message bus for use on Windows only
1927 - fix up a few bugs that use of this bus uncovered in GDBus
1928 - escape nonce files in dbus addressess (think 'c:\')
1929 - support initial underscores in dbus codegen namespace (for private)
1930 - add GTestDBus for bringing up a session bus for testing purposes
1931 - gdbus-codegen: Avoid warnings in generated code
1932 - GDBusAuthObserver: Add a way to control what authentication mechanisms to use
1935 * Fix misdetection of GNUstep as Cocoa (for the MacOS GSettings backend)
1937 * make sure configure fails if AC_CHECK_ALIGNOF cannot detect the alignment
1940 - overwrite the DISPLAY only if it is set in the launch context
1941 - add accessor for StartupWMClass
1943 * glib/tests/date: force US locale running the GDateTime tests
1946 - fix broken use of GVDB on big endian machines
1947 - set a 'display name' so that pretty file names appear in Gtk CSS
1951 - block child sources when blocking the parent
1952 - introduce more testcases for child sources
1954 * GResolver: add support for MX, TXT, NS and SOA records
1956 * GSocketControlMessage: Don't warn about unknown messages
1959 - implement GSeekable for the data and buffered stream classes
1960 - implement GPollable for many more classes as well
1961 - fix GConverterInputStream infinite loop when fill_buffer returns an error
1962 - fileinfo: document the correct type for trash::orig-path
1964 * test coverage improvements and general fixes
1966 * new 2.34 stuff: version macros, docs index section, etc.
1969 - add --disable-modular-tests build option
1970 - don't require host binaries if tests are not enabled for cross-builds
1972 * Translations updated
1973 Brazilian Portuguese
1992 Overview of changes from GLib 2.32.0 to 2.32.1
1993 ==============================================
1996 670254 glib-2.30.2: Fails /GDateTime/new_from_unix test
1997 672541 glib-compile-resources prepends --sourcedir to absolute paths
1998 673139 URL to mailing lists in README incorrect
1999 673174 g_input_stream_read[_finish]: document returning 0 on EOF
2000 673191 glib/gchecksum.c warning: dereferencing type-punned pointer...
2001 673216 [W32] gtestutils does not use path separators consistently
2002 673439 Properly deprecate g_value_{set,get}_char
2003 673612 Fails to decode dictionaries wrapped in two layers of array
2004 673803 gclosure: Support return values of GVariants
2005 669285 glib/tests/markup-parse fails under non-english locale
2006 673911 gio-2.0.pc lists full path to executables, breaking cross com..
2007 673762 gnextstepsettingsbackend.c:343: error: parse error before 'in'
2009 * Updated translations:
2036 Overview of changes from GLib 2.31.22 to 2.32.0
2037 ===============================================
2040 671988 Quickly registering / unregistering objects on bus...
2041 672095 glib needs stable sort function
2042 672406 glib/tests/include.c fails to build on FreeBSD
2044 * Updated translations:
2048 Overview of changes from GLib 2.31.20 to 2.31.22
2049 ================================================
2052 531901 Use __builtin_bswap* for GUINT*_SWAP_LE_BE if building...
2053 653167 Out of tree build is broken on windows
2054 668973 Test /gvariant/parser fails on Solaris 10
2055 669797 gvfs now lists its fuse mounts
2056 670846 deadlock: GStreamer-WARNING **: wrong STREAM_LOCK count 0
2057 671664 gio-querymodules: unlink instead of writing empty cache
2058 671676 Glib can't be cross-compiled any more after merge of...
2059 671918 gnome-shell is inaccessible unless started while an AT...
2060 671942 GSocketMsgFlags: annotate as a flags
2061 671997 Unix signal handling assumes that volatile 1-byte writes...
2062 672013 GSimpleAsyncResult: support reliable cancellation
2063 672026 default log output should include pid and/or prgname
2064 672095 glib needs stable sort function
2065 672201 G_SPAWN_SEARCH_PATH should continue on ENODEV and ETIMEDOUT
2066 672239 request NO_REPLY from g_dbus_connection_call() with no as...
2067 672249 gdbusproxy leaks asyncresult in an error case instead of...
2069 * Translation updates:
2089 Overview of changes from GLib 2.31.18 to 2.31.20
2090 ================================================
2092 * Update to Unicode 6.1
2094 * Update PCRE to 8.30
2096 * Deprecations are now versioned, and new API is
2097 marked with the version it was introduced.
2098 Use these with GLIB_VERSION_{MIN,MAX}_REQUIRED
2100 * The performance of signal emissions has been
2101 improved for simple cases
2104 529806 Cannot build in 64-bit Mac OS X due to libiconv
2105 580873 Documentation of register type functions incomplete
2106 592666 Document how to unset an attribute
2107 597785 g_type_class_add_private code snippet is a bad example
2108 621368 glib-2.24.1: FAIL: run-assert-msg-test.sh when updating...
2109 622149 --disable-regex breaks glib2 build
2110 639873 GBinding: Crash when binding two properties on the same...
2111 640202 For GLIB v. 2.23.6 and above: impossibility to build mu...
2112 668295 Need a way to classify GVolume instances
2113 669670 gasyncqueue: don't use deprecated g_cond_timed_wait()
2114 670542 Add version information for deprecations
2115 670557 gvaluetransform: Fix an infinite loop with GFlagsValue...
2116 670721 global variable for signal ID should be hidden
2117 670751 IceWM build fails due to the G_DEPRECATED_FOR macro
2118 670909 g_dbus_connection_call leaks when it receives an error...
2119 670922 Include path to gdbus-codegen in the pkgconfig file
2120 670969 GSequence lookup may fail if there was no sort prior to...
2121 671025 Constants and identifiers starting with a number are no...
2122 671270 make distclean failures
2123 671281 glib-compile-resources.xml is missing from the dist tar...
2125 * Translation updates:
2128 Brazilian Portuguese
2144 Overview of changes from GLib 2.31.16 to 2.31.18
2145 ================================================
2147 * GDBusProxy has now a flag, G_DBUS_PROXY_FLAGS_GET_INVALIDATED_PROPERTIES,
2148 which can be set to make GDBus automatically reload
2149 changed properties even if the propertychanged signal
2150 does not contain the new values.
2152 * GApplication puts non-unique applications on the bus
2154 * GApplication now has g_application_quit()
2156 * g_async_queue_timed_pop has been deprecated in favor of
2157 the new g_async_queue_timeout_pop, which uses relative
2158 delays in microseconds instead of a GTimeVal.
2160 * a huge number of API documentation fixes
2163 647986 put non-unique apps on D-Bus
2164 658484 vpn connection vs NetworkSecretDialog
2165 664237 GDateTime falls back to UTC if TZ is set
2166 669329 gthread-win32: update for g_get_monotonic_time() changes
2167 669330 glocalfile: fix error code when opening a directory on win32
2168 669372 glib/tests memory leaks.
2169 669412 mem leak in g_environ_unsetenv
2170 669538 Fix compilation of glib-compile-resources.c on Windows
2171 669544 gdbus-codegen example introspection XML is not complete
2172 669595 glib-mkenums: fix handling of forward enum declarations
2173 669670 gasyncqueue: don't use deprecated g_cond_timed_wait()
2174 669671 gobject: use #pragmas to avoid deprecated function warnings
2175 669689 Retrieve cwd and environ in local GApplicationCommandLine
2176 669810 socket/win32: flush pending read before signaling HUP
2177 669865 g_regex_fetch()
2178 670085 memory leak in g_output_stream_write_async
2179 670138 gbytes.h is missing the G_BEGIN/END_DECL guards
2180 670485 Simplify session API (shared bug with gtk+)
2182 * Updated translations:
2191 Overview of changes from GLib 2.31.14 to 2.31.16
2192 ================================================
2195 - The resource compiler can now convert pngs into
2196 pixel data that can be used without parsing at runtime
2197 (requires gdk-pixbuf-pixdata to be present)
2200 669123 resource compiler: failing to-pixdata should...
2201 669173 resource: fix xml preprocess entity handling
2202 669224 Cross-compilation broken by data-to-c
2203 669253 gsettings set buggy on array values
2204 669334 fix memory leak in bookmark file parser
2206 * Translation updates:
2211 Overview of changes from GLib 2.31.12 to 2.31.14
2212 ================================================
2215 - GLib now includes a commandline utility, gresource,
2216 to explore resources in ELF files
2217 - The resource compiler can now optionally strip
2218 ignorable whitespace from XML resources
2219 - The resource compiler can now generate build dependencies
2220 - The resource compiler will now autoselect output formats
2223 - The menu markup parser API has been dropped, the
2224 menu XML support lives in GTK+ now
2226 * GValueArray has been deprecated
2229 626258 N-ary Trees - 'nodes' can be inserted before and after...
2230 634232 Core Dump / Aborted using g_key_file_to_data
2231 639099 schema compiler chokes on valid schema
2232 667228 Deprecate GValueArray
2233 667243 Add an element clear function to GArray
2234 667929 glib-compile-resources: xml resources doesn't need to...
2235 668250 g_date_time_format() produces a non-UTF8 string
2236 668468 'IP_ADD_SOURCE_MEMBERSHIP' undeclared
2237 668532 resources: add dependency generator to the resource compiler
2238 668539 resources: compiler should autoselect output format...
2239 668561 gresource-tool not internationalized
2240 668572 glib_cv_g_atomic_lock_free config.cache setting not honored...
2241 668650 GRealArray->clear_func should be initialized
2242 668756 GKeyFile: allow loading from empty strings
2243 668857 fix couple of typos in comments
2244 669024 goption: implement platform_get_argv0() for OpenBSD
2246 * Updated translations:
2252 Overview of changes from GLib 2.31.10 to 2.31.12
2253 ================================================
2256 - Drop support for exporting menus - this functionality
2257 will be provided in GtkApplication
2258 - Add a way to create actions that change settings
2261 629503 Add async versions of g_unix_connection_{receive,send}_credentials
2262 656301 glib-compile-schemas should not create an empty file
2263 668071 mingw-gcc build fails on gio/gsocket.[c|h]
2264 668118 the big appmenu switcheroo
2265 668158 base64 encode and line termination
2266 668163 GDBusConnection: note that exit-on-close is sometimes TRUE
2267 668269 gsignal: add g_signal_handlers_disconnect_by_data
2268 668279 create GAction from GSettings
2270 * Translation updates:
2274 Overview of changes from GLib 2.31.8 to 2.31.10
2275 ===============================================
2278 - A new facility to allow linking data files into binaries
2279 and make them available as resources
2280 - Resources are compiled using glib-compile-resources
2281 - GIO supports resource:/// uris to access resources
2284 619126 Missing dependency libs
2285 658315 g_key_file_get_keys() should set length to 0...
2286 660371 is it ever valid to have 0 as a GError domain?
2287 666700 Add some missing (allow-none) annotations
2288 667375 GAsyncInitable subclassing (and async subclassing...
2289 667447 Missing many introspection annotations
2290 667790 Protect call to pthread_condattr_setclock with define
2291 667938 wrong gtypes generated for empty flags enums
2293 * Translation updates:
2298 Overview of changes from GLib 2.31.6 to 2.31.8
2299 ==============================================
2302 - The type checks for overriding properties have been loosened.
2303 In particular, it is now possible to add the CONSTRUCT flag
2304 to an overridden property
2305 - GWeakRef is a new API for weak references; unlike g_object_weak_ref
2306 and g_object_add_weak_pointer, it is thread-safe.
2308 * GHashTable has grown new convenience api for use as a set:
2309 g_hash_table_add, g_hash_table_contains
2311 * GSocketConnection has gained API for managing connection status
2313 * GSettings: a native OS X backend has been added, under the
2317 455640 Something fishy with GRegex and unicode
2318 548954 weak references are not threadsafe
2319 625751 Add G_FILE_ATTRIBUTE_FILESYSTEM_USED
2320 658871 gbacktrace: g_get_prgname () isn't called for a NULL argu...
2321 664069 gvariant: Never break out of g_variant_iter_loop
2322 664830 g_strescape doesn't natively handle \v (vertical tab)
2323 665211 GDBusConnection singleton access can race with disposal
2324 665805 Add GSocketClient::action, for tracking socket client status
2325 666116 some tests provoke undefined behaviour, which is undesira...
2326 666422 Unreachable code in gio gnetworkmonitornetlink.c
2327 666551 Crash in g_thread_xp_SleepConditionVariableSRW
2328 666595 menu parser disallows id='' on submenu and section
2329 666615 loosen property override flag restrictions
2330 666616 gobject: fix property override type checks
2331 666803 g_utf8_validate() fails to validate strings with known size
2332 666804 g_ateaxit deprecation warning in devhelp points in wrong ...
2333 666951 g_mkdtemp: Since version incorrect in docs
2334 666978 Fails to compile glib applications with ISO C90 compiler
2335 667098 ginetaddressmask leaks its address property
2336 667225 GSocket: add missing type checks to public methods
2337 667226 GSocket: fix an error return value
2338 667279 Sometimes crashes when launching commandline-crea...
2339 667285 Wrong keyname listed in documentation for g_deskt...
2340 667331 Use g_queue_free_full() convenience function
2341 667420 GHashTable GDB pretty printing is broken
2343 * Updated translations
2353 Overview of changes from GLib 2.31.4 to 2.31.6
2354 ==============================================
2356 * GApplication no longer has APIs for setting menus. Those have been
2357 moved to GtkApplication.
2359 * the GActionGroup import/export functionality has been decoupled from
2360 GApplication by the introduction of a new interface for the purpose of
2361 handling platform data: GRemoteActionGroup. This allows Gtk to
2362 properly deal with platform data (and gdk threads) on window actions.
2364 * lots of documentation improvements
2366 * bug fixes and a huge number of memory leak fixes
2368 * the test suite now passes on ARM and some of the GDBus testcase hangs
2369 we've been seeing have been resolved (although others could remain)
2371 * g_bytes_get_data() API changed: now includes 'size' out parameter
2373 * new g_queue_free_full() API similar to g_[s]list_free_full()
2375 * desktop files: use standard "Keywords" now, not "X-GNOME-Keywords"
2377 * gsettings commandline tool now has --schemadir option for schemas not
2378 installed in the usual place (ie: as part of plugins)
2381 643736 GApplication doesn't emit dbus signals on action updates
2382 657433 g_queue_free_full() missing
2383 664699 glib: documentation fixes
2384 665737 acquire/release gdk threads lock on incoming dbus
2385 665879 GBytes: add a size argument to g_bytes_get_data
2386 666113 various leaks in GLib, GIO are visible in the regression tests
2387 666115 various tests leak memory, obscuring real leaks in the library
2388 666145 Doc could be more explicite that g_thread_init calls can be droped
2389 666173 Configure warning - linux/netlink.h usability... no
2390 666296 Race condition in g_thread_xp_get_srwlock
2391 666415 Settings tools should allow specifying a schema directory
2393 * Translations updated:
2397 Overview of changes from GLib 2.31.2 to 2.31.4
2398 ==============================================
2400 * EXPERIMENTAL: Menu support has been added to GApplication. Menus
2401 are exported on the bus, alongside the actions that are already there.
2402 There have also been many related improvements to action group
2405 These new APIs are subject to changes in the coming releases. In
2406 particular, it seems somewhat likely that the APIs for registering
2407 menubars may change in order to accommodate windows with different
2410 * GDBusConnection previously directly dispatched destroy notifies when
2411 unregistering objects if the current main context was the same context
2412 the object was exported on. It now unconditionally dispatches these
2413 through an idle on the context.
2415 * Clean up Requires in pc files. Linking against GIO no
2416 longer drags in gmodule. This may require dependency
2417 fixes here and there.
2419 * Introduce GBytes, a data type for immutable, fixed-size
2420 byte sequences. This makes the pre-existing GBuffer
2421 API available outside GLib
2423 * GDBusInterfaceSkeleton can now be exported on multiple
2427 600161 Do not use static GTypeInfo and GInterfaceInfo
2428 640077 GFileMonitor: Always send CHANGES_DONE_HINT after a move...
2429 641720 Misleading definition for local_command_line() in GApplic...
2430 648516 Little comment error and 2 useless lines of code
2431 651997 Dummy backend for gapplication
2432 652560 Test for g_ascii_strtod is failing
2433 662208 failure to initialize a GInitable should be considered...
2434 662718 GDBusInterfaceSkeleton should be able to export on multi...
2435 663291 GBytes: Immutable, refcounted sequence of bytes
2436 664406 Need context for a proper translation
2437 664455 Build fixes for GLib GIT master (2.31.x)
2438 664558 GDBusWorker.frozen has a value > 1 in a gboolean
2439 664559 sys/wait.h not available on windows
2440 664617 gdbus segfault error 4 in libgio-2.0.so.0.3102.0
2441 664635 GMemory{Out,In}putStream _async functions break sub-class...
2442 664809 Add command line option to gtester to allow skipping tests
2443 665067 cryptic assertion failure if nonsensical flag combinations...
2444 665184 Check ref. count before reffing/unreffing
2445 665298 Add 'Requires.private: libpcre' to glib-2.0.pc
2446 665391 update documentation around mainloops
2447 665607 ./configure is there for fiddling with cross-compile enviro...
2448 665634 g_dbus_node_info_new_for_xml() errors on unknown attributes...
2449 665685 Add a #define for the max length of a Unicode decomposition
2450 665733 GDBusConnection holds lock while calling destroynotify
2452 * Translation updates:
2457 Overview of changes from GLib 2.31.0 to 2.31.2
2458 ==============================================
2460 * Monotonic time is now properly supported on Windows
2462 * glib-mkenums: fix @ENUMPREFIX@ with /*< underscore_name=... >*/
2464 * EXPERIMENTAL: introduce new GSettingsSchema and GSettingsSchemaSource
2465 APIs for the convenience of plugin system authors and those who wish
2466 to introspect the contents of schemas. This API may change.
2468 * Improve the performance of GObject property notifies.
2471 - fix a race when unowning a name immediately after owning it
2472 - thread safety improvements on GDBusConnection
2473 - fixes for exit-on-close functionality
2476 - add G_SIGNAL_DEPRECATED
2477 - don't use G_DISABLE_DEPRECATED masking for functions anymore
2480 - tmpl/ is finally dead for glib
2483 - GInetAddressMask: new type for internet address range matching
2484 - various GIO file and stream fixes
2485 - improvements to attribute and fileinfo handling
2487 Overview of changes from GLib 2.29/2.30 to 2.31.0
2488 =================================================
2490 This release contains a huge number of changes (500 commits worth). The
2491 list below attempts to summarise, but not every change is listed.
2493 * Major changes to threading and synchronisation
2494 - threading is now always enabled in GLib
2495 - support for custom thread implementations (including our own internal
2496 support for errorcheck mutexes) has been removed
2497 - a whole lot of dead code (to deal with the non-threaded case) has
2498 been ripped out. This includes the racy path of GMainContext that
2499 caused deadlocks with respect to child process exits in
2500 single-threaded programs (such as gtester).
2501 - libgthread is now an empty shell and g_thread_init() is no longer
2502 required (and has been deprecated)
2503 - GMutex and GCond can now be statically allocated without explicit
2504 initialisation. Dynamic allocation for these types is deprecated.
2505 - new types GRecMutex and GRWLock can also be statically allocated
2506 without explicit initialisation.
2507 - GPrivate can now be statically allocated and has an improved API.
2508 Dynamic allocation of GPrivate is deprecated.
2509 - GStaticMutex, GStaticRecMutex, GStaticRwLock, GStaticPrivate are
2511 - GCond now uses monotonic time internally and a new API takes
2512 monotonic time for timed waits, deprecating the wallclock API
2513 - removal of the insane macro indirection used in the previous
2514 implementation of threading and synchronisation APIs
2515 - use SRWLock and CONDITION_VARIABLE APIs when available on Windows
2516 (Vista and later) and emulate them on XP
2517 - leaks of G(Static)Private-allocated data on some cases of thread exit
2519 - simplified new thread creation API with the old API deprecated. The
2520 concept of joinability has disappeared (all threads are joinable) as
2521 have priority levels, 'bound'ness (ie: kernel vs. userspace threads)
2522 and ability to manipulate the stack size.
2523 - GThread is now a refcounted type
2524 - other implementation details changed
2526 * Move headers for some deprecated functionality to a separate
2527 deprecated/ directory.
2529 * New support for attribute-based deprecations to issue compiler
2530 warnings instead of breaking the build and/or giving warnings about
2531 implicit declarations (and possibly miscompiling).
2533 * GCache has been deprecated (after its last use was removed from our
2534 platform over a year ago).
2536 * It is no longer possible to include individual headers (like
2537 "ghash.h") -- you must #include <glib.h>.
2539 * The misguided experiment of allowing the program to stumble along with
2540 missing GSettings schemas is now over -- the abort is back.
2542 * Clarify that fork() is not valid while using GMainContext. This is
2543 because the internal resources of the GMainContext end up being shared
2544 by both processes. We had an assert here but it was breaking existing
2545 (valid) use cases as well, so it has been removed for now.
2548 - add ::shutdown signal as logical dual to ::startup
2549 - don't use a GMainLoop: iterate the GMainContext directly (improves
2552 * Several portability fixes for Windows, OpenBSD, Solaris
2554 * Add new GValue API to specifically deal in signed chars (in case the
2555 platform defines 'char' as unsigned)
2557 * some new API to mitigate the problems associated with calling setenv()
2558 in a multi-threaded program
2560 * Use CLOCK_MONOTONIC unconditionally if the libc has support at compile
2561 time (ie: stop checking for kernel support at runtime).
2564 - drop -uninstalled variants
2565 - remove gobject dependency on gthread
2567 * New macro G_ATOMIC_LOCK_FREE is defined if the atomic operations are
2568 implemented without use of a mutex. Cleaned up atomic-related
2569 compilation issues with mingw compilers on win32 systems.
2571 * SOCKS proxy and resolver improvements
2573 * Fix the spelling of G_IO_FLAG_IS_WRITABLE (was WRITEABLE) and
2574 introduce a macro for backwards compatibility.
2577 - many code generation updates and improvements
2578 - some race condition fixes, including testcase hangs
2581 - new g_variant_new_from_fixed_array() API
2582 - substantial docs improvements/clarifications
2584 * GKeyFile is now refcounted and boxed
2586 * mount monitoring is now based on /proc/mounts (where available)
2589 * new macros G_SOURCE_CONTINUE and G_SOURCE_REMOVE for returning from
2590 GSourceFunc (so you don't have to remember what TRUE and FALSE mean)
2592 * use xlocale functions where available to avoid too much heavy lifting
2593 in functions like g_ascii_strtod()
2595 * GMappedFile can now be created from an fd
2597 * error message strings grammar/i18n fixes
2601 * Partial list of bugs closed:
2602 70598 Unify GStaticMutex and GMutex.
2603 320888 optimization for g_main_context_wakeup
2604 398418 GChildWatch race condition?
2605 527214 g_timer_elapsed() returns random values
2606 580505 add a way to set/get name for a thread
2607 583511 race condition means g_main_loop_quit() does not work
2608 590808 GKeyFile should have a refcount and a boxed type in GObject
2609 592715 Document that g_str_hash() and g_int_hash() are not NULL safe
2610 631413 Add macros for GSourceFunc return values
2611 632049 not immediately clear what g_variant_get_fixed_array expects
2612 640212 "Error stating file" is not a friendly message
2613 640293 Use xlocale functions to implement g_ascii_strtod()
2614 640975 Check that error exists before trying to set it
2615 643934 GApplication lacking a logical dual for the ::startup signal
2616 651268 assertion failed in GDBus worker thread
2617 653987 g_key_file_get_integer cannot interpret trailing spaces
2618 654412 Documentation for g_variant_get_child_value unclear
2619 654563 info capplet: Failed to calculate disk space
2620 655366 missing GSettings schemas lead to obscure crashes
2621 656621 g_spawn_*() calls executables in current directory
2622 656679 [gi] Add two annotations to gio
2623 657992 Add glib__private__() API to share between glib,gio
2624 658188 _set_as_last_used_for_type generates a broken mimeapps.list
2625 658206 gsocks5proxy.c has invalid gettext use
2626 658207 glib-compile-schemas says "can not"
2627 658558 simpleaction: Fix documentation of :enabled
2628 658683 clean up charset/language threading issues
2629 658692 add introspection annotations to g_time_val_from_iso8601()
2630 658715 Duplicite strings
2631 658769 Invalid reuse of GError in GThreadedResolver
2632 658806 sign error in string hash implementation
2633 658976 gdbus-codegen's C namespace option needs to support Ugly_Case
2634 659070 gdbus-codegen generated code segfaults when property changes
2635 659082 gdbus-codegen: Single letter namespaces get dropped from names
2636 659212 GMappedFile should fail on non-regular files
2637 659324 _SPLICE_CLOSE_TARGET doesn't mark the output stream as closed
2638 659423 Use adaptive mutexes when available
2639 659427 Move deprecated code to a separate directory
2640 659646 gdbus-codegen produce code that warnings at build
2641 659690 Possible build warning in code generated by gdbus-codegen
2642 659699 property name collision when generating code for "Connection"
2643 659754 Add API to GMappedFile that allows to pass FD
2644 659838 incorrect types in introspection for g_object_bind_property
2645 659866 pthread_rwlock_t requires defined __USE_UNIX98
2646 659870 gvalue: Fix signedness of g_value_get_char()
2647 659889 glib-2.29.92/gio-2.0.pc.in has a wrong line.
2648 659916 GObject size of 64K is not actively enforced
2649 659920 Missing setter for read/write property 'closed' of GIOStream
2650 659923 Add g_variant_new_fixed_array() function
2651 660013 Remove old g_atomic configure cruft
2652 660096 glib/rwlock tests failure (tests asserted)
2653 660130 Possible loss of user data when updating mimeapps.list
2654 660147 tracker causes g_critical in "gsettings list-recursively"
2655 660413 Make G_ASSERT_STATIC work with clang
2656 660498 Generated test code fails when the codegen changes
2657 660511 Use /proc/mounts for monitoring mounts, not /etc/mtab
2658 660536 Expose options for /etc/fstab entries
2659 660635 Deprecate g_thread_foreach
2660 660637 Pending dbus method calls not canceled on connection loss
2661 660739 kill off g_{mutex,cond}_{new,free}()
2662 660740 make GThread more standard
2663 660741 g_cond_timedwait is a disaster
2664 660743 macro wrappers for g_once_init_enter/leave
2665 660744 finish killing g_thread_init()
2666 660745 GPrivate leaks on Windows
2667 660791 [gio] Improve doc for g_file_make_directory_with_parents()
2668 660843 asyncqueue-test is broken
2669 660849 Remove cruft from g_strerror and g_strsignal
2670 660886 GDBusProxy: don't drop/complain about unknown props/signals
2671 660887 g_slice_set_config() is broken
2672 660994 Add g_main_context_ref_thread_default()
2673 661255 gio: enable test_peer regression test for OpenBSD
2674 661257 giomodules.c uses ":" instead of G_SEARCHPATH_SEPARATOR_S
2675 661318 tests use pthread without appropriate compiler/linker flags
2676 661421 Applications fail to initialize on GNU Hurd - commit
2677 661438 Implement G_GNUC_DEPRECATED/G_GNUC_DEPRECATED_FOR on Visual C++
2678 661711 Sorting keys for GDrive, GVolume and GMount instances
2679 661763 desktop-app-info: Add support for X-GNOME-Keywords
2680 661896 /gdbus/connection/life-cycle is racy
2681 661914 Gstreamer/Totem locks up
2682 662100 regression: g_dbus_connection_close() triggers exit-on-close logic
2684 * Translations updates:
2686 Brazilian Portuguese
2713 Overview of changes from GLib 2.29.18 to 2.29.90
2714 ================================================
2717 - unix signal watches now match the API of all of the other sources
2718 - revert the addition of g_date_time_source_new () from last release
2720 * networking and other fixes for Solaris
2721 - we no longer support symbolic port names (ie: from /etc/services)
2722 - check if -lsocket is needed
2723 - fix g_socket_details_from_fd()
2725 - fix some harmless warnings
2727 * GDateTime improvements:
2728 - generally improved standards compliance (with C99)
2729 - support C99-specified format strings: %g, %G, %V, %c, %C, %w
2730 - consult the locale for the preferred 12-hour time format (%r)
2731 - drop support for non-standard %N and broken %W
2732 - better support for formatting non-POSIX (eg: Arabic) numerals
2733 - locale-related test case fixups, and fix some leaks
2735 * GTlsInteraction: add interaction method invocation guarantees
2737 * gdbus-codegen: post-process all interfaces when parsing >1 file
2739 * make GMainLoop, GMainContext and GSource boxed types
2741 * fix a race condition in the first use of g_get_monotonic_time()
2743 * lots gtk-doc cleanups
2745 * better intltool compatibility when generating pot file
2747 * avoid GCC-specific compiler options when not using GCC
2749 * Translation updates:
2751 Brazilian Portuguese
2762 Overview of changes from GLib 2.29.16 to 2.29.18
2763 ================================================
2765 * GDateTime is now respecting LC_TIME when formatting
2767 * GTimeZoneMonitor has been removed again
2769 * A new API for wallclock functionality has been added:
2770 g_date_time_source_new(). This API is still experimental
2771 and may be changed or removed before 2.30.
2774 628904 Add credential support for FreeBSD and fix a socket issue
2775 650763 gdbus-codegen is broken with python 2.7
2776 655129 GDateTime could provide api for implementing wall clocks
2777 656341 gtlsconsoleinteraction.c uses getpass() which isn't avail...
2778 656387 GCancellable can be used concurrently
2779 656443 Make GTlsInteraction ask_password cancellable
2780 656675 void functions should not return in glib 2.29.16
2781 656772 g_variant_compare for uint64 incorrect
2782 656914 Load GIO_EXTRA_MODULES first, and ignore duplicates
2783 657083 The header langinfo.h is not available on all systems
2784 657084 gfileutils: fix docs/annotations for temp file methods
2785 657138 Some files missing in POTFILES.in
2786 657206 GInputStream leaked in g_file_icon_load_async()
2787 657243 g_cancellable_set_error_if_cancelled() documentation
2788 657274 Use detected PYTHON variable as shebang for gdbus-codegen
2789 657336 Speling fixes for glib found with codespell
2790 657452 plural forms needed
2791 657454 Translation comment needed
2792 657540 Print out file:// URL to coverage HTML report after building
2793 657593 g_test_trap_fork calls close(-1)
2794 646082 Addresses from GSocket should be normalized before returning
2795 657517 fix gio/tests/gdbus-peer on bsd
2797 * Translation updates:
2798 Brazilian Portuguese
2810 Overview of changes from GLib 2.29.14 to 2.29.16
2811 ================================================
2813 * GTlsDatabase: an abstract class that provides support
2814 or certificate and key lookup. An implementation will
2815 be provided in glib-networking
2817 * GHmac: Support or HMAC digests
2820 - g_ptr_array_add_full: creates a GPtrArray with
2821 a preallocated size and a destroy function
2822 - g_desktop_app_info_get_show_in: checks if a GDesktopAppInfo
2823 should be shown in a given desktop environment
2824 - g_mkdtemp, g_mkdtemp_full, g_dir_make_tmp: create
2825 temporary directories
2827 * Unify thread wakeup implementations of GMainContext
2828 and GCancellable, and use eventfd for it when available
2830 * Show mounts in $XDG_USER_DIR in addition to /media and $HOME
2833 636572 GTlsCertificateDB
2834 644601 Some tests need a running dbus session
2835 652284 deal with small key lengths
2836 652827 glib-2.29.8 no longer builds with mingw.org's toolchain
2837 653063 PEM parser fails parsing private key when put first
2838 654078 Fail to static linking with Glib library
2839 654450 New functions: g_ptr_array_new_full()
2840 654793 Add G_VALUE_INIT
2841 655044 GDesktopAppInfo: Add g_desktop_app_info_get_show_in()
2842 655148 gdbusconnection is broken when compiling with mingw
2843 655241 glocalfile.c no longer compiles with MinGW GCC
2844 655598 g_cancellable_get_fd: silently return -1 for NULL cancellable
2845 655664 gdbus should not abort if no dbus session is available
2846 655769 Use ZLIB_CFLAGS when compiling gio
2847 656031 Improve GVariant annotations
2848 656048 glib-codegen requires Python >= 2.5
2849 656151 configure test logic inverted, doesn't match comments
2850 656152 GCC only syntax used, yet other compilers allowed by configure.
2851 656162 allow use of lcov 1.9 for coverage
2852 656282 GDBusProxy: uninitialized local variables can be freed
2853 656283 Failing tls connection cause assertion
2854 118563 Add g_mkdtemp in the spirit of g_mkstemp
2855 636405 Add g_return_if_fail() to g_settings_bind_with_mapping()
2856 656039 race condition between GDBusProxy signals and public API
2857 656492 g_io_channel_new_file failure (open(2) behavior wrt POSIX)
2859 * Translation updates:
2874 Overview of changes from GLib 2.29.12 to 2.29.14
2875 ================================================
2877 * Unicode improvements
2878 - add g_unicode_script_{to,from}_iso15924
2879 - add G_UNICODE_SPACING_MARK define
2880 - more normalisation improvements
2881 - stop using deprecated g_unicode_canonical_decomposition()
2884 - mark the 'name' field as 'const' and add a comment to the header to
2885 help avoid future problems caused by bad hacks
2887 * Merge some (modified) patches from Debian:
2888 - 03_blacklist-directories.patch
2889 - add some blacklisted mount directories
2890 - 60_wait-longer-for-threads-to-die.patch
2891 - sleep longer in a test case, if needed to avoid failing
2893 * Units policy change: prefer use of SI units
2894 - deprecate g_format_size_for_display, add g_format_size(_full)
2896 * GSettings: don't call g_error() when the schema is missing
2898 * GVariant support for arrays of object paths:
2899 - new g_variant_{new,get,dup}_objv API
2900 - support for g_variant_{new,get} '^ao' and '^a&o' similar to '^as'
2903 - use new improved array-of-objects support and pass 'ao' as char**
2904 instead of GVariant*
2905 - improve handling of 'h' type (Unix file descriptor index)
2908 - fix compilation without USE_STATFS and USE_STATVFS
2910 * Documentation fixes
2913 622921 Migrate from dbus-glib to glib's GDBus
2914 648271 Add g_unicode_script_to_iso15924()
2915 654948 Stop using deprecated g_unicode_canonical_decomposition()
2916 654988 g_atomic_int_add should document behaviour change
2917 655025 #define G_UNICODE_SPACING_MARK G_UNICODE_COMBINING_MARK
2918 655076 normalization misses some Full_Composition_Exclusion=True.
2920 * Translations updated:
2923 Overview of changes from GLib 2.29.10 to 2.29.12
2924 ================================================
2926 * Add new API to do Unicode (de-)composition in atomic steps,
2927 for use in Harfbuzz.
2930 615895 (indirectly) support non-NULL-terminated regexes in GRegex
2931 617949 glib trunk fails to compile on Solaris w/ Studio 12...
2932 620423 Document the possibility to unset attributes
2933 627974 Floating reference headaches
2934 644687 Not finding cross-links in current doc set
2935 649246 g_output_stream_splice() cannot be used on 32-bit machines...
2936 653841 a helper script to build glib from git master on win32
2937 653935 g_slist_free_full/g_list_free_full iterates twice in the list
2938 654017 tests: fix glib_translations_work() in gsettings unit test
2939 654085 Don't needlessly use "echo -e" when creating .def files
2940 654195 Add g_unichar_compose() and g_unichar_decompose()
2941 654232 GCancellable eventfd problems
2942 654394 suspicious use of floating references in GDBusInterfaceSkeleton
2943 654536 GSettings: lift key name length restriction to 64
2944 654627 GParamSpec: intern property names
2945 654651 Better g_unicode_canonical_decomposition()
2946 654917 Make g_cclosure_marshal_generic the default signal handler
2948 * Translation updates:
2958 Overview of changes from GLib 2.29.8 to 2.29.10
2959 ===============================================
2962 - g_desktop_app_info_get_nodisplay: a function that is required
2963 to port gnome-menus to GDesktopAppInfo
2964 - g_hash_Table_iter_replace: new function to replace a value
2965 while iterating over a hash table
2966 - g_utf8_substring: convenience API to extract substrings from
2968 - g_action_group_add_entries: convenience API for creating lots
2970 - Use eventfd instead of pipes for waking up main contexts and
2971 for cancellation when available
2972 - GMatchInfo is now a refcounted boxed type
2974 * API changes in GAction:
2975 - the 'set_state' entry in the GActionInterface vtable has been
2976 renamed to 'change_state
2977 - g_action_set_state has been renamed to g_action_change_state
2978 - the 'state' property has been changed to read-only
2979 - GSimpleAction can no longer be subclassed
2982 647796 g_variant_new_variant is not marked as constructor
2983 652072 gmain: make use of signalfd()
2984 652168 Crosscompiling Fails if build<=2.24 and host >2.24
2985 652750 make dist fails
2986 652758 GDataInputStream: Clarify g_data_input_stream_read_line docs...
2987 652822 Add a g_hash_table_iter_replace
2988 652897 tiny docs clarification for g_utf8_to_ucs4_fast
2989 653140 gmain: use Linux eventfd() for main context wake up
2990 653429 drop AM_MAINTAINER_MODE or enable it by default
2991 653484 GAsyncCallbacks should default to allow-none
2992 Add missing fundamental types to the generic marshaller
2994 * Translation updates
2999 Overview of changes from GLib 2.29.6 to 2.29.8
3000 ==============================================
3003 646608 export_symbols variable for gio dynamic library is wrong
3004 646635 Fix introspection of GLib
3005 647930 Documentation: GDataInputStream _read_upto() version
3006 651745 Switch to _ prefixing rather than G_GNUC_INTERNAL
3007 651920 Improve qsort_r detection
3008 651959 gbitlock: "asm goto" is not available in gcc < 4.5
3009 651998 gdbus-codegen: Use relative Python imports
3010 652000 Fix for gatomic.c on Windows/MSVC
3011 652002 Proposal to clean up gvaluetransform.c for MSVC
3012 652025 g_dbus_connection_register_object: error is not set...
3013 652081 Typos in a GBinding warning message
3014 652197 Improper handling of double values in GDBusMessage
3015 Fix a deadlock in gobject finalization
3017 * Translation updates:
3027 Overview of changes from GLib 2.29.4 to 2.29.6
3028 ==============================================
3030 * Atomic operations have been rewritten from scratch to make use
3031 of gcc builtins where possible. As a side-effect of this, calls
3032 to g_atomic_ API with explicit casts may now be problematic; if
3033 that happens to you, try first to remove the casts. Another
3034 side-effect of the rewrite is that g_atomic_int_exchange_and_add
3035 has been deprecated in favor of g_atomic_int_add.
3037 * A full set of atomic operations on pointers has been added,
3038 including bit locks in pointer-size locations.
3040 * Access to quarks is now lockless
3042 * GObject data scalability has been greatly improved
3044 * g_data_time_format now supports alternative digits and padding
3046 * Introspection improvements:
3047 - Add a boxed type for GVariantBuilder
3048 - Annotation fixes in GDBus, GVariant, g_base64_
3051 502560 g_rand_double_range returns 'inf'
3052 612729 g_mkdir_with_parents can fail if the directory already exists
3053 617491 g_once() implementation is inefficient
3054 619418 Add a performance test for UTF-8 decoding functions
3055 619435 Make g_utf8_to_ucs4_fast() yet faster
3056 626549 G_STATIC_ASSERT_EXPR
3057 631231 bitlock: Fix detection and usage of futexes with Bionic
3058 632294 g_queue_remove() should return a boolean
3059 640518 GMainLoop has quadratic complexity when all pollfd's...
3060 642026 Race condition in g_static_private_free
3061 646635 Fix introspection of GLib
3062 648678 g_date_time_format(): support %O flags for localized numbers
3063 649480 Use MSG_CMSG_CLOEXEC in recvmsg in gio/gsocket.c
3064 649506 GTestFunc et al lacking Since tag
3065 649657 Don't return gboolean for functions that throw
3066 649775 glib-gio-gdbuscodegen-Makefile.patch
3067 649915 gsettings accepts unquoted strings longer than two characters
3068 649973 gthread: build unix tests only on unix
3069 649988 gdbus-codegen: Drop dependency on argparse
3070 650078 forkbomb building glib/tests/protocol
3071 650211 Optimization in key file parsing
3072 650236 Application over DBus implements action state incorrectly
3073 650345 g_key_file_has_key_full: New function to fix g_key_file_has_key...
3074 650458 reduce overhead in g_object_set/get_data
3075 650459 hash table consistency while calling destroy notify funcs
3076 650688 enforce rules about hash table modification
3077 650823 expand the set of atomic ops
3078 650874 codegen chokes on docs
3079 650882 use stdout instead of stderr for informational messages
3080 650884 fix compilation with gcc2
3081 650885 implement glib credentials on OpenBSD (hackish)
3082 650935 G_GNUC_MAY_ALIAS and atomic ops
3083 651009 minor documentation fix
3084 651034 Regarding g_cond_wait after g_thread_pool_push in gthreadedresolver
3085 651133 race condition in GDBusConnection's emit_signal_instance_in_idle_cb
3086 651141 hashtable infinite loop
3087 651219 fix path to true(1) on OpenBSD
3088 651223 Fix some compile warnings on OpenBSD
3089 651327 Minor fixes for the gsocket API
3090 651467 Add pointer sized bitlocks
3091 651650 gdbus: Avoid busy wait loop
3092 651725 gmain: Cleanups and a new test case
3093 651745 Switch to _ prefixing rather than G_GNUC_INTERNAL
3095 * Updated translations:
3104 Overview of changes from GLib 2.29.2 to 2.29.4
3105 ==============================================
3108 - Includes several new types to support modeling D-Bus
3109 objects and interfaces more fully, and also introduces
3110 an 'object manager' pattern:
3111 GDBusInterface, GDBusObject, GDBusObjectManager
3112 These interfaces have client-side implementations:
3113 GDBusProxy, GDBusObjectProxy, GDBusObjectManagerClient
3114 And server-side implementations:
3115 GDBusInterfaceSkeleton, GDBusObjectSkeleton, GDBusObjectManagerServer
3116 - The new gdbus-codegen utility uses these new classes
3117 to generate C code and documentation from D-Bus interface
3121 - There is now a g_test_fail() function to mark
3125 - Now has a binding-friendly filename property
3126 - Other new API to more fully expose desktop file contents:
3127 g_desktop_app_info_get_categories(),
3128 g_desktop_app_info_get_generic_name()
3131 - Several optimizations to reduce space consumption of
3132 large hash tables, in particular tables that are used
3135 * Unix-specific APIs:
3136 GLib now installs a separate header, glib-unix.h, that is
3137 meant to collect Unix-specific APIs. For now, it contains
3138 g_unix_open_pipe(), g_unix_set_fd_non_blocking() for dealing
3139 with pipes and fds, as well as APIs to create mainloop
3140 sources which can trigger callbacks on certain Unix
3141 signals (SIGTERM, SIGHUP, SIGINT).
3144 631379 GDBus nonce-tcp test failing
3145 632631 GLib-CRITICAL **: g_variant_new_string: assertion `g_utf8_validate (string, -1, NULL)' failed
3146 635694 gdbus aborting due to unauthorized socket in DBUS_SESSION_BUS_ADDRESS
3147 637561 Crash when using G_DBUS_SERVER_FLAGS_RUN_IN_THREAD
3148 642935 g_date_time_format() prints wrong value for %z and timezone -0800
3149 643134 g_dbus_message_copy
3150 644941 glib-unix: New Unix-specific API
3151 646013 g_hash_table_remove_all_nodes optimization
3152 646309 glib cannot be cross-compilled for mingw32
3153 646435 GTimeZone doesn't seem to be thread-safe
3154 646957 GIO chained calls don't work with a thread default context
3155 647594 README link to mailing list is broken
3156 647602 Cannot connect to remote message bus via TCP
3157 647746 The GSocketService documentation is incomplete.
3158 647826 API: gtester: Add g_test_fail()
3159 647903 GDesktopAppInfo: Add g_desktop_app_info_get_categories()
3160 648416 g_app_info_create_from_commandline ignores SUPPORTS_STARTUP_NOTIFICATION
3161 648423 Support G_DEBUG=trap-warnings
3162 648425 GDesktopAppInfo: Add "filename" property for bindings
3163 648966 Update g_unichar_iswide and g_unichar_iswide_cjk
3165 * Updated translations
3172 Overview of Changes from GLib 2.28.0 to 2.29.2
3173 ==============================================
3176 - The documentation has been enhanced and clarified
3177 - An opt-out for uniqueness has been added: G_APPLICATION_NON_UNIQUE
3178 - GApplication now syncs settings before g_application_run() returns
3181 - Interface lookups are now happening in constant time
3182 - Signature checking and handling of various unexpected
3183 situations has been improved
3186 - The format accepted by the GVariant parser has beend documented
3187 - GVariant accepts G_VARIANT_TYPE_VARDICT for a{sv}
3190 - The return value of g_datetime_compare() has been fixed to
3191 match strcmp() semantics
3192 - In order to handle problems with changing timezones, a GTimeZoneMonitor
3193 has been added to GIO, and g_time_zone_refresh_local() can be
3194 called to update the cached information about the local timezone
3196 * GOption now uses /proc/self/cmdline to set the program name instead
3197 and only falls back to "<unknown>" if that is unavailable
3200 - The schema compiler now warns about references to non-existing schemas
3202 * Commandline utilities are now fully translated
3204 * Signals can now indicate that collecting their arguments must
3205 always happen, even in the absence of connected signal handlers,
3206 using the G_SIGNAL_MUST_COLLECT flag.
3209 635099 Memory leak in gdbus introspection when parsing xml
3210 640489 $ and ^ do not match lines if G_REGEX_MULTILINE|G_R...
3211 642042 Overriding GDBus org.freedesktop.DBus.Properties im...
3212 642052 g_timeout_add(_seconds) cannot handle large intervals
3213 642490 notify_desktop_launch() "g_variant_new_bytestring:...
3214 613269 g_type_get_qdata() doesn't work as I expected on subtypes
3215 624943 G_VALUE_NOCOPY_CONTENTS is undocumented
3216 637738 object_interface_check_properties never actually executes
3217 638185 GIOCondition should be annotated as "flags"
3218 639478 GDBusServer's g_dbus_server_new_sync() function should just...
3219 641755 Add g_settings_get/set_uint() helpers
3220 641768 dconf gsettings backend silently drops writes if it can't...
3221 642797 g_app_info_get_default_for_type() broken for subtypes
3222 642825 Unnecessary assertion failure in g_option_context_parse()
3223 642944 NULL key lookup using g_hash_table_lookup_extended()
3224 643074 Incorrect documentation for g_socket_receive() and g_socket...
3225 643197 g_application_id_is_valid docs imply no valid ids
3226 643468 GApplication docs: Warn that handling "command-line" means...
3227 643478 GApplication::local_command_line vfunc documentation seems wrong
3228 643624 Can g_variant_unref() on an already free'd variant
3229 643649 g_application_run() should say that argc/argv can be NULL
3230 643780 shouldn't need to create an action group to use actions...
3231 643795 g_timeout_add_seconds fires with intervals 1 second longer...
3232 644309 Program name is not set when using GtkApplication
3233 644428 Crash in failure section of g_markup_collect_attributes()
3234 644465 undefined reference to `_usleep'
3235 644552 g_timeout_add_seconds(1, ...) may have a latency of up to 2...
3236 644607 Correct internal definition of C_()
3237 645789 annotations for g_file_*_contents
3238 646039 g_settings_list_children() returns child that cannot be opened
3239 646310 Accept range with only min or max
3240 646420 g_dbus_method_invocation_get_parameters() docs should say...
3241 646843 occasional abort on autologin
3242 646985 add G_APPLICATION_NON_UNIQUE flag
3243 647579 gsettings: Implement reset-recursively
3244 647600 gsettings description has typo
3246 * Translation updates
3278 Overview of Changes from GLib 2.27.93 to 2.28.0
3279 ===============================================
3282 641363 GInitable documentation isn't clear about that finalize...
3283 641395 Add more data about the origin application to the "Lau...
3284 641411 gdesktopappinfo signals lost if it's the session bus...
3285 641477 glib-mkenums uses unportable #! line
3286 641572 Add @EXEEXT@ to pkgconfig binary name
3287 641688 glib installs GSettings.html and gsettings.html
3289 * Translation updates:
3296 Overview of Changes from GLib 2.27.92 to 2.27.93
3297 ================================================
3300 637013 gio/gdbusmessage.c fails to compile on Solaris
3301 640192 Error creating a Gio.Settings object through py...
3302 640261 Minimum version for external pcre needs to be..
3303 640262 GActionGroup contains redundant TYPE macros
3304 640436 Make load_user_special_dirs() resistant to non...
3305 640695 g_key_file_load_from_file() mishandles a CR-LF...
3306 640724 can't compile gio due to format string issues
3307 640725 can't compile tests due to format string issue
3308 640807 improve GVariant behaviour with invalid pointers
3309 640823 wrong documentation for g_source_add_child_source
3311 * Translation updates:
3320 Overview of Changes from GLib 2.27.91 to 2.27.92
3321 ================================================
3323 * Update to Unicode 6.0
3325 * Update PCRE to 8.12
3328 637696 g_unix_connection_send_fd() doesn't work
3329 638872 null settings backend bug
3330 640042 GtkApplication's warning about not connecting...
3332 * Translation updates:
3338 Overview of Changes from GLib 2.27.90 to 2.27.91
3339 ================================================
3342 638838 gdesktopappinfo: Don't crash if we don't have a desktop filename
3343 638894 Splitting on \s* gives no result
3344 639064 Update gschema.dtd
3345 639084 Copy/paste error in GSettings::writable-changed signal
3346 639177 SIGSEGV for GApplications with G_APPLICATION_IS_SERVICE
3348 * Translation updates:
3354 Overview of Changes from GLib 2.27.5 to 2.27.90
3355 ===============================================
3357 * Test reports created by gtester-report can now
3358 include revision information
3360 * The g_desktop_app_info_launch_* family of functions
3361 now emit a DBus signal when an application is launched.
3362 Additionally, there is a new variant
3363 g_desktop_app_info_launch_uris_as_manager(), which
3364 gives more control over the launched process.
3366 * The memory and null GSettings backends are now available
3369 * g_get_locale_variants() is a new function that returns a
3370 list of variants of a locale identifier
3373 587898 I/O timeouts for GSocket
3374 606960 gio: Add extension point for informing parties...
3375 631980 Handle an optional <revision> node in the report...
3376 634569 Document that g_variant_builder_add_value consumes...
3377 635998 Make _g_compute_locale_variants public
3378 636806 Add g_{memory,null}_settings_backend_get_default
3379 637262 Need a binary DER version of ::accepted-cas
3380 637544 Skip fsync() on btrfs
3381 637720 void functions should not return a value.
3382 637738 object_interface_check_properties never actually...
3383 637759 GIOChannel: fix a crash in g_io_channel_read_chars()
3384 637852 Updates to glib.vsprops file for MSVC 2008 builds...
3385 637858 Updates to test/testglib.c...
3386 638349 parameter name of g_variant_new_* may conflict...
3388 * Translation updates:
3398 Overview of Changes from GLib 2.27.4 to 2.27.5
3399 ==============================================
3402 - Add g_tls_certificate_verify() to verify a certificate
3403 - Add GTlsConnection:use-system-certdb
3404 - Other TLS api additions
3407 - Add g_io_stream_splice_async()/_finish() to splice two iostreams
3408 - Add g_emblemed_icon_clear_emblems() and make GEmblemedIcon derivable
3409 - Remove GPeriodic; it did not receive the necessary review and
3410 integration work to declare it stable
3413 - New methods g_sequence_lookup() and g_sequence_lookup_iter()
3416 617254 Missing g_sequence_lookup
3417 632544 g_dbus_connection_send_message can not send a locked message...
3418 633350 g_hostname_to_ascii() ignores non-ascii dots
3419 634583 Better error reporting for g_variant_parse()
3420 635007 gsetting enum rule don't work for out-of-srcdir builds
3421 635626 GDBus message idle can execute while flushes are pending
3422 636100 Can't read GSettings:backend property
3423 636305 Typo on g_queue_remove_all() function description
3424 636311 appinfo: tweak application positioning for content-types
3425 636351 g_simple_async_result_is_valid lacks a version tag
3426 636387 gdb autoload files shadow the "dir" builtin
3427 636673 g_simple_async_report_error_in_idle should allow object...
3428 637147 Add a "delay-apply" property to GSettings
3429 637171 emblemedicon: add g_emblemed_icon_clear_emblems()
3430 637237 gapplication: plug a memory leak
3432 * Translation updates:
3443 Overview of Changes from GLib 2.27.3 to 2.27.4
3444 ==============================================
3447 - Mounts are treated as hidden if they have a path element
3448 that starts with a dot
3449 - GAppInfo gained API to differentiate between recommended
3450 and fallback mime handlers
3451 - g_cancellable_create_source: creates a GSource that triggers
3452 when the GCancellable is canceled
3453 - GPollableInput/OutputStream: Interfaces for pollable streams
3454 - TLS support has landed, with an extension point that is
3455 implemented in glib-networking
3458 - Mainloop sources can now have 'child sources'
3459 - g_get_runtime_dir: New function to return the XDG_RUNTIME_DIR
3462 530786 GFileMonitor "changed" signal underdocumented
3463 588189 TLS support for GSocket*
3464 630357 g_object_new_valist uses uninitialized memory
3465 630559 typo in public string in gsocks: 'The SOCKSv5 require...
3466 632445 Documentation refers to removed GNOME 2.0 porting guide
3467 634239 Child GSources
3468 634241 Add pollable input/output streams
3469 634504 allow passing a NULL emblem to g_emblemed_icon_new()
3470 634613 unsufficient g_get_user_runtime_dir() documentation
3471 635640 schema should inherit gettext-domain from schemalist
3472 635768 Protect g_file_monitor_set_rate_limit() against negative...
3473 635882 Fix the wrong-category schema test
3474 635187 Wrong type of GVariant received in an action...
3476 * Updated translations:
3483 Overview of Changes from GLib 2.27.2 to 2.27.3
3484 ==============================================
3486 * The GTimeSpec type that was introduced in the 2.27.2 has been
3487 dropped again in favour of APIs that return microseconds as
3492 g_get_monotonic_time
3494 The similar GTimeVal struct is still around, but its use is
3497 * GTimer is now using monotonic time unconditionally
3499 * There are some new functions to facilitate error reporting
3501 g_simple_async_result_take_error
3502 g_simple_async_result_new_take_error
3503 g_simple_async_report_take_gerror_in_idle
3505 * There is new convenience API to us GVariant dictionaries:
3508 * It is now possible to delay sending match rules to the
3509 D-Bus daemon in GDBus:
3510 G_DBUS_SIGNAL_FLAGS_NO_MATCH_RULE
3512 * Support has been added for XDG_RUNTIME_DIR:
3513 g_get_user_runtime_dir
3515 * Various fixes for Win64/MSVC builds have been committed
3518 620263 Add g_clear_object, g_clear_pointer, g_clear_boxed
3519 633075 update Project Files and sources for MSVC 2008/C89
3520 633381 gsettings Makefile rules should handle empty list...
3521 633685 Use g_simple_async_result_{new_,}take_error
3522 633686 Add g_simple_async_report_take_gerror_in_idle
3524 * Translation updates:
3532 Overview of Changes from GLib 2.27.1 to 2.27.2
3533 ==============================================
3536 - Export actions over DBus and support activating them from remote instances
3537 - Support environment passing
3540 - The gsettings utility has a list-recursively command
3541 - The gsettings utility has commandline completion for enum values
3543 * GLib is now linked against librt and uses monotonic time for
3544 timeouts and GPeriod sources. GSource has a new g_source_get_time()
3545 which returns monotonic time, and g_source_get_current_time() has
3549 158725 free linked list with data
3550 626320 GVariant: Avoid locking in g_variant_get_child_value() if possible
3551 629247 add gsimpleasyncresult methods to take over a GError
3552 629274 GNetworkService does not do fallback when there is no SRV record
3553 631264 gsettings-tool choice/range support
3554 631482 g_date_time_from_instant: 1000000000000000000
3555 632169 docs for manual use of gsettings-data-convert
3556 632571 Add equivalent to gconftool-2's -R option
3557 633115 GSettings m4 doesn't fail the build for broken schemas
3558 633206 Default g_application_local_command_line() doesn't set exit_status...
3559 633339 support more complex gapplication setups
3560 633356 Make timeout G_MAXINT mean "no timeout"
3562 * Translation updates:
3568 Overview of Changes from GLib 2.27.0 to 2.27.1
3569 ==============================================
3571 * GDateTime now has full week number support.
3572 New API: g_date_time_get_week_numbering_year
3574 * The GSettings schema compiler will now skip over
3575 broken .xml schema files instead of aborting altogether
3577 * GSettings now works properly on bigendian systems
3579 * GSettings has more complete support for ranges
3581 g_settings_get_range
3582 g_settings_range_check
3583 The gsettings commandline tool supports ranges too.
3585 * GApplication has been rewritten; see the API docs for details
3586 and examples. The action support is not complete yet.
3588 * The GLib mainloop has gained 'dispatch to context' functionality,
3589 which can replace manually created idles in many cases.
3591 g_main_context_invoke
3592 g_main_context_invoke_full
3594 * The gio-desktop-app-info-lookup extension point has been
3595 removed from GIO. GIO now uses x-scheme-handler mimetypes when
3596 looking for default applications.
3598 * On win32, make g_get_user_data_dir() return the CSIDL_LOCAL_APPDATA
3599 folder on Windows, and not CSIDL_PERSONAL. This matches what Qt does,
3600 and has been widely requested. Also make g_get_user_config_dir() return
3601 this and not the (roaming) CSIDL_APPDATA folder.
3603 * A periodic event clock has been added in GIO: GPeriodic. Note that this
3604 API is still experimental and expected to undergo changes before it
3605 will be incorporated into a stable GLib release. Use at your own risk.
3608 613822 gobject signal connect/disconnect not thread safe
3609 618737 "dispatch to context" functionality
3610 620710 g_get_user_data_dir() uses CSIDL_PERSONAL and not CSIDL_APPDATA
3611 623400 acquire context before dispatching
3612 627126 gsettings schema files don't get installed on FreeBSD
3613 627171 g_socket_new_from_fd() doesn't set the right protocol
3614 628876 Wrong error description
3615 628937 gracefully handle broken schemas
3616 629274 GNetworkService doesn't fallback when there is no SRV record
3617 629289 g_error() used wrong, produces core dump
3618 629687 leaks class refcount in gsocketcontrolmessage
3619 629849 GLib-CRITICAL **: g_source_get_context: assertion `!SOURCE_...
3620 629945 GDBus deadlock in g_bus_get_sync()
3621 630000 g_date_time_difference
3622 630077 GDateTime week number support
3623 630185 Allow NULL strings in g_quark_try_string()
3624 630797 docs mention non-existent g_object_dispose()
3625 630968 gschema-compile problems on power g5
3626 631263 GSettings needs range/choice APIs
3627 631264 gsettings-tool choice/range support
3628 631379 GDBus nonce-tcp test failing
3629 631410 Port gapplookupgconf.c to using x-scheme-handler/
3630 632884 Possible deadlock in g_object_remove_toggle_ref()
3634 Brazilian Portuguese
3656 Overview of Changes from GLib 2.25.15 to GLib 2.27.0
3657 ====================================================
3660 - massive restructuring to reduce #include abuse
3661 - tweaks to silence some harmless compiler warnings
3662 - rename gschema-compile.c to glib-compile-schemas.c
3664 - fix building with zlib < 1.2.4 on win32
3667 - better msgctxt for translating month and weekday names
3668 - API is changed quite a lot, implementation is improved
3669 - GTimeZone is now exposed
3672 - make ordering for overridden interface properties consistent
3673 - ->priv structures are limited to 64k but this was not documented,
3674 and exceeding this limit produced bad results. Add docs and enforce
3676 - add g_object_class_install_properties() to install multiple
3677 properties in one go
3678 - improve debugging output for GValue containing G_TYPE_STRV
3681 - fix priority sorting of GIO extensions
3682 - add GCredentials support on FreeBSD
3683 - fix support for IPv6 addresses in URI parsing functions
3684 - GSocketClient fixes for when g_socket_connect succeeds immediately
3685 - clarify string encoding for GFile constructors in docs
3686 - new functions g_data_input_stream_read_upto{,async,finish}
3687 - tweak confusing documentation for g_output_stream_write()
3690 - GDBusMessage can now be locked and copied (like in libdbus)
3691 - GDBusConnection filter function API has changed again
3692 - GDBusServer: ::new-connection now declares if the connection was claimed
3693 - add a partial workaround for GObject bug 627724.
3694 - very many memory leaks fixed
3697 - check for size == 0 in g_variant_get_bytestring to avoid a crash
3698 when attempting to get_bytestring() from an empty array
3699 - improve gobject-introspection annotations
3702 - add GSettings Windows registry backend
3703 - some internal tweaks to the backend API
3704 - remove g_settings_list_items
3705 - add g_settings_list_children and _list_keys to replace it
3706 - add schema compiler restrictions for dealing with lists
3707 - don't automatically emit value changed signals on writability
3711 - constify the 'parser' vtable param to g_markup_parse_context_push()
3712 - plug many memory leaks in test cases
3715 50076 Time API to go with date API
3716 584284 g_data_input_stream_read_until_async different from sync version
3717 624546 Modification of GDBusMessage in filter function
3718 626919 Let g_object_class_install_property() return the installed GParamSpec*
3719 628029 GDateTime missing get_week_of_year method
3720 628253 Interface properties not listed in a consistent order
3721 628331 Plug lots of mem leaks in gio test suite
3722 628345 Plug a mem leak
3723 628436 Plug a mem leak
3724 628505 Fix building with zlib < 1.2.4 on win32
3725 628839 [PATCH] datetime: Rename shadowing variables
3726 628904 [PATCH] Add credential support for FreeBSD and fix a socket issue
3727 628952 incorrect glib_major_version and other variables on cygwin.
3728 629192 g_strdup_value_contents(): dump GStrv more usefully
3729 629251 g_socket_client_async_connect_complete: assertion failed
3730 629259 Failed to connect to "::1"
3731 629328 g_markup_parse_context_push doesn't respect const structs
3732 629429 month "May" short and full form same with "GDateTime" msgctxt
3733 629689 GDBusConnection leaks its GCredentials
3734 629698 Segfault in g_variant_get_bytestring()
3736 Updated translations:
3760 Overview of Changes from GLib 2.25.14 to GLib 2.25.15
3761 =====================================================
3765 - The GZip(De}Compressor can now process header information
3766 - Support for network proxies has been added, with the GProxy
3767 interface and the gio-proxy-resolver extension point. GIO
3768 includes SOCKSv4 and SOCKSv5 implementations, and libproxy
3769 is also going to provide an implementation of this extension
3771 - There are GAction and GActionGroup interfaces now, which will
3772 be used in GApplication in the near future.
3775 - There are now convenience macros for defining boxed and
3780 - GDBusProxy for well-known names can now auto-restart
3781 the service if the name owner disapperas
3782 - Filter functions are now allowed to modify messages
3785 - GDateTime is a replacement for GDate that supports time
3786 and timezone information.
3789 50076 Time API to go with date API
3790 449565 Add G_DEFINE_BOXED_TYPE()
3791 617691 Add GZIP header processing to GZlibCompressor/GZlibDecompressor
3792 622184 add g_memory_output_stream_steal_data
3793 624546 Modification of GDBusMessage in filter function
3794 627088 Build failure in gdbus-peer.c on FreeBSD
3795 627181 save a memdup
3796 627182 Plug a mem leak in the gdbus-connection test
3797 627187 Plug some gdbus mem leaks
3798 627188 gdbus-non-socket test occasionally fails
3799 627252 G_OPTION_FLAG_NO_ARG is only for callback options
3800 627392 gdbus commit 8a3a4596 breaks win32 compile
3801 627407 FTBFS on !linux UNIX platforms
3802 627604 String error: 'that' twice in a row
3803 627969 ABR in g_file_open_tmp
3804 628084 gdbus-peer fails with assertion
3805 628193 Miscellaneous string fixes
3806 628296 abort() in gsocketconnection.c
3807 628309 Plug a mem leak in GConverterOutputStream
3808 628317 GEmblemedIcon:equal implementation is buggy
3809 628323 Fix invalid reads
3810 628327 Plug a mem leak
3811 628328 Plug a mem leak
3812 628329 Don't leak the FD list
3813 628324 Invalid reads in gdbus-export test
3815 * Updated translations:
3826 Overview of Changes from GLib 2.25.13 to GLib 2.25.14
3827 =====================================================
3830 - Make the closure variants of GDBus apis work
3831 - Make error unregistration work
3832 - Use async IO in the IO thread (626748)
3835 - Make g_simple_async_result_is_valid work without source (626208)
3836 - GSocketClient: add a timeout property
3837 - Fix memory leaks in GSocketClient
3838 - Handle async vs. sync correctly in GSocketConnection stream (616458)
3839 - Declare stream base classes as abstract
3840 - Clarify semantics of g_output_stream_write() (627071)
3843 - Improve test coverage for GDBus, GRegex, GAsyncResult
3844 - Drop dead code in pcre, xdgmime
3845 - Fix a race condition in gtester (578295)
3846 - Avoid an extra allocation in GAsyncQueue (626704)
3847 - Add test case for non-socket GIOStream (626841)
3848 - More explicit GVariant docs (622770)
3849 - Imroved docs for GAsyncInitable and GSimpleAsyncResult (602417)
3851 * Translation updates:
3855 - Simplified Chinese
3859 Overview of Changes from GLib 2.25.12 to GLib 2.25.13
3860 =====================================================
3862 +-------------------------------------------------------------------+
3863 | WARNING: There have been no breaks in API or ABI. Weird, eh? |
3864 +-------------------------------------------------------------------+
3866 The primary purpose of this release is to fix a serious problem with
3867 glib 2.25.12: glibconfig.h (as generated on a Fedora amd64 system) was
3868 being distributed in the tarball. It was being used to build some parts
3869 of glib on other systems (eg: 32bit ones). This was causing some very
3872 There have been many other improvements, however:
3875 - vastly improved test coverage
3876 - old tests moved to the gtester framework
3877 - gtester Makefile modified so that the tests only run once
3878 - cleanup of how we handle includes while building glib
3881 - add a g_return_if_fail (utf8) to g_variant_new_string()
3884 - perform extra sanity checks when serialising messages
3885 - add API to query and set the byteorder of a GDBusMessage
3886 - improve debug output, add some extra options
3887 - if exiting due to the bus disconnecting us, print an error message
3889 - sort property names correctly
3890 - don't bother sending RemoveMatch when we will close the connection
3892 - use effective uid/gid for credential passing
3895 - add G_SETTINGS_BIND_INVERT_BOOLEAN for inverting boolean bindings
3896 without mapping functions
3897 - mark all strings in the schema compiler for translation
3900 - improve closure support for bindings
3901 - copy GSettings INVERT_BOOLEAN flag
3904 - fix another complicated GCancellable deadlock possibility
3907 599590 glib build doesn't look for correct pkg-config
3908 619026 avoid warning in gutils.h when using gcc with -Wconversion
3909 624739 Please fix POTFILES.in
3910 625472 Valgrind claims uninitialized bytes used
3911 625500 g_date_set_time_val documentation doesn't mention local time
3912 625628 GDBusProxy: wrong property name sorting
3913 625753 Incorrect flags used in g_dbus_connection_call_sync()
3914 625827 Expand documentation about error quark naming
3915 625988 builddir != srcdir issues
3916 626107 glibconfig.h is being disted
3918 Updated translations:
3926 Overview of Changes from GLib 2.25.11 to GLib 2.25.12
3927 =====================================================
3929 +-------------------------------------------------------------------+
3930 | WARNING: There have been many API changes in GDBus -- sending |
3931 | messages, subscribing to signals, closing connections and |
3932 | registering subtrees are affected. The ABI for GSettingsBackend |
3933 | has also been changed. For both reasons, a new dconf release is |
3934 | required (and will be along soon). |
3935 +-------------------------------------------------------------------+
3938 - cleanup automake setup
3939 - rename configure.in to configure.ac
3940 - various docs fixups
3941 - move glibconfig.h to glib/
3942 - disable dtrace support on Mac OS (which has incompatible 'dtrace')
3945 - add support for vendor override files (to change the default values
3947 - change GSettingsBackend vtable
3948 - add g_settings_reset()
3949 - support binding to G_TYPE_STRV properties
3952 - many bug fixes, including a serialisation fix
3953 - stop handling incoming connections as soon as stop() is called
3954 - proper support for file descriptor passing
3955 - new flags parameter for sending messages
3956 - new flags parameter for subscribing to signals
3957 - always reset the message serial when sending a message unless
3958 G_DBUS_SEND_MESSAGE_FLAGS_PRESERVE_SERIAL is given
3959 - constness fixes for introspection structures
3960 - clean ups to subtree registration API
3963 - fix divide by zero bug in g_malloc_n functions
3964 - GIO: don't blindly assume that SOCK_CLOEXEC is supported
3965 - make GObject property notify freezes threadsafe
3966 - GIO: clean up credentials passing
3967 - GApplication: make default-quit not apply if register=FALSE
3968 - GIO: add annotations for gobject-introspection
3971 166020 use GAtomic for refcounting
3972 617483 Credentials passing
3973 622005 [GApplication] no way to modify the "default-quit" property
3974 623293 vendor override files
3975 623810 Message serialization bug
3976 623815 Don't check sender for GDBusProxy objects where name is not set
3977 624473 GDBusSubtreeIntrospectFunc return type
3978 624483 GDBusSubtreeEnumerateFunc clarification
3979 624484 GDBusSubtreeDispatchFunc clarification
3980 624754 gdbusaddress.c missing sys/wait.h
3981 624968 div by zero in g_malloc_n family
3982 624991 GSettings mapping for G_TYPE_STRV
3983 625383 Add missing GI annotations
3985 Updated Translations:
3995 Overview of Changes from GLib 2.25.10 to GLib 2.25.11
3996 =====================================================
3998 +-------------------------------------------------------------------+
3999 | WARNING: There have been minor API changes in GDBus and GVariant. |
4000 | These API changes will not affect many users, but they do require |
4001 | a new version of GTK+ to be installed. |
4002 +-------------------------------------------------------------------+
4005 - add a --disable-Bsymbolic configure flag to disable linking with
4006 -Bsymbolic-functions
4007 - this release sees the complete removal of the old 'g*alias' hacks
4008 - honour the NOCONFIGURE environment variable from autogen.sh
4009 - use proper feature test macros for isnan
4010 - use pkg-config to check for zlib
4011 - add ACLOCAL_AMFLAGS to Makefile.am
4014 - hide Class and instance structures for all GDBus types except
4015 GDBusProxy. This breaks API by preventing subclassing, but probably
4016 nobody was doing that.
4017 - add new GDBusConnection call to support flushing all pending
4019 - change the register_object API to add a reference to the
4020 GDBusInterfaceInfo object so the caller need not keep it alive
4022 - don't rewrite the serial number when sending messages that already
4023 have a serial number
4024 - better error checking for DBUS_SESSION_BUS_ADDRESS environment
4026 - switch to g_parse_debug_string for G_DBUS_DEBUG and add a lot of new
4028 - add support for temporarily freezing a freshly created
4029 GDBusConnection. Do this until after the ::new-connection signal
4030 has finished running on GDBus services.
4031 - never require non-closed connections (the user is incapable of doing
4032 this due to the obvious race)
4033 - remove weird/misleading redundant check on NameOwnerChanged signal
4034 - emit GDBusProxy::g-properties-changed on NameOwnerChanged
4037 - the 'g_variant_{new,get}_byte_array' APIs have been removed
4038 - g_variant_{new,get,dup}_bytestring has been added, with different
4039 arguments and different behaviour
4040 - g_variant_{new,get,dup}_bytestring_array has been added, doing
4041 essentially the same thing as the 'strv' functions, but with byte
4042 strings instead of utf8 strings
4043 - G_VARIANT_TYPE_BYTESTRING ('ay'), BYTESTRING_ARRAY ('aay') and
4044 STRING_ARRAY ('as') constants have been added
4045 - the undocumented behaviour that g_variant_get_strv() deserialised
4046 arrays of object paths or signature strings has been dropped
4047 - additional varargs support for converting bytestrings or bytestring
4048 arrays with ^ay ^aay ^&ay and ^a&ay
4049 - improved gobject-introspection annotation
4050 - fix a problem with GBuffer calling g_slice_free for the wrong type
4051 - fix leaks in the type inferencing code of the parser
4054 - improved documentation
4055 - updated schema XML DTD, now xincluded into the docs
4056 - added support for schemas that extend other schemas (using the
4057 'extends=' attribute). Values of keys in the base schema can be
4058 overridden using <override>.
4059 - added theoretical support for lists (using the 'list-of=' attribute)
4061 - add support for flags (implemented similarly to enums)
4062 - add support for generating .enums.xml files to gsettings.m4:
4063 gsettings_ENUM_NAMESPACE = org.example.myapp
4064 gsettings_ENUM_FILES = ../path/to/*.h
4065 will generate org.example.myapp.enums.xml with mappings for all
4066 enums and flags in the specified .h files.
4067 - warn with g_message() if the 'memory' backend is used by default
4068 (ie: because no other GSettings backends are installed)
4069 - fix get_property() for GSettings::schema
4070 - command line tool: fix a bug that prevented non-basic values from
4071 being set due to a premature free
4072 - command line tool: bash completion support
4073 - chain up in _finalize
4074 - add a new g_settings_get_mapped API to read settings that require
4076 - retry with the translated or schema default value if the
4077 GSettingsBindGetMapping function fails
4078 - schema compiler: never fail due to empty schema directories (but
4080 - peek rather than ref/unref the GEnumClass in the mapping function
4081 - schema compiler: compile *.enums.xml before *.gschemas.xml to ensure
4082 that we have all the enums that the schemas may reference
4083 - schema compiler: improve accuracy of line numbers in error reports
4084 - fix crashes in the keyfile backend caused by invalid group names in
4088 - always intern GBinding prop names
4089 - base64: remove asserts preventing conversion of empty strings
4090 - document NULL special-cases for GValueArray
4091 - GNode docs improvements
4092 - improve detection of 'system internal' mounts
4093 - fix leaks in the inotify GFileMonitor implementation
4094 - annotate all custom GIO GSources to improve debugging (e.g. using
4098 - Turn on glibc malloc checking features for make check
4099 - improvements for GSettings tests, plus new tests
4100 - improved tests for GKeyfile
4101 - new tests for GDir, GSList, GSList, GAppLaunchContext,
4102 CharsetConverter, GIcon, ...
4103 - move some tests to GTester (tree tests, uri tests)
4104 - generally, really an awful lot of new tests
4105 - don't try to allocate 2gigs of memory anymore for the array test
4107 552363 g_value_array_{insert,prepend,append}'s special cases for NULL
4108 561248 Improve return value description from g_node_prev/next_sibling()
4109 570036 Add ACLOCAL_AMFLAGS to Makefile.am
4110 576833 g_sprintf add a reference to g_strdup_printf
4111 576854 g_strconcat() documentation should provide a hint about bad l10n
4112 582227 reference: add other URI functions to 'URI Functions' section
4113 599223 should provide g_spawn_* variants that take a GAppLaunchContext
4114 610784 array test failing
4115 613057 Leak in inotify GFileMonitor implementation
4116 620536 Annotate all custom GIO GSource using g_source_set_name
4117 620913 More control with G_DBUS_DEBUG
4118 622124 implement flags
4119 622127 GSettings extended key validation
4120 622128 retry with default value for failed mapping
4121 622294 More annotations for GVariant
4122 622565 glib-compile-schemas fails when no schemas
4123 622600 Fix missing prototype warning
4124 622813 gsettings mapping & enum buglet
4125 623142 Ensure ::new-connection runs before processing D-Bus messages
4126 623143 Never require non-closed connections
4127 623319 use g_parse_debug_string for dbus debug flags
4128 623401 process enums first
4129 623402 schema compiler reports wrong line numbers
4130 623407 g_keyfile_settings_backend_new crashes with the key "/"
4131 623473 zlib should be checked with pkg-config
4132 623537 GDBusProxy has weird checking on NameOwnerChanged
4133 623538 GDBusProxy::g-properties-changed emission for corner cases
4134 623692 directory with file at multiple MLS levels may display empty
4135 623720 gschema.dtd does not contain enum definitions
4136 623770 quoting of expand_macro in gdesktopappinfo.c
4137 623772 gdesktopappinfo.c, function child_setup
4138 623780 g_unix_is_mount_path_system_internal
4139 623954 g_settings_finalize
4140 623955 Dubious return values
4142 Updated translations:
4148 Overview of Changes from GLib 2.25.9 to GLib 2.25.10
4149 ====================================================
4151 +----------------------------------------------------------------+
4152 | WARNING: There have been API changes in GDBus. Users of these |
4153 | APIs will need to be adapted. In particular, a new release of |
4154 | dconf is required to go along with this one. There has also |
4155 | been a change in the GSettings backend API used for keyfiles. |
4156 +----------------------------------------------------------------+
4159 - add direction parameter to filter functions (API change)
4160 - allow calling other interfaces with a GDBusProxy
4161 - padding added to class struct fields (ABI change)
4162 - fixes for closures-based functions
4165 - new is_floating() call
4166 - add g_value_take_variant() call (required for marshallers)
4169 - support for binding GParamSpecEnum properties
4170 - ifelse-style condition support for GLIB_GSETTINGS m4 macro
4171 - remove gsettings-schema-convert tool (now in GConf)
4172 - allow introspection of all installed schemas
4173 - allow introspection of the keys in a schema
4174 - rewrite keyfile backend (API change)
4177 - don't implicitly close GSocket until it is destroyed
4181 - allow GChecksum to take (NULL, 0) for data/length
4182 - GRelation and GCompletion are now deprecated
4183 - introduce G_PARAM_DEPRECATED and G_ENABLE_DIAGNOSTIC
4184 - add working directory to GApplication platform data
4185 - lots of documentation cleanups
4186 - PCRE updated to 8.02
4189 - the IA__g_* style symbol aliasing has been disabled and replaced with
4190 the -Bsymbolic-functions linker flag on platforms that support it.
4191 Please be on the watch for portability issues and report them to us.
4192 - many test cases have been moved to the GTester framework
4193 - lcov support has been added for tests
4194 - many windows fixes
4197 501057 lcov coverage suite and GLib integration
4198 551271 deprecate GRelation
4199 601686 Implement diagnostic mode
4200 603309 GSocketOutputStream broken on Windows (?)
4201 616718 GLIB_GSETTINGS macro can't be used conditionally
4202 616855 GSocketConnection: don't close the socket if it's still reffed
4203 618866 g_ptr_array_remove_index_fast memory leak
4204 619878 keyfile backend calls keys_changed with invalid argument
4205 619879 keyfile backend doesn't make use of expected_type
4206 621092 Add with_closures() variants for bindings
4207 621172 Cross compiling fails
4208 621838 Actually add cwd to platform data
4209 621945 Filter outgoing messages in GDBusConnection
4210 621947 add g_value_take_variant
4211 622038 GSettings: "It is a programmer error" documentation is unclear
4212 622154 [patch] update documentation for g_application_new
4213 622281 binding: Add SYNC_CREATE to the flags
4214 622480 Improve documentation for g_strcmp0()
4215 622554 g_error called if schema not installed
4216 622601 Return interned strings from g_settings_list_keys
4218 * Translation updates:
4221 Overview of Changes from GLib 2.25.8 to GLib 2.25.9
4222 ===================================================
4224 +----------------------------------------------------------------+
4225 | WARNING: There have been API changes in GDBus, GSettings and |
4226 | GApplication. Users of these APIs will need to be adapted. In |
4227 | particular, a new release of GTK+ is required to go along with |
4229 +----------------------------------------------------------------+
4232 - Use Gio's default async implementation
4233 - Fix proxy construction for objects with no properties
4234 - Fix error handling in synchronous initialization
4235 - Do not dispatch calls to unregistered objects
4236 - Add _with_closures alternative functions
4237 - Allow constructing GDBusProxy with well-known names
4238 - Remove GType parameters from GDBusProxy constructors
4239 - Nuke g_bus_watch_proxy API
4240 - Add --xml to gdbus-tool to print raw introspected XML
4243 - schema file format change: store (default, options) in gvdb
4244 - Add g_settings_sync()
4245 - Add support for enums and ranges
4246 - 'context' support has been replaced by direct use of
4250 - Switch to using variants for timestamps
4254 - Introduce g_object_notify_by_pspec
4256 - The GVariant gtype G_TYPE_VARIANT was changed from boxed
4257 to fundamental. We believe there were no existing users
4258 of the boxed type, so this should not cause any applications
4262 - Add package and version to the test report XML
4263 - Use optparse to parse gtester-report commandline
4264 - Add subunit support to gtester-report
4265 - Prevent division by zero if no tests
4268 621782 Crash using gbinding
4269 619945 GConverterOutputStream triggers assertion and corrupts data
4270 621319 more leaked GVariants in GSettings
4271 621168 GKeyFile memory leak on Windows platform
4272 621002 Switch to using variants for timestamps, split out signals
4273 620953 tiny docs addition
4274 618904 Lies in gunixmounts documentation
4275 621702 Correctly initialize GError
4276 611778 minor cleanup of gtester-report
4277 621213 GDBusProxy and well-known names
4278 621034 Rewrite apps test to ensure children are killed
4279 620954 gapplication gvariant simplifications
4280 611869 add subunit out feature to gtester-report
4281 621119 GDBusProxy and objects with no properties
4282 620990 Use Gio's default async implementation again
4283 620952 g_application_register_with_data is an ugly API
4284 621252 GSettings leaks context
4285 618715 fork() in GSettings test cases is problematic 618715
4286 621905 Assume a ref when doing async work
4287 621266 GSettings "context" clarification
4289 * Translation updates:
4293 Overview of Changes from GLib 2.25.7 to GLib 2.25.8
4294 ===================================================
4296 * Initial support for dtrace and systemtap profiling:
4297 - mainloop sources can be named
4298 - probes for memory allocation with g_malloc and gslice
4299 - gquark name tracking
4301 - object life-cyle (creation, finalization, ref, unref)
4302 - signal creation and emission
4305 - has been fixed to work with the FreeBSD malloc
4306 - added introspection annotations
4307 - new function: g_variant_builder_add_parsed
4310 - g_settings_set/get_strv functions have lost their length parameter
4311 - g_settings_set_strv accepts NULL
4312 - added introspection annotiations
4314 * GPermission: an abstract interface for representing permissions,
4315 with a minimal implementation named GSimplePermission
4317 * GApplication: a basic application support class, with a D-Bus based
4321 619585 glib-compile-schemas asserts on FreeBSD
4322 620384 Annotate GVariant and GSettings _strv() functions
4323 606044 Add support for dtrace/systemtap static markers
4324 620350 add g_variant_builder_add_parsed() API
4325 620349 utf8ify GVariant printer
4326 620767 Typo in GSettings documentation: "INTLTOOL_NOMERGE_RULE"
4327 620312 Fix g_settings_[gs]et_strv() API
4329 620582 GPermission needs a simple implementation
4330 620496 GSettings schema compiler should reject invalid paths
4331 620173 missing single header inclusion guards
4332 620265 g_assertion_message_error should take const GError *
4334 * Translation updates:
4344 Overview of Changes from GLib 2.25.6 to GLib 2.25.7
4345 ===================================================
4347 * NOTE: API/ABI breaks since 2.25.6 release:
4348 - g_dbus_connection_sync{,_sync} takes a new 'reply_type' argument
4349 - GSettingsBackendClass 'list' virtual function changed
4351 GSettings backends and things using GDBus may need to be rebuilt.
4353 * GDBus: many build-related fixes
4355 * GDBus (service): return a DBus error when receiving a method call for
4356 an unknown interface.
4358 * GSettings: fix 'make install' bug in gsettings.m4 for generated schema
4361 * GSettings: avoid non-portable use of LC_MESSAGES
4363 * better approach to handling man pages
4367 619527 please improve docs on g_file_make_symlink
4368 619391 send-with-reply should have expected result signature
4369 618616 Use stack-allocated GVariantBuilders
4370 617004 Build with "--disable-nls" fails under MinGW/Win32
4371 619142 Build fixes (GDBus)
4373 * Updated translations:
4378 Overview of Changes from GLib 2.25.5 to GLib 2.25.6
4379 ===================================================
4381 * GDBus: introspection improvements
4382 * GDBus: build fixes
4384 * GSettings: GSettingsBackend ABI changed **** NOTE ****
4385 * GSettings: --uninstall option for schema compiler
4386 * GSettings: new m4 macro with more power
4387 * GSettings: thread support
4389 * rework of file notification on Solaris
4390 * fixes for gold linker
4393 619038 increase gsettings.m4 power
4394 619031 method-calls-in-thread test failing
4395 618839 Typo at translation message
4396 616864 GSETTINGS_CHECK_RULE doesn't work with multiple files
4397 618730 gunixcredentialsmessage.c doesn't compile on GNU/kfreebsd
4398 616314 Make GSettings (partially) threadsafe
4400 * Updated Translations:
4405 Overview of Changes from GLib 2.25.4 to GLib 2.25.5
4406 ===================================================
4408 * GDBus: Fix serialization of empty arrays
4410 * GDBus: Plug various memory leaks
4412 * GSettings: Fix problems with GSETTINGS_CHECK_RULE
4415 616731 GSETTINGS_CHECK_RULE doesn't work in non-srcdir builds
4416 616864 GSETTINGS_CHECK_RULE doesn't work with multiple files
4417 618615 mem leaks in parse_value_from_blob
4418 618622 Plug some mem leaks in gdbus
4419 618650 Plug a mem leak in gdbusauth
4420 618663 Plug mem leaks in gdbus tests & examples
4422 * Updated translations:
4426 Overview of Changes from GLib 2.25.3 to GLib 2.25.4
4427 ===================================================
4429 * GDBus D-Bus support has been merged. This provides an API
4430 to replace dbus-glib
4432 * GVariant no requires strings to be UTF-8. You can use byte
4433 arrays for non-UTF-8 strings.
4435 * GSettings allows to bind string properties to byte arrays
4437 * The schema compiler supports range restrictions
4440 618051 socket-server|client.c fail to compile under AIX...
4441 616102 GSettings ignores <choice> and <range>
4442 616720 Chunked quark allocation
4443 616877 Several issues with g_socket_receive_message
4444 616892 gio: Add a boxed type for GFileAttributeMatcher
4445 616967 Add g_regex_get_compile_flags() and g_regex_get_match_flags()
4446 617767 g_settings_[gs]et_strv() 'length' argument has missing docs...
4447 617914 gtester-report: cope with binaries with no test cases
4448 617937 output_stream_close vs output_stream_close_async semantics
4449 615494 Connction timeouts produce partially invalid error messages
4450 617823 glib-compile-schemas problems with an out of source build
4451 617947 glib-mkenums: add @valuenum@ support
4453 * Translation updates:
4460 Overview of Changes from GLib 2.25.2 to GLib 2.25.3
4461 ===================================================
4463 * New macro: G_GNUC_DEPRECATED_FOR, a variant of G_GNUC_DEPRECATED
4464 that lets you add replacement information (requires gcc 4.5)
4466 * Rename AM_GSETTINGS autoconf macro to GLIB_GSETTINGS
4468 * Rename gschema-compile utility to glib-compile-schemas
4470 * Add support for timeouts in GSocket
4473 589989 Compilation error on Solaris 9
4474 616648 Change AM_GSETTINGS macro to GLIB_GSETTINGS
4475 587898 I/O timeouts for GSocket
4476 614541 Add G_TYPE_ERROR boxed type for GError
4479 Overview of Changes from GLib 2.25.0 to GLib 2.25.2
4480 ===================================================
4482 * Include a 'gsettings' utility, for commandline access to GSettings
4484 * Install a AM_GSETTINGS autoconf macro similar to AM_GCONF
4486 * GSettings can bind the writability of a key explicitly
4488 * There is now a predefined boxed type for GError
4491 615379 g_new macros crash if sizeof(struct_type) == 0
4492 616312 Add m4 rule equivalent to GCONF_SCHEMAS_INSTALL
4493 616295 mapping bug for uint64
4494 616216 glib compile from remote directory fails
4495 615960 Fix size passed to connect() for abstract sockets
4496 616432 Crash in gschema-compile
4497 616331 gsettings-schema-convert uses imaginary types
4498 616309 gsettings-schema-convert should output gettext-domain
4499 616384 Add mention of GConfBridge in conversion docs
4500 616311 gschema-compile outputs in current directory
4501 616276 simplify gschema-compile test setup
4502 616156 keys with unnecessary empty options arrays
4503 616405 gsettings missing g_return_if_fail's
4504 616245 Use G_DEFINE_INTERFACE macro
4505 614541 Add G_TYPE_ERROR boxed type for GError
4507 * Updated translations:
4514 Overview of Changes from GLib 2.24.0 to GLib 2.25.0
4515 ===================================================
4517 * The GSettings framework has been merged. This provides the API to
4518 replace GConf. DConf will provide a backend implementation for it.
4519 GConf will also provide a backend implementation to ease the
4520 transition. We provide utilities to assist with schema conversion
4521 and data migration, as well as a porting guide.
4523 * Translation updates:
4533 Overview of Changes from GLib 2.23.6 to GLib 2.24.0
4534 ===================================================
4537 613601 buglet in dup_close_on_exec_fd
4538 584284 g_data_input_stream_read_until_async behaves confusingly
4539 613748 Write errors in middle of copy cause hang
4540 613923 splice_stream_with_progress: wrong error handling
4541 613667 Typo in GObject documentation
4542 613618 gvariant format string docs unclear
4544 * Translation updates:
4550 Overview of Changes from GLib 2.23.5 to GLib 2.23.6
4551 ===================================================
4553 * Class private data:
4554 - support for private data associated with a GTypeClass
4556 * GVariant merge is now complete:
4557 - loading functions and parser merged
4559 * Windows improvements:
4561 - various build improvements
4562 - removal of GCC/C99isms in favour of portable code
4563 - drop unmaintained Visual Studio 8 support
4565 * Minor API addition:
4566 - g_desktop_app_info_get_filename()
4569 521707 Class private data
4570 612502 build fails on glib/tests/gvariant.c
4571 612832 [GDesktopAppInfo] New function g_desktop_app_info_get_filename
4572 612702 [PATCH] Fix GSocket-related crash on Windows
4573 612736 Improve the documentation about single include
4574 610858 gvariant test fails sometimes
4575 612327 uninitialized variable
4581 * Updated translations:
4591 Overview of Changes from GLib 2.23.4 to GLib 2.23.5
4592 ===================================================
4594 * New API addition: g_malloc_n() and friends used to implement an
4595 overflow-safe family of g_new() macros.
4598 - GVariantBuilder and GVariantIter are now merged.
4599 - The variable arguments API is now merged.
4600 - The parser will be in a future release.
4603 - Remove GUtf8InputStream (which never appeared in a stable release)
4604 for now since it doesn't satisfy the needs of its main intended use
4605 case. We hope to reimplement this feature in a better form in a
4609 609531 missing licence headers
4610 612107 Missing G_FILE_ATTRIBUTE_TRASH_ORIG_PATH
4611 611897 g_io_modules_scan_all_in_directory leaks
4612 608196 Overflow-safe g_new family
4613 611696 gio uses GetAddrInfo which requires special handing on windows 2k
4614 605667 Don't use G_PARAM_SPEC_VALUE_TYPE when we know the pspec is valid
4615 610860 test_g_file_open_readwrite fails if $HOME is unwritable
4616 552912 glib-2.18 /live-g-file/test_copy_move failed when run as root
4617 609813 Renaming a file discards file notes
4619 * Updated translations:
4621 Brazilian Portuguese
4641 Overview of Changes from GLib 2.23.3 to GLib 2.23.4
4642 ===================================================
4644 * GVariant: The core of GVariant has been merged now, with some
4645 API still to follow.
4648 - There is a new interface GFileDescriptorBased for file descriptor
4649 based IO. GLocalFile{Input,Output}Stream implement it
4650 - Use splice(2) to transfer data between file descriptors without
4652 - Add a way to request move events from file monitors
4655 609143 *result_uncertain is never assigned in g_content_type_guess
4656 604086 Use splice(2) when doing local file copies
4657 547890 No move events for GFileMonitorEvent?
4658 568760 nautilus freezes due to a bug in garray.c:322
4659 609962 Add info about the use of G_DEFINE_INTERFACE
4660 609564 g_base64_encode_close docs should mention outbuf size...
4661 610484 g_variant_equal bug
4662 610131 libasyncns does not compile on Solaris 8
4663 609530 missing single header include guards
4665 * Updated translations:
4677 Overview of Changes from GLib 2.23.2 to GLib 2.23.3
4678 ===================================================
4680 * GLib now has a facility for locks that consume only one bit of
4681 storage inside an integer: g_bit_lock()
4683 * GVariant: The serializer has been merged, with more API to follow
4686 548967 1 bit mutex lock
4687 604967 2.22.3 libasyncns build fails on HP-UX 11.11
4688 608602 G_VALUE_COLLECT_INIT variables shadow those in G_VALUE_COLLECT
4689 608743 Crash in g_hostname_to_ascii visiting certain website in epiphany
4690 599197 array ref and unref functions crash on NULL array.
4691 608159 mem leak in g_io_modules_scan_all_in_directory
4693 * Translation updates
4694 Brazilian Portuguese
4703 Overview of Changes from GLib 2.23.1 to GLib 2.23.2
4704 ===================================================
4706 * We are now using gcc builtins for atomic operations when available
4708 * g_assert() grew the ability to store assertions in core dumps
4710 * GIO supports lazy loading of GIO modules, and there is a new
4711 gio-querymodule utility that goes along with this.
4712 Packagers will need to adapt to this.
4714 * Threading changes:
4715 - The requirements for g_thread_init() have been relaxed slightly,
4716 it can be called multiple times, and does not have to be the first
4718 - GObject now links to GThread and threads are enabled automatically
4719 when g_type_init() is called.
4720 - Thread-safety issues with boxed types in GObject have been fixed.
4723 - Another bunch of performance work has landed
4726 - GVariantType has been merged, with the rest of the GVariant
4730 568760 nautilus freezes due to a bug in garray.c:322
4731 602417 Document lifecycles of GSimpleAsyncResult and friends
4732 604824 crash in Epiphany: Selecting my Slashdot bo...
4733 448888 don't init g_slice for always-malloc
4734 531902 Use GCC atomic buildins for g_atomic*
4735 554887 boxed type registration is not thread safe
4736 586150 unresolved symbols when building glib 2.21.2 on OS X Tiger
4737 589176 row gvalue transform array exponentially
4738 594872 Support storing assertion messages into core dump
4739 602240 Upgrade libasyncns to 0.8
4740 603590 Speed up G_VALUE_COLLECT
4741 604457 gutf8inputstream.c: increasing unknown size pointer
4742 605686 GCharsetConverter doesn't flush
4743 605733 g_memory_output_stream_new violates GObject standards
4744 605883 g_object_new() processes varargs even when there are none
4745 605977 invalid utf-8 conversion in g_local_file_get_parse_name(...
4746 606775 Enable threads by default in gobject
4748 * Translation updates:
4760 Overview of Changes from GLib 2.23.0 to GLib 2.23.1
4761 ===================================================
4763 * GObject performance work has landed:
4764 - Construction of simple objects is much faster
4765 - Interface lookup is lock-free and constant-time now
4766 - Reduced locking overhead when dealing with types
4768 * GType now has a G_DEFINE_INTERFACE convenience macro
4770 * GIO gained GUtf8InputStream, an input stream that
4771 performs utf-8 validation
4773 * GLib now has byte-swap macros for gsize and gssize
4776 557151 Determining the newly_constructed boolean in gobject.c...
4777 557100 Performance improvements for GObjectClasses that don't...
4778 501166 Warning message says IA__g_type_init instead of g_type_init
4779 585375 Performance and Contention problems with g_type_class_ref...
4780 587892 Race in GType when instantiating the same class for the...
4781 603270 Input Stream validating utf8
4782 603476 gioenums.h:62: error: comma at end of enumerator list
4783 603540 g_time_val_from_iso8601 uses uninitialised variable
4784 603982 Stack overflow when reading file async with filter
4785 604645 G_DEFINE_INTERFACE_* documentation is not generated
4786 604875 Use of sa_len conflicts with system header
4787 320482 provide G_DEFINE_TYPE like macros for interfaces
4789 * Updated translations:
4797 Overview of Changes from GLib 2.22.x to GLib 2.23.0
4798 ===================================================
4801 - GConverter: a generic interface for stateful conversions of data,
4802 suitable for charset conversion, compression, decompression, regexp
4803 replacement. Concrete implementations are GCharsetConverter,
4804 GZlibCompressor and GZlibDecompressor. GConverterInputStream,
4805 GConverterOutputStream are stream implementations that convert data
4806 while loading or saving it.
4807 - GMounts can now have a 'default location': a path that reflects
4808 the main entry point for the user (e.g. the home directory).
4809 - As a consequence of the compression support, GIO depends on zlib now.
4812 - G_IMPLEMENT_INTERFACE_DYNAMIC: a convenience macro for adding
4813 interfaces to dynamic types.
4816 - The -pthread flag has been added to all gmodule .pc files, because
4817 it is not generally permissible to load modules that are linked
4818 against libpthread if the program has not been compiled with threading
4822 601637 GUnixFDMessage should contain a GUnixFDList
4823 585566 GSocketListener API issues
4824 572252 Bug in g_file_test() function.
4825 600550 g_app_info_create_from_commandline doesn't treat arguments properly
4826 541236 not detecting exact content type
4827 350200 [PATCH] GTypeModule derived class unref does not unload plugin
4828 589631 Please enclose literal values with double quotes
4829 577711 cross compile check for g++ broken
4830 600620 Support X-GNOME-FullName in GAppInfo
4831 598899 GWin32DirectoryMonitor is broken
4832 593809 Nautilus does not restore the position of the icons on the desktop...
4833 563627 g_get_prgname() threadsafety
4834 600141 Add -pthread to gmodule pkg-config
4835 593856 file and directory monitors don't work when glib is compiled...
4836 324930 Nautilus should disallow copying of symlink to FAT drive early
4837 587300 Deadlock when calling g_cancellable_disconnect in a...
4838 595138 GFile not robust with invalid input
4839 591216 Warning building resolver.o
4840 590016 Does not compile under MinGW32 + Wine
4841 591214 Warnings building gcancellable.o
4842 561998 Have specific entry points (paths) for mounts...
4843 508157 Add G_IMPLEMENT_INTERFACE_DYNAMIC
4844 535159 g_file_has_parent
4846 * Updated translations:
4847 Brazilian Portuguese
4858 Overview of Changes from GLib 2.22.1 to GLib 2.22.2
4859 ===================================================
4862 - Support case-sensitive globs in the shared mime database,
4863 including support for the newer cache format that allows these.
4864 Case-sensitive globs have been introduced in shared-mime-info
4868 - Speed up creation of simple objects
4871 597194 Typo in _G_TYPE_CVH macro
4873 * Updated translations:
4877 Overview of Changes from GLib 2.22.0 to GLib 2.22.1
4878 ===================================================
4881 596064 Test file marked for translation
4882 595972 possibly invalid search in mime_info_cache_dir_add_...
4883 596561 C99 style of declaration of variable in gmessages.c
4884 596314 g_utf16_to_utf8 returns an invalid UTF8 string
4885 596748 g_async_result_get_source_object returns a new ref
4886 593809 Nautilus does not restore the position of the icons...
4887 593775 uses inotify_init1 unconditionally
4889 * Updated translations:
4894 Overview of Changes from GLib 2.21.6 to GLib 2.22.0
4895 ===================================================
4897 * Add gdb python macros to make gobject debugging more pleasant
4900 579050 Allow making selected critical and warning messages non-fatal
4901 594759 g_socket_send_message fails due to invalid sendmsg params
4902 593941 GNetworkAddress skipping addresses when enumerating
4903 594597 Fix build with srcdir != builddir
4904 595619 Include gdb pretty printers
4906 * Changes that might affect bindings:
4907 - The error parameter of g_simple_async_result_set_from_error has been
4910 * Updated translations:
4944 Overview of Changes from GLib 2.21.5 to GLib 2.21.6
4945 ===================================================
4947 * Minor API additions:
4948 g_mkstemp_full is a variant of g_mkstemp that allows to specify flags
4952 593232 g_rand_new: read no more than requested from /dev/urandom
4953 591995 use saved errno
4954 589491 g_time_val_from_iso8601 doesn't handle some cases
4955 593406 Permissions set to 777 after copying via Nautilus
4956 594034 Add g_mkstemp_full()
4958 * Updated translations:
4961 Brazilian Portuguese
4979 Overview of Changes from GLib 2.21.4 to GLib 2.21.5
4980 ===================================================
4982 * A performance problem with trashing of many files has been fixed
4984 * GResolver now invalidates the libc resolv.conf cache as needed
4986 * Minor api additions:
4987 - g_cancellable_make_pollfd returns a boolean now. And there is a
4988 new function g_cancellable_release_fd that can be used to released
4989 the resources used by a GCancellable.
4992 589988 Compilation error on Solaris 9 (missing stdint.h)
4993 588901 gtcpconnection.c won't compile
4994 584246 GResolver needs to call res_init() when network state changes
4995 591714 Figure out failure handling for g_cancellable_make_pollfd()
4996 591532 redundent '/' returned from g_file_resolve_relative_path
4997 591378 Use MSG_NOSIGNAL in GSocket if it's available
4998 589649 API documentation migration for Base64 Encoding
4999 591840 configure fails with autoconf 2.64
5001 * Updated translations:
5003 Brazilian Portuguese
5025 Overview of Changes from GLib 2.21.3 to GLib 2.21.4
5026 ===================================================
5028 * GTree is now refcounted
5031 587938 Undocumented limitation for g_str_equal
5032 587773 refcounts for GTree
5034 * Updated translations:
5044 Overview of Changes from GLib 2.21.2 to GLib 2.21.3
5045 ===================================================
5047 * GMappedFile is refcounted now
5049 * Mainloop: It is now possible to set per-thread default contexts,
5050 with g_main_context_push_thread_default.
5052 * glib-mkenums supports a @basename@ substitution, in addition
5056 - Vfs implementations can support storing of per-file metadata.
5057 - GCancellable can now be subclassed.
5058 - Unmount and eject methods now optionally allow interaction, via
5059 variants that take a GMountOperation object.
5062 556706 Inconsistent help arguments -h, -?
5063 579449 FileChoosers no longer work if an idle handler is active
5064 579933 mainloop FD_CLOEXEC has a race condition
5065 579984 alternate GMainContext support
5066 585937 gio/gsocket.c (glib 2.21.2) does not compile (Windows/mingw)
5067 586675 Runtime library location
5068 586797 Add GCancellables to GSocket ops
5069 586868 g_filename_complete_get_completions doesn't always return...
5070 587415 g_resolver_lookup_by_name_finish returns a freed list
5071 587434 regression tests fail, at least on x86_64
5072 586928 Avoid g++ warning in g_error()
5074 * Updated translations:
5079 Overview of Changes from GLib 2.21.1 to GLib 2.21.2
5080 ===================================================
5083 - g_socket_speaks_ipv4 is a new function to check if a socket can
5085 - g_socket_listener_add_address gained a new effective_address out
5087 - GIO now returns special icons for XDG user directories, by the
5088 name folder-music, folder-documents, etc.
5089 - GIO gained support for starting/stopping of drives, which can be used
5090 in connection with external hard disk enclosures, disk arrays, iSCSI
5091 devices, etc. See g_file_start/stop_mountable.
5094 - g_reload_user_special_dirs_cache is a new function to force GLib to
5095 reload the XDG user directory mapping from disk.
5098 584574 glib compile failure on Mac OS X with gunixresolver.c and...
5099 585566 GSocketListener API issues
5100 584255 Incorrect freeing of thread pool in GThreadedSocketService
5101 585088 g_string_chunk_insert_len stops at nul bytes
5102 585360 Monitor fontconfig configuration files using gio causes m...
5103 580103 Terminal starts on Display :0.0 when started on :0.1 in D...
5104 580301 network: a few issues on old darwin
5105 583398 SRV weight sorting is incorrect
5106 584176 build fixes on FreeBSD
5107 585189 g_cancellable_reset() must be called in same thread as g_...
5108 585280 compilation dies on gio/gsocket.c, needs sys/uio.h to con...
5109 585281 gio/gunixfdmessage.c needs sys/types.h for platforms that...
5110 585478 don't leak the inotify fd
5111 585575 g_socket_listener_add_inet_port() doesn't do the right thing
5112 585599 g_socket_listener_add_socket() consumes the socket
5113 585676 GEmblem doesn't reference its 'icon' if that is set as a ...
5114 585717 "bytes" nautilus translation to french is not shown in th...
5115 541276 XDG directories should have their own icons
5116 585726 Grammatical error in GList documentation
5117 585520 Wrong warning option in documentation
5118 585673 GNOME Goal: Remove deprecated glib symbols
5119 585591 Starting/stopping drives
5121 * Updated translations:
5126 Overview of Changes from GLib 2.21.0 to GLib 2.21.1
5127 ===================================================
5130 - Support for network IO has been added, including a low-level
5131 socket API and a high-level API for network connections and
5133 - Support for read-write access with GIOStream and its subclasses.
5134 - GMount gained a pre-unmount signal.
5137 576104Implement GMount::pre-unmount
5138 578769 implement GWinHttpFileInputStream::close_fn
5139 582856 gsocket.c doesn't compile on Solaris
5140 569375 g[u]intptr undocumented
5141 573246 [FIX] g_desktop_app_info_dup() can access NULL pointer
5142 575013 g_cancellable_push_current() does not allow NULL
5143 577884 live-g-file.c:461: error: format ‘%d’ expects type ...
5144 578499 g_output_stream_splice and stream closing with gnio strea...
5145 579558 Application employing gvfs crashes with only libgvfscommo...
5146 583001 SIGPIPE (grr!)
5147 583061 Please add convenience function to connect to machines by...
5148 583198 typo in error message
5149 583206 use g_set_error_literal where appropriate
5150 583229 void function g_async_initable_init_async returns value
5151 583324 locking problem in g_main_context_iterate()
5152 583408 void function g_socket_control_message_serialize returns ...
5153 578786 wrong and confusing error message
5154 583205 g_inet_address_to_bytes has no length outparam
5155 583196 mem leak in keyfile test
5156 583663 GSocketType enum ends with a comma
5157 569024 Make g_error_new_valist public
5158 569376 missing G_G[U]INTPTR_FORMAT
5159 580347 off-by-1 bug in GWinHttpFile
5161 * Updated translations:
5167 Overview of Changes from GLib 2.20.x to GLib 2.21.0
5168 ===================================================
5171 - New helper functions g_cancellable_connect/disconnect to avoid
5172 race conditions when connecting to the "cancelled" signal on
5174 - New types and methods for dealing with IPv4 and IPv6 addresses (and
5175 UNIX domain socket addresses under UNIX). This does not include code
5176 for actual socket I/O.
5177 - GResolver provides asynchronous and cancellable APIs for resolving
5178 hostnames, reverse lookup of IP addresses and resolving SRV records.
5180 * Glib now provides hash and comparison functions for int64 and double
5181 types, suitable for use with GHashTable.
5183 * GArray, GPtrArray and GByteArray can be ref counted now, and have
5187 572844 Helper for GCancellable::cancelled connect/disconnect
5188 578363 goption docs should be improved
5189 548466 async/cancellable DNS resolver
5190 579830 param spec strings should use P_()
5191 579862 requesting xattr::foo ends up calling getxattr(..., user...
5192 580453 Hash and equal functions for gint64 and gdouble
5193 580450 Reference counting and boxed types for arrays
5194 580194 gresolver doesn't build on Solaris
5195 580301 network: a few issues on old darwin
5196 580299 network: include sys/types.h before sys/socket.h to insur...
5197 572508 gmarkup speedup
5198 580546 g_strtoull() referenced in documentation...
5199 580656 g_key_file_set_string_list erroneously asserts list != NULL
5200 579272 leaks in g_simple_async_result_set_op_res_gpointer
5203 * Updated translations:
5209 Overview of Changes from GLib 2.20.0 to GLib 2.20.1
5210 ===================================================
5213 575555 Use fsync() when replacing files to avoid data loss on
5214 575708 runaway inotify madness
5215 575270 GVolumeMonitor::mount-pre-unmount not being emitted
5216 577128 glib make check Failed to execute child process...
5217 573673 Always show "backup" directories
5218 578369 g_time_val_from_iso8601() parses timezones incorrectly
5219 578002 Fix a small typo in GFile docs
5220 578017 G_DEFINE_TYPE_EXTENDED docs
5222 * Updated translations:
5227 Brazilian Portuguese
5253 Overview of Changes from GLib 2.19.9 to GLib 2.20.0
5254 ===================================================
5256 * Base64 support: Avoid integer overflows. CVE-2008-4316
5259 574019 GChecksum: document and guarantee hex characters in lower case
5260 573454 Unable copy/move files to directories symlinked to gvfs share
5261 561172 gnome-open fails on local URIs with anchors
5262 573970 crash in gunixvolumemonitor:update_mounts when unmounting
5263 573843 g_get_current_dir returns non-absolute path
5265 * Updated translations:
5281 Overview of Changes from GLib 2.19.8 to GLib 2.19.9
5282 ===================================================
5285 - Considerable speedup
5288 - Add G_FILE_CREATE_REPLACE_DESTINATION flag to allow replacing
5289 the destination of a copying operation as if it did not exit before.
5290 - Be more careful when classifying files as desktop files
5291 - Support desktop file key X-GIO-NoFuse which disables the use
5292 of fuse pathnames for %u and %U arguments
5295 572672 glib/gthread.c: argument is different type
5296 572464 Doc for g_file_get_contents
5297 572151 “it's” and “its” confused in docs and comments
5298 570501 g_win32_get_system_data_dirs uses invalid conversion...
5299 167569 g_string_append_printf crashes on win32 when used...
5300 572508 gmarkup speedup
5301 560564 Replacing a symlink with its linked file truncates...
5302 549298 impossible to copy files with p (pipe) flag
5303 543183 Clarify docs for g_file_has_prefix
5304 540461 g_memory_output_stream_get_data_size() doesn't behave...
5305 573462 GEmblemedIcon leak
5306 573421 Clarify message format in GMountOperation
5307 573658 Deadlock in giomodule.c
5308 556706 Inconsistent help arguments -h, -?
5309 573527 Wrong shell to run config.status in Makefile.in.in
5310 573128 A couple of typos in GObject documentation
5312 * Updated translations:
5314 British English (en_GB)
5324 Norwegian bokmål (nb)
5329 Traditional Chinese (zh_HK)
5330 Traditional Chinese (zh_TW)
5333 Overview of Changes from GLib 2.19.7 to GLib 2.19.8
5334 ===================================================
5336 * GIO: Fix missing exports of new API
5338 * Fix strict aliasing warnings and violations to make Glib work
5342 Overview of Changes from GLib 2.19.6 to GLib 2.19.7
5343 ===================================================
5346 - GFile gained an attribute for the actual file size in bytes
5347 - GMountOperation gained an "aborted' signal that allows to abort
5348 a mount operation from the backend side
5351 523742 Use noinst for non-installable libraries
5352 566747 URIs opened with firefox %u load as local files
5353 541225 Can't compile gio on AIX duplicate case value in gioerror.c
5354 571598 GAsyncResult with NULL gobject
5355 505042 add file attribute for actually used file size in bytes
5357 * Updates translations:
5362 Norwegian bokmål (nb)
5369 Overview of Changes from GLib 2.19.5 to GLib 2.19.6
5370 ===================================================
5372 * New format macro to print goffset data: G_OFFSET_FORMAT
5375 - Add a GFilter{Input,Output}Stream::close-base-stream properties which
5376 determine whether the base stream will be closed when the filter stream
5378 - g_data_input_stream_read_line and ..._read_until have asynchronous
5382 568294 A wrong reference in the description of g_bookmark_file_...
5383 563141 RFE: define G_OFFSET_FORMAT
5384 569105 g_time_val_to_iso8601() assumes time_t==long
5385 568394 dropping the last reference to a stream filter closes...
5386 568741 g_buffered_input_stream_fill_async doesn't work
5387 568723 g_buffered_input_stream_fill_async doesn't take count == -1
5388 568575 _async functions for GDataInputStream
5390 * Updated translations:
5396 Traditional Chinese (zh_HK)
5397 Traditional Chinese (zy_TW)
5400 Overview of Changes from GLib 2.19.4 to GLib 2.19.5
5401 ===================================================
5403 * Update included PCRE to 7.8
5405 * g_base64_decode_inplace: New function to do base64 decoding in place
5408 567138 get_package_directory_from_module() does not free ...
5409 566569 gregex docs clarification
5410 566573 g_match_info_fetch_pos docs
5411 564728 Add function to decode base64 encoded data in place
5412 567838 G_STRUCT_OFFSETOF fails to compile under icc 9.1
5413 567977 textdomain() macro should not return NULL ...
5414 512779 --disable-regex breaks compilation
5415 566770 error code 0 for Too many open files is useless
5416 565484 g_content_type_guess passes non-UTF8 text to XDG ...
5418 * Updated translations:
5425 Overview of Changes from GLib 2.19.3 to GLib 2.19.4
5426 ===================================================
5429 - Use O_NOATIME when sniffing mimetypes
5430 - Add a convenience method to check if a GSimpleAsyncResult
5434 560676 function access for g_threads_supported
5435 565905 There is no g_context_group_set_translation_domain
5436 564210 SUN Studio 12 has supported visibility attribute
5437 565136 GObject's "notify" signal parameters are wrong in gtk-doc
5438 565831 error in interface creation sample
5439 566348 g_file_open_tmp uses the wrong g_mkstemp on win32
5440 566064 Add NOATIME flag to query_info_flags
5441 566170 g_async_result_verify_source_object
5443 * Updated translations:
5445 Norwegian bokmål (nb)
5446 Brazilian Portugese (pt_BR)
5447 Simplified Chinese (zh_CN)
5450 Overview of Changes from GLib 2.19.1 to GLib 2.19.3
5451 ===================================================
5454 508021 Add support for the CRIS and CRISv32 architectures
5455 526320 should not list mounts that the user doesn't have permission to use
5456 558458 Cannot build gio tests on Solaris using SUN cc
5457 555465 GUnix{Input,Output}Stream lacks fd/close_fd_at_close property
5458 558298 Hide ecryptfs mounts
5459 515777 incorrect date&time on copy
5460 562452 Ensure we return G_IO_ERROR_CANCELLED if cancelling
5461 g_simple_async_result_run_in_thread
5462 473150 g_type_module_use inconsistently increases the use
5463 counter in case of error
5464 563150 G_GU?INT*_MODIFIER/FORMAT docs
5465 563156 Document printing and scanning gunichar values
5467 * Updated translations:
5472 Overview of Changes from GLib 2.19.0 to GLib 2.19.1
5473 ===================================================
5476 - g_icon_to_string, g_icon_new_for_string: GIcon serialization support
5477 - G_FILE_ATTRIBUTE_PREVIEW_ICON: new file attribute for preview images
5478 - g_app_info_get_commandline: new function to get the full commandline
5479 - g_mount_shadow, g_mount_unshadow, g_mount_is_shadowed: New functions
5480 to 'shadow' mounts (i.e. hide them from the UI when they already
5481 have a different representation, like a bookmark)
5484 556186 gpoll.h breaks gmain.h inclusion
5485 557087 mem leak in g_content_types_get_registered
5486 556921 gpoll.h breaks hal compilation
5487 557210 g_compute_checksum_for_* asserts with less than 2 bytes
5488 558381 Add support for compile time assertions
5489 558185 'parent' variable in g_local_file_get_child_for_display_name()
5490 hits g_object_unref(NULL) assertion
5491 558513 g_warn_if_fail FIXME in gtestutils
5492 558672 NULL key lookup using g_hash_table_lookup_extended()
5493 555740 gicon serialization
5494 557182 preview functionality
5495 528320 Incorrect icons displayed for files with custom mimetype icons
5496 556910 Memory leak: sub
5497 557592 Missing include in gwinhttpfile.c
5498 556415 Crash on Windows 2000 in g_winhttp_vfs_init()
5499 555935 Clarify the mechanism of overwriting properties
5500 552776 ac_cv_func_posix_getgrgid_r not mentioned
5501 559448 GObject Reference Manual (typo)
5502 561212 GFileReadMoreCallback API doc refers to non-existant function
5503 560569 gkeyfile doesn't use the set list_separator in some cases
5504 560568 gkeyfile docs buglet
5505 559413 g_option_group_set_error_hook docs buglet
5506 562378 callback return value not respected for callback option
5508 559110 Do not include libintl.h after glibintl.h
5509 557603 carbon check output misplaced
5510 562544 g_key_file_get_string and g_key_file_get_value
5511 documentation does not explain the difference
5512 547264 Missing "no flags" flag
5513 562638 GDebugKey key member should be const
5514 562639 g_parse_debug_flags() parsing "help"
5515 562549 g_byte_array_free should tell how free data
5516 559452 GObject Reference Manual (typo)
5517 559462 GObject Reference Manual (typo)
5518 559517 GObject Reference Manual (typo)
5519 562538 GObject interface tutorial shouldn't finalise with
5520 "Please forget everything"
5521 561352 Leak of icon description
5522 561375 Leaks mountpoint description
5523 561807 inotify_sub.c: dup_dirname() fails to remove trailing '/'
5524 562393 g_buffered_input_stream_read_byte broken if data available
5525 541715 win32 : patch for warnings and signature problems in recent code
5526 547481 g_data_input_stream_read_line behaves not as stated in the docs
5527 548163 Nautilus displays wrong error message for too long file names
5528 559633 gtk_image_new_from_gicon does not always work for .desktop files
5529 555486 – No way to recover command line from GAppInfo
5531 * Translation updates:
5536 Overview of Changes from GLib 2.18.1 to GLib 2.19.0
5537 ===================================================
5539 * Rewrite GHashTable to use open addressing with quadratic probing instead
5540 of chaining. This has the potential to reduce memory fragmentation
5541 significantly, while being slightly faster due to better locality and
5542 no need to call alloc/free functions for nodes. Benchmarks suggest it
5543 also uses less memory overall.
5545 * Make g_poll available as public api
5547 * New macros g_assert_error and g_assert_no_error to assert
5548 that a GError is set or unset
5550 * g_cancellable_make_pollfd: New method to make a GPollFD for a cancellable
5552 * g_app_info_can_delete, g_app_info_delete, g_app_info_reset_type_associations:
5553 New functions to clean up app infos and content types
5555 * When launching applications, always pass fuse file:// uris when possible,
5556 and let gio convert such uris back to gio uris.
5559 505361 gunixinputstream.c assumes poll() available
5560 509446 portable blocking gio cancellation
5561 553820 gpoll.c: undeclared identifier
5562 553724 python interpretter path not patched in correctly
5563 553857 gbacktrace.h requires signal.h
5564 553447 g_assert_no_error()
5565 554092 glib doesn't return G_FILE_ERROR_NOENT et al on OS X
5566 528670 Always pass file:/// uri's in GAppLaunchContext
5567 555224 Improve g_format_size_for_display doc
5568 555309 giochannel breaks on error
5569 554790 g_convert() misbehaves with winiconv versions
5570 555314 mem leak in gmarkup
5571 555313 GFileAttribute boxed type get_type function should...
5572 552861 glib-2.0.m4 calls system(3) without storing its result
5573 554557 Patch to fix gcc warnings about missing format specifiers
5574 552107 Small libtool fixes
5575 551355 Make glib build with libtool 2.2
5576 555311 format not a string literal and no format arguments
5577 556101 static mutex yields warnings with g++
5578 556186 gpoll.h breaks gmain.h inclusion
5579 526456 Open addressing in GHashTable
5580 553426 cancellable clarifications
5581 545350 GAppInfo deletion
5582 545351 Reset associations for content type
5583 552168 volume's mount not mounted after g_volume_mount_finish
5584 554970 segfault when update-desktop-database is not available...
5585 554745 GFileAttributeInfoList should be boxed
5586 555121 Improved build-time handling of gio module-dir
5587 555711 Wrong fallback order of mimetype icons
5588 555331 Deprecate adoption of mounts
5589 556335 make check fails in abicheck.sh
5590 556334 Warning when building without selinux support
5591 556422 g_file_enumerator_next_file: unclear...
5593 * Updated translations:
5597 Brazilian Portugese (pt_BR)
5602 Overview of Changes from GLib 2.18.0 to GLib 2.18.1
5603 ===================================================
5606 550433 g_test_init doesn't recognize --help
5607 523463 Core dump in gmain.c:2482:IA__g_main_context_check
5608 551228 G_STRFUNC on recent Sun compiler should be expanded...
5609 551410 gtestutils.c: using printf without prototype
5610 551731 g_date_set_time[_t] docs should mention what timezone
5611 548321 <string.h> is not included in gi18n-lib.h
5612 551149 xdgmime mem leak
5613 550647 synchronous pipe I/O when reading mount reply
5614 551887 Docs for g_desktop_app_info_new_from_filename aren't...
5615 551681 g_content_type_guess() too naive with filenames
5616 552352 g_app_info_launch doesn't work if "Path" key...
5617 551408 gmodule.def generated to builddir...
5618 552359 g_file_info_get_icon should return GThemedIcon, and...
5620 * Updated translations:
5622 Bengali India (bn_IN)
5623 British English (en_GB)
5632 Overview of Changes from GLib 2.17.7 to GLib 2.18.0
5633 ===================================================
5636 - rework the g_poll() implementation to match poll() semantics more closely
5639 324234 Using g_io_add_watch_full() to wait for connect() to return...
5640 548278 Async GETs connections are always terminated unexpectedly...
5641 500246 Bug fixes for giowin32
5642 523939 Example program for GValue
5643 550096 GBookmarkFile parser is not forward compatible
5644 550040 Move GString, rand and printf tests to the unit test framework
5645 550104 trivial documentation fix for g_get_home_dir
5646 548988 g_file_replace fails on Windows when the target file exists
5647 550059 Wrong docs for g_emblemed_icon_add_emblem
5648 548800 Missing a g_object_get_type function
5649 550056 Missing documentation for g_emblemed_icon_get_emblems
5651 * Updated translations:
5671 Overview of Changes from GLib 2.17.6 to GLib 2.17.7
5672 ===================================================
5674 * More fixes for 64-bit Windows
5677 - Add a vfs implementation for HTTP and HTTPS URIs on Windows
5680 546329 API docs for g_utf8_normalize() are incorrect
5681 546876 Modify GMarkup parser to accept  .. 
5682 547200 g_utf8_find_next_char() issues
5683 547637 unconditional #include of sys/statfs.h in configure
5684 547337 G_DISABLE_DEPRECATED breaks tests build
5685 547832 gtk+-2.12.11 fails to build - AC_PROG_MMAP too strict
5686 502498 Test framework assertion failures should follow gcc
5687 546371 Improve docs re g_file_monitor
5688 546483 GThemedIcon:use-default-fallbacks is not readable without...
5689 546132 GFileIcon is bindings-unfriendly
5690 542156 zfs mount in home directory shown on nautilus desktop
5691 535124 umask 002 not being applied for new directories...
5692 547080 g_file_copy leaks expected errors
5693 546582 Callbacks from GFileMonitor present a GFile...
5694 547262 Missing link in the docs
5696 * Updated translations:
5705 Norwegian bokmål (nb)
5707 Brazilian Portugese (pt_BR)
5712 Overview of Changes from GLib 2.17.4 to GLib 2.17.6
5713 ===================================================
5715 * Fix problems on 64-bit Windows
5717 * g_markup_context_get_user_data: New function to access
5718 the user_data outside of callbacks
5721 - g_mount_guess_content_type_sync: synchronous version of
5722 g_mount_guess_content_type
5723 - GEmblem: A GIcon implementation that adds emblem-related
5725 - GEmblemedIcon: A GIcon implementation that can add emblems
5729 544088 option_test_LDADD is left in tests/Makefile.am
5730 544465 gmarkup makes it hard to use pre-rolled parsers
5731 545485 Implicit declaration of utime()
5732 545798 "Since: 2.18" mark is missing in g_set_error_literal...
5733 544140 fam-helper 64-bit issue
5734 529694 SELinux context setting support
5735 545157 wrong/no list of "open with" applications for .cc...
5736 545203 gfile.c: argument is different type
5737 545457 gdmsetup crashed with SIGSEGV in g_unix_mount_guess...
5738 544177 Fix trivial cut and paste error in documentation
5739 545395 Language tweak for g_value_set_string* docs
5740 541036 Gnumeric crashes when trying to open Desktop...
5741 546079 leak in xdgmime
5742 545395 Language tweak for g_value_set_string* docs
5743 546017 Don't copy attributes when copying a symlink
5745 * Updated translations:
5752 Norwegian bokmål (nb)
5757 Overview of Changes from GLib 2.17.3 to GLib 2.17.4
5758 ===================================================
5761 - New API to handle content types: g_mount_guess_content_type,
5762 g_content_type_guess_for_tree.
5763 - Export the eject-button signal on the volume monitor class
5764 - New API to enable out-of-process volume monitors:
5765 g_volume_get_activation_root
5768 - New API to handle signals without slots in the class structure:
5769 g_signal_new_class_handler, g_signal_override_class_handler
5771 * Internationalization:
5772 - Add an NC_ macro that is a no-op equivalent of C_
5775 - Add two new functions g_markup_parse_context_push,
5776 g_markup_parse_context_pop to support "subparsers"
5779 541208 Functions to easily install and use signals without...
5780 541507 Ambiguous description of assigned characters in the...
5781 543040 async reading on dummy file will crash on GIO_USE_VFS=local
5782 543560 enable gio-FEN back-end warnings on Solaris will crash...
5783 528317 GRegex does not allow recursion limit
5784 337518 GMarkup: Subparser support
5785 541794 drive-eject-button signal
5786 541793 activation root for volumes
5787 467707 test_iconv_state() in tests/convert-test.c fails on AIX 5.3
5788 428048 2 of 51 tests fail on Solaris
5789 542332 small fix for error message in GMarkup
5790 482413 get_contents_stdio -- overflow and memory corruption
5791 406120 g_ascii_strtod
5792 334234 "printf" format error
5793 536996 Missing noop i18n macro equivalent to C_
5794 540616 mem leak in filechooser button
5795 539229 gobject-query calls itself query
5796 521589 [RFC] gobject documentation should mention Vala
5797 543168 Description of G_SLICE=debug-blocks discourages its use
5798 543220 Case collision on gio-extension-points.html
5799 530759 update the gobject tutorial to the XXI century
5800 535223 gbookmark file inefficiency ...
5801 543504 crash in Epiphany Web Browser: Opening local file
5803 * Updated translation:
5809 Traditional Chinese (zh_HK)
5810 Traditional Chinese (zh_TW)
5813 Overview of Changes from GLib 2.17.1 to GLib 2.17.3
5814 ===================================================
5817 - fix for CVE-2008-2371
5820 538119 glib's mainloop leaks a pipe to sub-processes
5821 537635 Corrections and improvements to g_time_val_{to,from}_iso8601
5822 539067 The document g_io_channel_win32_new_fd() says...
5823 535949 annotate g_strip_context and g_dpgettext with G_GNUC_FORMAT
5824 539123 annotate g_d[n]gettext with G_GNUC_FORMAT
5825 539074 Cannot get exit status with g_spawn_command_line_sync
5826 316221 G_LOCK warns about breaking strict-aliasing rules
5827 539770 migrate gstrfunc unit tests to gtest
5828 539626 Update docstrings for g_object_freeze_notify and g_object_thaw_notify
5829 538044 unconditional use of LC_MESSAGES
5830 540545 Monotonic time and timer offset
5831 535947 want g_set_error_literal
5832 539999 glibconfig.h: add GLIB_USING_SYSTEM_PRINTF
5833 536252 GFileEnumerator should allow access to the containing GFile
5834 538362 Get Win32 icons back in the file chooser
5835 540802 g_list_prepend doesn't concat lists
5836 540423 unrecoverable error after g_seekable_truncate
5837 538836 make check failure on PPC and ALPHA: pltcheck.sh on g_atomic_pointer_get
5838 539090 g_content_type_from_mime_type() should unalias
5839 540331 g_file_append_to () documentation: can return NULL
5840 534639 add g_desktop_app_info_new_from_keyfile
5841 536733 gio build failure on Irix
5842 536160 Add g_file_monitor()
5843 538127 FileChooser broken on win32
5844 531476 /live-g-file/test_traverse_structure test fails on Mac HFS+
5845 538564 gio should have gio-types.h
5846 540047 glib-genmarshal.c: '#include <io.h>' is too before
5848 Updated translations:
5853 Overview of Changes from GLib 2.17.0 to GLib 2.17.1
5854 ===================================================
5856 * New function: g_utime(), a gstdio wrapper for utime()
5858 * New functions: g_dgettext() and g_dngettext(), wrappers
5859 for corresponding gettext functions with added functionaliy
5861 * Support the latest version of the shared-mime spec, including
5862 icons for mime types
5864 * New function: g_themed_icon_prepend_name()
5867 535418 Please document which glib version defines goffset
5868 528715 Misprint in the description of the interface g_type_class_add_private
5869 528714 Misprint in the description of the interface g_param_spec_flags
5870 537260 Doc bug in G_TYPE_INSTANCE_GET_CLASS()
5871 530527 Misprint in the description of the interface
5872 g_cclosure_marshal_VOID__FLAGS
5873 530526 Misprint in the description of the fields 'class_init' and
5874 'class_finalize' of the structure GTypeInfo
5875 528719 Improvement to the documentation of the "g_object_connect" interface
5876 528172 gtk_signal_handlers_unblock_* functions return value
5877 amount of matched signals, not amount of actually unblocked
5878 528717 Misprint in the description of the parameter 'type_id' for
5879 the interface g_type_register_fundamental
5880 528716 Misprint in the description of the parameter 'iface_data' for
5881 the callback types GInterfaceInitFunc and GInterfaceFinalizeFunc
5882 537555 GObject instantiation not thread safe
5883 537546 'desktop' shortcut in file chooser looks like a generic folder
5884 537392 Additional colon in xattr name
5885 536641 Filesystem querying in gio does not list AFS and autofs file systems
5886 528600 g_dummy_file_get_parent("scheme://example.com/")
5887 503071 Application direction changes to right to left even if theres no
5889 502511 g_assert_cmphex prints invalid message
5890 338162 Use po/LINGUAS
5891 314453 Nautilus crashes in Solaris when browsing the attached file
5892 529321 make check fails in glib/pcre
5893 455215 g_get_user_special_dir: no reference about G_USER_DIRECTORY_DOWNLOAD
5894 fallback to $HOME/Desktop if xdg-user-dirs is not in use
5895 498732 g_key_file_to_data cannot fail
5896 511367 add g_file_make_directory_with_parents
5897 531900 Use __builtin_offsetof for G_STRUCT_OFFSET if building with
5899 536158 also bump GHashTable version when a node is removed via
5900 g_hash_table_iter_remove()/g_hash_table_iter_steal()
5901 531403 g_utf8_collate broken on Mac
5902 535628 test/patterntest.c still includes gpattern.h directly
5903 535625 alias.h:2648: error: 'utime' undeclared here (not in a function)
5905 * Translation updates:
5909 Norwegian bokmål (nb)
5913 Overview of Changes from GLib 2.16.x to GLib 2.17.0
5914 ===================================================
5916 * Update to Unicode 5.1
5918 * Update included libcharset to the one shipped with libiconv 0.12
5920 * Update included PCRE to 7.7
5922 * Enforce that only toplevel headers are directly included.
5923 This is turned on by default for GObject and GIO. To turn
5924 it on for GLib, define G_DISABLE_SINGLE_INCLUDES.
5926 * Fix library version of GIO. GLib 2.16 shipped with libgio-2.0.so.0.0.0
5928 * On Solaris, use FEN for file monitoring in GIO
5930 * Use the GIO_EXTRA_MODULES environment variable to find
5931 additional GIO modules
5933 * G_GNUC_ALLOC_SIZE: New macro that wraps the gcc alloc_size
5936 * g_checksum_reset: New function to reset the state of a GChecksum
5938 * g_unix_mount_monitor_set_rate_limit: New function to limit the
5939 rate at which events are reported
5941 * g_file_query_file_type: New utility function to query the type of
5944 * g_memory_output_stream_get_data_size: New function to obtain the
5945 size of the written data.
5948 522292 Gives warnings in glib/gutils.h with GCC in C99 mode
5949 523298 win_iconv can't convert from UTF-8 to GB18030 (or vice versa)
5950 518160 replace two g_strdup_printf calls in GBookmarkFile
5951 523877 gbookmarkfile: avoid using g_string_append_printf() and
5953 525192 100% CPU if run main loop with no IO sources
5954 315437 extern inline -> static inline
5955 524314 g_convert() on Win32 implicitly converts full width
5956 alphanumerics into half width
5957 525732 Error in documentation for g_list_first
5958 525674 A typo in gmarkup.c
5959 448943 g_timeout_add_seconds() problems
5960 525972 UCS-4 not in the new win_iconv implementation
5961 526619 make test-report crash
5962 491554 Update to Unicode 5.1.0
5963 519137 g_slice_dup macro needs cast for 64-bit platform
5964 528752 Win32 build and SSL not working
5965 530457 G_USER_DIRECTORY_DOWNLOAD folder improperly mapped
5966 528667 Typos in testing module documentation
5967 459905 Bug in wcwidth data
5968 534085 g_unichar_iswide_cjk() has a totally wrong table
5969 501651 Update glib/libcharset
5970 519026 G_STMT_START/G_STMT_END test a non-existent preprocessor symbol
5971 534319 GLib's .pc files could use Libs.private
5972 534137 Typo in g_spawn_async_with_pipes doc
5973 517419 gio win32 directory monitor
5974 526796 Wrong order of arguments in g_file_copy's fallback
5975 530196 _g_local_file_has_trash_dir() doesn't handle st_dev == 0
5976 532965 Should not return filesystem::free for certain file systems
5977 525553 fix typo and nitpicking in GArray documentation
5978 526572 Missing * in declaration of parent_class in Object
5979 Destruction section of GObject Reference Manual
5980 528648 Extra >s in Object Construction section
5981 535021 g_param_spec_internal documentation should
5982 describe purpose of nick and blurb
5983 521513 Firefox crash when using file picker
5984 528433 gdesktopappinfo snafu ...
5985 533369 API g_file_info_get_attribute_string () unables to get "...
5986 521045 glib f_fstypename miscellany
5987 521672 compile error
5988 521946 control rate limit on GUnixMountMonitor
5989 522335 Fails to build: glib/gtester.c:276: error: 'ARG_MAX' unde...
5990 523015 Implement sliding window based upload operation
5991 523019 Use new GCC 4 feature
5992 523338 list nfs4 as a nfs mount type
5993 524350 Make glib build without NLS again
5994 524579 g_file_copy reports wrong total on progress callback for ...
5995 524742 A typo in gtestutils.c.
5996 524950 Minor documentation typos.
5997 525866 the user directory should not be considered as a mount to...
5998 526320 should not list mounts that the user doesn't have permiss...
5999 527132 nautilus crash when making ftp connection
6000 532852 CRITICAL **: totem_pl_parser_parse_with_base: assertion `...
6001 534759 Build failure in gio
6002 534764 Typo in error produced by g_file_make_directory
6003 521851 Redudant tests in gunixmounts.c
6004 524344 glib/gthread.h still use G_GNUC_PRETTY_FUNCTION
6005 525060 glib fails to build with -DG_DISABLE_ASSERT in CPPFLAGS o...
6006 534177 Invalid description of the interface g_cclosure_marshal_S...
6007 520715 Add GFile method g_file_query_file_type
6008 523039 nautilus can't access to trash/computer/network if gvfs i...
6010 * Updated translations:
6016 Candian English (en_CA)
6017 British English (en_GB)
6026 Norwegian bokmål (nb)
6038 Overview of Changes from GLib 2.16.0 to GLib 2.16.1
6039 ===================================================
6041 * Fix a crash in g_themed_icon_new
6043 * Update the included PCRE to 7.6
6046 Overview of Changes from GLib 2.15.6 to GLib 2.16.0
6047 ===================================================
6049 * Fix the definition of G_INLINE_FUNC to work with gcc 4.3.0
6052 - Add missing GMountMountFlags argument to g_unix_volume_mount
6053 - Fix the adopt_orphan_mount vfunc to take a volume monitor
6055 - Add properties to GThemedIcon for bindings sake
6058 520484 gvfsd-trash crashed with SIGSEGV in g_path_is_absolute()
6059 510855 g_checksum_update(): Take -1 for length.
6060 517676 g_themed_icon_new*() do more than call g_object_new().
6061 518816 should handle rmdir returning EEXIST correctly
6062 519352 g_[s]list_delete_link() docs
6063 519489 Fixes for sparse warnings in gio
6064 520169 add monitor argument to vfunc for GVolumeMonitor
6065 520700 Add type check in g_file_query_exists
6066 521145 FILE_READ_ONLY_VOLUME not present on Mingw32
6067 518720 No MIME type for empty files
6068 521013 in documentation, goffset doesn't say "Since 2.x"
6069 521028 Missleading error messages from g_io_channel_set_encoding()
6070 517484 GMainLoop could set the thread "Alertable" for APCs to be...
6072 * Updated translations:
6074 Bengali India (bn_IN)
6086 Norwegian bokmål (nb)
6093 Overview of Changes from GLib 2.15.5 to GLib 2.15.6
6094 ===================================================
6097 - New file attributes: trash::item-count, filesystem::use-preview
6098 - Rename g_file_contains_file to g_file_has_prefix
6099 - g_file_query_filesystem_info grew async variants
6100 - g_themed_icon_append_name: new convenience function
6101 - g_content_type_get_icon is implemented now
6102 - Only show mounts in /media and ~
6103 - g_file_contains_file has been renamed to g_file_has_prefix
6106 - g_win32_get_package_installation_directory_of_module: new function
6107 which supersedes g_win32_get_package_installation_directory
6108 - Use alertable wait functions so that I/O completion routines or
6109 user-mode Asynchronous Procedure Calls can be run
6110 - Fix race conditions in g_spawn implementation on win32
6113 - g_uri_get_scheme has been renamed go g_uri_parse_scheme
6115 * Updated translations:
6117 Belarusian Latin (be@latin)
6119 British English (en_GB)
6125 Norwegian bokmål (nb)
6127 Brazilian Portugese (pt_BR)
6131 Overview of Changes from GLib 2.15.4 to GLib 2.15.5
6132 ===================================================
6134 * Update the included PCRE to 7.6
6137 - g_volume_should_automount: new function to determine if a volume
6138 should be mounted automatically
6139 - g_file_query_default_handler: new convenience function to get
6140 the default handler for a file
6141 - g_app_info_launch_default_for_uri new convenience function to
6142 launch the default handler for a URI
6143 - Use mimeapps.list and defaults.list as discussed on xdg list
6145 - g_app_info_get_default_for_uri_scheme has a real implementation
6146 now (gvfs provides a GConf-based implementation)
6147 - There is the beginning of a test suite
6148 - standard::description: new file attribute
6149 - GMountMountFlags flags argument added to mount calls
6152 - class initialization is now threadsafe
6154 * Updated translations:
6166 Brazilian Portugese (pt_BR)
6171 Overview of Changes from GLib 2.15.3 to GLib 2.15.4
6172 ===================================================
6174 * G_GNUC_PRETTY_FUNCTION has been deprecated
6177 - g_file_copy has an async variant now
6178 - Drives and volumes now have API to get identifiers
6179 like Hal UDIs or UUIDs.
6180 - There is now a registration API to let modules register
6181 extensions they provide, such as volume monitor implementations
6184 511807 g_time_val_to_iso8601() uses MT-unsafe gmtime() function
6185 316260 [patch] Doc patches for gnode (2.8.1)
6186 385132 solaris gettext support fix
6187 484261 ./configure check for system PCRE unicode support fails w...
6188 510292 GOption main help not shown
6189 511580 Implement g_file_copy_async
6190 511654 Compile errors due to C99 constructs
6191 487909 g_utf8_strreverse and combining marks
6192 512381 unused variable 'is_main_group'
6194 * Updated translations:
6207 Overview of Changes from GLib 2.15.2 to GLib 2.15.3
6208 ===================================================
6211 - g_checksum_update can accept nul-terminated strings
6212 - The MD5 implementation works correctly on buffers
6213 that are longer than 64 bytes
6216 - Don't include a copy of the inotify headers, rely on system headers
6217 - g_file_find_enclosing_mount has an async variant now
6218 - Reduntant seek API on file streams has been removed
6221 508602 gmemory{in|out}putstream.c: unknown pointer size
6222 508771 There is no g_file_test/exists() for GFile
6223 508773 g_uri_escape_string() documentation unclear.
6224 509465 AM_PATH_GLIB_2_0 doesn't support gio
6225 509626 async functions: Document allowed NULL callback?
6226 509990 GSeekable documentation unclear
6227 510448 No inotify support on ARM or SH5
6228 510855 g_checksum_update(): Take -1 for length.
6230 * Updated translations:
6237 Overview of Changes from GLib 2.15.1 to GLib 2.15.2
6238 ===================================================
6241 - Mount operation API change: unhandled methods get reported via
6242 the reply, rather than by the signal emission return value
6243 - File monitor API change: Add a GError argument to g_file_monitor_file
6244 - g_unix_mount_guess_should_display(): new function
6247 508224 [PATCH] FAM backend crashes due to double free
6248 508074 GAsyncResult documentation suggests g_freeing it.
6249 508108 GFile documentation slightly unclear.
6250 508309 rpc_pipefs mount points should be hidden
6251 508378 GFileInfo documentation implies that it changes attribute...
6252 508719 g_file_get_relative_path fails if parent is root
6253 508773 g_uri_escape_string() documentation unclear.
6255 * Updated translations:
6264 Overview of Changes from GLib 2.15.0 to GLib 2.15.1
6265 ===================================================
6267 * Portability fixes:
6268 - Assertion functions are marked as noreturn again
6269 - Handling of inline functions has been fixed to work with gcc 4.3
6270 - C99 comments have been removed from headers
6271 - The nonportable sed -i option is no longer used
6274 - Clarified the semantics of g_app_info_get_all()
6275 - API for memory input and output streams has been changed a bit
6276 - GDirectoryMonitor has been removed; GFileMonitor can monitor
6277 files and directories now
6280 504829 Invalid environment passed to g_spawn_async in g_desktop_...
6281 505258 crash in Users and Groups: Adding a user
6282 505815 g_content_types_get_registered should not g_free keys
6283 491218 g_timer_new() doesn't initialize timer->end
6284 315437 extern inline -> static inline
6285 476856 Inconsistency between standard and implementation of the ...
6286 480122 g_module_open fails to open modules with ".la" extension
6287 495589 gspawn.c failing to set FD_CLOEXEC
6288 500273 doesn't build with --disable-visibility
6289 504142 Do not show empty groups in --help output
6290 504879 giofam incorrectly linked
6291 505042 add file attribute for actually used file size in bytes
6292 505058 xattr namespace docs
6293 505674 Misprint in the definition of the macro G_CCLOSURE_SWAP_DATA
6294 505730 Fails to build on OSX 10.4: _NSGetEnviron not declared
6295 505887 older darwin lacks lchown
6296 506374 gmemoryinputstream api
6297 506461 Conversion of g_assert_not_reached() and friends into fun...
6298 503051 Small bug in glib interface
6299 506395 Updates to GIO documentation
6300 507628 Missing .pc entry for gio linking against glib
6301 505195 [patch] typo in g_try_new0 docs
6302 507822 g{file,directory}monitor changes signal problem
6303 506377 gmemoryoutputstream write implementation
6304 507835 bug in gunixinputstream
6306 * Updated translations:
6308 Belarusian Latin (be@latin)
6317 Overview of Changes from GLib 2.14.x to GLib 2.15.0
6318 ===================================================
6322 * GIO: a VFS API, designed to replace GnomeVFS. The GIO implementation
6323 in GLib has support for local filesystems. The new, separate gvfs
6324 module contains various backend implementations (cifs, ftp, sftp,
6327 * GChecksum: provides various hash algorithms, such as MD5, SHA-1
6330 * GTest: a test framework
6335 - GHash has iterators, as an alternative to g_hash_table_foreach
6338 - g_markup_parse_context_get_element_stack: New function to
6339 get the stack of open elements
6340 - G_MARKUP_PREFIX_ERROR_POSITION: New flag to improve error
6342 - g_markup_collect_attributes: Convenience function for handling
6346 - Functions that take a GError now return a boolean to indicate
6347 success, instead of void
6348 - Various performance improvements
6351 - g_async_queue_new_full: new function that allows to specify
6352 a free function for leftover elements
6355 - g_prefix_error and g_propagate_prefixed_error: New functions
6356 to ease error propagation
6358 * Internationalization:
6359 - C_: A new 2-argument variant of the Q_() macro
6360 - Use native character set conversion API on Windows
6362 * GLib builds with automake 1.10
6365 455725 specific combination of g_utf8_strlen and g_pattern_match...
6366 467537 g_convert_with_iconv() not resetting iconv() state correc...
6367 497033 Commandline option parser should warn about missing optio...
6368 504527 gchecksum: Conditional jump or move depends on uninitiali...
6369 445362 Non-numeric local labels in gatomic.c are causing linker ...
6370 482313 gregex: no way to tell why compilation failed
6371 317775 main loops continues to run after g_main_loop_quit() has ...
6372 418778 Insufficient pkg-config version requirement
6373 436293 g_option_context_new() doc should mention that the string...
6374 466557 glib-mkenums shifts ARGV[0] to undefined
6375 468882 GKeyFile doesn't accept "True" as a true boolean value
6376 469551 application --help messages are garbaged on none UTF-8 lo...
6377 479724 Memory leak upon calling "g_main_loop_run" in the seconda...
6378 490061 outptrs uninitialized after g_parse_long_long
6379 490637 gobject documentation patch
6380 495294 glib-genmarshal prints warnings but returns 0
6381 496046 option to prefix location of errors for GMarkup
6382 498113 tests/regex-test fails on 64bit environment
6383 500506 Fails to build on OSX 10.4
6384 500638 gkeyfile speedup ...
6385 500875 Make check fails as there is no "test" target for "build"...
6386 502511 g_assert_cmphex prints invalid message
6387 502927 g_array_index triggers cast aligment warning
6388 503029 g_time_val_from_iso8601 parse non-ISO8601 dates
6389 503222 Need context to translate
6390 503420 gkeyfile leaks a hash table
6391 503470 Fix build when builddir != srcdir
6392 504227 Inverse variant for g_test_trap_assert_stdout, g_test_tra...
6393 71704 file include order
6394 491957 Misprint in the specification of the interface "g_main_co...
6395 491959 Misprint in description of the structure "GThreadPool"
6396 491965 Mistype in the specification of the function "g_hook_list...
6397 491966 Misprint in the specification of the interface "g_main_co...
6398 491968 The documentation does not mention the restriction for th...
6399 491970 The documentation for the interface "g_date_clamp" is inc...
6400 491974 The documentation of the interface "g_main_context_iterat...
6401 491975 The documentation for the interfaces "g_io_channel_read_u...
6402 491979 Misprint in the description of the interfaces g_key_file_...
6403 491982 Misprint in the description of the interface "g_key_file_...
6404 501107 EXTRA_DIST automake warnings
6405 501997 g_utf8_normalize() returns NULL on invalid string
6406 502590 C_/g_dpgettext efficiency
6407 464259 g_set_application_name() docs should say "Since 2.2"
6408 496518 gbase64.c API doc clarification
6409 498728 g_key_file_get_*_list should set length to 0 when returni...
6410 500361 Improve docs for g_array_free() and g_ptr_array_free()
6411 501853 g_checksum_get_digest docs
6412 503862 Allow NULL strings in g_parse_debug_string()
6414 367550 Add g_async_queue_new_full() with GDestroyNotify function
6415 375651 Minor enhancements to GKeyFile API
6416 443648 MD5 digest support
6417 449937 Upgrade auto* sources to be clean under automake1.9
6418 452887 gmarkup context "get element" function is useless when ca...
6419 491549 [PATCH] Eliminate libiconv dependency on Windows
6420 500507 GHashTableIter API
6422 * Translation updates
6423 Belarusian Latin (be@latin)
6431 Norwegian bokmål (nb)
6432 Brazilian Portugese (pt_BR)
6437 Overview of Changes from GLib 2.14.2 to GLib 2.14.3
6438 ===================================================
6440 * Update PCRE to 7.4
6443 487491 Fix some warnings from sparse
6444 488068 Small (one-time) memory leak in glib_gettext initialization
6445 493688 TYPE macro "_get_type ()" is documented wrong
6447 * Updated translations:
6449 Belarusian Latin (be@latin)
6455 Overview of Changes from GLib 2.14.1 to GLib 2.14.2
6456 ===================================================
6459 476849 Invocation of the interface "g_hook_free" fails in certai...
6460 359165 marshallers can throw warnings with -Wunused
6461 477957 more discussion on g_value_set_object vs. g_value_take_ob...
6462 478459 G_DEFINE_DYNAMIC_TYPE_EXTENDED doesn't work with G_IMPLEM...
6463 483337 inline is disabled for MSVC when compiling C code
6464 478349 Broken link to gettext website
6465 469231 g_spawn optimization for setting all open fds to CLOEXEC
6467 * Updated translations:
6474 Overview of Changes from GLib 2.14.0 to GLib 2.14.1
6475 ===================================================
6478 476840 Invocation of the interface "g_utf8_strreverse" crashes f...
6479 444765 Fix FIXME in gregex.c when new pcre is out
6480 464145 g_markup_escape_text Produces Invalid XML
6481 465625 g_type_default_interface_ref() does not ensure working g_...
6482 466768 Clearify that comments can be put anywhere in a Key-file.
6483 474229 The GError documentation should give convention for the G...
6484 474899 G_BREAKPOINT() docs inaccurate
6485 475854 Overuse of -lpcre when using system pcre
6486 473879 Incorrect includes in gregex.c
6487 468694 Typoes in documentation
6488 469051 g_snprintf () talks about characters where it probably me...
6489 457601 Missing arch specific atomic implementation
6490 475923 Missing pcre flags when static-linking against glib
6491 475619 glibthread-2.0.la does not list -lpthread
6493 * Updated translations:
6498 Canadian English (en_CA)
6499 British English (en_GB)
6515 Brazilian Portugese (pt_BR)
6519 Serbian (sr, sr@Latn)
6527 Overview of Changes from GLib 2.13.7 to GLib 2.14.0
6528 ===================================================
6530 * Last-minute API additions:
6531 - Make g_unichar_combining_class public
6532 - Add goffset type, add G_MAXSSIZE and G_MINSSIZE
6534 * Update PCRE to 7.2
6537 453998 Make _g_unichar_combining_class() public
6538 462549 gregex.c: variable is declared at middle of block
6539 417068 g_file_test doc inconsistency
6541 * Updated translations:
6548 Brazilian Portugese (pt_BR)
6552 Overview of Changes from GLib 2.13.6 to GLib 2.13.7
6553 ===================================================
6555 * The memory corruption warning from the slice allocator that
6556 occurred when threads were initialized after the slice allocator
6557 has been removed, as the slice allocator now works fine
6560 * New functions g_once_init_enter() and g_once_init_leave() make
6561 it easier to write threadsafe one-time initialization functions
6564 454473 Simple XML Subset Parser terminates on invalid XML
6565 445813 g_module_open error, add file name
6566 453796 errno gets clobbered by g_filename_display_name
6567 341988 don't use "-c" with msgfmt in Makefile.in.in
6568 447048 Please produce slightly more output during long tests
6569 454785 GModule documentation lists same block of code twice.
6570 454786 GModule documentation lists same paragraph twice.
6571 383155 small docs quirks in gobject/closure API documentation
6572 65041 _get_type() functions aren't thread safe
6574 * Updated translations
6583 Overview of Changes from GLib 2.13.5 to GLib 2.13.6
6584 ===================================================
6586 * Reintroduce a GType typedef whose removal in 2.13.5
6587 caused trouble for C++ bindings
6590 450216 docs not explicit enough about g_free()
6591 451459 g_type_register_static_simple calls g_type_register_static
6593 * Updated translations
6594 Norwegian bokmål (nb)
6598 Overview of Changes from GLib 2.13.4 to GLib 2.13.5
6599 ===================================================
6601 * xdg-user-dirs support:
6602 - the Desktop directory is guaranteed to be defined
6603 - user-dirs.dirs is no longer reloaded on changes
6606 - new api to duplicate slices
6608 * Regular expression support:
6609 - GRegex is a boxed type now
6612 44793 make check failing in trunk
6613 354522 Small problem with PLT hiding 6 symbols
6614 363986 glib 2.12.4 does not compile with SGI IDO cc
6615 443869 g_type_class_add_private doesn't warn when adding 0-sized...
6616 446859 Legitimately return 0 for g_quark_from_string(NULL)
6617 447534 Small typo in g_timeout_add_seconds() doc
6618 447583 GStaticRWLock
6619 447935 g_get_current_dir SIGSEGV on long path
6620 448260 CLAMP has surprising result if low > high
6621 57693 g_string_vprintf()
6622 442029 add g_slice_dup()
6623 445065 Add GRegex boxed type
6624 448819 Add full version of g_timeout_add_seconds()
6626 * Updated translations:
6634 Overview of Changes from GLib 2.13.3 to GLib 2.13.4
6635 ===================================================
6638 444121 g_get_user_special_dir deadlocks
6639 444161 invalid UTF8 in key name shows up as valgrind error in g_...
6640 444130 g_option_context_get_help() is broken when there's a desc...
6643 Overview of Changes from GLib 2.13.2 to GLib 2.13.3
6644 ===================================================
6647 - Added defines for easier handling of desktop files
6650 - Update g_unichar_iswide_cjk for Unicode 5.0
6652 * Regular expression support:
6653 - GRegex structs can now be ref-counted
6654 - Some new functions for dealing with incremental
6655 replacement have been added
6656 - The GRegexEvalCallback signature has been changed
6658 * g_get_user_special_dir() has been added to support
6662 419376 Functions using named subpatterns behave inconsistently w...
6663 434358 g_regex_fetch_named() and g_regex_fetch_named_pos() are b...
6664 423708 typo in the README.win32 file see patch below
6665 339225 Add new defines for easier handling of .desktop files
6666 442265 API additions/changes for GRegex
6667 432651 Add a glib-ish xdg_user_dir_lookup
6669 * Updated translations:
6671 Norwegian bokmål (nb)
6674 Overview of Changes from GLib 2.13.1 to GLib 2.13.2
6675 ===================================================
6678 - Add g_unichar_ismark()
6681 - Allow to use callbacks for remaining args
6683 * Updated translations:
6684 Belarusian Latin (be@latin)
6685 British English (en_GB)
6687 Norwegian bokmål (nb)
6693 Overview of Changes from GLib 2.13.0 to GLib 2.13.1
6694 ===================================================
6698 - Split into immutable GRegex and GMatchInfo
6699 - Add g_regex_get_max_backref() and g_regex_get_capture_count()
6700 to obtain information about the compiled regex
6703 - Fix roundtrip problems
6704 - Add g_key_file_load_from_dirs()
6707 - Fix corner cases in case conversion routines
6710 - Add a function to get the formatted help string
6713 - Add new functions g_hash_table_get_keys() and
6714 g_hash_table_get_values() to retrieve the keys and
6717 * Updated transations:
6718 Simplified Chinese (zh_CN)
6722 Overview of Changes from GLib 2.12 to GLib 2.13.0
6723 =================================================
6725 * Add GSequence, a list that is implemented using
6726 a balanced binary tree.
6728 * Add GRegex, an implementation of Perl regular expressions,
6731 * Use Posix monotonic clocks instead of gettimeofday()
6732 for GTimer when available.
6734 * Support static initialization of GQeues with G_QUEUE_INIT,
6735 g_queue_init() and g_queue_clear().
6737 * Add g_string_chunk_clear() for clearing a
6740 * Add g_unichar_get_script() to obtain Unicode
6743 * Add g_unichar_iszerowidth() to obtain information
6744 about zero-width characters.
6746 * Add G_GNUC_MAY_ALIAS which wraps the gcc may_alias
6749 * G_GNUC_INTERNAL has a working definition for the
6750 Sun Studio compiler. This requires the macro to
6751 be positioned before the function declaration.
6753 * The slice allocator can produce detailed debugging
6754 information with G_SLICE=debug-blocks.
6756 * Modules support G_DEBUG flags resident-modules and
6759 * Add G_DEFINE_DYNAMIC_TYPE() to make it easier
6760 to define types in modules.
6762 * Bug fixes: too many to list them in detail here.
6764 * New and updated translations (be,bg,bn,ca,cs,de,
6765 en_CA,en_GB,et,fa,fr,he,hu,it,ja,ku,lt,mg,mk,ml,
6766 nb,ne,nn,pt,pt_BR,ro,sr,sr@Latn,sv,ta,uk,vi,zh_CN,
6770 Overview of Changes from GLib 2.12.1 to GLib 2.12.2
6771 ===================================================
6774 - Normalization is following Unicode TR #29
6775 - g_unichar_isxdigit() only accept characters
6776 for which g_unichar_xdigit_value() returns a value
6777 - g_unichar_toupper and g_unichar_tolower leave
6778 unconvertable characters in place instead of
6779 replacing them by NUL
6782 348491 g_utf8_strup() and g_utf8_strdown() returns
6783 string with NUL bytes
6784 349825 GKeyFile always inserts a newline before a group
6785 347842 g_unichar_isxdigit() is too general about what
6786 it considers a digit
6787 348694 g_utf8_normalize() hasn't been updated to PR #29
6788 348785 Hint about G_DEBUG in Message Logging docs
6789 349792 Wrong english string (UI)
6790 349952 gparamspecs.c uses gcc feature
6792 * Translation updates (ca,cs,de,dz,es,eu,fi,gu,ko,
6793 nl,pl,tr,uk,zh_HK,zh_TW)
6796 Overview of Changes from GLib 2.12.0 to GLib 2.12.1
6797 ===================================================
6799 * Update to final Unicode Character Database 5.0.0
6802 346660 issues with base64 api documentation / g_base64_decode_cl...
6803 348136 Coverity reports allocation of wrong size CID #2839
6804 336281 Update to UCD 5.0
6805 346197 g_date_strftime %F option doesnt work for win32
6806 348011 Small optimization to real_toupper()
6807 246494 prototype mismatch in glib/gconvert.c
6809 * New and updated translations (bg,bn_IN,ca,dz,eu,fi,
6810 fr,he,it,ja,mk,or,pt)
6813 Overview of Changes from GLib 2.11.4 to GLib 2.12
6814 =================================================
6817 344905 leap-year bug in g_time_val_from_iso8601 w/o HAVE_TIMEGM
6819 * Updated translations (cy,nb,nl)
6822 Overview of Changes from GLib 2.11.3 to GLib 2.11.4
6823 ===================================================
6826 - g_bookmark_file_remove_item returns a boolean
6828 * g_mkstemp accepts the XXXXXX in the middle of
6832 344868 g_key_file_to_data should separate groups
6834 * Updated translations (de,es,fr,gu,hi,ko,th)
6837 Overview of Changes from GLib 2.11.2 to GLib 2.11.3
6838 ===================================================
6841 - g_bookmark_file_move_item: Return TRUE in case of
6845 343919 gunicollate.c: strxfrm bug on VC8
6847 * Updated translations (fi)
6849 Overview of Changes from GLib 2.11.1 to GLib 2.11.2
6850 ===================================================
6852 * Add g_ascii_stroll to parse signed 64bit integers
6854 * GMarkup: add a flag to treat CDATA as text
6856 * GHashTable: add functions to remove all entries
6858 * GMainLoop: add functions to find the currently
6859 running source, and determine if it is destroyed
6862 342563 g_atomic_thread_init() needs to be called before
6863 other _g_*_thread_init() functions
6864 343548 Potential use after free in callers of g_string_free()
6865 168538 Wish: Clearing contents of GHashTables
6866 321886 GTK+ cannot be reliably used in multi-threaded
6868 341826 goption.c: 'strtoll' is C99's function
6869 343899 g_ascii_formatd dosn't work as expected for all
6871 317793 Make GEnumValue strings const
6872 337129 Compile warnings in G_IMPLEMENT_INTERFACE
6873 303622 What is G_TYPE_CHAR?
6875 * Updated translations (bg,dz,eu,gl,ja,ko,nl,th,vi)
6878 Overview of Changes from GLib 2.11.0 to GLib 2.11.1
6879 ===================================================
6882 - Support 64-bit integers
6883 - Allow optional text before and after the options
6887 340538 gbase64-test writes OOB
6888 340816 GKeyFile set_string_list invalid memory reads
6889 339105 g_key_file_parse_value_as_double
6890 340434 convert-test.c fails (function test_one_half)
6891 311043 Memory leaks (and potential infinite loops)
6892 when using G_ERRORCHECK_MUTEXES
6893 335198 Error checking mutexes are fubar
6894 341237 Add a G_OPTION_ARG_INT64
6895 341192 g_io_channel_set_flags not implemented on win32
6896 336120 Allow adding description before/after GOption
6898 341191 misplaced check in g_relation_delete
6899 340530 mismatched calloc / g_free in win32 threads
6901 * Updated translation (es)
6903 Overview of Changes from GLib 2.10.x to GLib 2.11.0
6904 ===================================================
6906 * GBookmarkFile: a parser for files containing bookmarks
6907 stored using the Desktop Bookmark specification.
6909 * Base64 encoding support
6911 * Unicode 5.0 support
6913 * GOption supports floating point numbers
6915 * GKeyFile supports floating point numbers
6918 155884 gatomic.c should be based on new SDK
6919 157877 update-desktop-database doesn't handle duplicate entries
6920 164719 keyfile parser doesn't support floats
6921 327662 Import BookmarkFile from libegg
6922 329548 Add G_OPTION_ARG_DOUBLE
6923 329789 option-test.c type confusion
6924 332841 Segmentation Fault when %llu is passed to vasnprintf and
6925 HAVE_SNPRINTF is not defined
6926 333879 gthread/gthread-win32.c: IsDebuggerPresent needs '#define
6927 _WIN32_WINDOWS 0x0401'
6928 333916 g_timer_elapsed docs should mention that microseconds
6930 334440 dlerror() portability issue causes crash on (old) a.out
6932 334646 goption + error out params
6933 334799 g_remove() must check return value of remove()
6934 334943 make check FAIL: threadpool-test
6935 335215 Some breakages with GThreadPool
6936 336085 g_option_context_new parameter lacks better explanation
6937 336677 Documentation for g_object_ref_sink() is incorrect
6938 337027 gbookmarkfile.c: sys/time.h include error
6939 337553 Wrong escaping of URIs
6940 338572 Dereferencing NULL value in g_key_file_get_group_comment
6941 338845 g_completion_complete_utf8 crashes when NULL is passed to it
6942 339337 g_bookmark_file_set_description
6943 339338 gbookmarkfile.c, function expand_exec_line
6944 339340 gbookmarkfile.c, function bookmark_app_info_dump
6946 * Translation updates (bg,en_GB,et,gl,gu,he,hi,ka,nb,nl,nn,
6947 or,pt_BR,ro,tr,vi,zh_CN)
6950 Overview of Changes from GLib 2.10.0 to GLib 2.10.1
6951 ===================================================
6954 314794 Broken pthread detection on Darwin [Gregor Riepl]
6955 322476 Missing check for .dylib [Vladimir Panov]
6956 333651 Inconsistent _g_charset_get_aliases prototype [Julio
6958 333761 GInitiallyUnowned breaks application code [Sven Herzberg]
6961 - Fix g_listenv() implementation.
6962 - Allow up to 100 GPrivate structs
6964 * Translation updates (fr,hu,lt,pl,sv)
6967 Overview of Changes from GLib 2.9.6 to GLib 2.10.0
6968 ==================================================
6971 328997 64bit pointer trunction in glib slab-allocator
6973 331110 g_cond_broadcast(inform_cond) without holding
6974 inform_mutex [Chris Wilson, Sebastian Wilhelmi]
6975 332093 Fix some leaks in the tests [Kjartan Maraas]
6976 332435 g_utf8_strlen returns wrong value if a maximum
6977 number of bytes to check is specified
6979 331367 gslice requires more POSIX-like semantics for
6980 GPrivate destructors [Tor Lillqvist]
6982 * Documentation improvements [Matthias, Kang Jeong-Hee,
6983 Tor Lillqvist, Stefan Kost]
6985 * Translation updates (el,eu,ka,uk)
6987 Overview of Changes from GLib 2.9.5 to GLib 2.9.6
6988 =================================================
6991 329124 distclean removes README [Kjartan Maraas, Tim Janik]
6992 317679 GRelation field type not documented [Behdad Esfahbod]
6993 329123 Typo in GTime docs [Kjartan Maraas]
6995 * Documentation improvements [Sven Herzberg, David
6996 Schleef, Kjartan Maraas, Behdad Esfahbod]
6998 * Translation updates (cs,cy,it,ko,pt,sq,sr,sr@Latn,ru
7000 Overview of Changes from GLib 2.9.4 to GLib 2.9.5
7001 =================================================
7003 * Memory management:
7004 Runtime debugging support: The slice allocator
7005 can be turned off by setting G_SLICE=always-malloc
7006 in the environment. Zeroing of freed memory can
7007 now be turned on at runtime by setting
7008 G_DEBUG=gc-friendly in the environment. [Tim Janik]
7011 328253 HP-UX/IA-64 uses ".so" as default shared library
7012 extension [Albert Chin]
7013 143380 unicode-encoding test fails converting to UTF-16
7014 with libiconv [Marc Moorcroft]
7015 328254 Build breakage (GSlice) [Jens Ganseuer]
7016 328705 C99ism in glib/gmem.c [Kazuki Iwamoto]
7018 * Translation updates (da,et,zh_CN)
7020 Overview of Changes from GLib 2.9.3 to GLib 2.9.4
7021 =================================================
7024 Fix a problem with g_object_compat_control() which
7025 can lead to segfaults in GTK+ applications on 64bit
7029 Unused threads now fall back to the global pool after
7030 500 milliseconds, where they wait for another
7031 max-idle-time milliseconds. [Sebastian Wilhelmi]
7033 * Fix a memory allocation problem in GKeyFile. [Morten
7037 Overview of Changes from GLib 2.9.2 to GLib 2.9.3
7038 =================================================
7041 - Replace the simple recursive implementation by
7042 a nonrecursive, threaded one [Maurizio Monge]
7044 * Change g_filename_display_name and
7045 g_filename_display_basename to use the Unicode
7046 replacement character U+FFFD instead of a question
7047 mark, and don't append "(invalid encoding)" [Matthias]
7049 * Documentation improvements [Sven Herzberg, Federico
7050 Mena Quintero, Stefan Kost]
7053 323937 gslice.c in glib 2.9.1 doesn't build on Mac OS X
7055 326558 Some test failures on IRIX 6.5 [Daichi Kawahata]
7056 169285 "threaded" tree implementation for GTree
7058 326747 g_filename_display_basename adds (invalid encoding)
7061 Other contributors: Christian Kellner, Murray Cumming
7063 New and updated translations (bg,ca,de,es,et,gu,ja,nl,th,vi)
7066 Overview of Changes from GLib 2.9.1 to GLib 2.9.2
7067 =================================================
7069 * Memory management:
7070 - Add tests for cache colorization [Tim Janik]
7071 - Minimize space consumption if small amounts of differently
7072 sized slices are allocated, at a small performance cost. [Tim]
7075 - Add g_atomic_pointer_set() and g_atomic_int_set() [Tim Janik,
7077 - Add g_thread_pool_set_sort_function() to allow sorting the
7078 tasks of a threadpool. [Martyn Russell]
7079 - Add g_thread_pool_set_idle_time() to allow unused threads
7080 to exit after a certain time. [Martyn]
7083 - introduce a new type GInitiallyUnowned, which has an initial
7084 floating reference. [Tim]
7085 - Add support for GType parameters. [Matthias]
7088 - Add g_main_context_is_owner() to determine if the current
7089 thread is the owner of the context. [Michael Meeks]
7091 * Provide g_access(), g_chdir(), g_unlink(), g_rmdir() as
7092 wrapper functions instead of macros. [Manish Singh]
7094 * Documentation improvements [Tim, Matthias, Federico Mena Quintero,
7095 Stefan Kasal, Dan Williams]
7097 * New and updated translations (en_CA,fi,fr,gl,ml,nb,no,zh_HK,zh_TW)
7100 324179 g_allocator_new() returns pointer to const dummy which Gtk+ 2.8
7101 tries to modify [J. Ali Harlow]
7102 324332 g_option_context_parse() returns false without setting error
7103 [Tim-Philipp Müller]
7104 324950 GLIB 2.9.1 testcase errors [Dan Yefimov]
7105 325015 gslice.c: process.h is needed on Windows [Kazuki Iwamoto]
7106 321978 G_DATALIST_GET_FLAGS() macro is not casting datalist to
7107 gpointer [Andrew Paprocki]
7108 316221 G_LOCK warns about breaking strict-aliasing [Michal Benes,
7110 325273 Error in documentation for glib_check_version () [Declan Naughton]
7111 325310 g_spawn_sync hangs when catching both stdout and
7112 stderr [Tor Lillqvist]
7113 325249 gcc warning when using g_rmdir from <glib/gstdio.h> [Jani Monoses]
7114 325864 glib/gthreadpool.c:"#define debug(...)" is C99 [Kazuki Iwamoto]
7115 325874 Should say somewhere that source IDs are > 0 [Dan Williams]
7116 325438 a typo (compatability) [Stefan Kasal]
7117 323937 gslice.c in glib 2.9.1 doesn't build on Mac OS X [Bogdan Nicula]
7120 Overview of Changes from GLib 2.9.0 to GLib 2.9.1
7121 =================================================
7124 - The slice allocator is implemented [Tim Janik]
7125 - g_slice_free_chain() has been renamed to
7126 g_slice_free_chain_with_offset() [Tim, Behdad Esfahbod]
7127 - Mem chunks are deprecated [Matthias Clasen]
7130 - Hash tables are refcounted, and have a boxed type [Tim]
7133 - Support for Solaris threads has been removed
7134 [Sebastian Wilhelmi, Andrew Paprocki]
7135 - g_async_queue_sort(), g_async_queue_push_sorted() have
7136 been added to allow GAsyncQueue to be used as a priority
7137 queue, together with the corresponding _unlocked
7138 variants [Martyn Russell]
7141 - The concept of a floating initial reference has been
7142 moved from GtkObject to GObject [Tim]
7145 - Make g_rename() replace existing files [Tor Lillqvist]
7148 - G_GUINT64_CONSTANT macro to define guint64
7149 constants [Andrew Paprocki]
7150 - G_GNUC_WARN_UNUSED_RESULT macro to instruct the
7151 compiler to emit a warning if the value returned
7152 by a function is ignored. [Arjan van de Ven, Alex Larsson]
7153 - GList and GSList now have sort functions which take an
7154 extra user data argument [Martyn Russell]
7155 - g_param_spec_ref_sink() has been added for consistency [Tim]
7157 * $LOGNAME is respected when determining user data. [Laszlo Peter]
7159 * Other changes and bug fixes [Tim, Matthias, Behdad,
7160 Christian Persch, Benedikt Meurer, Andrew Paprocki,
7161 Kazuki Iwamoto, Alexis S. L. Carvalho, Stanislav Brabec,
7162 Andreas Schwab, Kalle Vahlman]
7165 - Deprecation warnings carry version information [Matthias]
7166 - The slice allocator has been documented [Matthias, Tim]
7167 - Other improvements [Morten Welinder]
7169 Overview of Changes from GLib 2.8.x to GLib 2.9.0
7170 =================================================
7172 - The Unicode tables have been updated to Unicode 4.1,
7173 adding several new values to the GUnicodeBreakType
7174 enumeration. This breaks Pango <= 1.10
7176 - The various Unicode character predicate functions
7177 (g_unichar_isalpha, g_unichar_isdigit,...) have
7180 - g_utf8_pointer_to_offset, g_utf8_offset_to_pointer:
7181 These functions handle negative offsets now, and
7182 going backwards in g_utf8_offset_to_pointer uses
7184 [Larry Ewing, Matthias Clasen]
7186 * Memory management:
7187 - Mem chunks are no longer used internally in GLib and
7188 GObject. GMemChunk will be deprecated in GLib 2.10
7189 - All APIs based on GAllocator (g_list_push/pop_allocator,
7190 and similar push/pop_allocator functions for other
7191 data structures) have been deprecated, since they
7192 never worked as intended.
7193 - The g_slice_* functions have been added as a
7194 new API for fast allocation of small memory blocks.
7195 The implementation in GLib 2.9.0 is just a simple
7196 wrapper around malloc. GLib 2.10 will have an
7197 efficient and scalable implementation.
7198 [Tim Janik, Matthias]
7201 - g_pattern_match has been optimized to avoid
7202 unnecessary recursion.
7205 * g_intern_string, g_intern_static_string:
7206 - New functions to intern strings. These are now used
7207 by GObject to avoid duplicating static strings
7211 - New function to iterate over all GThreads
7214 * g_date_set_time_t, g_date_set_time_val:
7215 - New functions to set a GDate from a time_t or
7216 GTimeVal value. g_date_set_time has been deprecated
7220 * g_snprintf and g_vsnprintf:
7221 - These functions are no longer declared in gprintf.h,
7222 since they are in glib.h
7225 Overview of Changes from GLib 2.8.0 to GLib 2.8.1
7226 =================================================
7227 * Optimize single-character insertions in GString [Ross Burton]
7228 * Fix build problems on OS X
7229 * Fix build problems on Win32 [Tor Lillqvist, Hans Breuer]
7230 * Other bug fixes [Matthew F. Barnes, Stepan Kasal]
7231 * Documentation improvements [Tristan van Berkom, Behnam
7232 Esfahbod, Gustavo Carneiro, Stepan Kasal, Matthias]
7233 * New and updated translations (ca,cy,ko,ro,uk)
7235 Overview of Changes from GLib 2.7.7 to GLib 2.8.0
7236 =================================================
7237 * Make g_value_transform() handle enum values
7238 correctly on ppc64. [Michael Lorenz]
7239 (Third-party code accessing enumeration values
7240 in GValues should also be changed to access
7241 v_long, not v_int, in order to work on bigendian
7243 * Make g_flags_get_first_value() handle a value
7244 of 0 meaningfully. [Tim-Philipp Müller]
7246 Overview of Changes from GLib 2.7.6 to GLib 2.7.7
7247 =================================================
7248 * Make atomic operations on s390 work [Matthias]
7249 * Fix C++ guards in gstdio.h [Tor Lillqvist]
7251 Overview of Changes from GLib 2.7.5 to GLib 2.7.6
7252 =================================================
7253 * Add native implementations of atomic operations
7255 * Make atomic reference counting of closures
7256 work on s390 [Matthias]
7257 * Avoid an infinite loop in g_convert_with_iconv().
7259 * Documentation improvements [Ross Burton]
7261 Overview of Changes from GLib 2.7.4 to GLib 2.7.5
7262 =================================================
7263 * Thread-related changes
7264 - Fix build issues on HP-UX [Paul Cornett]
7265 - Threadsafe access to flags stored in datasets [Tim Janik]
7266 - Fix several issues with atomic refcounting for
7267 closures, objects and paramspecs [Tim]
7268 - Improve tests for atomic refcounting changes [Tim]
7269 * Fix handling of stateful encodings in g_convert_* [Matthias]
7270 * Fix translation of GOption help output [Dan Winship]
7271 * Catch format errors in translations. This may cause
7272 "make check" to fail when using older versions
7273 of gettext [Matthias]
7274 * Win32 bug fixes [Tor Lillqvist]
7275 * Documentation improvements [Ross Burton, Jochen Baier,
7277 * New and updated translations (de,fi,gu,pl,pt,tr,zh_TW)
7279 Overview of Changes from GLib 2.7.3 to GLib 2.7.4
7280 =================================================
7281 * Fix g_atomic_pointer_compare_and_exchange
7282 on Sparc64 [Gert Doering]
7283 * Fix a hang in g_thread_pool_free. [Hong Jen Yee]
7284 * Win32 bug fixes [Tor Lillquist]
7285 * Other bug fixes [Benoit Dejean, Manish Singh]
7286 * Documentation improvements [Bryan Silverthorn,
7288 * New and updated translations (de,lt,sq,zh_CN)
7290 Overview of Changes from GLib 2.7.2 to GLib 2.7.3
7291 =================================================
7293 - Allow callbacks with optional arguments [Pawel Sliwowski]
7294 - Allow to turn off the automatic long option name
7295 disambiguation [Adam McLaurin]
7296 - Only allow printable ASCII as short option names [Matthias]
7298 - Build fixes [Tor Lillqvist]
7299 - Rewrite iochannel socket implementation [Tor]
7301 - Threadsafety improvements; in particular, refcounting
7302 of objects is done atomically now. [Wim Taymans, Tim Janik]
7303 * Bug fixes [Morten Welinder, Matthias, Wim Taymans]
7304 * Documentation improvements [Richard Laager, Matthias]
7305 * New and improved translations (bf,cs,hu,nb,nl,no)
7307 Overview of Changes from GLib 2.7.1 to GLib 2.7.2
7308 =================================================
7309 * Win32 build fixes [Hans Breuer]
7310 * Bug fixes [Mikael Magnusson]
7311 * Documentation improvements [Matthias Clasen]
7312 * New and updated translations (en_CA,es,et,ja,sr,sr@Latn,zh_TW)
7314 Overview of Changes from GLib 2.7.0 to GLib 2.7.1
7315 =================================================
7317 - Allow callback arguments without parameters [Dan Winship]
7318 * GMappedFile: an mmap wrapper [David Schleef, Behdad Esfahbod]
7319 * Misc new functions:
7320 - g_get_host_name [Tor Lillqvist]
7321 - g_mkdir_with_parents [Tor]
7322 - g_build_pathv, g_build_filenamev [Todd A. Fisher,
7324 * Bug fixes [Roger Leigh, Masatake YAMATO, Kjartan Maraas,
7325 Manish Singh, Tor, Murray Cumming, Kian Duffy, Morten Welinder]
7326 * Documentation improvements [Hong Gang XU, Dan Winship, Matthias]
7327 * New and updated translations (bg,cs,da,en_CA,es,et,nb,nl,no,
7330 Overview of Changes from GLib 2.6.x to GLib 2.7.0
7331 =================================================
7333 - Add unit tests [Matthias Clasen, Suren A. Chilingaryan]
7334 - Accept \r\n as line end [Bastian Nocera]
7335 - Don't interpret leading zeros as octal numbers. [Matthias]
7336 - Make key and group removal work [David Hoover, Matthias Hasselmann]
7338 - Improve formatting of --help output [Matthias, Noah Levitt]
7339 - Accept -? [Matthias]
7340 - Warn about duplicate main groups [Jeff Franks]
7341 - Treat '-' as non-option argument [Tim Musson, Thomas Leonard]
7342 - Report missing arguments as errors [Björn Lindqvist]
7343 - Add a boxed type for GDate [Tim-Philipp Müller]
7345 - g_tree_remove() and g_tree_steal() return status information [Matthew F. Barnes]
7347 - Work regardless of large file support [Manish Singh]
7348 - Add g_access(), g_chmod(), g_creat(), g_chdir [Tor Lillqvist]
7350 - Implement "toggle references" to help language bindings [Owen Taylor]
7351 - Allow to mark names, nicks and blurbs of pspecs as static [Ben Maurer, Matthias]
7352 - Make pspec lookup a bit faster [Morten Welinder]
7353 * Add g_listenv() to list all set environment variables [Hans Petter Jansson]
7354 * Add g_file_set_contents() to atomically write a file. [Søren Sandmann,
7355 Sven Neumann, Manish, Alexis S. L. Carvalho]
7356 * Add g_try_malloc(), g_try_new(), g_try_new0() and g_try_renew() [Stefan Kost]
7357 * Add g_utf8_collate_key_for_filename() to sort filenames taking
7358 extensions and numeric suffixes into account. [Ole Laursen, Alex Larsson]
7359 * Add G_GNUC_NULL_TERMINATED to mark varargs function with
7360 NULL-terminated argument lists. [Marc Meissner]
7362 - Improved debugability [Ulf Lamping, Hans Breuer]
7363 - Make filename handling more robust [Tor, Billy Skaggs]
7364 - Improve g_get_system_data_dirs() [Tor]
7365 - Use more precise timers [Tor]
7366 - Build fixes [Kazuki Iwamoto, Hans, Tor, Robert Ögren]
7367 * Other bug fixes [Roger Leigh, Owen, Matthias, Morten, Kjartan Maraas,
7368 Pawel Sakowski, Tor, Simon Budig, Ed Avis, Manish, Nicolas Laurent,
7369 Bastien, Fabrício Barros Cabral, Michael Banck, Daniel Atallah,
7370 J. Ali Harlow, Tim Janik, Hazael Maldonado Torres, Sven, Jon-Kare Hellan,
7371 Dave Benson, Tommi Komulainen, Benjamin Otte, Brian Cameron, Changwoo Ryu,
7372 Christian Biere, Noah, Benoît Carpentier]
7373 * Documentation improvements [Vincent Untz, Matthias, Tim-Philipp Müller,
7374 Morten, Matthew, Federico Mena Quintero, Sebastian Bacher, Oliver Sessink,
7375 Stefan, Jared Lash, Tor, Owen, Daniel Vaillard, Mathieu Lacage]
7376 * New and updated translations (ca,cs,da,el,en_CA,en_GB,es,et,eu,fa,fr,gl,
7377 hu,id,it,lt,mn,ne,nl,pl,pt,pt_BR,ro,rw,sk,sq,sr,sr@Latn,tl,uk,xh,zh_CN)
7379 Overview of Changes from GLib 2.6.0 to GLib 2.6.1
7380 =================================================
7382 - Make gtk_init(NULL, NULL) work again [Marcin Krzyzanowski]
7383 - Improve handling of -- [Matthias Clasen]
7384 - Don't show G_OPTION_REMAINING in --help output [Matthew F. Barnes]
7385 * g_find_program_in_path() doesn't return directories [Tommi Komulainen]
7386 * Add gmodule-export-2.0.pc [Matthias]
7388 - Improve hangling of UNC paths [Tor Lillqvist]
7389 - g_getenv(), g_setenv(), g_unsetenv(), g_find_program_in_path()
7390 take and return UTF-8 now [Tor]
7391 - Make g_file_test() work more reliably, and use PATHEXT
7392 when check for executables [Tor]
7393 - Build and cross-compilation fixes [J. Ali Harlow]
7394 * Other bug fixes [Jens Hatlak, Morten Welinder,
7395 Tor, Kalpesh Shah, Adrian Bunk]
7396 * Documentation improvements [Marcin Krzyzanowski, Tor, Crispin
7397 Flowerday, Mariano Suárez-Alvarez, Christian Biere, Danny Milo,
7398 Vincent Untz, Bastien Nocera]
7399 * New and updated translations (cy,de,nl,ru,sq,sv)
7401 Overview of Changes from GLib 2.4.x to GLib 2.6.0
7402 =================================================
7405 - GOption, a commandline option parser
7406 - GKeyFile, a parser/editor for the .ini like files
7407 - Functions to support the XDG basedir specification
7408 - Wrappers for common POSIX pathname functions to handle filename
7409 encodings consistently. On Windows, these use UTF-8.
7411 * Miscellaneous new functions
7412 - g_filename_display_name() converts filenames in displayable UTF-8 strings
7413 - g_uri_list_extract_uris() splits uri lists
7414 - g_date_get_iso8601_week_of_year() gets ISO 8601 week numbers
7415 - g_log_set_default_handler() installs an alternate default log handler
7416 - g_get_language_names() obtains a list of applicable locale names
7417 - g_strv_length() calculates the length of NULL-terminated string arrays
7418 - g_win32_get_windows_version() determines the Windows version
7419 - G_GNUC_INTERNAL marks functions as non-exported
7420 - glib_check_version() checks the GLib version at runtime
7421 - g_debug() completes the family of logging functions
7423 * Performance improvements
7424 - Optimize g_utf8_validate()
7425 - Optimize g_markup_parse_context_parse()
7426 - Reduce signal connection complexity from O(n) to O(1)
7427 - Get rid of many PLT entries for internally used exported symbols
7428 - Reduce code size by removing literal strings from g_return_if_fail()
7431 - On Windows, GLib functions that take file name arguments now require
7432 those to be in UTF-8. Functions that return file names return UTF-8.
7433 - Use higher precision for mathematical constants
7434 - Don't convert to/from UTF-8 in g_filename_to_uri/g_filename_from_uri
7435 - Support ll as printf format modifier for long long on all platforms
7436 - Clean up the ABI and enforce the list of exported symbols
7437 - Add a .pc file for using gmodule in libraries
7440 Overview of Changes from GLib 2.5.7 to GLib 2.6.0
7441 =================================================
7442 * GOption: Don't list help options if group-specific
7443 options have been requested [Glynn Foster]
7444 * Make g_get_language_names() track locale changes [Christian Persch]
7445 * Win32 bug fixes [Tor Lillqvist]
7446 * Bug fixes [Philippe Blain, Owen Taylor, Sebastian Wilhelmi]
7447 * New and updated translations (da,es,ja,lt,zh_CN)
7448 Bugs fixed: 159530,100697,160271,160645,157255
7450 Overview of Changes from GLib 2.5.6 to GLib 2.5.7
7451 =================================================
7452 * Optimize g_utf8_validate() [Owen Taylor, Matthias Clasen]
7453 * Optimize g_markup_parse_context_parse() [Havoc Pennington,
7455 * Reduce signal connection complexity from O(n) to O(1)
7457 * Add a .pc file for using gmodule in libraries [Owen]
7458 * Add G_GNUC_MALLOC to mark functions returning newly
7459 allocated memory [Matthias]
7460 * Win32 bug fixes [Hans Breuer, Tor Lillqvist, Robert Ögren,
7462 * Bug fixes [Kazuki IWAMOTO, Matthias, Manish Singh, Morten,
7463 Frederic Crozat, Tor]
7464 * Documentation improvements [Matthias, Tor, Owen]
7465 * New and updated translations (cs,da,de,en_CA,en_GB,es,nb,nl,sq,zh_CN)
7467 Overview of Changes from GLib 2.5.5 to GLib 2.5.6
7468 =================================================
7470 - Add G_OPTION_FLAG_REVERSE to allow options
7471 which unset a boolean variable [Tor Lillqvist]
7473 - Use sigaction instead of signal [Jonas Jonnson,
7475 - Make the very first SIGCHLD work [Gustavo Carneiro]
7476 * Bug fixes [Morten Welinder, Tor, David MacLachlan,
7477 Manish Singh, J. Ali Harlow]
7478 * Documentation improvements [Matthias Clasen, Tor]
7479 * Updated translations (da,ja,tr,zh_CN)
7481 Overview of Changes from GLib 2.5.4 to GLib 2.5.5
7482 =================================================
7484 - Cleanups, add more error checking [Ray Strode]
7485 - Fall back to the untranslated string when getting
7486 locale strings [Mark McLoughlin]
7488 - Document GOption [Matthias Clasen]
7489 - Better support for rest arguments [Owen Taylor, Matthias]
7490 - Handle conflicts between groups [Matthias]
7491 * Add g_lstat() to the stdio wrappers [Tor Lillqvist]
7492 * Add g_filename_display_name() to convert filenames
7493 in displayable UTF-8 strings [Alex Larsson, Matthias]
7494 * Win32 bug fixes [Kazuki IWAMOTO, Hans Breuer, Tor]
7495 * Bug fixes [Christophe Fergeau, Morten Welinder,
7496 Owen, Kjartan Maraas, Mark]
7497 * Documentation improvements [Matthias, Tor]
7499 Overview of Changes from GLib 2.5.3 to GLib 2.5.4
7500 =================================================
7501 Add GKeyFile, a parser/editor for the .ini like files used in various
7502 freedesktop.org specifications. [Ray Strode]
7503 Make the handling of filename encodings consistent across all
7504 GLib functions, introduce wrappers for common POSIX
7505 functions which accept the same filename encoding. [Tor Lillqvist,
7508 - Rename g_context_option_error_quark() to a more language-binding
7509 friendly name [Murray Cumming]
7510 - Accept backslashes in filenames on Win32 [Tor Lillqvist]
7511 * Strip the internal aliasing prefix IA__ from function names in
7512 assertions [Matthias Clasen]
7513 * Add a function to split uri lists. [Matthias]
7515 - Don't open console windows [Tor]
7516 * Other bug fixes [Philippe Blain, Robert Ögren, Hidetaka Iwai, Matthias,
7517 Morten Welinder, Mats-Ola Persson, Tor, Nickolay V. Shmyrev, Kjartan Maraas,
7518 Anders Carlsson, Tim-Philipp Müller, Lucas Rocha, Andrea Campi, Manish
7519 Singh, Thomas Fitzsimmons, Kazuki IWAMOTO]
7520 * Documentation improvements [Matthias, Linus Walleij, Nickolay, Philippe,
7521 Adam Hooper, Gustavo Carneiro]
7522 * New and updated translations (cs,en_CA,en_GB,ja,nb,nl,or,sr,sr@Latn,sq)
7524 Overview of Changes from GLib 2.5.2 to GLib 2.5.3
7525 =================================================
7527 - set the program name from argv[0] [Masatake YAMATO]
7528 - make contexts work without a main group [Anders Carlsson]
7530 - Get rid of many PLT entries for internally used exported symbols,
7531 and clean up the ABI at the same time and make make check check the
7532 list of exported symbols. [Matthias Clasen]
7533 * Add API to get ISO 8601 week numbers [Niklas Lundell]
7534 * Add API to install an alternate default log handler [Darin Adler]
7535 * Add API to obtain a list of applicable locale names [Hidetoshi Tajima]
7536 * Reduce code size bloat by removing literal strings from
7537 the g_return_if_fail() macros [Owen Taylor]
7538 * Add g_strv_length [Tim-Philipp Müller]
7540 - Add API to determine the Windows version [Tor Lillqvist]
7541 * Other bug fixes [Stepan Kasal, Anders, Tor, Kazuki Iwamoto,
7543 * Documentation improvements [Morten Welinder, Matthias]
7544 * New and updated translations (es,nn,ro)
7546 Overview of Changes from GLib 2.5.1 to GLib 2.5.2
7547 =================================================
7548 * Add G_GNUC_INTERNAL macro [Arjan van de Ven]
7549 * Add GOption, a commandline option parser [Anders Carlsson]
7550 * Add glib_check_version [Michael Natterer]
7551 * Add XDG basedir API [Ray Strode]
7552 * Require ngettext [Danilo Segan]
7553 * Bug fixes [Manish Singh, Ray Strode, Vincent Noel,
7554 Jon-Kare Hellan, Jody Goldberg]
7555 * Win32 bug fixes [Tor Lillqvist, Hans Breuer, Peter Zelezny]
7556 * Documentation improvements [Matthias Clasen, Vincent Untz, Christian Persch]
7557 * New and updated translations (bs,eu,fi,gu,ne,pa)
7559 Overview of Changes from GLib 2.5.0 to GLib 2.5.1
7560 =================================================
7562 * Bug fixes [Oliver Guntermann, Sven Neumann, James
7563 Henstridge, Hiroyuki Ikezoe, Matthias Clasen, Robert
7564 Ögren, Tommi Komulainen]
7565 * Documentation improvements [Soeren Sandmann,
7566 Christophe Fergeau, Danek Duvall]
7567 * New and updated translations (eu,hi)
7569 Overview of Changes from GLib 2.4.1 to GLib 2.5.0
7570 =================================================
7572 * New functions g_debug [Sven Herzberg]
7573 * Use higher precision for mathematical constants [Morten
7575 * Don't convert to/from UTF-8 in g_filename_{to,from}_uri
7576 [Federico Mena Quintero]
7578 - Handle empty digit string in printf() functions
7579 correctly [Tor Lillqvist]
7580 - Support ll as format modifier for long long [Tor]
7581 - Be more careful about HOME [Tor, Ivan Wong]
7582 - Bug fixes [John Ehresman]
7583 * Miscellaneous bug and portability fixes [Danilo Segan,
7584 Owen Taylor, Nikolai Weibull, Benoît Carpentier, Morten
7585 Welinder, Manish Singh, Sven Neumann, Julio M. Merino Vidal,
7586 Kaz Sasayama, Murray Cumming, Federico, Mariano Suarez-Alvarez]
7587 * Documentation updates [Matthias Clasen, Crispin Flowerday,
7588 Tommi Komulainen, Federico Mena Quintero, Ed Griffiths]
7589 * New and updated translations (ja,ne,no,wa)
7591 Overview of Changes from GLib 2.4.0 to GLib 2.4.1
7592 =================================================
7594 * Win32 bug fixes [Tor Lillqvist, Roger Leigh, John Ehresman]
7595 * Miscellaneous bug and portability fixes [Owen Taylor,
7596 Matthias Clasen, Jonas Jonsson, Christian Krause,
7597 Nickolay V. Shmyrev, Christophe Saout, Philippe Blain,
7599 * Documentation updates [Matthias]
7600 * New and updated translations (ca,cs,cy,el,en_CA,en_GB,es,eu,fi,
7601 fr,gu,he,id,nl,pt,pl,ru,sr,sr@ije,sr@Latn,sv,uk)
7603 Overview of Changes from GLib 2.3.6 to GLib 2.4.0
7604 =================================================
7606 * Handle invalid-UTF-8 in g_log() properly [Matthias Clasen]
7607 * Win32 bug fixes [Tor Lillqvist, Bruce Hochstetler]
7608 * Miscellaneous bug and portability fixes [Olivier Biot, David L. Cooper II,
7609 Kjartan Maraas, Frédéric L. W. Meunier, Christof Petig, Manish Singh,
7611 * Documentation updates [Owen]
7612 * Updated translations (hr,ro)
7614 Overview of Changes from GLib 2.3.5 to GLib 2.3.6
7615 =================================================
7617 * GAtomic bug fixes [Sebastian Wilhelmi, Mark McLoughlin]
7618 * GMain threading fixes and improvements [Sebastian]
7619 * Win32 [Tor Lillqvist]
7620 - restore some symbols extraneously exported from gobject to maintain ABI compatibility
7621 - Misc build improvements and fixes [Tor, Cedric Gustin, Hans Breuer]
7622 * Documentation updates [Sebastian, Takeshi AIHANA, Matthias, Sven Herzberg]
7623 * New and updated translations (be,es,fi,ga,pa,sr@ije,zh_CN)
7625 Overview of Changes from GLib 2.3.3 to GLib 2.3.5
7626 =================================================
7628 * Make glib-mkenums parse initializers with macros. [Matthias Clasen, muppet]
7629 * Respect locale era in g_date_set_parse(). [Theppitak Karoonboonyanan]
7630 * Add atomic operations and use it for the async queue and
7631 gonce implementation. [Sebastian Wilhelmi]
7632 * Documentation improvements [Sebastian, Matthias, Sven Herzberg]
7633 * Add g_main_depth() for finding the recursion depth of the main
7634 loop [Owen Taylor, Tim Janik, Stefan Westerfeld]
7635 * Add g_spawn_close_pid(), needed on win32 [J. Ali]
7636 * Win32 fixes. [Hans Breuer, J. Ali Harlow]
7637 * Misc bugfixes [Sebastian, Matthias, Balazs Scheidler, Owen]
7638 * Updated translations (cy,et,ga,sq)
7640 Overview of Changes from GLib 2.3.2 to GLib 2.3.3
7641 =================================================
7643 * Add a native AIX gmodule implementation. [Laurent Vivier]
7644 * Add g_node_copy_deep(). [James M. Cape, Matthias Clasen]
7645 * Extend GQueue API to match the GList API. [Soeren Sandmann]
7646 * Add g_hash_table_find(). [Tim Janik]
7647 * Add a G_MODULE_BIND_LOCAL flag. [David Schleef]
7648 * Inline g_string_append_c() when possible. [Owen Taylor, Tim]
7649 * Wrap waitpid() as a GSource. [Jonathan R. Blandford]
7650 * Add g_completion_complete_utf8(). [Theppitak Karoonboonyanan,
7652 * Add g_strsplit_set(). [Soeren]
7653 * Documentation improvements. [Vincent Untz, Sebastian Wilhelmi,
7655 * Win32 build fixes. [Tor Lillqvist]
7656 * Misc bugfixes [Manish Singh, Noah Levitt, Simon Josefsson,
7657 Morten Welinder, Damien Carbery, Julio M. Merino Vidal, Sebastian,
7659 * Updated translations (nn,cs,it,ko,sq,ms,az,hr,uk,sr,sr@Latn,sq,ta)
7661 Overview of Changes from GLib 2.3.1 to GLib 2.3.2
7662 =================================================
7664 * Add G_MAXSIZE. [Manish Singh]
7665 * Add g_rand_new_with_seed_array(), g_rand_set_seed_array(),
7666 implementing the init-by-array functionality of the
7667 original mersenne twister. Add g_rand_copy(). Improve seeding.
7669 * Add a lowercase_name option to glib-mkenums. [Murray Cumming]
7670 * Add g_ptr_array_foreach(). [Matthias Clasen]
7671 * Add g_timer_continue(). [Tim-Philipp Müller]
7672 * Fix a threadsafety issue in mem chunks. [Matthias, Balazs Scheidler]
7673 * Fix g_filename_{to,from}_utf8() on Win32 and improve
7674 g_file_test() there too [Hans Breuer]
7675 * Add a boxed type for NULL-terminated string arrays. [Matthias]
7676 * Add G_DEFINE_TYPE() plus variants to ease the constuction
7677 of GObject boilerplate code. [Tim Janik]
7678 * Support & in password GECOS field [Matthias, Soeren Boll Overgaard]
7679 * Documentation improvements [Matthias, Manish]
7680 * Win32 build fixes [Hans]
7681 * Misc bug fixes [Damien Carbery, Matthias, Manish, Olivier Poncet,
7683 * Updated translations (ar,de,fa,ga,mn,nn,no,sq)
7685 Overview of Changes from GLib 2.3.0 to GLib-2.3.1
7686 =================================================
7688 * Add glib/gi18n.h and glib/gi18n-lib.h for common
7689 gettext support, including a Q_() macro for translation
7690 with context [Matthias Clasen]
7691 * Add a more flexible G_FILENAME_ENCODING variable
7692 as a replacement for G_BROKEN_FILENAMES [Matthias]
7693 * Fix the return value g_main_context_iterate() for
7694 newly ready sources [Padraig O'Briain]
7695 * Handle Hangul composition for normalization [Noah Levitt]
7696 * Add G_{MIN,MAX,MAXU}INT{8,16,32}. [Mark Jones, Matthias]
7697 * Add G_GSIZE_FORMAT/G_SSIZE_FORMAT [Manish Singh]
7698 * Add G_STRFUNC as a portable wrapper for __func__ [Tim Janik]
7699 * Documentation improvements [Matthias]
7700 * GObject [Tim Janik]
7701 - Support '-' in g_signal_connect()/disconnect() names
7702 like 'swapped-signal'.
7703 - Add g_type_class_peek_static() and use to optimize
7704 g_object_new() for static types [Tim]
7705 - Allow setting construct-only properties from within
7706 init() implementations
7707 - Enforce readability/writeability in g_object_set/get()
7708 * Fix bug with g_ascii_strtod and multi-byte separator.
7709 [Behdad Esfahbod, Roozbeh Pournader]
7710 * Misc bug fixes [Matthias, John Ehresman, Andrew Lanoix,
7711 Tor Lillqvist, Mark McLoughlin, Tim-Philipp Müller, Manish,
7713 * Updated translations (ca,cs,da,es,fr,ja,nn,no,pt,ru)
7715 Overview of Changes from GLib 2.2.x to GLib-2.3.0
7716 =================================================
7718 * Replace Trio printf by gnulib vasnprintf [Matthias Clasen]
7719 * Update Unicode data to Unicode 4.0 [Noah Levitt]
7720 * Support XML-safe formatted output with
7721 g_markup_[v]printf_escaped [Owen Taylor]
7722 * Add g_file_read_link to read symbolic links [Matthias]
7723 * Add g_unichar_get_mirror_char to obtain the
7724 mirrored variant of a character [Noah]
7725 * Support for one-time initialization functions.
7726 [Sebastian Wilhelmi]
7727 * Miscellaneous API additions: g_vasprintf
7728 g_string_chunk_insert_len, g_setenv, g_unsetenv [Matthias]
7729 * Docs improvements [Matthias]
7730 * Add support instance-private data on classed types
7731 [Mark McLoughlin, Tim Janik, Owen]
7732 * Optimize signal emissions [Soeren Sandmann, Tim]
7733 * Support a "default vtable" per interface [Tim]
7734 * Add support for properties on interfaces [Owen, Tim]
7735 * Miscellaneous API additions: g_value_take_string(),
7736 g_value_take_param(), g_value_take_object(),
7737 g_value_take_boxed(). [Matthias]
7738 * Win32 build fixes [Tor Lillqvist]
7740 Overview of Changes from GLib 2.1.5 to GLib-2.2.0
7741 =================================================
7743 * Fix a problem with g_thread_init() on 64-bit problems
7744 [Alceste Scalas, Sebastian Wilhelmi]
7745 * Add assembly implementations of byteswap macros
7746 for ia64 and x86_64. [Manish Singh]
7747 * IOChannel fixes for Win32 [Tor Lillqvist, Thorsten Maerz]
7748 * Updated translations (bg,ca,es,da,fi,lv,ru,sk)
7750 Overview of Changes from GLib 2.1.4 to GLib-2.1.5
7751 =================================================
7753 * Win32 bug fixes [Tor Lillqvist]
7754 * Various post-rewrite fixes for glib-gettext.m4 [Owen Taylor,
7755 Jody Goldberg, Kjartan Maraas, Johannes Stezenbach]
7756 * Ensure we have a GUINT64_FORMAT by pulling in Trio
7757 if necessary [Manish Singh]
7758 * Further Trio build fixes [Matthias Clasen, Owen]
7759 * Hack around gcc, libtool issues with -pthread [Owen]
7760 * Docs improvements [Matthias]
7761 * Bug and portability fixes
7762 * Updated and new translations (bg,de,fi,fr,sq,fr)
7764 Other contributors: Kai Poitschke, Morten Welinder
7766 Overview of Changes from GLib 2.1.3 to GLib-2.1.4
7767 =================================================
7769 * autoconf changes to make it possible to cross compile
7770 GLib. [Owen Taylor, Dan Kegel, Amy Lin, Dimi Shahbaz,
7771 Johannes Stezenbach]
7772 * Use libintl when it has bind_textdomain_codeset() and
7773 GLib doesn't. [Owen]
7774 * Improve generation of pseudo-random integers [Morten Welinder,
7776 * Avoid literal UTF-8 in favor of octal escapes [Owen, Tomas Ogren]
7777 * Cleanup include order [Sven Neumann]
7778 * autoconf cleanups and bug fixes [Daniel, Matthias Clasen, Owen]
7779 * Doc fixes and additions [Matthias]
7781 Other contributors: James M. Cape, Frederic Crozat, Martin Gansser,
7782 Phuc LeHong, Manish Singh, Joshua Weage, Morten Welinder
7784 Overview of Changes from GLib 2.0.x to GLib-2.1.x
7785 =================================================
7787 * Add copy of the Trio library to build and use for printf() when
7788 system printf isn't good enough. Add g_printf()/etc. [Matthias Clasen]
7789 * Add g_str_has_suffix()/g_str_has_prefix() [Alex Larsson]
7790 * Add g_markup_parse_context_get_element() [Matthias]
7791 * Add g_utf8_strreverse [Matthias]
7792 * Add g_ascii_strtoull() [Tim Janik]
7793 * Support scanning of 64-bit values with GScanner [Tim]
7794 * Add g_set/get_application_name() [Havoc Pennington]
7795 * Add G_LIKELY()/G_UNLIKELY() macros for hinting branch probabilities.
7796 Use for g_return_if_fail(). [Matthias Clasen]
7797 * Add G_GNUC_DEPRECATED macro [Tom Tromey]
7798 * Improve the seeding algorithm of GRandom to avoid problems
7799 with certain pathological seeds. Support G_RANDOM_VERSION=2.0
7800 environment variable. [Sebastian Wilhelmi]
7801 * Improve thread configure checks, use -pthread where applicable
7803 * Improve handlng of thread priorities [Sebastian]
7804 * Fix up parameter names that might shadow functions from
7805 system headers [Soeren Sandmann]
7806 * Clean up usage of deprecated functions [Manish Singh]
7807 * Docs fixes and improvements. In particular, include "Since" information.
7808 [Matthias, Soeren, Martin Schulze, Daryll Strauss, Bill Janssen,
7809 Owen Taylor, Morten Welinder].
7811 Overview of Changes in GLib 2.0.7
7812 =================================
7814 * Fix C++ warnings in gtype.h [Dom Lachowicz]
7815 * Fix g_type_fundamental_next() [Tim Janik]
7816 * Fix various missing includes of config.h [Morten Welinder]
7817 * Handle main loop initialization before g_thread_init [Sebastian Wilhelmi]
7818 * Various 64-bit fixes [Manish Singh]
7819 * Fix GPoll on Win32 [Tor Lillqvist, Herman Bloggs]
7820 * Fix bug with buffering on UTF-8 IOChannels [Daniel Elstner]
7821 * Misc bug and build fixes [Soren Andersen, Gustavo Carneiro, Tor,
7822 Tim, Havoc Pennington, Matthias Clasen, Sebastian Rittau,
7823 Masahiro Sakai, Arvind Samptur, HideToshi Tajima, Owen Taylor]
7824 * Updated and new translations (be,cs,de,*fa,it,lv,pt_BR,tr)
7826 Overview of Changes in GLib 2.0.6
7827 =================================
7829 * Fix problem with interface prerequisites [Jon Trowbridge, Dave Camp]
7830 * Clean up debug spew from GObject [Anders Carlsson]
7831 * Compiler warning fixes [David L. Cooper II]
7832 * Fix some problems with g_build_path() [Guillaume Chazarain, Owen Taylor]
7833 * Fixes for --disable-debug [Sebastian Wilhelmi]
7834 * Threading fixes [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann,
7835 Rajkumar Sivasamy, Laurent Vivier]
7836 * Documentation fixes [Jacob Berkman, Manuel Clos, Jared Dukat,
7837 Sebastian Rittau, Linus Welleij]
7838 * Misc bug fixes [Anders Carlsson, Sam Couter, Morten Welinder, Owen]
7839 * Updated translations (bg,ko,vi)
7841 Overview of Changes in GLib 2.0.5
7842 =================================
7844 * Fix problem with interface prerequisites [Jon Trowbridge, Dave Camp]
7845 * Clean up debug spew from GObject [Anders Carlsson]
7846 * Compiler warning fixes [David L. Cooper II]
7847 * Fix some problems with g_build_path() [Guillaume Chazarain, Owen Taylor]
7848 * Fixes for --disable-debug [Sebastian Wilhelmi]
7849 * Threading fixes [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann,
7850 Rajkumar Sivasamy, Laurent Vivier]
7851 * Documentation fixes [Jacob Berkman, Manuel Clos, Jared Dukat,
7852 Sebastian Rittau, Linus Welleij]
7853 * Misc bug fixes [Anders Carlsson, Sam Couter, Morten Welinder, Owen]
7854 * Updated translations (bg,ko,vi)
7856 Overview of Changes in GLib 2.0.4
7857 =================================
7859 * Fix some 64-bit problems. (George Lebl, David L. Cooper II)
7860 * Add note about Tru64 iconv to INSTALL. (Manuel Op de Coul)
7861 * Fix problem with timouts > MAXINT. (Tim Janik, Owen Taylor)
7862 * Updated translations (ca,es,fr,ja,gl,ms,nl,pl,pt,ru)
7864 Overview of Changes in GLib 2.0.3
7865 =================================
7867 * Handle sorting 0-length arrays (Ron Arts)
7868 * Threading fixes (Sebastian Wilhelmi)
7869 * Portability fixes (Miroslaw Dobrzanski-Neumann, Jacob Berkman, Gareth Pierce,
7870 Sebastian, Qingjiang Yuan)
7871 * Various fixes for glib-2.0.m4. (Jim Gettys, others.)
7872 * Locate right glib-genmarshal when cross-compiling. (Mitch Natterer)
7873 * Win32 fixes (Tor Lillqvist)
7874 * Try to fix g_get_charset() related segfaults. (Owen)
7875 * Fixes for gettext detection. (Dan Winship, HideToshi Tajima, Boyd Lynn Gerber,
7876 Andrew P. Lentvorski, Jr.)
7877 * Fix g_scanner_unexp_token() (Tim Janik, Sven Neumann)
7878 * g_markup fixes. (Matthias Clasen.)
7879 * Bug fixes and cleanups (Daniel Elstner, Matthias, Laszlo Peter, Morten Welinder,
7882 Overview of Changes in GLib 2.0.1
7883 =================================
7885 * Portability fixes for Sun's Forte compiler [Erwann Chenede]
7886 * Performance improvements for GObject parameter lookup,
7887 g_filename_to/from_utf8() [Alex Larsson]
7888 * Actually check interface prerequisites [Matthias Clasen,
7889 Miroslaw Dobrzanski-Neumann]
7890 * Fix problem with glib-mkenums taking huge amounts of stack. [Owen Taylor]
7891 * Fix g_signal_handlers_disconnect_by_func() for C++ [Damien Sandras]
7892 * Fixes for g_log() and threading.
7893 [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann, Tim Janik]
7894 * Make g_print(), g_printerr(), g_warning(), etc, convert from
7895 UTF-8 to the encoding of the locale [Sebastian Wilhelmi, Tim]
7896 * Fixes for GIOChannel on windows. [Tor Lillqvist]
7897 * Fix gsize/gint mismatches in giochannel.c [Miroslaw Dobrzanski-Neumann]
7898 * Fix file descriptor leak in g_file_get_contents() [Matthias]
7899 * Workaround iconv() problems on older Solaris [Lauri Alanko]
7900 * Fix warnings with gcc-3.1 about asm const [Cody Russel]
7903 Other contributors: Hans Breuer, LEE Sau Dan, Sven Neumann, Salmaso Raffaele,
7904 Akira Tagoh, Morten Welinder
7907 Overview of Changes in GLib 2.0.0
7908 =================================
7910 * Thread portability fixes [Sebastian Wilhelmi]
7911 * Documentation updates [Owen Taylor]
7912 * Make g_strerror(), g_strsignal() properly return UTF-8,
7913 call bind_text_domain_codeset() so that error strings
7914 are in UTF-8 as well. [Owen, Tor Lillqvist]
7916 Overview of Changes in GLib 2.0.0 rc1:
7917 ======================================
7919 * Win32 fixes [Tor Lillqvist]
7920 * Portability fixes [Finlay Dobbie, Miroslaw Dobrzanski-Neumann]
7921 * Fix up g_date_strftime [Daniel Elstner]
7922 * Add some structure padding [Tim Janik]
7923 * Make g_get_homedir() prefer the users home directory to $HOME
7925 Other contributors: Matthias Clasen, Paolo Maggi, Christian Rose
7927 Overview of Changes in GLib 1.3.15:
7928 ===================================
7930 * Speed up marshalers by using private access to GValue
7931 [Anders Carlsson, Tim Janik]
7932 * Reduce GValue to 2 elements [Tim]
7933 * Add G_DEBUG environment variable, G_DEBUG=fatal_warnings [Matthias Clasen]
7934 * Fixes for AIX compilation [Miroslaw Dobrzanski-Neumann]
7935 * Add padding to various structures [Owen Taylor, Tim]
7936 * Win32 fixes [Tor Lillqvist]
7938 Other contributors: James Henstridge, Ryan Lovett, Morten Welinder,
7941 Overview of Changes in GLib 1.3.14:
7942 ===================================
7944 * Register value transformations for gint64, guint64 [Andy Wingo]
7945 * Build with large-file support [Sven Neumann, Owen Taylor]
7946 * Fix handling of hostnames in URI's [Darin Adler]
7947 * Main loop bug fixes [Havoc Pennington, Owen]
7948 * Doc fixes and improvements [Manish Singh, Tim Janik]
7949 * Support ' as attribute delimiters in GMarkup [Matthias Clasen]
7950 * Win32 fixes [Hans Breuer, Tor Lillqvist]
7951 * Threading bug and build fixes [Sebastian Wilhelmi, Miroslaw Dobrzanski-Neumann]
7952 * Miscellaneous bug fixes
7954 Other contributors: Matthias Clasen, James Henstridge, Mitch Natterer,
7957 Overview of Changes in GLib 1.3.13:
7958 ===================================
7960 * Fix g_filename_to/from_uri for Win32 [Tor Lillqvist, Darin Adler]
7961 * Miscellaneous win32 fixes [Tor, Hans Breuer]
7962 * Fix thread options for gcc on AIX [Jerome Zago, Sebastian Wilhelmi]
7963 * Documentation improvements [Ron Steinke, Matthias, Sebastian]
7964 * Cache iconv converters as used by g_convert() [Jeffrey Stedfast]
7965 * Bug fixes [Sven Neumann, Owen Taylor, Matthias Clasen, Jeffrey,
7966 Laszlo Peter, Havoc Pennington, Tim Janik]
7968 Overview of Changes in GLib 1.3.12:
7969 ===================================
7971 * Implement closure chaining, fixing up API (Tim Janik)
7972 * Closure chaining test case (James Henstridge)
7973 * Make GType long not int where both are equal width (Tim)
7974 * Win32 fixes and improvements (Hans Breuer, Tor Lillqvist)
7975 * Fixes for NetBSD. (Dan Winship)
7976 * Use snprintf() for g_printf_string_upper_bound() where possible. (Matthias Clasen)
7977 * Save space for GBSearchArray (Tim Janik)
7978 * Documentation improvements. (Matthias, Sven Neumann, Havoc Pennington)
7980 Other contributors: Darin Adler, Chris Blizzard, Anders Carlson, Daniel Elstner, Michael Meeks,
7981 Mark McLoughlin, Dave Neary, Manish Singh, Owen Taylor, HideToshi Tajima,
7985 Overview of Changes in GLib 1.3.11:
7986 ===================================
7988 * Win32 fixes [Hans Breuer, Tor Lillqvist]
7989 * Documentation improvements [Matthias Clasen]
7990 * Portable directory handling API [Hans]
7991 * Threading fixes [Sebastian Wilhelmi, Havoc Pennington]
7992 * Fix excess relocations in Unicode tables [Andrew Taylor]
7993 * Fix gpattern for UTF-8 [Matthias Clasen]
7994 * Support overriding class closures [Tim Janik]
7995 * Support for derivation from G_TYPE_POINTER [Owen Taylor]
7996 * Hide pointers to type information inside GType to reduce locking
7998 * Adds check for direct inclusion of gobject/*.h [Owen]
7999 * GObject API cleanups [Tim]
8001 Other contributors: Darin Adler, Jacob Berkman, Daniel Egger, Eric Lemings,
8002 Michael Meeks, Mark McLoughlin, Arkadiusz Miskiewicz, Dan Winship
8005 Overview of Changes in GLib 1.3.10:
8006 ===================================
8008 * Many Win32 fixes and improvements [Tor Lillqvist]
8009 * Documentation improvements [Matthias Clasen]
8010 * g_string_printfa() renamed to g_string_append_printf()
8011 * Use libcharset from libiconv to implement charset detection
8012 more portably. [Owen Taylor, Hidetoshi Tajima]
8013 * Add 64 bit type support to GObject [Joshua Pritikin, Mathieu Lacage, Owen]
8014 * Make support for 64 bit integers a requirement [Joshua]
8015 * GPattern improvements [Tim Janik, Matthias]
8016 * Locale independent g_ascii_strtod / g_ascii_dtostr [Alex Larsson]
8017 * Many bug fixes and minor tweaks.
8019 Other Contributors: Darin Adler, Jakub Jelinek, James Antill, Andrew Taylor,
8020 Ben Gertzfield, Elliot Lee, Manish Singh, Abel Cheung, Laszlo Peter,
8021 Sven Neumann, George Lebl, Raja Harinath, Sebastian Wilhelmi,
8025 Overview of Changes in GLib 1.3.9:
8026 ==================================
8028 * Fixes for comparison of threads [Sebastian Wilhelmi]
8029 * Use vasprintf() when possible for g_strdup_printf [Matthias Clasen]
8030 * Win32 fixes [Tor Lillqvist, Hans Breuer]
8031 * Add a len argument to g_ascii_strup/strdown
8032 * Bug, portability fixes, cleanups.
8034 Other Contributors: Darin Adler, Katsuhiro Okuno, Joshua N. Pritikin
8037 Overview of Changes in GLib 1.3.8:
8038 ==================================
8040 * Documentation updates [Owen]
8041 * Made GType interfaces overridable in derived types
8042 * Many win32 fixes [Tor Lillqvist]
8043 * Miscellaneous cleanups and fixes
8046 Darin Adler, Matthias Clasen, Ron Steinke, Hans Breuer, Alex Larsson
8049 Overview of Changes in GLib 1.3.7:
8050 ==================================
8052 * Integrate GClosure support into the main loop [Owen Taylor]
8053 * More GSignal convenience functions (macros) [Sven Neumann, Tim Janik]
8054 * Introduced weak references for GObject [James Henstridge, Sven, Tim]
8055 * Minor hash table optimizations
8056 * Main loop and threading improvements [Sebastian Wilhelmi]
8057 * Added g_ascii_* functions to be used for locale insensitive UTF-8
8058 compliant code instead of old string functions [Darin Adler, Alex Larsson]
8059 * Add functions for Unicode case-conversion, normalization, and
8060 collation [Owen]* GString improvements [Owen]
8061 * Reworked the GIOChannel code [Hidetoshi Tajima, Ron Steinke]
8062 * Removed glib-config-2.0 in favour of pkgconfig [Sebastian]
8063 * Make code 64bit clean [Mark Murnane]
8064 * More G_CONST_RETURN fixes
8065 * Many improvements to the win32 code [Tor Lillqvist, Hans Breuer]
8066 * Miscellaneous bug and API fixes
8069 Michael Natterer, Christopher James Lahey, Padraig O'Briain,
8070 Matthias Clasen, Josh Pritikin, Steve Baker, Cesar Rincon, Garry R. Osgood,
8071 Michael Meeks, Laszlo Peter, Martin Baulig, Kjartan Maraas, Andrew Lanoix,
8075 Overview of Changes in GLib 1.3.6:
8076 ==================================
8078 * Threads have a "return value" from g_thread_join
8079 * Removed ability to adjust thread stack size
8080 * Prefix warnings with progname/PID by default, change toggle for this to
8081 be an env variable G_MESSAGES_PREFIXED not a compile-time option
8083 * GDate const, convenience fixups
8084 * Include test cases that headers are compilable by C++ compiler
8085 * Add ability to spawn processes with argv[0] != executable path.
8086 * g_strstr_len, g_strrstr, g_strrstr_len
8087 * Add length argument to g_utf8_strchr and g_utf8_strrchr.
8091 Overview of Changes in GLib 1.3.5:
8092 ==================================
8094 * Added an installed glib-mkenums Perl program for parsing enumeration
8095 declarations from header files.
8096 * Mark some additional deprecated functions.
8097 * Bug and Portability fixes
8100 Overview of Changes in GLib 1.3.4:
8101 ==================================
8103 * Efficiency improvements for GThreadPool
8106 * Documentation improvements
8109 Overview of Changes in GLib 1.3.3:
8110 ==================================
8114 * More user_data support in various functions.
8115 * Main loop API revamps to support per-thread main loops.
8116 * Unicode handling improvements.
8117 * Implemented debugging traps.
8118 * G_CONST_RETURN specification all over the place.
8119 * Various new small utility functions.
8120 * Random number generator precision improvements.
8121 * New configure option --disable-mem-pools.
8122 * Many Win32 improvements.
8123 * Added g_try_malloc() friends varinats.
8124 * Many documentation improvements.
8125 * Many threading improvements, support for dynamic allocation
8127 * GHookLIst API cleanups.
8128 * Improved format support of GDate parser.
8129 * String function speed improvements with new g_stpcpy().
8130 * Hashtable API additions.
8131 * New GPatternSpec for shell-style pattern matching (from GtkPatternSpec).
8132 * Optimizations, cleanups, bug fixes.
8136 * Added many convenience functions.
8137 * GClosure and GParamSpec use float/sink ref-counting scheme now.
8138 * Reworked property change notification.
8139 * Binary searchable array cleanups, so it's widely usable now.
8140 * Added static content keeping for some GValue types.
8141 * Support for statically scoped signal parameters.
8142 * Extinguished property trailer args in set/get interface.
8143 * Added support for abstract types.
8144 * G_CONST_RETURN specification all over the place.
8145 * Split parameter exchange functionality into value transforms
8146 and parameter conversions.
8147 * Added signal emission hooks and signal accumulators.
8148 * Added interface prerequisites to support is_a (interface, object)
8150 * Implemented GValueArray.
8151 * New types, boxed: G_TYPE_VALUE, G_TYPE_CLOSURE, G_TYPE_GSTRING
8152 GParamSpecs: G_TYPE_PARAM_PARAM, G_TYPE_PARAM_POINTER, G_TYPE_PARAM_CLOSURE,
8153 G_TYPE_VALUE_ARRAY, G_TYPE_PARAM_UNICHAR, G_TYPE_PARAM_VALUE_ARRAY.
8154 * Varrags value collection improvements.
8155 * Implemented debugging traps.
8156 * Made things thread-safe.
8157 * Many documentation improvements.
8158 * Many cleanups, optimizations and bug fixes.
8161 Overview of Changes in GLib 1.3.2:
8162 ==================================
8166 * Win32 build improvements [Tor]
8167 * Improvements to error reporting
8168 (g_critical(), g_return_if_reached()) [Darin]
8169 * Add g_strlcpy/g_strlcat [David Wheeler]
8170 * New IO channel implementation for Win32 [Tor]
8171 * Make g_array_free, g_string_free return pointer to memory requested
8172 not to be freed. [Darin]
8173 * Added GError based error reporting for thread functions. [Sebastian]
8174 * Moved reference docs into GLib distribution. [Owen]
8175 * Added g_convert() for doing convenient character set conversions based
8176 on iconv. (GLib now requires libiconv or a native iconv.) [Havoc/Owen]
8177 * Various Unicode handling additions (g_ucs4_to_utf8, g_utf8_validate(),
8178 g_{locale,filename}_{to,from}_utf8) [Robert/Havoc/Owen]
8179 * Portability fixes for threading. [Sebastian]
8180 * Added convenient functions for launching new processes (g_spawn_*),
8181 and shell quoting/unquoting functions. [Havoc]
8182 * Split glib.h into many headers. [Sebastian]
8183 * Added a simple callback-based parser for XML-like files (GMarkup). [Havoc]
8184 * Fixed confusions between comparison functions that return <0, 0, >0
8185 and equaility functions that return FALSE,TRUE. [Sebastian]
8186 * Added safe/portable temporary file manipulation functions. [Tor]
8187 * autoconf improvements. [Raja]
8188 * Many documentation improvements.
8193 * Added boxed and pointer types. [Tim/Jonathan]
8194 * Added callback abstraction (GClosure) [Tim]
8195 * Added signal system (GSignal) [Tim]
8196 * Make GTypePlugin an interface [Tim]
8197 * Added GTypeModule - a simple GTypePlugin instantiation [Owen]
8201 What's new in GLib 1.3.1:
8202 =========================
8204 * New GObject library added including object system based on
8205 the GTK+ object system.
8206 * Functions for getting the properties of Unicode characters,
8207 computing the canonical decomposition and ordering combining
8208 characters aand manipulating UTF-8 string manipulation based
8210 * GString now properly handles embedded nuls.
8211 * Multiple fixes from the 1.2.x branch.
8212 * Upgrade to libtool 1.3.3
8213 * Full thread support (thread creation and destruction).
8214 * BeOS port, BeOS dynamic modules.
8215 * Many improvements to the Windows ports.
8216 * Improvements to the OS/2 port, OS/2 module support.
8217 * Double ended queue implementation.
8218 * GLib macros for printf() formatting, e.g. G_GULONG_FORMAT = "lu"
8219 * New configure option --enable-msg-prefix to prefix messages, warnings
8220 et ceteri with the program name and the process id.
8221 * New thread-safe random number generator Mersenne Twister.
8222 * g_strcompress() added, g_strescape() had a slight API change, and
8223 more tightly defined semantics.
8224 * the g_string(x) macro has been removed, #x may be used instead.