[glib] Created tag 2.53.4



The unsigned tag '2.53.4' was created.

Tagger: Matthias Clasen <mclasen redhat com>
Date: Mon Jul 17 16:21:20 2017 -0400

    2.53.4

Changes since the last tag '2.53.3':

Aleksander Morgado (1):
      configure: fix minor typo 'be build'->'be built'

Aleksandr Slobodeniuk (1):
      docs: fixing lost character

Alessandro Decina (2):
      meson: fix wrong #include's for gdbus_codegen files
      meson: replace meson.current_source_dir() with files()

Bastien Nocera (1):
      docs: Fix cut'n'paste error in g_resources_get_info() doc

Christoph Reiter (3):
      gwin32: Fix missing prototypes on win64
      gspawn-win32: Fix multiple definition error with a static build
      meson: fix typo in install path for gobject_gdb.py

Chun-wei Fan (4):
      win32: Update MSVC projects for glib-genmarshal
      MSVC 201x builds: Allow different Python versions per toolset
      Visual Studio builds: Use PythonDir instead of PythonPath
      meson.build: Improve checks for va_copy() and __va_copy()

Daniel Boles (2):
      docs: tut_gsignal: Fix mismatched argument names
      gsettingsschema: Fix a compiler warning

Emanuele Aina (1):
      gio: Mention the ALL_METADATA flag in g_file_copy()

Emmanuele Bassi (24):
      Rewrite glib-genmarshal in Python
      Re-enable signal tests when cross-compiling
      Remove unused marshallers-related files
      Do not mix declarations and statements
      Avoid a leak for arguments in va_list marshallers
      Allow whitespace between marshallers list tokens
      meson: Sync the version with Autotools
      meson: Use the appropriate interface and binary ages
      meson: Use the appropriate libdir-relative paths
      meson: Substitute the Python shebang
      Use env to run the Python-based tools
      Use env for gdbus-codegen's script
      Add more compatibility mode hacks
      mkenums: Some arguments can be used multiple times
      mkenums: Do not check for None
      mkenums: Fix typo
      mkenums: Change ordering for template file and arguments
      mkenums: Skip files not found
      mkenums: Use the same reporting functions from genmarshal
      meson: Simplify the use of built tools
      mkenums: Add missing --fprod handler
      tests: Do not use gnome.genmarshal()
      mkenums: Skip unparsed lines
      mkenums: Keep compatibility with Python 2.x

Igor Gnatenko (5):
      mkenums: fix main incompatibility with python2
      mkenums: trivial style fixes
      mkenums: make string raw for real regex
      mkenums: don't try to call undefined function
      mkenums: pass string for re.sub() for real

Igor Pashev (1):
      Fix detection and usage of strerror_r()

Jehan (1):
      configure: close a parenthese in an error message.

Jussi Pakkanen (1):
      meson: initial glib build

Matej Knopp (2):
      glib-mkenums: Fix parsing of multiline comments
      glib-mkenums: add back missing --fprod option

Matthias Clasen (8):
      Disambiguate source names
      Avoid a race with the openuri portal
      gsettings: Try harder to describe keys
      Revert "mkenums: Support public/private trigraph"
      Add gopenuriportal.c to the meson build
      Fix glib-genmarshal build with meson
      2.53.4
      2.53.4

Nirbheek Chauhan (18):
      meson: Improve MSVC and MinGW support and fix dependencies everywhere
      meson: Port to latest master (2.51.0)
      meson: Add tls-interaction test, and fix giomodule test
      meson: Derive defines from header, struct, function names
      build: Remove function checks for unused functions
      tests: autoptr test can be run on gcc, clang, intel
      meson: Add missing termios.h check
      meson: Add a comment about the gdbus-peer gio test
      meson: Rebase and update to 2.51.2
      meson: Detect with-docs and with-man automatically
      meson: Print output for more compiler checks
      meson: Allow using libffi and zlib as subprojects
      meson: Only require libmount on Linux
      meson: Use proxy-libintl if gettext is not found
      meson: Use Python port of glib-mkenums
      Add zlib, libffi, and proxy-libintl subproject wraps
      glib-mkenums: misc fixes to python port
      meson: Use glib-mkenums directly instead of via build_mkenum.py

Patrick Griffis (5):
      meson: More build fixes
      meson: Match soname version of autotools
      meson: Build all docs
      meson: Match upstream gtkdoc changes
      meson: Minor modernizations

Philip Withnall (11):
      gio: Use g_strerror() instead of strerror()
      gdatetime: Fix a potential overflow in overflow calculations
      tests: Fix GDateTime overflow tests on 32-bit architectures
      tests: Fix overflows in find_maximum_supported_tv_sec()
      gutf8: Fix documentation for g_utf8_get_char_validated() length limits
      gutf8: Clarify return value docs for g_utf8_find_next_char()
      gdbusutils: Add an example to g_dbus_gvariant_to_gvalue() docs
      tests: Drop local timezone GTimeVal overflow check
      build: Drop nmake/MSC build system for GLib
      git: Add .gitattributes file with EOL settings for README.win32
      Re-normalise line endings of README.win32

Rico Tzschichholz (2):
      unicode: Update to unicode 10.0.0
      unicode: Update test data files for unicode 10.0.0

Sebastian Dröge (2):
      GKeyFile – Add array length annotations to to_data(), get_keys() and get_groups()
      meson: Install missing guuid.h header

Thibault Saunier (4):
      meson: Defining MAJOR_IN_ as done by AC_HEADER_MAJOR
      meson: Fix building as a subproject
      meson: Fix the build defining HAVE_RTLD_X
      meson: fix remaining wrong #include's for gdbus_codegen files

Tim-Philipp Müller (22):
      meson: Fix glib, add gobject, gio, gthread, gmodule, etc
      meson: add support for dtrace/systemtap
      meson: glib/tests: add missing tests
      meson: gio, gobject: use files() for headers list
      gio: tests: rename generated giotypefunc.c to giotypefuncs.inc
      meson: gio/tests: add more missing tests
      meson: use add_project_arguments() instead of add_global_arguments()
      meson: add -fvisibility=hidden explicitly to selected targets
      meson: gio/tests: add more gresource tests
      tests: gio/tests: add gdbus tests
      meson: gio/tests: add more gio tests
      meson: gio/tests: remove some leftover rubbish
      meson: add tests/gobject and tests/refcount
      meson: rebase on top of master ~2.53.1
      glib-mkenums: fix parsing of /*< flags >*/ annotation
      meson add missing gio/tests subdirectory/file
      meson: docs: make gtk-doc find the gobject.types file
      meson: gio tests need to link against gobject as well
      meson: error out if atomic ops would be available with -march=i486
      glib-mkenums: pick up /*< nick=xyz >*/ annotation again
      meson: fix 'Unknown variable "gtester"' error on windows
      glib-mkenums: unescape \n etc. in command line arguments

Yosef Or Boczko (1):
      Updated Hebrew translation

Руслан Ижбулатов (2):
      Use %lu format for DWORD
      W32 - don't use gettext & gcov during gettext init


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