SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for libgobject-2_0-0-2.74.0-2.1.x86_64.rpm :

* Sun Sep 18 2022 Bjørn Lie - Update to version 2.74.0: + Use EPOLL_CLOEXEC by default + Fixed various regression on GRegex as per the PCRE2 porting + Fixed various memory leaks + Bugs fixed: glgo#GNOME/gtksourceview#278, glgo#GNOME/gtksourceview#283, glgo#GNOME/GLib#2688, glgo#GNOME/GLib#2713, glgo#GNOME/GLib#2719, glgo#GNOME/GLib#2729, glgo#GNOME/GLib#2733, glgo#GNOME/GLib#2737, glgo#GNOME/GLib#2741, glgo#GNOME/gtk#4400, glgo#GNOME/GLib!2820, glgo#GNOME/GLib!2855, glgo#GNOME/GLib!2861, glgo#GNOME/GLib!2868, glgo#GNOME/GLib!2873, glgo#GNOME/GLib!2874, glgo#GNOME/GLib!2875, glgo#GNOME/GLib!2876, glgo#GNOME/GLib!2879, glgo#GNOME/GLib!2881, glgo#GNOME/GLib!2882, glgo#GNOME/GLib!2883, glgo#GNOME/GLib!2900. + Updated translations.
* Thu Sep 08 2022 Stephan Kulow - Replace pkgconfig(libpcre) with pkgconfig(libpcre2-8) BuildRequires. No longer used by glib (replaced by pcre2 in 2.73.2).
* Mon Aug 29 2022 Bjørn Lie - Drop 99783e0408f8ae9628d2c7a30eb99806087da711.patch for 2.73.x branch, fixed upstream already.
* Thu Aug 25 2022 Bjørn Lie - Add 99783e0408f8ae9628d2c7a30eb99806087da711.patch: gsocketclient: Fix passing NULL to g_task_get_cancellable(). Fix a regression from commit abddb42d14, where it could pass `NULL` to `g_task_get_cancellable()`, triggering a critical warning. This could happen because the lifetime of `data->task` is not as long as the lifetime of the `ConnectionAttempt`, but the code assumed it was. Fix the problem by keeping a strong ref to that `GCancellable` around until the `ConnectionAttempt` is finished being destroyed.
* Sat Aug 06 2022 Bjørn Lie - Update to version 2.73.3: + Revitalize G_REGEX_OPTIMIZE flag and use it to enable PCRE JIT compiler. + Fix some regressions due to the PCRE2 port. + Fix a pidfd leak that was introduced in the previous release. + Support compilation without a C++ toolchain. + GDBus: Use namespace-friendly protocol for Linux message buses, and optionally other connections. + Fix potential races in multi-threaded signal connections handling. + Add back gio-launch-desktop to redirect stdout/stderr of launched GDesktopAppInfo\'s to the journal with proper parent + Executables that are invoked when installing other software, typically from packaging system triggers, can now be installed into architecture-dependent locations. Unix OS distributors who install GLib for more than one architecture in parallel (multiarch or multilib installations) should consider building with -Dmultiarch=true, installing the bin/glib-compile-schemas and bin/gio-querymodules symbolic links in packages for the primary architecture, and omitting those symlinks from packages for secondary architectures. + Some enumerators introduced in previous releases have been changed, for better introspection results: - G_MARKUP_PARSE_FLAGS_NONE renamed to G_MARKUP_DEFAULT_FLAGS - G_TLS_CERTIFICATE_FLAGS_NONE renamed to G_TLS_CERTIFICATE_NO_FLAGS - G_APPLICATION_FLAGS_NONE was deprecated, use G_APPLICATION_DEFAULT_FLAGS now. + gfileinfo: Implement xattr attribute removal. + Add support to --delete option to gio set, to unset a file attribute. + Improve default value of glib_debug option: G_ENABLE_DEBUG will be defined only if using `--buildtype=debug` or enabled via `-Dglib_debug`, but it won\'t ever be set if an optimized build is requested (specifically if the optimization level is not `0` or `g`) as it may be the case when using `--buildtype=debugoptimized`. + Probably the first revision of any GNOME module ever released from Cuba :) + Bugs fixed: glgo#GNOME/Glib#566, glgo#GNOME/Glib#1187, glgo#GNOME/Glib#2509, glgo#GNOME/Glib#2542, glgo#GNOME/Glib#2588, glgo#GNOME/Glib#2682, glgo#GNOME/Glib#2692, glgo#GNOME/Glib#2694, glgo#GNOME/Glib#2699, glgo#GNOME/Glib#2700, glgo#GNOME/Glib#2703, glgo#GNOME/Glib#2705, glgo#GNOME/Glib#2708, glgo#GNOME/Glib!2299, glgo#GNOME/Glib!2759, glgo#GNOME/Glib!2812, glgo#GNOME/Glib!2813, glgo#GNOME/Glib!2814, glgo#GNOME/Glib!2815, glgo#GNOME/Glib!2818, glgo#GNOME/Glib!2822, glgo#GNOME/Glib!2823, glgo#GNOME/Glib!2825, glgo#GNOME/Glib!2826, glgo#GNOME/Glib!2827, glgo#GNOME/Glib!2829, glgo#GNOME/Glib!2830, glgo#GNOME/Glib!2832, glgo#GNOME/Glib!2833, glgo#GNOME/Glib!2835, glgo#GNOME/Glib!2836, glgo#GNOME/Glib!2851, glgo#GNOME/Glib!2853, glgo#GNOME/Glib!2854. + Updated translations.
* Wed Aug 03 2022 Dominique Leuenberger - Update to version 2.73.2: + Replace PCRE1 with PCRE2. + Preserve destruction order in gdataset, fixing various crashes during objects disposal. + Require C99 __VA_ARGS__. + Add NONE or DEFAULT members to most flags types. + GFile: Add some missing async APIs. + Improve internal and process documentation. + Add atomic compare-and-exchange APIs returning previous value. + Add G_DEFINE_ENUM_TYPE and G_DEFINE_ENUM_VALUE macros. + Add platform-independent G_ALWAYS_INLINE and G_NO_INLINE. + Use waitid() on pidfds rather than a global SIGCHLD handler.
* Thu Jul 07 2022 Dominique Leuenberger - Update to version 2.73.1: + Remove the `-Diconv` configure option, as GLib now uses Meson’s built-in logic for finding which iconv implementation to use. + Move gvdb to a Meson subproject and git submodule to avoid duplicating its source. + Add `add_test_setup()` in Meson to allow GLib tests to be run under valgrind with correct settings easily, using `meson test --setup=valgrind`. + Fix deadlocks when disposing non-cancelled inotify `GFileMonitor`s. + Fix `file://` requests in webkit2gtk due to incorrect xdgmime update. + Fix build errors on macOS ≤10.7 for `LOCAL_PEERPID`. + Add new `g_atomic_int_exchange()` and `g_atomic_pointer_exchange()` APIs. + Add new `GListStore:n-items` property to allow easy binding in UIs. + Performance improvements for GObject construction and destruction. + Use a numeric space (U+2007) for padding with some `g_date_time_format()` placeholders. + Fix a slow memory leak in `GSocketClient` when using long-lived `GCancellable`s.
* Sun Jul 03 2022 Emily Gonyer - Update to version 2.72.3 + Bugs fixed: glgo#GNOME/Glib!1941, glgo#GNOME/Glib!2597, glgo#GNOME/Glib!2639, glgo#GNOME/Glib!2670, glgo#GNOME/Glib!2703, glgo#GNOME/Glib!2709, glgo#GNOME/Glib!2720, glgo#GNOME/Glib!2750, glgo#GNOME/Glib!2687.
* Tue May 31 2022 Bjørn Lie - Update to version 2.72.2: + Bugs fixed: glgo#GNOME/GLib#2640, glgo#GNOME/GLib!2605, glgo#GNOME/GLib!2616, glgo#GNOME/GLib!2629, glgo#GNOME/GLib!2643, glgo#GNOME/GLib!2644, glgo#GNOME/GLib!2662, glgo#GNOME/GLib!2691. + Updated translations.
* Thu Apr 21 2022 Emily Gonyer - Update to version 2.72.2: + Fix building projects which use g_warning_once() with clang++. + Fix g_file_trash not deleting directories via portals backend. + A number more compiler warnings fixed for MSVC. + Fix detection of broken poll function on macOS. + Fix spawning subprocesses from GUI programs on Windows. + Bugs fixed: - #2312 gdbus-test-codegen tests leak GWeakRef objects. - #2625 g_warning_once fails to build with clang++. - #2629 g_file_trash doesn\'t in directories inside a sandbox. - !2495 Cleanup warnings split 6. - !2499 Various contenttype-related test fixes on win32. - !2534 gpowerprofilemonitor: Tweak wording of documentation. - !2540 Various win32 tests skip & fixes. - !2541 meson: simplify lookup of python command. - !2543 ci: Update the Fedora CI image to Fedora 34. - !2556 gdbusconnection: Use g_strv_contains(). - !2557 gdbusmethodinvocation: Fix a leak on early return path. - !2558 Move unit test on g_basename() function to glib/tests/fileutils.c. - !2559 Move tests/relation-test.c to glib/tests/relation.c. - !2560 ci: Update Coverity, mingw and Android CI images to Fedora 34. - !2563 glib: Format GDateTime ISO8601 years as %C%y. - !2564 Move test files on slices from tests/ to glib/tests/. - !2566 tests: Add more tests for GResolver response parsing. - !2573 Backport translation fixes and !2571 meson: Set BROKEN_POLL in macOS builds to glib-2-72. - !2574 Backport !2565 Revert meson: simplify lookup of python command to glib-2-72. - !2587 Backport !2583 Fix trashing sandboxed directories to glib-2-72. - !2588 Backport !2582 glib/win32: fix spawn from GUI regression to glib-2-72. - !2590 Backport !2589 tests: Don\'t exit gdbus-method-invocation test early on connection close to glib-2-72. - !2593 Backport !2578 atomic: Add a C++ variant of g_atomic_int_compare_and_exchange() to glib-2-72. + Translation updates.
* Fri Apr 01 2022 Dirk Müller - remove provides/obsoletes on glib2-doc, it was split into two packages again- spec-cleaner reorderings
* Fri Mar 25 2022 Callum Farmer - desktop-file-utils: add Budgie desktop environment
* Fri Mar 18 2022 Bjørn Lie - Update to version 2.72.0: + Bugs fixed: glgo#GNOME/GLib#2620, glgo#GNOME/GLib!2538, glgo#GNOME/GLib!2542, glgo#GNOME/GLib!2547, glgo#GNOME/GLib!2548, glgo#GNOME/GLib!2551, glgo#GNOME/GLib!2552. + Updated translations.
* Thu Mar 17 2022 Bjørn Lie - Update to version 2.71.3: + Fix flaky `GDebugController` tests + Numerous small documentation updates + Bugs fixed: glgo#GNOME/GLib#517, glgo#GNOME/GLib#1929, glgo#GNOME/GLib#2589, glgo#GNOME/GLib#2598, glgo#GNOME/GLib#2609, glgo#GNOME/GLib#2611, glgo#GNOME/GLib#2612, glgo#GNOME/GLib#2613, glgo#GNOME/GLib!1707, glgo#GNOME/GLib!2424, glgo#GNOME/GLib!2451, glgo#GNOME/GLib!2466, glgo#GNOME/GLib!2480, glgo#GNOME/GLib!2485, glgo#GNOME/GLib!2490, glgo#GNOME/GLib!2491, glgo#GNOME/GLib!2492, glgo#GNOME/GLib!2493, glgo#GNOME/GLib!2501, glgo#GNOME/GLib!2502, glgo#GNOME/GLib!2503, glgo#GNOME/GLib!2504, glgo#GNOME/GLib!2505, glgo#GNOME/GLib!2506, glgo#GNOME/GLib!2507, glgo#GNOME/GLib!2508, glgo#GNOME/GLib!2509, glgo#GNOME/GLib!2510, glgo#GNOME/GLib!2512, glgo#GNOME/GLib!2513, glgo#GNOME/GLib!2514, glgo#GNOME/GLib!2515, glgo#GNOME/GLib!2516, glgo#GNOME/GLib!2517, glgo#GNOME/GLib!2518, glgo#GNOME/GLib!2519, glgo#GNOME/GLib!2520, glgo#GNOME/GLib!2523, glgo#GNOME/GLib!2524, glgo#GNOME/GLib!2525, glgo#GNOME/GLib!2526, glgo#GNOME/GLib!2527, glgo#GNOME/GLib!2528, glgo#GNOME/GLib!2531. + Updated translations.
* Thu Mar 17 2022 Dirk Müller - Split gtk-docs from -devel package, these are not needed during building projects using glib2- Use _multibuild as the meson buildprocess is very awkward regarding the documentation - builds single-jobs only and twice (again during %install). This way the rest of distribution waiting for glib2-devel to be available is not blocked by this
* Thu Mar 17 2022 Bjørn Lie - Update to version 2.71.2: + Rework `glib-compile-resources` to output compiler-specific files to reduce compilation time; see the new `--compiler` option. + Add a cross-platform API for aligned memory allocations (`g_aligned_alloc()`, `g_aligned_alloc0()` and `g_aligned_free()`). + Deprecate `force_posix_threads` configure option, since it was a workaround for static linking on Windows. + Add `GBindingGroup` and `GSignalGroup` APIs. + Implement FD remapping support for `g_spawn_async_with_pipes_and_fds()` on Windows. + Add an async file move API, `g_file_move_async()`. + Bugs fixed: glgo#GNOME/GLib#1190, glgo#GNOME/GLib#2329, glgo#GNOME/GLib#2492, glgo#GNOME/GLib#2563, glgo#GNOME/GLib#2574, glgo#GNOME/GLib#2592, glgo#GNOME/GLib#2601, glgo#GNOME/GLib!2235, glgo#GNOME/GLib!2378, glgo#GNOME/GLib!2404, glgo#GNOME/GLib!2433, glgo#GNOME/GLib!2458, glgo#GNOME/GLib!2464, glgo#GNOME/GLib!2465, glgo#GNOME/GLib!2467, glgo#GNOME/GLib!2468, glgo#GNOME/GLib!2469, glgo#GNOME/GLib!2471, glgo#GNOME/GLib!2472, glgo#GNOME/GLib!2473, glgo#GNOME/GLib!2476, glgo#GNOME/GLib!2477, glgo#GNOME/GLib!2481, glgo#GNOME/GLib!2482, glgo#GNOME/GLib!2483, glgo#GNOME/GLib!2484, glgo#GNOME/GLib!2487, glgo#GNOME/GLib!2488. + Updated translations.
* Thu Mar 17 2022 Bjørn Lie - Update to version 2.71.1: + Basic support for static builds on Windows + Add `GDebugController` and a D-Bus implementation which exposes whether debug output is enabled in a process using the `org.gtk.Debugging` D-Bus interface + Support for `AF_UNIX` sockets on Windows 10 (and later) + Several important fixes to GDBus message and GVariant parsing of invalid data + Fix potential data loss due to missing fsync when saving files on btrfs + Fix potential buffer overflows in `garray.c` for very large `GArray`s and `GPtrArray`s + Fix FDs in gspawn not being closed and causing process hangs if `close_range()` fails unexpectedly + Fix `g_find_program_in_path()` not returning an absolute path if `$PATH` is relative + Add support for loading PKCS#12 encrypted files in `GTlsCertificate` + A number of improvements to unit tests + Support `LOCAL_PEERPID` on macOS, giving partial support for PIDs in `GCredentials` on that platform + Add `g_get_user_state_dir()` to support `XDG_STATE_HOME` + Add `g_hash_table_new_similar()` to copy a hash table and its hash/equal functions without its data + Support D-Bus client authentication with `EXTERNAL` on Windows + Add a reStructuredText documentation generator to `gdbus-codegen` + Add a Windows implementation of `GMemoryMonitor` + Bugs fixed: glgo#GNOME/GLib#692, glgo#GNOME/GLib#1190, glgo#GNOME/GLib#2487, glgo#GNOME/GLib#2550, glgo#GNOME/GLib#2557, glgo#GNOME/GLib#2559, glgo#GNOME/GLib#2560, glgo#GNOME/GLib#2564, glgo#GNOME/GLib#2565, glgo#GNOME/GLib#2571, glgo#GNOME/GLib#2572, glgo#GNOME/GLib#2578, glgo#GNOME/GLib#2579, glgo#GNOME/GLib#2580, glgo#GNOME/GLib#2582, glgo#GNOME/GLib#2585, glgo#GNOME/GLib#2586, glgo#GNOME/GLib!2239, glgo#GNOME/GLib!2362, glgo#GNOME/GLib!2384, glgo#GNOME/GLib!2395, glgo#GNOME/GLib!2399, glgo#GNOME/GLib!2400, glgo#GNOME/GLib!2402, glgo#GNOME/GLib!2403, glgo#GNOME/GLib!2405, glgo#GNOME/GLib!2407, glgo#GNOME/GLib!2411, glgo#GNOME/GLib!2412, glgo#GNOME/GLib!2413, glgo#GNOME/GLib!2414, glgo#GNOME/GLib!2417, glgo#GNOME/GLib!2423, glgo#GNOME/GLib!2425, glgo#GNOME/GLib!2426, glgo#GNOME/GLib!2428, glgo#GNOME/GLib!2429, glgo#GNOME/GLib!2431, glgo#GNOME/GLib!2432, glgo#GNOME/GLib!2434, glgo#GNOME/GLib!2440, glgo#GNOME/GLib!2441, glgo#GNOME/GLib!2442, glgo#GNOME/GLib!2447, glgo#GNOME/GLib!2448, glgo#GNOME/GLib!2452, glgo#GNOME/GLib!2453, glgo#GNOME/GLib!2454, glgo#GNOME/GLib!2456, glgo#GNOME/GLib!2459, glgo#GNOME/GLib!2461, glgo#GNOME/GLib!2463. + Updated translations.
* Thu Mar 17 2022 Dominique Leuenberger - Update to version 2.71.0: + Fix network changes not being signalled from NetworkManager. + Fix build when building with --fatal-meson-warnings. + Various fixes to GWeakRef cleanup and toggle refs. + Add `G_DBUS_PROXY_FLAGS_NO_MATCH_RULE` flag for disabling match rules when creating a `GDBusProxy`. + Fix FD remapping in `g_spawn_async_with_pipes_and_fds()` with certain values of target FDs. + Make `GDBusProxy::g-signal` signal detailed with D-Bus signal names. + Emit `launched` signal for D-Bus activation of apps with `GDesktopAppInfo`. + Fix IDs of `GDesktopAppInfo`s which are constructed from a `.desktop` file in a subdirectory. + Add `--interactive` option to `gdbus call`. + Add `G_SUBPROCESS_FLAGS_SEARCH_PATH_FROM_ENVP` to `GSubprocess`. + Lots of bug fixes. + Updated translations.- Rebase glib2-bgo569829-gettext-gkeyfile.patch.
* Thu Mar 17 2022 Dominique Leuenberger - Update to version 2.70.5: + g_time_zone_new_offset() assertion failure if offset >= 25 hours. + glib: fix buffer overflow in g_canonicalize_filename(). + gtimezone: Fix assertion failure when called with a huge offset. + Updated translations.
* Fri Feb 11 2022 Bjørn Lie - Update to version 2.70.4: + Bugs fixed: glgo#GNOME/GLib!2462 “Fix memory leak in gio/gdbusauthmechanismsha1.c” to glib-2-70. + Updated translations.
* Wed Jan 26 2022 Bjørn Lie - Update to version 2.70.3: + Several important fixes to FD handling in gspawn. + Several important fixes to GDBus message and GVariant parsing of invalid data. + Fix potential data loss due to missing fsync when saving files on btrfs. + Bugs fixed: glgo#GNOME/GLib#2503, glgo#GNOME/GLib#2506, glgo#GNOME/GLib#2557, glgo#GNOME/GLib#2572, glgo#GNOME/GLib#2580, glgo#GNOME/GLib!2394, glgo#GNOME/GLib!2415, glgo#GNOME/GLib!2437, glgo#GNOME/GLib!2444, glgo#GNOME/GLib!2455. + Updated translations.
* Fri Dec 03 2021 Bjørn Lie - Update to version 2.70.2: + Fix use of the default log writer with journald namespaces + Fix hang in `dbus-daemon` under `GTestDBus` when `G_MESSAGES_DEBUG=all` is set + Speed up `g_canonicalize_filename()` to avoid pathogenic cases with `..` + Fix URI for pcre subproject as it’s moved upstream + Fix storing GSettings dictionaries on macOS + Speed up ‘remove dot segments’ algorithm in `GUri` to avoid pathogenic cases with `..` + Fix infinite loops in D-Bus message parsing for truncated inputs + Improve correctness of version information returned by `g_get_os_info()` for Windows 10/Server 2019+ + Bugs fixed: glgo#GNOME/GLib#2400, glgo#GNOME/GLib#2426, glgo#GNOME/GLib#2528, glgo#GNOME/GLib#2530, glgo#GNOME/GLib#2537, glgo#GNOME/GLib#2541, glgo#GNOME/GLib!2312, glgo#GNOME/GLib!2313, glgo#GNOME/GLib!2314, glgo#GNOME/GLib!2316, glgo#GNOME/GLib!2320, glgo#GNOME/GLib!2335, glgo#GNOME/GLib!2337, glgo#GNOME/GLib!2340, glgo#GNOME/GLib!2344, glgo#GNOME/GLib!2356, glgo#GNOME/GLib!2359, glgo#GNOME/GLib!2361, glgo#GNOME/GLib!2363, glgo#GNOME/GLib!2366, glgo#GNOME/GLib!2375, glgo#GNOME/GLib!2383. + Updated translations.
* Wed Nov 10 2021 Bjørn Lie - Stop passing fam=true to meson and drop gamin-devel BuildRequires, following upstream default. Following this, drop libgio-fam sub-package.
* Thu Oct 28 2021 Bjørn Lie - Update to version 2.70.1: + Fix network changes not being signalled from NetworkManager. + Fix build when building with --fatal-meson-warnings. + Bugs fixed: glgo#GNOME/GLib#2505, glgo#GNOME/GLib!2245, glgo#GNOME/GLib!2253, glgo#GNOME/GLib!2256, glgo#GNOME/GLib!2259, glgo#GNOME/GLib!2262, glgo#GNOME/GLib!2271, glgo#GNOME/GLib!2276, glgo#GNOME/GLib!2300, glgo#GNOME/GLib!2301, glgo#GNOME/GLib!2302, glgo#GNOME/GLib!2304.- Refresh patches with quilt.
* Fri Sep 17 2021 Dominique Leuenberger - Update to version 2.70.0: + Bug fixed: ci: Replace FreeBSD 11 with FreeBSD 13. + Updated translations.
* Thu Sep 16 2021 Stanislav Brabec - Remove obsolete translation-update-upstream support (jsc#SLE-21105).
* Tue Sep 07 2021 Alexei Podvalsky - desktop-file-utils: add Pantheon desktop environment
* Tue Sep 07 2021 Dominique Leuenberger - Update to version 2.69.3: + g_settings_schema_key_range_check() misbehaves for int versus bool. + Compiling anything with GCC <4.6 spews deprecation warnings. + `g_invoke_closure` bindings API break.. + GPowerProfileMonitorPortal does not notice initial power-saver-enabled status. + doc: Explicitly said, that no null term. is needed. + ci: Use C.UTF-8 locale on FreeBSD 12. + gio: Fix conditions in memory-monitor test. + Updated translations.
* Mon Aug 23 2021 Bjørn Lie - Update to version 2.69.2: + The `DBUS_SESSION_BUS_ADDRESS` environment variable is once more not used if the process is `AT_SECURE` (setuid/setgid/setcap); this change was previously applied and then reverted because it broke gnome-keyring + Add `g_test_fail_printf()`, `g_test_skip_printf()`, `g_test_incomplete_printf()` helper functions for printing messages when tests end prematurely + Add portal implementation of `GPowerProfileMonitor` + Various bugs fixed + Updated translations.
* Mon Aug 23 2021 Bjørn Lie - Update to version 2.69.1: + Support categories in desktop notifications (`GNotification`) + Add `GPowerProfileMonitor` for monitoring when to use less power (due to being on battery power, electricity being expensive or high-carbon, etc.) + Allow static names to be set for `GSource`s to avoid unnecessary string copies + Various bugs fixed + Updated translations.
* Mon Aug 23 2021 Dominique Leuenberger - Update to version 2.69.0: + Fix a crash in `GKeyFile` when parsing a file which contains translations using a `GKeyFile` instance which has loaded another file previously. + Ensure `dlerror()` is used with locking as it’s not thread-safe in some libc implementations. + Drop internal libpcre copy in favour of a subproject from wrapdb. + Optimise grefcount atomic operations. + Fix `g_date_time_format()` return value encoding if `LC_TIME` is not a UTF-8 locale but other locale settings are. + Set app name in freedesktop.org notifications with `GNotification`. + Add PKCS#11 flags to `GTlsPasswordFlags`. - Drop -Dinternal_pcre=false meson parameter: follow upstreams build recipe changes.
* Fri Aug 20 2021 Bjørn Lie - Update to version 2.68.4: + Various bugfixes and backports from master. + Updated translations.- Drop 63e7864.patch: fixed upstream.
* Wed Aug 04 2021 Dominique Leuenberger - Add 63e7864.patch: Fix build with glibc 2.34: use 3 parameters for close_range (boo#1189088).
* Fri Jul 30 2021 Yifan Jiang - Drop patches fixed upstream on SLE and Leap 15.4: + glib2-add-support-for-slim-timezone-format.patch + glib2-fix-6-days-until-the-end-of-the-month.patch + glib2-CVE-2021-27218.patch + glib2-CVE-2021-27219-add-g_memdup2.patch
* Thu Jul 15 2021 Dominique Leuenberger - Silence output in libgio-2_0-0 post scriptlet in case the ENV-mimeapps.list files do not exist: we are ready to create them in this case. An error message is only confusing.
* Fri Jun 11 2021 Bjørn Lie - Update to version 2.68.3: + Bugs fixed: - testfilemonitor test leaks ip_watched_file_t struct - GFile: `g_file_replace_contents()` reports `G_IO_ERROR_WRONG_ETAG` when saving from a symlink - Backport !2128 “inotify: Fix a memory leak” to glib-2-68 - Backport !2136 “tlscertificate: Avoid possible invalid read” to glib-2-68 - Backport !2138 “glocalfileoutputstream: Fix ETag check when replacing through a symlink” to glib-2-68.
* Fri May 14 2021 Dominique Leuenberger - Update to version 2.68.2: + Fix building third-party projects against GLib on CentOS 7. + Bugs fixed: - json-glib does not build with glib 2.68.1. - gmacros: check that __cplusplus or _MSC_VER is defined. - gmacros: missing check if __STDC_VERSION__ is defined. - Backport !2078 “gthreadedresolver: don\'t ignore flags in lookup_by_name_with_flags” to glib-2-68.
* Sat Apr 17 2021 Dominique Leuenberger - Update to version 2.68.1: + Fix a crash in `GKeyFile` when parsing a file which contains translations using a `GKeyFile` instance which has loaded another file previously. + Pin GIO DLL in memory on Windows. + Updated translations.
* Thu Mar 18 2021 Dominique Leuenberger - Update to version 2.68.0: + Bugs fixed: - build: Drop gconstructor_as_data_h usage from glib-compile-schemas. - glib.supp: Generalize some suppressions. - gbytesicon: Fix error in g_bytes_icon_new() documentation. - glocalfileoutputstream: Tidy up error handling. - tests: Fix copy/paste error in queue test.
* Thu Mar 18 2021 Dominique Leuenberger - Update to version 2.67.6: + Fix a security issue when using `g_file_replace()` with `G_FILE_CREATE_REPLACE_DESTINATION`. + Disallow operations on the empty path with `g_file_new_from_path()`. + Various fixes for GLib when building with clang-cl on Windows. + Updated translations.
* Mon Mar 08 2021 Dominique Leuenberger - Update to version 2.67.5: + Fix more issues with `glib_typeof` macro from 2.67.3–2.67.4. + Fix regression with some FD mappings passed to `g_subprocess_launcher_spawnv()` caused by changes for #2097 in GLib 2.67.4. + Fix detection of `str[n]casecmp()` when building with `clang-cl`. + Use zlib from subproject if configured with `wrap_mode=forcefallback`. + Updated translations.
* Thu Mar 04 2021 Alynx Zhou - Add glib2-CVE-2021-27218.patch: g_byte_array_new_take takes a gsize as length but stores in a guint, this patch will refuse if the length is larger than guint. (bsc#1182328, glgo#GNOME/glib!1944)
* Wed Mar 03 2021 Alynx Zhou - Add glib2-CVE-2021-27219-add-g_memdup2.patch: g_memdup takes a guint as parameter and sometimes leads into an integer overflow, so add a g_memdup2 function which uses gsize to replace it. (bsc#1182362, glgo#GNOME/glib!1927, glgo#GNOME/glib!1933, glgo#GNOME/glib!1943)
* Wed Feb 17 2021 Dominique Leuenberger - Update to version 2.67.4: + Add a `g_string_replace()` function. + Add `G_DBUS_SERVER_FLAGS_AUTHENTICATION_REQUIRE_SAME_USER` flag to simplify the common case for writing a D-Bus authentication observer, allowing most uses of `GDBusAuthObserver` to be dropped. + Add a new `g_spawn_with_pipes_and_fds()` variant which supports renumbering FDs. + Add new g_memdup2() API to replace g_memdup(), which is vulnerable to a silent integer truncation and heap overflow problem if not used carefully. + Fix various regressions caused by rushed security fixes in 2.66.6. + Fix a silent integer truncation when calling g_byte_array_new_take() for byte arrays bigger than G_MAXUINT. + Fix `g_utf8_strdown()` to fix some issues in Turkish. + Updated translations.
* Thu Feb 11 2021 Dominique Leuenberger - Update to version 2.67.3: + Add new `g_memdup2()` API to replace `g_memdup()`, which is vulnerable to a silent integer truncation and heap overflow problem if not used carefully. + Add new `g_dbus_object_path_escape()` and `g_dbus_object_path_unescape()` APIs to provide one way of escaping arbitrary bytestrings for use in D-Bus object paths. + Use `bash-completion.pc` (if available) to provide the path to install completion files into. + Fix support for public/private trigraphs in `glib-mkenums`. + Add `glib_debug` configure option to allow disabling debug infrastructure in builds with debug symbols enabled. + Fix a regression where `PATH` would always be searched when using `g_spawn()`, even when it wasn’t supposed to. + Override `gio-querymodules` in Meson when used as a submodule. + Updated translations.- Rebase glib2-dbus-socket-path.patch.
* Thu Feb 11 2021 Dominique Leuenberger - Update to version 2.67.2: + Add `gio launch` command to execute programs. + Fix unused parameter warnings in code generated by `gdbus-codegen`. + Officially deprecate `to-pixdata` option for `glib-compile-resources`, in favour of simply embedding more modern image formats in linked-in `GResource` files. + Support querying and running UWP applications on Windows. + Support `gio trash --restore` and `gio trash --list` commands. + No longer read environment variables for GIO module locations when running as setuid. + More progress on fixing compiler warnings. + `GKeyFile` performance improvements. + Improve UDP socket behaviour on Windows. + Add `-Dtests` meson configure option for disabling tests entirely.- Changes from version 1.67.1: + Deprecate `g_time_zone_new()` in favour of `g_time_zone_new_identifier()`, which makes error checking easier. + Remove `volatile` from various public APIs, including `G_DEFINE_
*`. You should adjust your code to not use `volatile` for atomic variables, `GOnce` variables, or mostly anything. + Support passing file handles to `gdbus` command line tool. + Add `g_assert_cmpstrv()` test convenience function. + Changes to the behaviour of the `G_URI_FLAGS_SCHEME_NORMALIZE` scheme normalization flag in `GUri`. + Add new `--run-prefix` and `--skip-prefix` options to GTest, to allow running or skipping test suites by prefix. + Fix thread-safety of `GBinding`. + Updated translations.- Rebase glib2-bgo569829-gettext-gkeyfile.patch, glib2-fate300461-gettext-gkeyfile-suse.patch, glib2-dbus-socket-path.patch and glib2-gdbus-codegen-version.patch.
* Thu Feb 11 2021 Bjørn Lie - Update to version 2.66.7: + Fix various regressions caused by rushed security fixes in 2.66.6. + Fix a silent integer truncation when calling `g_byte_array_new_take()` for byte arrays bigger than `G_MAXUINT`. + Disallow using currently-undefined D-Bus connection or server flags to prevent forward-compatibility problems with new security-sensitive flags likely to be released in GLib 2.68. + Bugs fixed: glgo#GNOME/GLib!1933, glgo#GNOME/GLib!1943, glgo#GNOME/GLib!1944, glgo#GNOME/GLib!1945.
* Thu Feb 11 2021 Christopher Yeleighton - disable irrelevant warnings- use macros in spec file- simplify trigger code
* Fri Feb 05 2021 Bjørn Lie - Update to version 2.66.6: + Fix various instances within GLib where `g_memdup()` was vulnerable to a silent integer truncation and heap overflow problem (glgo#GNOME/GLib#2319).
* Wed Feb 03 2021 Bjørn Lie - Update to version 2.66.5: + Fix some issues with handling over-long (invalid) input when parsing for `GDate`. + Don’t load GIO modules or parse other GIO environment variables when `AT_SECURE` is set (i.e. in a setuid/setgid/setcap process). GIO has always been documented as not being safe to use in privileged processes, but people persist in using it unsafely, so these changes should harden things against potential attacks at least a little. Unfortunately they break a couple of projects which were relying on reading `DBUS_SESSION_BUS_ADDRESS`, so GIO continues to read that for setgid/setcap (but not setuid) processes. This loophole will be closed in GLib 2.70 (see issue #2316), which should give modules 6 months to change their behaviour. + Fix `g_spawn()` searching `PATH` when it wasn’t meant to. + Bugs fixed: bgo#2168, bgo#2210, bgo#2305, glgo#GNOME/GLib!1820, glgo#GNOME/GLib!1824, glgo#GNOME/GLib!1831, glgo#GNOME/GLib!1836, glgo#GNOME/GLib!1864, glgo#GNOME/GLib!1872, glgo#GNOME/GLib!1913, glgo#GNOME/GLib!1922.- Rebase/refresh patches: + glib2-dbus-socket-path.patch + glib2-fate300461-gettext-gkeyfile-suse.patch + glib2-gdbus-codegen-version.patch + glib2-suppress-schema-deprecated-path-warning.patch + glib2-bgo569829-gettext-gkeyfile.patch
* Thu Dec 17 2020 Bjørn Lie - Update to version 2.66.4: + Fix some issues in parsing floating point seconds in `GDateTime` + Fix some issues in handling invalid UTF-8 when parsing for `GDate` + Bugs fixed: glgo#GNOME/GLib#2264, glgo#GNOME/GLib!1774, glgo#GNOME/GLib!1790, glgo#GNOME/GLib!1793, glgo#GNOME/GLib!1799, glgo#GNOME/GLib!1805.
* Mon Nov 16 2020 Dominique Leuenberger - Add requires(post) libgio-2_0-0 to glib2-tools: ensures glib-compile-schema to be functional when the file trigger fires, by explicitly requesting the correct library to be present for the post script. (boo#1178713).
* Mon Nov 16 2020 Bjørn Lie - Update to version 2.66.3: + Fix awkward bug with `GPollFD` handling in some situations. + Fix sending FDs attached to very large D-Bus messages. + Bugs fixed: glgo#GNOME/GLib#1592, glgo#GNOME/GLib!1720, glgo#GNOME/GLib!1721, glgo#GNOME/GLib!1723, glgo#GNOME/GLib!1727, glgo#GNOME/GLib!1736.
* Sun Nov 15 2020 Christopher Yeleighton - add %license COPYING- add %doc README.md- rename -tests to -tests-devel
* Fri Nov 06 2020 Alynx Zhou - Add patches to support for slim format of timezone (bsc#1178346): + glib2-add-support-for-slim-timezone-format.patch: basic support for slim format (glgo#GNOME/glib!1533). + glib2-fix-6-days-until-the-end-of-the-month.patch: fix DST incorrect end day when using slim format (glgo#GNOME/glib!1683).
* Thu Oct 22 2020 Dominique Leuenberger - Enable building of documentation: + Toggle gtk_doc from bcond_with to bcond_without. + Use sed to replace gtk-doc version in docs/reference/meson.build with 1.32.
* Tue Oct 20 2020 dimstarAATTopensuse.org- Update to version 2.66.2: + Important and time-critical fix to DST transitions which will happen in Europe on 2020-10-25 on distributions which use the ‘slim’ tzdata format (which is now the default in tzdata/tzcode 2020b). + Further timezone handling changes to restore support for changing the timezone when `/etc/localtime/` changes. + Fix deadlock on Windows when `G_SLICE` is set in the environment. + Fix UTF-8 validation when escaping URI components. + Updated translations.
* Mon Oct 05 2020 dimstarAATTopensuse.org- Update to version 2.66.1: + A performance problem where timezones were reloaded from disk every time a `GTimeZone` was created has been fixed, but this means that changes to `/etc/localtime` will not take effect until a process restarts; future changes in a subsequent 2.66.x release will improve this. + Security fix for incorrect scope/zone ID parsing in URIs. + Updated translations.
* Mon Oct 05 2020 dimstarAATTopensuse.org- Update to version 2.66.0: +
* Bugs fixed: - Missing tab in makefile rule. - guri: Fix user passed to g_uri_split_with_user() not being NULL\'d. + Updated translations.
* Mon Oct 05 2020 dimstarAATTopensuse.org- Update to version 2.65.3: + Fixes to the new `statx()` calls — note that since GLib 2.65.2 uses `statx()` (if available) instead of `stat()`/`fstat()`/`lstat()`/`fstatat()`, syscall sandboxing for third party applications might need to be updated. + Updated translations.
* Mon Oct 05 2020 Dominique Leuenberger - Update to version 2.65.2: + Support `statx()` and `G_FILE_ATTRIBUTE_TIME_CREATED`. + Fix deadlock in `g_subprocess_communicate_async()`. + Add `%f`/microsecond placeholder support to `g_date_time_format()`.- Changes from version 2.65.1: + Add `GUri` API for parsing, building and representing URIs according to [RFC 3986](https://tools.ietf.org/html/rfc3986). + Fix handling of xattr data with embedded nuls. + Add `g_file_set_contents_full()` which gives more control over fsyncs. + Add a `x-gvfs-notrash` option to disable trash on certain mounts. + Support ‘slim’ TZif files generated with `zic -b slim`. + Support emitting profiling marks from `GMainContext` to sysprof capture files. + Accept IPv6 zone IDs in `g_hostname_is_ip_address()`. + Updated translations.- Rebase glib2-gdbus-codegen-version.patch.- Build without gtk-doc: it would require a not yet released version of gtk-doc.
* Sun Oct 04 2020 Bjørn Lie - Update to version 2.64.6: + Bugs fixed: glgo#GNOME/GLib#2194, glgo#GNOME/GLib#2209, glgo#GNOME/GLib!1633, glgo#GNOME/GLib!1634, glgo#GNOME/GLib!1656, glgo#GNOME/GLib!1659, glgo#GNOME/GLib!1666, glgo#GNOME/GLib!1672. + Updated translations.
* Tue Aug 18 2020 Bjørn Lie - Update to version 2.64.5: + Fix deadlock in `g_subprocess_communicate_async()`. + Bugs fixed: glgo#GNOME/GLib!1519, glgo#GNOME/GLib!1520, glgo#GNOME/GLib!1565, glgo#GNOME/GLib!1608, glgo#GNOME/GLib!1618, glgo#GNOME/GLib!1621.
* Fri Jul 03 2020 Bjørn Lie - Update to version 2.64.4: + Bugs fixed:glgo#GNOME/GLib#2140, glgo#GNOME/GLib!1507, glgo#GNOME/GLib!1523, glgo#GNOME/GLib!1547. + Updated translations.
* Wed May 20 2020 Bjørn Lie - Update to version 2.64.3: + Stability improvements for various unit tests. + Bugs fixed: glgo#GNOME/GLib#1954, glgo#GNOME/GLib#2094, glgo#GNOME/GLib!1470, glgo#GNOME/GLib!1471, glgo#GNOME/GLib!1473, glgo#GNOME/GLib!1478, glgo#GNOME/GLib!1483, glgo#GNOME/GLib!1484, glgo#GNOME/GLib!1486, glgo#GNOME/GLib!1495, glgo#GNOME/GLib!1501. + Updated translations.
* Fri Apr 10 2020 Bjørn Lie - Update to version 2.64.2: + Bugs fixed: glgo#GNOME/GLib#2067, glgo#GNOME/GLib#2081, glgo#GNOME/GLib!1421, glgo#GNOME/GLib!1438, glgo#GNOME/GLib!1424, glgo#GNOME/GLib!1428, glgo#GNOME/GLib!1429, glgo#GNOME/GLib !1431, glgo#GNOME/GLib!1432, glgo#GNOME/GLib!1435, glgo#GNOME/GLib!1447. + Updated translations.
* Sat Mar 28 2020 bjorn.lieAATTgmail.com- Update to version 2.64.1: + Fix memory monitor tests to only be installed if installed-tests are enabled, and to be skipped if GObject-Introspection is too old. + Bugs fixed: glgo#GNOME/GLib#1986, glgo#GNOME/GLib#1988, glgo#GNOME/GLib!1407, glgo#GNOME/GLib!1412. + Updated translations.
* Sat Mar 28 2020 Bjørn Lie - Update to version 2.64.0: + Use `posix_spawn()` to speed up launching test D-Bus instances. + Bugs fixed: glgo#GNOME/GLib#1783, glgo#GNOME/GLib#2049, glgo#GNOME/GLib!1384, glgo#GNOME/GLib!1386, glgo#GNOME/GLib!1387, glgo#GNOME/GLib!1388, glgo#GNOME/GLib!1389. + Updated translations.
* Sat Mar 28 2020 Bjørn Lie - Update to version 2.63.6: + Fix potential relative read when calling g_printerr(), which could lead to a denial of service from a setuid-root process being used to block access to the TTY for another user. + Fix SOCKS proxy resolver sometimes not being used when resolving addresses via Happy Eyeballs (CVE-2020-6750). + Several other Happy Eyeballs fixes for address resolution. + Various race fixes in `GDBusConnection` and its unit tests. + Fix a race condition with D-Bus name ownership. + Drop `gio-launch-desktop` helper application in favour of calling `sh` directly. + Fix win32 exception handling with C# exceptions. + Fix thread safety of `GUnixMountMonitor`. + Additional fixes to new thread pool attribute behaviour from GLib 2.63.4 to check if sched_setattr() is allowed by system policies before depending on it. + Fix memory leaks and corruption when freeing `GSource`s while freeing a `GMainContext`. + Drop inappropriate installation of object manager example documentation. + Varioius other bugs and fixes. + Updated translations.
* Sat Mar 28 2020 dimstarAATTopensuse.org- Update to version 2.63.5: + Fix behaviour of `g_file_move()` fallback code to not follow symlinks. + Rename `--glib-min-version` argument of `gdbus-codegen` to `--glib-min-required`. + Add gtk-doc checks to CI and fix a number of documentation issues. + Add a debug message if `g_setenv()` or `g_unsetenv()` are used after any threads have been spawned — this will be upgraded to a warning in future. + Skip memory monitor tests if xdg-desktop-portal or dbusmock are not available. + Change the `libmount` configure option from a boolean to a Meson `feature`. + Do not return `target-uri` from `g_file_peek_path()` when called on trash/recent files. + Drop new TLS certificate API for PKCS #11 backed certificates, as the implementation is not ready yet (this is not an API break as the API was added earlier in the 2.63 cycle). + Updated translations. + For changes from earlier in the dev cycle see the NEWS file.- Rebase glib2-gdbus-codegen-version.patch.
* Wed Mar 18 2020 Bjørn Lie - Update to version 2.62.6: + This is expected to be the final release in the 2.62.x stable series; maintenance effort will shift to the newer 2.64.x stable series now. + Fix SOCKS5 username/password authentication. + Exception handling fixes on Windows. + Bugs fixed: glgo#GNOME/GLib#1986, glgo#GNOME/GLib#1988, glgo#GNOME/GLib#2049, glgo#GNOME/GLib!1378, glgo#GNOME/GLib!1380, glgo#GNOME/GLib!1393, glgo#GNOME/GLib!1394, glgo#GNOME/GLib!1411. + Updated translations.
* Tue Feb 18 2020 Bjørn Lie - Update to version 2.62.5: + Fix potential relative read when calling g_printerr(), which could lead to a denial of service from a setuid-root process being used to block access to the TTY for another user. + Fix SOCKS proxy resolver sometimes not being used when resolving addresses via Happy Eyeballs (CVE-2020-6750). + Several other Happy Eyeballs fixes for address resolution. + Fix parsing of full Julian day range from `$TZ` environment variable. + Several race condition/crash fixes. + Bugs fixed: glgo#GNOME/GLib#1919, glgo#GNOME/GLib#1995, glgo#GNOME/GLib#1999, glgo#GNOME/GLib!1323, glgo#GNOME/GLib!1331, glgo#GNOME/GLib!1352, glgo#GNOME/GLib!1361, glgo#GNOME/GLib!1365, glgo#GNOME/GLib!1370, glgo#GNOME/GLib!1371. + Updated translations.
* Sat Jan 25 2020 Dominique Leuenberger - No longer recommend -lang: supplements are in use
* Thu Dec 19 2019 Bjørn Lie - Update to version 2.62.4: + Apply recursion depth limits to variants in D-Bus messages. + Bugs fixed: glgo#GNOME/GLib#1938, glgo#GNOME/GLib!1240, glgo#GNOME/GLib!1257, glgo#GNOME/GLib!1266, glgo#GNOME/GLib!1276, glgo#GNOME/GLib!1290.
* Tue Nov 19 2019 Bjørn Lie - Update to version 2.62.3: + Use `poll()` in `g_spawn_sync()` rather than `select()`, which is subject to FD limits. + Fix undefined behaviour with `g_utf8_find_prev_char()`. + Bugs fixed: glgo#GNOME/GLib#954, glgo#GNOME/GLib#1318, glgo#GNOME/GLib#1897, glgo#GNOME/GLib#1903, glgo#GNOME/GLib#1916, glgo#GNOME/GLib#1917, glgo#GNOME/GLib!1174, glgo#GNOME/GLib!1184, glgo#GNOME/GLib!1194, glgo#GNOME/GLib!1203, glgo#GNOME/GLib!1207, glgo#GNOME/GLib!1215, glgo#GNOME/GLib!1219, glgo#GNOME/GLib!1222, glgo#GNOME/GLib!1228.
* Tue Nov 05 2019 Michael Gorse - Re-enable systemtap, and require systemtap-headers and systemtap-dtrace, rather than systemtap-sdt-devel, to avoid build cycle (boo#1145438).- Own /usr/share/systemtap{|tapset} directories, since we no longer have systemtap-sdt-devel in BuildRequires.- Disable lto if systemtap is enabled: build fails otherwise.
* Mon Oct 21 2019 Bjørn Lie - Update to version 2.62.2: + Bugs fixed: - glgo#GNOME/GLib#1896: Use after free when calling g_dbus_connection_flush_sync() in a dedicated thread. - glgo#GNOME/GLib!1154: Backport glgo#GNOME/GLib!1152 “gwinhttpvfs: Handle g_get_prgname() returning NULL” to glib-2-62. - glgo#GNOME/GLib!1156: Backport glgo#GNOME/GLib!1146 Solaris fixes to glib-2-62.
* Fri Oct 04 2019 Bjørn Lie - Update to version 2.62.1: + Fix regression in g_file_copy() when passing `G_FILE_COPY_TARGET_DEFAULT_PERMS` flag; the destination permissions would be private rather than following the process’ umask. + Several `GDateTime` parsing fixes. + Always build the tests if installed-tests are enabled, so that the tests can actually be installed. + Bugs fixed: glgo#GNOME/GLib#174, glgo#GNOME/GLib#1865, glgo#GNOME/GLib#1875, glgo#GNOME/GLib#1887, glgo#GNOME/GLib#1888, glgo#GNOME/GLib!1021, glgo#GNOME/GLib!1094, glgo#GNOME/GLib!1101, glgo#GNOME/GLib!1102, glgo#GNOME/GLib!1103, glgo#GNOME/GLib!1127, glgo#GNOME/GLib!1128, glgo#GNOME/GLib!1140, glgo#GNOME/GLib!1141, glgo#GNOME/GLib!1142. + Updated translations.
* Thu Sep 05 2019 lukeAATTljones.dev- Update to version 2.62.0: + Fix new `GFileInfo` APIs to work when `G_FILE_ATTRIBUTE_TIME_MODIFIED_USEC` was not queried. + Bugs fixed: glgo#GNOME/GLib#487, glgo#GNOME/GLib!1084, glgo#GNOME/GLib!1086,glgo#GNOME/GLib!1087.
* Thu Sep 05 2019 lukeAATTljones.dev- Update to version 2.61.3: + Support setting thread name on BSD systems. + Install previously-uninstalled headers for public `GNativeSocketAddress` object. + Very initial support for Windows apps (UWP). + Add various new valgrind suppressions to `glib.supp`. + Bugs fixed: glgo#GNOME/GLib!83, glgo#GNOME/GLib!512, glgo#GNOME/GLib!873, glgo#GNOME/GLib!905, glgo#GNOME/GLib!1057, glgo#GNOME/GLib!1309, glgo#GNOME/GLib!1620, glgo#GNOME/GLib!1761, glgo#GNOME/GLib!1803, glgo#GNOME/GLib!1819, glgo#GNOME/GLib!1852, glgo#GNOME/GLib!1854, glgo#GNOME/GLib!1860, glgo#GNOME/GLib!1863, glgo#GNOME/GLib!1867, glgo#GNOME/GLib!1870, glgo#GNOME/GLib!1879, glgo#GNOME/GLib!1880, glgo#GNOME/GLib!1881, glgo#GNOME/GLib!1002, glgo#GNOME/GLib!1011, glgo#GNOME/GLib!1015, glgo#GNOME/GLib!1016, glgo#GNOME/GLib!1017, glgo#GNOME/GLib!1023, glgo#GNOME/GLib!1026, glgo#GNOME/GLib!1027, glgo#GNOME/GLib!1031, glgo#GNOME/GLib!1032, glgo#GNOME/GLib!1033, glgo#GNOME/GLib!1034, glgo#GNOME/GLib!1036, glgo#GNOME/GLib!1037, glgo#GNOME/GLib!1044, glgo#GNOME/GLib!1049, glgo#GNOME/GLib!1050, glgo#GNOME/GLib!1054, glgo#GNOME/GLib!1057, glgo#GNOME/GLib!1059, glgo#GNOME/GLib!1066, glgo#GNOME/GLib!1068, glgo#GNOME/GLib!1071, glgo#GNOME/GLib!1074, glgo#GNOME/GLib!1075.
* Mon Sep 02 2019 Dominique Leuenberger - Update to version 2.61.2: + Add various new array functions (#236, #269, #373). + Rework how D-Bus connections are closed/unreffed when `g_test_dbus_down()` is called. Tests which leak a `GDBusConnection` may now time out and abort, rather than silently leaking. (#787) + Add a deprecation macro for GLib macros, and use it; third-party uses of long-deprecated GLib macros may now start causing warnings. (#1060). + Deprecate `GTime` and `GTimeVal`, and various functions which use them. Use `GDateTime` and `guint64` UNIX timestamps instead. + Stop using `G_DISABLE_DEPRECATED` to allow disabling deprecation warnings; third-party code should now be using `GLIB_VERSION_{MIN_REQUIRED, MAX_ALLOWED}` to control symbol usage. + Improve `GNetworkMonitor` detection of offline states (#1788). + Fix CVE-2019-12450, wide permissions of files when copying using GIO.- Changes from version 2.61.1: + Upgrade to Unicode Character Database v12.1. + Improve network availability detection with NetworkManager to treat lower levels of connectivity as having reduced availability.- Changes from version 2.61.0: + Add coloured output support to `gdbus introspect. + Updated translations.
* Mon Sep 02 2019 Bjørn Lie - Update to version 2.60.7: + Bugs fixed: glgo#GNOME/GLib#1819, glgo#GNOME/GLib#1847, glgo#GNOME/GLib!1012, glgo#GNOME/GLib!1013, glgo#GNOME/GLib!1061, glgo#GNOME/GLib!1065, glgo#GNOME/GLib!1081.
* Wed Jul 24 2019 Bjørn Lie - Update to version 2.60.6: + Fix various bugs with use of the `GKeyfileSettingsBackend` within flatpaks (glgo#GNOME/GLib!984, glgo#GNOME/GLib!985, glgo#GNOME/GLib#1825). + Bugs fixed: glgo#GNOME/GLib!993, glgo#GNOME/GLib!984, glgo#GNOME/GLib!985.- Drop glib2-keyfile-handle-filename-being-null.patch: Fixed upstream.
* Sat Jul 13 2019 Bjørn Lie - Add glib2-keyfile-handle-filename-being-null.patch: key file: Handle filename being NULL (glgo#GNOME/GLib!1825, glgo#GNOME/GLib#984).
* Tue Jul 09 2019 Bjørn Lie - Update to version 2.60.5: + Fix implicit use of the `GKeyfileSettingsBackend`. + Fix opening a URI using the ‘Open URI’ portal. + Bugs fixed: glgo#GNOME/GLib!910, glgo#GNOME/GLib!949, glgo#GNOME/GLib!956, glgo#GNOME/GLib!958, glgo#GNOME/GLib!969, glgo#GNOME/GLib!977.
* Tue Jun 11 2019 Bjørn Lie - Update to version 2.60.4: + Fixes to improved network status detection with NetworkManager. + Leak fixes to some `glib-genmarshal` generated code. + Further fixes to the Happy Eyeballs (RFC 8305) implementation. + File system permissions fix to clamp down permissions in a small time window when copying files (CVE-2019-12450). + Bugs fixed: glgo#GNOME/GLib#1755, glgo#GNOME/GLib#1788, glgo#GNOME/GLib#1792, glgo#GNOME/GLib#1793, glgo#GNOME/GLib#1795, glgo#GNOME/GLib!865, glgo#GNOME/GLib!878.
* Thu May 23 2019 Dominique Leuenberger - Set umask to 022 before running glib-compile-schemas (boo#1131761).
* Thu May 23 2019 Dominique Leuenberger - Update to version 2.60.3: +
* Various fixes to small key/value support in `GHashTable`.
* Bugs fixed: - Critical in g_socket_client_async_connect_complete. - New GHashTable implementation confuses valgrind. - test_month_names: assertion failed. - GNetworkAddressAddressEnumerator unsafely modifies cache in GNetworkAddress. - Leaks in gsocketclient.c connection code. - glib/date test fails. - GDB pretty-printer for GHashTable no longer works + Updated translations.
* Wed May 08 2019 Dominique Leuenberger - Move glib2.macros to %_rpmmacrodir. /etc is for the system admin.
* Fri May 03 2019 Bjørn Lie - Update to version 2.60.2: + Fix crash when displaying notifications on macOS. + Improve network status detection with NetworkManager. + Bugs fixed: glgo#GNOME/GLib!790, glgo#GNOME/GLib!793, glgo#GNOME/GLib!803. + Updated translations.
* Fri Apr 26 2019 Martin Liška - Use FAT LTO objects in order to provide proper static library (boo#1133129).
* Mon Apr 15 2019 Bjørn Lie - Update to version 2.60.1: + Fix documentation for `gdbus-tool wait` to use correct units. + Bugs fixed: glgo#GNOME/GLib#1709, glgo#GNOME/GLib#1725, glgo#GNOME/GLib#1737, glgo#GNOME/GLib!711, glgo#GNOME/GLib!722, glgo#GNOME/GLib!727, glgo#GNOME/GLib!729, glgo#GNOME/GLib!758, glgo#GNOME/GLib!775. + Updated translations.- Drop upstream fixed patch: 0001-Handle-an-UNKNOWN-NetworkManager-connectivity-as-NONE.patch.
* Tue Mar 05 2019 Antonio Larrosa - Add patch submitted upstream to handle an UNKNOWN NM connectivity the same as a NONE value. This partly fixes boo#1103678 (packagekit reports the network as available on a computer without network connectivity which makes plasma-pk-update start an update check which obviously fails).
* 0001-Handle-an-UNKNOWN-NetworkManager-connectivity-as-NONE.patch
* Mon Mar 04 2019 Bjørn Lie - Update to version 2.60.0: + Further fixes to the Happy Eyeballs (RFC 8305) implementation. + Add support for the XDG trash portal. + Bugs fixed: glgo#GNOME/GLib#1653, glgo#GNOME/GLib#1658, glgo#GNOME/GLib#1668, glgo#GNOME/GLib#1675, glgo#GNOME/GLib#1676, glgo#GNOME/GLib#1679, glgo#GNOME/GLib#1693, glgo#GNOME/GLib#1697, glgo#GNOME/GLib#1698, glgo#GNOME/GLib!276, glgo#GNOME/GLib!639, glgo#GNOME/GLib!666, glgo#GNOME/GLib!674, glgo#GNOME/GLib!676, glgo#GNOME/GLib!677, glgo#GNOME/GLib!686, glgo#GNOME/GLib!688, glgo#GNOME/GLib!689, glgo#GNOME/GLib!691, glgo#GNOME/GLib!692, glgo#GNOME/GLib!696, glgo#GNOME/GLib!698, glgo#GNOME/GLib!699, glgo#GNOME/GLib!702, glgo#GNOME/GLib!703. + Updated translations.
* Wed Feb 13 2019 bjorn.lieAATTgmail.com- Update to version 2.59.2: + Fix check on GDBusMessage size when reading it. + Add async GIO API: g_file_query_default_handler_async(), g_app_info_launch_uris_async(). + Fix some bugs in the Happy Eyeballs implementation. + Install a new generated header with enum types for Unicode enums. + Support the XDG trash portal. + Bugs fixed: glgo#GNOME/GLib#1224, glgo#GNOME/GLib#1249, glgo#GNOME/GLib#1347, glgo#GNOME/GLib#1376, glgo#GNOME/GLib#1642, glgo#GNOME/GLib#1646, glgo#GNOME/GLib#1649, glgo#GNOME/GLib#1673, glgo#GNOME/GLib!276, glgo#GNOME/GLib!481, glgo#GNOME/GLib!585, glgo#GNOME/GLib!593, glgo#GNOME/GLib!609, glgo#GNOME/GLib!619, glgo#GNOME/GLib!622, glgo#GNOME/GLib!626, glgo#GNOME/GLib!627, glgo#GNOME/GLib!629, glgo#GNOME/GLib!630. + Updated translations.
* Mon Feb 11 2019 Dominique Leuenberger - BuildIgnore glib2-devel: since we have to require gtk-doc in order to produce the doc, we gained an implicit dependency on ourselves. The gtk-doc dependency is correct, but glib happens to be buildable without this dependency too.- Rework the check section to be in an own if/endif block so that spec-cleaner is not getting confused by it.
* Tue Jan 29 2019 Dominique Leuenberger - Conditionalize enabling of systemtap, default disabled: it creates a build loop.
* Sat Jan 26 2019 bjorn.lieAATTgmail.com- Update to version 2.59.1: + Autotools support is gone. + g_format_size() now uses a no-break space to separate digits and units; translations will need to be updated accordingly. + New g_queue_clear_full() API. + Fix argument quoting on win32 when spawning subprocesses. + Allow polling more than 64 handles on win32 using g_poll(). + Tag various tests as ‘flaky’. These are no longer run routinely on our upstream CI machines, and downstream packagers may want to not run them (or not treat those test failures as package build failures) on their test machines either. They are in the `flaky` test suite. + Add overlay support to g_resources_get_info(). + Support defaults and locks in the keyfile GSettings backend. This will be used for flatpaks. + Accept unquoted strings in the keyfile GSettings backend to simplify things for sysadmins. + Update our contribution guidelines (`CONTRIBUTING.md`). + Add writev() and writev_all() APIs to GOutputStream and GPollableOutputStream, and provide implementations of them for many subclasses. + Many more bugs fixed, see package NEWS file for full list. + Updated translations.- Remove conditionals for meson build, use meson unconditionally following upstreams removal of autotools.- Add new glib2-tests subpackage.
* Mon Jan 21 2019 bjorn.lieAATTgmail.com- Update to version 2.59.0: + This will be the last development release with autotools support. As our Meson support has been around since 2.56.x, and was used to release tarballs in 2.58.x, the next development release (2.59.1) will drop autotools as used to build GLib. The macros installed for other packages to use will remain. + Add `G_TEST_OPTION_ISOLATE_DIRS` to redirect `XDG_
*_HOME` to a temporary directory for each unit test. + Support `Property.EmitsChangedSignal` annotations in `gdbus-codegen`. + Add `g_assert_cmpvariant()` API for unit tests. + Hide bind mounts from GIO mount listings. + Automatically realign data passed to `g_variant_new_from_bytes()` or `g_variant_new_from_data()` if it is not correctly aligned. This prevents misaligned accesses on architectures which don’t support them. Callers should still aim to correctly align data to get higher performance. + Support `ld -b binary` (on platforms which support it; i.e. Linux) to provide large pre-compiled `GResource` resources with a fast compilation time. + Unconditionally install GLib m4 macros, so that projects which depend on GLib and which still build using autotools can continue to build even once GLib has ported entirely to Meson. + Various fixes to the Meson build. + Drop Python 2 support and require Python 3.4+. See discussion on https://mail.gnome.org/archives/desktop-devel-list/2018-July/msg00004.html. + `GHashTable` performance and memory improvements for common cases. See https://hpjansson.org/blag/2018/07/24/a-hash-table-re-hash/. + Add flags that allow a `GApplication` to signal and replace a currently running other instance of the same `GApplication`. This will be used for app upgrades with flatpak. + Autostart xdg-desktop-portal when using the network monitor and proxy monitor portal backends. + Add a g_task_set_name() API to allow `GTask`s to be described; useful for debugging. + Enable FreeBSD CI on every commit for upstream GLib. + Various GVariant, GMarkup and GDBus fuzzing fixes, including buffer overflow fixes. + Various fixes to eliminate thread races, found by thread sanitizer (tsan). + Deprecate TLS/DTLS rehandshaking, as it has been removed from the protocol in TLS 1.3. + Support reading arguments from a file with `glib-mkenums`, which is useful for long argument lists due to having deeply nested build directories, on systems with a low limit on the command line length. + Make `g_environ_
*()` case-insensitive on Windows, as the environment itself is case-insensitive on Windows. + Add Application Layer Protocol Negotiation (ALPN) support to `GTlsConnection` and `GDtlsConnection`, so that higher layer protocols can be negotiated when setting up a TLS connection, without additional round trips and latency. This is needed for eventual HTTP/2 support. + Add support for TPM keys in PEM files when loading TLS certificates. + Add a `GRecMutexLocker` auto-pointer wrapper for `GRecMutex`. + Many more bugs fixed, see package NEWS file for full list. + Updated translations.
* Mon Jan 21 2019 bjorn.lieAATTgmail.com- Update to version 2.58.3: + Fix GVariant tests on i686. + Fix crashes caused by filtering of mounts. + Bugs fixed: glgo#gnome/GLib#1626, glgo#gnome/GLib#1637, glgo#gnome/GLib#1645, glgo#gnome/GLib!558, glgo#gnome/GLib!577, glgo#gnome/GLib!578.
* Tue Dec 18 2018 bjorn.lieAATTgmail.com- Update to version 2.58.2: + Fix calling gdbus-codegen with --interface-info-{header,body}. + Fix parsing month names in certain locales with g_date_set_parse(). + Fix ^
*ay handling in g_variant_iter_loop(). + Various buffer overflow fixes in GMarkup/GVariant/GDBus. + A huge number of fixes to the Meson build. + Prevent bind mounts being advertised as mounts. + Fix cross-compilation of 2.58.x releases with autotools. + Bugs fixed: glgo#gnome/GLib!527, glgo#gnome/GLib#1605, glgo#gnome/GLib#1271, glgo#gnome/GLib#1546, glgo#gnome/GLib#1527, glgo#gnome/GLib!406, glgo#gnome/GLib!334, glgo#gnome/GLib#1528, glgo#gnome/GLib#1539, glgo#gnome/GLib#1536, glgo#gnome/GLib#1544, glgo#gnome/GLib#1562, glgo#gnome/GLib!367, glgo#gnome/GLib!416, glgo#gnome/GLib#1572, glgo#gnome/GLib#1522, glgo#gnome/GLib#1576, glgo#gnome/GLib!407, glgo#gnome/GLib#1582, glgo#gnome/GLib!428, glgo#gnome/GLib#1588, glgo#gnome/GLib!462, glgo#gnome/GLib!238, glgo#gnome/GLib!312, glgo#gnome/GLib#1520, glgo#gnome/GLib!403, glgo#gnome/GLib#1543, glgo#gnome/GLib!414, glgo#gnome/GLib!409, glgo#gnome/GLib!400, glgo#gnome/GLib!430, glgo#gnome/GLib!437, glgo#gnome/GLib#1337, glgo#gnome/GLib!542, glgo#gnome/GLib#1343, glgo#gnome/GLib!471, glgo#gnome/GLib!544, glgo#gnome/GLib#945, glgo#gnome/GLib#1014, glgo#gnome/GLib#656, glgo#gnome/GLib#1313, glgo#gnome/GLib!346. + Updated translations.- Drop upstream fixed patches: + 0001-gvariant-Fix-checking-arithmetic-for-tuple-element-e.patch + 0002-gvarianttype-Impose-a-recursion-limit-of-64-on-varia.patch + 0003-gvariant-Check-array-offsets-against-serialised-data.patch + 0004-gvariant-Check-tuple-offsets-against-serialised-data.patch + 0005-gvariant-Limit-GVariant-strings-to-G_MAXSSIZE.patch + 0006-gdbusmessage-Validate-type-of-message-header-signatu.patch + 0007-gdbusmessage-Improve-documentation-for-g_dbus_messag.patch + 0008-gdbusmessage-Clarify-error-returns-for-g_dbus_messag.patch + 0009-gdbusmessage-Fix-a-typo-in-a-documentation-comment.patch + 0008-gdbusmessage-Clarify-error-returns-for-g_dbus_messag.patch + 0009-gdbusmessage-Fix-a-typo-in-a-documentation-comment.patch + 0010-gdbusmessage-Check-for-valid-GVariantType-when-parsi.patch + 0011-gvariant-Clarify-internal-documentation-about-GVaria.patch + 0012-tests-Tidy-up-GError-handling-in-gdbus-serialization.patch + 0013-tests-Use-g_assert_null-in-gdbus-serialization-test.patch + 0014-gutf8-Add-a-g_utf8_validate_len-function.patch + 0015-glib-Port-various-callers-to-use-g_utf8_validate_len.patch
* Mon Oct 15 2018 Scott Reeves - Add patchset to fix gvariant parsing issues. (bsc#1111499). 0001-gvariant-Fix-checking-arithmetic-for-tuple-element-e.patch 0002-gvarianttype-Impose-a-recursion-limit-of-64-on-varia.patch 0003-gvariant-Check-array-offsets-against-serialised-data.patch 0004-gvariant-Check-tuple-offsets-against-serialised-data.patch 0005-gvariant-Limit-GVariant-strings-to-G_MAXSSIZE.patch 0006-gdbusmessage-Validate-type-of-message-header-signatu.patch 0007-gdbusmessage-Improve-documentation-for-g_dbus_messag.patch 0008-gdbusmessage-Clarify-error-returns-for-g_dbus_messag.patch 0009-gdbusmessage-Fix-a-typo-in-a-documentation-comment.patch 0010-gdbusmessage-Check-for-valid-GVariantType-when-parsi.patch 0011-gvariant-Clarify-internal-documentation-about-GVaria.patch 0012-tests-Tidy-up-GError-handling-in-gdbus-serialization.patch 0013-tests-Use-g_assert_null-in-gdbus-serialization-test.patch 0014-gutf8-Add-a-g_utf8_validate_len-function.patch 0015-glib-Port-various-callers-to-use-g_utf8_validate_len.patch
* Wed Sep 26 2018 bjorn.lieAATTgmail.com- Update to version 2.58.1: + Fix to a regression in listing GIcon fallbacks. + Changes to pkg-config paths to helper programs when building with autotools: paths are now absolute with reference to the .pc file’s ${prefix}. + Fix installation path of glib-gettextize helper on Meson. + Fix autostarting xdg-desktop-portal. + Various fixes to the network monitor. + Various compilation fixes on macOS (generally older versions and older compilers). + Bugs fixed: glgo#GNOME/glib!318, glgo#GNOME/glib#1513, glgo#GNOME/glib#1521, glgo#GNOME/glib!321, glgo#GNOME/glib#1518, glgo#GNOME/glib#1509, glgo#GNOME/glib!288, glgo#GNOME/glib!298, glgo#GNOME/glib!295, glgo#GNOME/glib!294, glgo#GNOME/glib!290, glgo#GNOME/glib#1488, glgo#GNOME/glib#1506. + Updated translations.
* Wed Sep 05 2018 luc14n0AATTlinuxmail.org- Update to version 2.58.0: + Fix cancellation of g_subprocess_communicate_async() calls (glgo#GNOME/glib!266. + Expose GSettings schema directory in gio-2.0.pc as `schemasdir` (glgo#GNOME/glib!274). + Support v3 of the xdg-desktop-portal network monitor API (glgo#GNOME/glib!265, glgo#GNOME/glib!279). + Bugs fixed: glgo#GNOME/glib!266, glgo#GNOME/glib!279, glgo#GNOME/glib!265, glgo#GNOME/glib!274, glgo#GNOME/glib!239. + Updated translations.- Set URL tag to https://wiki.gnome.org/Projects/GLib: Glib\'s wiki page.- Conditionalize meson use while disabling it: use of Meson is still not recommended by upstream, plus openQA is having failures where Glib seems to be the one to blame.
* Sat Aug 25 2018 luc14n0AATTlinuxmail.org- Update to 2.57.3: + No visible changes for the user.- Add: + meson BuildRequires and replace configure/make/make_install with meson/meson_build/meson_install macros to follow upstream build system port to Meson. + gtk-doc and m4 BuildRequires while dropping gtk-doc.m4: now there is no pre-built API documentation so gtk-doc and m4 packages are build requirements now.- Drop automake and libtool BuildRequires and autoreconf call: they are no longer needed after switching to Meson build system.
* Fri Aug 24 2018 dimstarAATTopensuse.org- BuildIgnore shared-mime-info: we don\'t need this while building glib2.
* Tue Aug 21 2018 dimstarAATTopensuse.org- Update to version 2.57.2: + Require pcre 8.31 and meson 0.47.0. + Bugs fixed: bgo#742456, bgo#795569, bgo#796341, glgo#GNOME/glib#786, glgo#GNOME/glib#903, glgo#GNOME/glib#927, glgo#GNOME/glib#976, glgo#GNOME/glib#1013, glgo#GNOME/glib#1175, glgo#GNOME/glib#1360, glgo#GNOME/glib#1447, glgo#GNOME/glib#1407, glgo#GNOME/glib#1455, glgo#GNOME/glib#1459. + Security fixes: - Fix NULL pointer dereference in g_markup_parse_context_end_parse() (boo#1107121 glgo#GNOME/glib#1364 glgo#GNOME/glib#1461 CVE-2018-16428) - Fix out-of-bounds read in g_markup_parse_context_parse() (boo##1107116 glgo#GNOME/glib#1361 glgo#GNOME/glib#1462 CVE-2018-16429) + Updated translations.- Drop glib2-gsettings-overrides-per-session.patch: fixed upstream.
* Tue Aug 21 2018 luc14n0AATTlinuxmail.org- Update to version 2.57.1: + New API: g_hash_table_steal_extended and G_GNUC_NO_INLINE. + Bugs fixed: bgo#668132, bgo#736741, bgo#748620, bgo#784995, bgo#788771, bgo#788773, bgo#789968, bgo#794325, bgo#795152, bgo#795165, bgo#795180, bgo#795302, bgo#795376, bgo#795544, bgo#795735, bgo#795802, bgo#795960, bgo#796138, bgo#796139, bgo#796164, bgo#796186, bgo#796328. + Updated translations.- Drop: + Posttrans section, and sed and coreutils PreReq aimed at pristine openSUSE releases <= 10.3. + Conditionalized python BuildRequires aimed at pristine openSUSE releases <= 1130.- Enable building of systemtap tracing support to improve Glib problems diagnosability (bsc#1090047).
* Fri Aug 17 2018 bjorn.lieAATTgmail.com- Update to version 2.56.2: + Support version 2 of the NetworkMonitor portal interface. + Bugs fixed: bgo#740791, bgo#755721, bgo#773435, bgo#793727, bgo#794380, bgo#794801, bgo#795138, bgo#795234, bgo#795406, bgo#795429, bgo#795711, bgo#795735, bgo#795802, glgo#GNOME/glib2#1240, glgo#GNOME/glib2#1401, glgo#GNOME/glib2#1452, glgo#GNOME/glib2#1458. + Updated translations.- Drop glib2-codegen-headers.patch: Fixed upstream.- Refresh patches with quilt.
* Wed May 16 2018 dimstarAATTopensuse.org- Add glib2-codegen-headers.patch: gdbus-codegen: Fix header include in the body file (bgo#795802).
* Sat Apr 07 2018 bjorn.lieAATTgmail.com- Update to version 2.56.1: + Bugs fixed: bgo#793400, bgo#793578, bgo#793645, bgo#794194, bgo#794473, bgo#794506, bgo#794528, bgo#794606, bgo#794686. + Updated translations.- Refresh following patches with quilt: + glib2-bgo569829-gettext-gkeyfile.patch. + glib2-dbus-socket-path.patch. + glib2-fate300461-gettext-gkeyfile-suse.patch. + glib2-gsettings-overrides-per-session.patch.
* Tue Mar 20 2018 dimstarAATTopensuse.org- Unconditionally enable translation-update-upstream: on Tumbleweed, this results in a NOP and for Leap in SLE paid translations being used (boo#1086036).
* Mon Mar 12 2018 dimstarAATTopensuse.org- Update to version 2.56.0: + Bugs fixed: bgo#672777, bgo#732184, bgo#733338, bgo#742124, bgo#749206, bgo#768507, bgo#791457, bgo#793272, bgo#793300, bgo#793399, bgo#793555, bgo#793565, bgo#793578, bgo#793597, bgo#793635, bgo#793880, bgo#794180. + Updated translations.
* Wed Feb 28 2018 dimstarAATTopensuse.org- Modernize spec-file by calling spec-cleaner
* Wed Feb 07 2018 dimstarAATTopensuse.org- Update to version 2.55.2: + GFile now has API to get the path without copying. + A network monitor implementation for Windows has been added. + Bugs fixed: bgo#520116, bgo#584284, bgo#605700, bgo#658713, bgo#685442, bgo#723003, bgo#749583, bgo#757284, bgo#760324, bgo#761102, bgo#767976, bgo#770335, bgo#772989, bgo#790698, bgo#791015, bgo#791622, bgo#792050, bgo#792217, bgo#792338, bgo#792351, bgo#792364, bgo#792370, bgo#792410, bgo#792432, bgo#792455, bgo#792499, bgo#792516, bgo#792777, bgo#792780, bgo#792856, bgo#792862, bgo#792903, bgo#793006, bgo#793026, bgo#793074. + Updated translations.
* Mon Feb 05 2018 dimstarAATTopensuse.org- Update to version 2.55.1: + Build: - The --enable-rebuilds configure option has been removed. - The --with-charsetalias-dir configure option has been added. + GList and GSList now have autoptr support. + The gsettings list-schemas command has gained a --print-paths option. + Bugs fixed: bgo#346816, bgo#508976, bgo#562334, bgo#662802, bgo#684282, bgo#692034, bgo#694723, bgo#697715, bgo#701156, bgo#720380, bgo#724383, bgo#724412, bgo#724794, bgo#732003, bgo#734479, bgo#737677, bgo#741167, bgo#748534, bgo#749527, bgo#749652, bgo#754634, bgo#756011, bgo#761102, bgo#773980, bgo#776147, bgo#776195, bgo#777075, bgo#779413, bgo#780309, bgo#780893, bgo#782057, bgo#784995, bgo#786796, bgo#788806, bgo#788936, bgo#790416, bgo#790588, bgo#790697, bgo#790785, bgo#790829, bgo#790830, bgo#790837, bgo#790839, bgo#790877, bgo#790894, bgo#790896, bgo#790914, bgo#790934, bgo#790948, bgo#791036, bgo#791128, bgo#791221, bgo#791235, bgo#791267, bgo#791296, bgo#791318, bgo#791325, bgo#791334, bgo#791337, bgo#791342, bgo#791460, bgo#791532, bgo#791622, bgo#791720, bgo#791744, bgo#791745, bgo#791906, bgo#792064, bgo#792098, bgo#792099, bgo#792129, bgo#792322, bgo#792324. + Updated translations.- Rebase glib2-gdbus-codegen-version.patch.- Drop glib2-gtester-report-py3.patch: fixed upstream.- Drop glib2-gmain-partial-revert.patch: fixed upstream.
* Mon Feb 05 2018 luc14n0AATTlinuxmail.org- Update to version 2.55.0: + New API: - g_clear_handle_id, to simplify removing sources from the default mainloop. - g_file_load_bytes, to make it more convenient to load files into GBytes. + Bugs fixed: bgo#330458, bgo#483341, bgo#569375, bgo#573251, bgo#629347, bgo#630983, bgo#632953, bgo#636210, bgo#656502, bgo#661442, bgo#668035, bgo#670139, bgo#677233, bgo#679347, bgo#679467, bgo#689323, bgo#691436, bgo#695681, bgo#705331, bgo#706667, bgo#711809, bgo#722256, bgo#723655, bgo#723743, bgo#725014, bgo#727346, bgo#730296, bgo#731625, bgo#731705, bgo#737278, bgo#738176, bgo#740223, bgo#740791, bgo#740826, bgo#742548, bgo#742997, bgo#745723, bgo#749371, bgo#751738, bgo#752239, bgo#752240, bgo#753459, bgo#753521, bgo#754026, bgo#756009, bgo#756103, bgo#756128, bgo#756430, bgo#756470, bgo#756588, bgo#760022, bgo#760109, bgo#760716, bgo#765063, bgo#765552, bgo#767215, bgo#767239, bgo#769674, bgo#769846, bgo#770459, bgo#773355, bgo#774083, bgo#776562, bgo#777308, bgo#777310, bgo#777956, bgo#779182, bgo#779501, bgo#780202, bgo#780296, bgo#781598, bgo#781867, bgo#783210, bgo#783270, bgo#783825, bgo#786737, bgo#786785, bgo#787271, bgo#787485, bgo#787551, bgo#787581, bgo#787671, bgo#787731, bgo#788138, bgo#788270, bgo#788368, bgo#788384, bgo#788385, bgo#788401, bgo#788467, bgo#788488, bgo#788489, bgo#788561, bgo#788594, bgo#788705, bgo#788766, bgo#788772, bgo#788863, bgo#788880, bgo#788927, bgo#788936, bgo#788948, bgo#788975, 7889bgo#78, bgo#788989, bgo#788990, bgo#789087, bgo#789170, bgo#789245, bgo#789444, bgo#789637, bgo#789681, bgo#789723, bgo#789755, bgo#789820, bgo#790015, bgo#790030, bgo#790093, bgo#790126, bgo#790147, bgo#790157, bgo#790272, bgo#790275, bgo#790310. + Updated translations.- Switch libmount-devel by its pkgconfig counterpart as configure only looks for this module.- Add libgio-2_0-0 for the rpmlintrc shlib-fixed-dependency warning filter. And add 2 extra filters: + non-conffile-in-etc warning for zzz-gilb2.csh, zzz-glib2.sh and macros.glib2 files. + env-script-interpreter warning for gdbus-codegen, glib-genmarshal nad glib-mkenums files.
* Wed Jan 31 2018 bjorn.lieAATTgmail.com- Update to version 2.54.3: + Bugs fixed: bgo#691436, bgo#761102, bgo#776147, bgo#779182, bgo#782057, bgo#785113, bgo#788990, bgo#789637, bgo#789894, bgo#790030, bgo#790093, bgo#790126, bgo#790829, bgo#790934, bgo#791235, bgo#791267, bgo#791296, bgo#791325, bgo#791334, bgo#791337, bgo#791720, bgo#791744, bgo#791754, bgo#791906. + Updated translations.- Drop glib2-gtester-report-py3.patch: Fixed upstream.- Add glib2-gmain-partial-revert.patch: gmain: Partial revert of recent wakeup changes to gmain.c (bgo#761102).
 
ICM