Opened 3 years ago
Closed 3 years ago
#17237 closed enhancement (fixed)
glib-2.74.3
| Reported by: | Bruce Dubbs | Owned by: | pierre |
|---|---|---|---|
| Priority: | normal | Milestone: | 11.3 |
| Component: | BOOK | Version: | git |
| Severity: | normal | Keywords: | |
| Cc: |
Description
New point version.
Change History (5)
comment:1 by , 3 years ago
comment:2 by , 3 years ago
| Milestone: | 11.3 → 99-Waiting |
|---|---|
| Summary: | glib-2.74.1 → glib-2.74.1 (wait for 2.74.2) |
OK, let's hold until 2.24.2.
comment:3 by , 3 years ago
| Milestone: | 99-Waiting → 11.3 |
|---|---|
| Summary: | glib-2.74.1 (wait for 2.74.2) → glib-2.74.3 |
Now 2.74.3. There were issues preventing gjs to be compiled in 2.74.2. 2.74.3 seems to fix it, and also there was something to address Xi's issue in 2.74.2:
Overview of changes in GLib 2.74.1
- Update Unicode data to version 15 (work by Marco Trevisan) (#2735)
- Fix various build failures in different situations (work by Kjell Ahlstedt, Marco Trevisan (Treviño)) (#2740, #2758, #2759, #2766)
- Fix over-eager deprecated property warnings for construct properties (work by Simon McVittie) (#2748)
- Fix a crash calling
g_param_value_is_valid()on aGParamSpecParam(work by Emmanuele Bassi) (#2770)
- Fix floating
GVariantleaks with GObject properties (work by Matthias Clasen) (#2774)
- Add inline optimised version of
g_str_equal()(work by Xavier Claessens) (#2775)
- Fix
GVarianttype depths checks on text format variants (work by Philip Withnall) (#2782)
- Fix regression with int64 and double hashing functions on big-endian architectures (work by Simon McVittie) (#2787)
- Build the API documentation only when building GLib as a shared library (work by Emmanuele Bassi) (!2896)
- Ignore weird
/etc/localtimeconfigurations generated by toolbx (work by Ray Strode) (!2973)
- Avoid
EINTRraces when closing FDs ing_spawn_*()(work by Thomas Haller) (!2988)
Overview of changes in GLib 2.74.2
- Fix
GVarianttype depths checks on text format variants (work by Philip Withnall) (#2782)
- Fix an obscure corner case with FD handling in
g_spawn_*()when a process has already closed the standard I/O FDs (work by Ray Strode) (#2795)
- Fix regression in type checking on
constarguments tog_str_equal()(#2809)
Overview of changes in GLib 2.74.3
- Fix regression in type checking
g_str_equal()from C++ projects (#2820)
comment:4 by , 3 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
Note:
See TracTickets
for help on using tickets.

I'm hitting https://gitlab.gnome.org/GNOME/glib/-/issues/2795, but not sure if it's a "only I" issue.