[glib] Created tag 2.63.1



The signed tag '2.63.1' was created.

Tagger: Philip Withnall <withnall endlessm com>
Date: 1572539510 +0000

    2.63.1
    
    Git-EVTag-v0-SHA512: 
ef2dd06d2ef658aab3c55abc8b7e8bf3a762f15128f1cc9ebd9d6a41abf6f04dd6d10003aafd25c188b2434ee2762ea76086198c1c07fab4a7735617c7c3da67

Changes since the last tag '2.63.0':

Alan Coopersmith (2):
      gunixmounts: Handle Solaris name of mnt_mntopts in place of mnt_opts
      build: no --export-dynamic ldflags for Solaris

Bastien Nocera (1):
      gio: Fix typo in URL

Christoph Reiter (1):
      gwinhttpvfs: Handle g_get_prgname() returning NULL

Daniel Mustieles (2):
      Updated Spanish translation
      Updated Spanish translation

Daniel P. Berrangé (2):
      glib: ensure consistent abort-on-OOM with g_vasprintf & its callers
      glib: add parameter annotations for g_vasprintf and callers

David Lechner (5):
      gmodule: fix typo in doc comment
      gio/gfileinfo: fix parameter references
      gio/gfile: fix parameter reference for value_p
      gio/gfile: fix parameter references to @contents
      gio/gfile: fix typo in doc comment

Emmanuel Fleury (2):
      Fixing inlining bug in gnulib/xsize.h
      Switching from C gnu89 to C gnu99 standard

Emmanuele Bassi (7):
      Merge branch 'switch_to_gnu99' into 'master'
      Allow passing empty GValue to g_param_value_set_default()
      Constify g_param_value_defaults() argument
      Do not validate a GValue initialized with the default
      tests: Do not init the default value
      Merge branch '1911-flags-enums-leak' into 'master'
      Merge branch 'live-file-static-analysis' into 'master'

George Barrett (1):
      Erase GI annotation: skip g_cancellable_source_new

Jonas Ådahl (1):
      gmessages: Add g_warning_once()

Jordi Mas (1):
      Update Catalan translation

Lee Bigelow (1):
      Add full examples to g_ptr_array_sort() and g_ptr_array_sort_with_data()

Matthias Clasen (1):
      hash: Remove an assertion from the hot path

Mattias Bengtsson (1):
      gdbus-codegen: Safer header guards

Milan Crha (1):
      Fix use-after-free when calling g_dbus_connection_flush_sync()

Ondrej Holy (3):
      gio: Fix completion of URIs without hostname part
      gio: Complete also activation roots of volumes
      gio: Always include mounts in the results

Paolo Bonzini (1):
      Add g_array_steal(), g_ptr_array_steal() and g_byte_array_steal()

Patrick Griffis (2):
      tests: Don't block mainloop for delays in gnetworkaddress tests
      Always resolve localhost to loopback address

Philip Withnall (73):
      goption: Add missing (array) annotation to add_main_entries()
      gdbusconnection: Clarify nullability in a documentation comment
      tutorial: Improve type safety of property usage in GObject tutorial
      tutorial: Stop referring to `->priv` for example class
      tutorial: Add private members to example code in tutorial
      Merge branch 'solaris-build-fixes' into 'master'
      Merge branch 'glib-g_ptr_array_sort_api_doc_example'
      Merge branch 'winhttp-handle-null-prgname' into 'master'
      Merge branch 'wip/oholy/gio-completion' into 'master'
      Merge branch 'add_array_steal_function' into 'master'
      Merge branch 'th/main-context-default-no-mutex' into 'master'
      glib: Various fixes to the return type of atomic functions
      gatomic: Fix strict aliasing problems with g_atomic_pointer_{get,set}()
      gmain: Remove some redundant casts
      Merge branch 'str-printf-abort-oom' into 'master'
      Merge branch '1726-gdbus-codegen-h' into 'master'
      Merge branch 'g-os-info' into 'master'
      Merge branch 'master' into 'master'
      inotify: Fix some enum comparisons to integers
      gunicollate: Remove tautological comparison
      gdbusaddress: Collapse two translatable strings into one
      gdbusaddress: Validate the noncefile attribute of nonce-tcp addresses
      Merge branch 'wip/g-warning-once' into 'master'
      Merge branch '1858-tutorial-deprecated-gobject-api' into 'master'
      Merge branch 'issue1906' into 'master'
      Merge branch 'hash-me-faster' into 'master'
      gdatetime: Document RFC 3339 extensions when parsing ISO 8601
      Merge branch 'datetime-docs' into 'master'
      Merge branch 'wip/tingping/localhost-is-local' into 'master'
      Merge branch '1896-use-after-free-when-calling-g_dbus_connection_flush_sync-in-a-dedicated-thread' into 
'master'
      gcharset: Expand the documentation for g_get_locale_variants()
      gdesktopappinfo: Allocate DesktopFileDir structs dynamically
      gdesktopappinfo: Cancel file monitor when resetting a DesktopFileDir
      glocalfilemonitor: Keep a weak ref to the monitor in GFileMonitorSource
      Merge branch 'osinfo' into 'master'
      Merge branch 'wip/lantw/use-uname-as-a-fallback-to-get-os-info' into 'master'
      tests: Relax the time zone identifier tests
      gtimezone: Clarify in docs that TZ can contain an absolute path
      gvariant: Limit recursion in g_variant_parse()
      tests: Add a test for g_assert_finalize_object()
      Merge branch 'assert-finalize-test' into 'master'
      testfilemonitor: Fix a trivial leak in the test
      glib: Ignore deprecations when declaring autocleanups
      gmain: Add GMainContextPusher convenience API
      Merge branch 'wip/array-doc-comments' into 'master'
      gmain: Clarify thread safety of some common GSource functions
      gspawn: Port to g_poll() from select()
      Merge branch 'gtimezone' into 'master'
      Merge branch 'ossfuzz-10286-variant-parser-recursion' into 'master'
      tests: Use objcopy from the cross-compilation file, if configured
      docs: Add objcopy to example cross-compilation file
      gparamspecs: Fix type class leaks on error handling paths
      Merge branch 'fbsd_build' into 'master'
      gtestutils: Add additional non-NULL check in g_assert_cmpmem()
      gdbusauthmechanismsha1: Remove unnecessary g_warning() calls
      gdbusauthmechanismsha1: Create .dbus-keyrings directory recursively
      tests: Move main loop and test GUID into test functions in gdbus-peer
      tests: Isolate directories in gdbus-peer test
      Merge branch 'issue1831' into 'master'
      gdbusserver: Delete socket and nonce file when stopping server
      gdbusserver: Keep a strong reference to the server in callbacks
      tests: Tidy up GError assignment
      tests: Drop pointless assignments
      tests: Use g_assert_*() rather than g_assert() in live-g-file test
      tests: Fix unused variable in the threadpool-test
      glocalfileinfo: Fix minor leak on error handling path for xattrs
      gvariant-parser: Shut up a scan-build warning
      Merge branch 'param-value-default' into 'master'
      Merge branch 'wip/smcv/gdbus-tests' into 'master'
      Merge branch 'wip/mattiasb/gdbus-codegen-safer-headerguards' into 'master'
      Merge branch 'no-more-automatic-GUnixFDList' into 'master'
      Merge branch 'wip/smcv/issue1923' into 'master'
      2.63.1

Robert Ancell (1):
      gutils: Add g_get_os_info()

Sebastian Dröge (12):
      Merge branch 'gmodule-typo' into 'master'
      Merge branch 'atomic-strict-aliasing-fixes' into 'master'
      Merge branch 'timezone-test-toolbox' into 'master'
      Merge branch 'locale-docs' into 'master'
      Merge branch '1903-mimeapps-test-race' into 'master'
      Merge branch 'testfilemonitor-leaks' into 'master'
      Merge branch '1836-dbus-connection-docs' into 'master'
      Merge branch '1813-option-context-annotations' into 'master'
      Merge branch 'wip/smcv/array-memcpy-ub' into 'master'
      Merge branch 'main-context-pusher' into 'master'
      Merge branch 'wip/hadess/fix-api-docs-typo' into 'master'
      Merge branch 'source-thread-safety-docs' into 'master'

Simon McVittie (26):
      Merge branch 'patch-3' into 'master'
      Merge branch 'patch-2' into 'master'
      Merge branch 'dlech-master-patch-99473' into 'master'
      Merge branch 'patch-1' into 'master'
      Merge branch 'android-warning-fixes' into 'master'
      gutils test: Don't assume that every Unix OS implements os-release(5)
      ci: Add libdbus development files to CI Docker images
      array: Remove unnecessary casts from doc-comments
      array: Fix handling of user_data in doc-comment
      array: Add tests based on the g_ptr_array_sort[_with_data] doc-comments
      array: Avoid use of memcpy(dest, NULL, 0)
      gcredentialsprivate: Document the various private macros
      credentials: Invalid Linux struct ucred means "no information"
      GDBus: prefer getsockopt()-style credentials-passing APIs
      Add a test for GDBusServer authentication
      Merge branch '1897-assert-cmpmem-nonnull' into 'master'
      Merge branch '1916-objcopy-cross-compilation' into 'master'
      Merge branch '954-spawn-poll' into 'master'
      Merge branch 'ci-libdbus' into 'master'
      Merge branch '1318-dbus-server-race' into 'master'
      Merge branch '1912-gdbus-peer-test' into 'master'
      gdbus-peer test: Improve diagnostics if g_rmdir fails
      gdbus-peer test: Stop GDBusServer before tearing down temporary directory
      gdbus-peer test: Use unix:dir address if exact format doesn't matter
      gdbus-server-auth test: Create temporary directory for Unix socket
      goption: Relax assertion to avoid being broken by kdeinit5

Thomas Haller (1):
      gmain: use atomic operation instead of GMutex to access g_main_context_default()

Ting-Wei Lan (4):
      Update Chinese (Taiwan) translation
      gutils: Do not translate OS names
      gutils: Only use the default OS name on Linux
      gutils: Use uname to report OS info when there is no os-release file

Will Thompson (3):
      gdbus-codegen: process C.UnixFD annotation in one place
      gdbus-codegen: emit GUnixFDLists if an arg has type 'h'
      Revert "gdbus-codegen: emit GUnixFDLists if an arg has type 'h'"

rim (2):
      Update documentation with FreeBSD build instructions
      gtimezone: Cache UTC and local TZ indefinitely

Руслан Ижбулатов (1):
      Add Windows support to g_get_os_info()


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]