[glib] Created tag 2.63.0
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] Created tag 2.63.0
- Date: Fri, 4 Oct 2019 14:16:54 +0000 (UTC)
The signed tag '2.63.0' was created.
Tagger: Philip Withnall <withnall endlessm com>
Date: 1570198592 +0100
2.63.0
Git-EVTag-v0-SHA512:
136e223f4c44d453a7070ad56c2be6b64539f0e1e30ef3dbe2582469d77c6316b301352032eeeb5a8cf947ff2098d04af8247c82eb987e5897582a5d1f8efc49
Changes since the last tag '2.62.0':
A S Alam (1):
Update Punjabi translation
Ask Hjorth Larsen (1):
Updated Danish translation
Daniel P. Berrangé (1):
gmem: clarify that g_malloc always uses the system allocator
David Lechner (1):
gio/gfileinfo: fix param reference in doc comment
Egmont Koblinger (1):
doc: fix typo in gio/gsettings.c
Emin Tufan Çetin (1):
Update Turkish translation
Emmanuel Fleury (1):
Add a missing check to g_utf8_get_char_validated()
Emmanuele Bassi (3):
Merge branch 'since-2-64' into 'master'
docs: Remove priv pointers from the tutorial example
Annotate the return value of various utility functions
Ignacio Casal Quinteiro (2):
gregistrysettings: bump key name length to 128
Merge branch 'gregistry-key-name-len' into 'master'
Matthew Leeds (1):
fileinfo: Mention that usec mtimes are set
Matthew Waters (2):
gtype: mark the inline functions in G_DECLARE_*_TYPE() as UNUSED
gmacros: mark functions generated by autoptr macros as unused
Milo Casagrande (1):
Update Italian translation
Nirbheek Chauhan (6):
Merge branch 'fix-gmodule-macos' into 'master'
Merge branch 'fix_a_misunderstanding_in_gtypeaddinterface' into 'master'
Merge branch 'root-test-fix' into 'master'
Merge branch '1767-scan-build-fixes' into 'master'
Merge branch 'add_g_fsync_function' into 'master'
Merge branch '1565-atomic-signs' into 'master'
Ondrej Holy (1):
gio: Add missing "gio remove" option to bash completion script
Patrick Griffis (1):
gtlscertificate: Add support for PKCS #11 backed certificates
Peter Wu (1):
gatomic: Fix false positive with Clang+TSAN
Philip Withnall (50):
gvariant: Handle empty serialisations in get_child_value()
tests: Fix skipping mkdir-with-parents-permission test
glib: Various minor scan-build fixes
build: Disable dtrace probes under static analysis
tests: Fix a couple of static analysis warnings in autoptr tests
gdbusdaemon: Add sanity checks on name refcounting
gdbusdaemon: Fix unused variable warning
gboxed: Fix two potential NULL pointer dereferences
giochannel: Clarify type of GSource callback in documentation
Merge branch 'clang-declare-type-unused' into 'master'
xdgmime: Prevent infinite loops from badly-formed MIME registrations
Merge branch 'iov-max' into 'master'
Merge branch 'instead' into 'master'
build: Post-release version bump to 2.63.0
gversionmacros: Add version macros for GLib 2.64
gdatetime: Fix error handling in g_date_time_new_ordinal()
gmarkup: Add a limit on the number of attributes in an element
Merge branch 'ossfuzz-16103-ordinal-dates' into 'master'
gsignal: Document class init before signals can be looked up
Merge branch 'gobject-tutorial-no-priv' into 'master'
Merge branch 'utils-doc-annotations' into 'master'
Merge branch '1843-tsan-atomic-clang-fix' into 'master'
gatomic: Add various casts to use of g_atomic_*()s to fix warnings
tests: Use g_assert_*() in atomic tests rather than g_assert()
gatomic: Reorder memory barriers in fallback atomic operations
docs: Fix typo in GConverter{Input,Output}Stream section titles
Merge branch 'ossfuzz-12960-markup-attribute-limit' into 'master'
gdatetime: Fix error handling in g_date_time_new_week()
Merge branch 'fileinfo-mention-attr-usecs' into 'master'
gdate: Fix tautological comparison warnings on Android
gspawn: Rewrite some retry loops to use `while` rather than `goto`
gspawn: Retry on EBUSY errors from dup2()
Merge branch 'gspawn' into 'master'
build: Bump Python requirement to ≥ 3.5
gtestutils: Allow cmpmem() arguments to be NULL iff lengths are zero
gfile: Factor out flags when copying files
gfile: Don’t copy files as private if using default permissions
gio-tool: Add a --default-permissions argument to `gio copy`
gfile: Use a more specific error message if symlinks are not supported
glocalfile: Don’t define symlink vfunc if it’s unsupported
glocalfile: Don’t define unsupported copy vfunc
gfile: Document a few nullable vfuncs
glocalfileoutputstream: Only pass file mode, not type, to chmod()
glocalfileinfo: Only return file mode, not type, as UNIX_MODE attribute
tests: Unconditionally enable the file permissions test
tests: Expand g_file_copy() tests to test DEFAULT_PERMS flag
Merge branch 'file-permissions-redux' into 'master'
Merge branch 'cross-installed-tests' into 'master'
Merge branch 'wip/tingping/pkcs11' into 'master'
2.63.0
Rico Tzschichholz (1):
gmarkup: Fix parameter annotations for g_markup_parse_context_get_position
Sebastian Dröge (18):
Merge branch 'io-create-watch-docs' into 'master'
Merge branch 'remove-gmodule-dyld' into 'master'
Define G_IOV_MAX to 512 on macOS/iOS
Merge branch '1875-xdgmimecache-robustness' into 'master'
Merge branch 'system-alloc' into 'master'
Merge branch 'g_utf8_get_char_validated_wrong_return_on_null_byte' into 'master'
Merge branch 'wip/oholy/gio-remove-completion' into 'master'
Merge branch '767-signal-class-refs' into 'master'
Merge branch 'docs-heading-typo' into 'master'
Merge branch '1449-atomic-fallback-safety' into 'master'
Merge branch '1865-variant-get-child-serialisation' into 'master'
Merge branch 'ossfuzz-17648-date-uninit-variable' into 'master'
Merge branch 'android-warning-fix' into 'master'
Merge branch 'diagnosticfix' into 'master'
Merge branch 'patch-1' into 'master'
Merge branch 'python-version' into 'master'
Merge branch '1897-cmpmem-null-handling' into 'master'
Merge branch 'exact-mtime' into 'master'
Sebastian Schwarz (1):
gspawn: Optimize fd closing on AIX and BSDs
Simon McVittie (2):
Always build tests if we enabled installed-tests
g_file_info_get_modification_date_time: Calculate in integer domain
Stephan Bergmann (1):
Improve GLIB_DEPRECATED_MACRO_FOR output
Steve Frécinaux (1):
docs: fix a misunderstanding in g_type_add_interface_*
Ting-Wei Lan (1):
gspawn: Use fdwalk provided by system only when it is known to be safe
Todd Goyen (1):
Add a wrapper for fsync() function
Tom Schoonjans (3):
gmodule: use dl implementation on macOS
gmodule: write test for shared libraries
gmodule: remove macOS dyld implementation
Xavier Claessens (2):
Fix doc build on Windows
Merge branch 'doc-win' into 'master'
Марко Костић (1):
Update Serbian translation
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]