[glib] Created tag 2.71.1
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] Created tag 2.71.1
- Date: Thu, 27 Jan 2022 15:27:42 +0000 (UTC)
The signed tag '2.71.1' was created.
Tagger: Philip Withnall <pwithnall endlessos org>
Date: 1643297229 +0000
2.71.1
Git-EVTag-v0-SHA512:
ac1789c1d5d41c70207526c97a552643ce63e1b4f5035fb32862e6efea9bca51c97f71bab9e4875f40b8f6008f71025ee05ecbd340e3c55ccf6c9480017c577b
Changes since the last tag '2.71.0':
Aleksandr Melman (2):
Update Russian translation
Update Russian translation
Alexander Schwinn (1):
Make clear in doc that signals are emitted synchroniously
Andoni Morales Alastruey (1):
gio: add missing zlib dependency in gio-windows-2.0.pc
Andy Russell (1):
annotate `g_content_type_guess` parameter as filename
Aurimas Černius (1):
Updated Lithuanian translation
Bilal Elmoussaoui (1):
paramspec: fix unref annotation
Biswapriyo Nath (1):
meson: Fix linking with static library in Windows
Boyuan Yang (1):
Update Chinese (China) translation
Charles Barto (3):
Prevent gtest tests from popping up dialog boxes
Only call _set_abort_behavior with the ucrt.
include crtdbg first, so includes are alphabatical
Christoph Niethammer (1):
gutils: Fix g_find_program_in_path() to return an absolute path
Daniel Mustieles (2):
Updated Spanish translation
Updated Spanish translation
Emmanuel Fleury (9):
Move tests/env-test.c into glib/tests/environment.c
Fix defined but not used warning in gobject/gobject.c
Fix old_mem_chunk_new() does not match original declaration warning in tests/slice-test.c
Improving glib/tests/environment.c
Improve test coverage of glib/tests/asyncqueue.c
Merge tests/gobject/gvalue-test.c with gobject/tests/value.c
Remove a disabled test case that was covered by glib/tests/collate.c
Merge tests/gobject/paramspec-test.c into gobject/tests/param.c
Merge test/unicode-caseconc.c into glib/tests/unicode.c
Emmanuele Bassi (10):
Merge branch 'g_get_user_cache_dir' into 'main'
Merge branch 'content-type-guess-filename' into 'main'
Merge branch 'remove-btrfs-optimization' into 'main'
codegen: Do not add extra paragraph elements while parsing
Add reStructuredText generator to gdbus-codegen
Build the reStructuredText docs for the object-manager example
docs: Add --generate-rst to the gdbus-codegen docs
tests: Check "gdbus-codegen --generate-rst"
tests: Check "gdbus-codegen --generate-docbook"
Merge branch 'ebassi/gdbus-codegen-rst' into 'main'
Fran Dieguez (2):
Update Galician translation
Update Galician translation
Hugo Carvalho (5):
Update Portuguese translation
Update Portuguese translation
Update Portuguese translation
Update Portuguese translation
Update Portuguese translation
Ignacio Casal Quinteiro (3):
credentials: support the local peerpid on macos
giowin32: use gint64 and _lseeki64
_g_stat_size: return goffset
Jonas Ådahl (1):
ghash: Add g_hash_table_new_similar()
Jordi Mas (1):
Update Catalan translation
Kelvin Zhang (1):
Use meson dependency to link against apple framework
Kukuh Syafaat (3):
Update Indonesian translation
Update Indonesian translation
Update Indonesian translation
Leônidas Araújo (1):
Update Brazilian Portuguese translation
Loic Le Page (10):
Fix gconstructor.h header to include gslist functions
Add license disclaimer and header guards to gconstructor.h
Uniformize G_PLATFORM_WIN32 and G_OS_WIN32 in glib-init.c
Refactor glib/glib-init.c to isolate init/deinit steps in isolated functions
Enable full-static build on Windows
Fix memory leak in gio/gdbusauthmechanismsha1.c
Fix process spawning with static build on Windows
Fix dbus process autolaunch with static build on Windows
Fix glib/tests/completion test
Fix exported symbols in proxy-libintl subproject
Loïc Le Page (1):
Add Windows native static build using msvc to CI
Marc-André Lureau (17):
gio: add win32 SID helper functions
gio: re-use win32 SID helpers
gio: make client connection work with EXTERNAL on win32
gio/tests: simplify enum to string in memory-monitor
gio/tests: use g_message to print --watch result
gio/win32: add GMemoryMonitorWin32
meson: check for win32 afunix.h
gio: add fallback afunix.h header
gio: compile GUnixSocketAddress on all platforms
gio: compile GSocketAddress with AF_UNIX on all platforms
meson: compile GUnixCredentialsMessage on all platforms
gio: compile GUnixConnection on all platforms
gio: return G_IO_NVAL if the socket is already closed
gio/tests: enable most AF_UNIX tests on all platforms
gio: add G_CREDENTIALS_TYPE_WIN32_PID
gio: tests AF_UNIX socket credentials on win32
gio: enable unix: address on win32
Marek Černocký (1):
Updated Czech translation
Matthias Clasen (1):
Improve g_ascii_formatd docs and preconditions
Maximiliano Sandoval R (2):
docs: Improve docs for gdbusutils.c
docs: Replace broken link
Nirbheek Chauhan (2):
Merge branch 'main' into 'main'
Merge branch 'wip/pwithnall/2565-array-preprocessor' into 'main'
Pablo Correa Gómez (4):
glib/tests: Fix NULL reference on >= C++11
xdgmime: Fix unused-variable warning
glib/tests: Fix variable maybe uninitialized warning
gsequence: Fix variable maybe uninitialized warning
Patrick Griffis (1):
gtlscertificate: Add ability to load PKCS #12 encrypted files
Phaedrus Leeds (1):
gdbus-codegen: Fix a typo in a comment
Philip Withnall (46):
Merge branch 'env-test' into 'main'
Merge branch 'meson-win32-static' into 'main'
xdgmime: Add missing S_ISREG definitions for VS2022
Merge branch 'fix_warnings' into 'main'
tests: Fix environment test on FreeBSD
Merge branch 'improve_environment_tests' into 'main'
Merge branch 'improve_gasyncqueue_tests' into 'main'
Merge branch 'barch/windows_no_popups' into 'main'
Merge branch '2560-s-isreg' into 'main'
Merge branch 'gcc-win-cross-build-fix' into 'main'
gtestutils: Fix minor typos in the g_test_get_filename() docs
guniprop: Set jungseong and jongseong points to zero-width for Old Korean
tests: Fix compilation failure on msys2-mingw64
Merge branch 'pgriffis/gtlscertificate-password' into 'main'
Merge branch 'mwleeds/fix-codegen-typo' into 'main'
docs: Update some outdated paths in INSTALL.in
Merge branch 'illumos-timezone' into 'main'
Merge branch 'remove_gvalue_test' into 'main'
Merge branch 'tests_unicode-collate' into 'main'
Merge branch 'remove_paramspec_test' into 'main'
Merge branch 'docs-improvements-i' into 'main'
Merge branch 'fix-cxx-test-muslc' into 'main'
Merge branch 'ascii-formatd-libc-dep' into 'main'
Merge branch 'wip/hash-table-from' into 'main'
Merge branch '2564-zerowidth-jungseong' into 'main'
gspawn: Report errors with closing file descriptors between fork/exec
Merge branch '2580-spawn-close-range-errors' into 'main'
Merge branch 'unicode_caseconv_tests' into 'main'
Merge branch 'nacho/creditals-local-peerpid-macos' into 'main'
Merge branch 'nacho/off_t' into 'main'
Merge branch 'array-length-annotation-tls-certificate-new-from-pkcs12' into 'main'
Merge branch 'win32-mem-monitor' into 'main'
Merge branch 'random-fixes' into 'main'
Merge branch 'windows-static-build-core' into 'main'
Merge branch 'security-fixes-main' into 'main'
tests: Pass --internal to glib-compile-resources tests
tests: Mark compiled resource file as not having an executable stack
Merge branch 'win32-afunix' into 'main'
gmessages: Expose a property for enabling debug message output
gdebugcontroller: Add debug controller API and D-Bus implementation
Merge branch '1190-debug-interface' into 'main'
Merge branch 'windows-static-resource' into 'main'
Merge branch 'fix-memleak-gdbusauthmechanismsha1' into 'main'
Revert "Merge branch 'fix-windows-pc' into 'main'"
Merge branch 'windows-static-build-postfixes' into 'main'
2.71.1
Piotr Drąg (1):
Update Polish translation
Rafael Fontenelle (1):
Update Brazilian Portuguese translation
Ralf Habacker (1):
Fix cross build error for Windows with gcc
Sebastian Dröge (9):
Merge branch 'wip/pwithnall/fix-environment-tests' into 'main'
Merge branch 'bilelmoussaoui/g-i' into 'main'
Merge branch 'testutils-docs' into 'main'
Merge branch '2579-install-paths' into 'main'
Merge branch 'doc_sync_signals' into 'main'
Add `(array length)` annotation to `g_tls_certificate_new_from_pkcs12()`
Merge branch 'fix-windows-pc' into 'main'
Merge branch 'fix-g_find_program_in_path' into 'main'
Merge branch 'revert-7f2de9ab' into 'main'
Sebastian Keller (1):
gfileutils: Remove outdated BTRFS fsync optimization from set_contents
Sebastian Wilhelmi (3):
gvariant-serialiser: Prevent unbounded recursion in is_normal()
gdbusmessage: Disallow empty structures/tuples in D-Bus messages
gdbusmessage: Disallow zero-length elements in arrays
Simon McVittie (2):
Merge branch 'dbus-external-sid' into 'main'
Merge branch 'glib-compile-resources-build-improvements' into 'main'
Sophie Herold (1):
utils: Add XDG_STATE_HOME support
Tim Mooney (1):
Fix GDateTime timezone resolution for Illumos
Tobias Stoeckmann (1):
garray: Fix integer overflows in element capacity calculations
Xavier Claessens (1):
Windows: Do not link DLL specific resources when doing a static build
Yosef Or Boczko (1):
Update Hebrew translation
Yuri Chornoivan (3):
Update Ukrainian translation
Update Ukrainian translation
Update Ukrainian translation
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]