Philip Withnall
c138b98e36
2.58.0
...
Signed-off-by: Philip Withnall <withnall@endlessm.com>
2018-08-30 18:11:13 +01:00
Philip Withnall
f2504be625
2.57.3
...
Signed-off-by: Philip Withnall <withnall@endlessm.com>
2018-08-23 18:48:14 +01:00
Christoph Reiter
63d3311c26
gstdio: use _stat64 for GStatBuf on 64bit mingw. Fixes #1476
...
The size of stat depends on various macros on Windows which leads to
the problem of size mismatches when glib is built with a different configuration
than a program using it.
For example the autotools build defaults to _FILE_OFFSET_BITS=64 and a program
not defining _FILE_OFFSET_BITS will allocate a too small struct on the stack,
leading to stack corruption when glib writes to it.
To make the size the user sees always match the default mingw build define GStatBuf
as _stat64 (same as _FILE_OFFSET_BITS=64) under mingw+64bit.
2018-08-20 12:40:21 +02:00
Philip Withnall
83a4cab12c
2.57.2 (actual release)
...
The previous 2.57.2 release failed. The tarball for this one will be
generated using `ninja dist`, but should still be good to be built using
autotools. `make distcheck` on it has been tested.
Signed-off-by: Philip Withnall <withnall@endlessm.com>
https://gitlab.gnome.org/GNOME/glib/issues/1436
2018-07-31 19:36:19 +01:00
Matthias Clasen
a486923001
2.57.2
2018-07-19 06:42:58 -04:00
Matthias Clasen
d5869fc597
2.57.1
2018-05-22 17:21:16 -04:00
Matthias Clasen
2d67f91e26
2.57.0
2018-05-02 08:30:40 -04:00
Matthias Clasen
f58d46e39f
2.56.0
2018-03-12 16:52:13 -04:00
Matthias Clasen
ee57d56e8d
2.55.2
2018-02-14 08:19:20 -05:00
Matthias Clasen
7a2cc0f607
Updates for 2.55.1
2018-01-08 14:00:44 -05:00
Matthias Clasen
b2a0057c14
2.55.0
2017-11-15 22:00:19 -05:00
Matthias Clasen
8be9a6f020
Revert "Prepare for 2.54.1"
...
This reverts commit 9a08d3ef8f
.
Turns out there's new api here already.
2017-10-02 10:54:58 -04:00
Matthias Clasen
9a08d3ef8f
Prepare for 2.54.1
2017-10-02 10:45:53 -04:00
Matthias Clasen
738eff5dec
2.54.0
2017-09-10 20:18:10 -04:00
Matthias Clasen
052f134528
2.53.7
2017-09-04 09:02:53 -04:00
Matthias Clasen
fd081f38b6
2.53.6
2017-08-19 09:48:14 -04:00
Matthias Clasen
47e10489c5
2.53.5
2017-08-07 12:35:17 -04:00
Matthias Clasen
1e4135f253
2.53.4
2017-07-17 10:46:19 -04:00
Matthias Clasen
bb50b70713
2.53.3
2017-06-19 21:51:09 -04:00
Matthias Clasen
af3f141c09
2.53.2
2017-05-22 14:01:49 -04:00
Matthias Clasen
7651ce2ee4
2.53.1
2017-04-25 06:10:22 -04:00
Matthias Clasen
bce36c2d46
2.52.0
2017-03-18 20:40:40 -04:00
Matthias Clasen
7a36df7b01
2.51.5
2017-03-13 11:23:00 -04:00
Matthias Clasen
376e12e5a4
2.51.4
2017-03-01 15:14:14 -05:00
Matthias Clasen
c61ea2c4a9
2.51.3
2017-02-27 11:46:20 -05:00
Matthias Clasen
e6b6a33fa0
2.51.2
2017-02-13 08:16:57 -05:00
Matthias Clasen
c9f731be24
2.51.1
2017-01-16 13:16:27 -05:00
Matthias Clasen
b408278446
2.51.0
2016-10-24 10:22:38 -04:00
Matthias Clasen
e44ea516af
2.50.1
2016-10-10 13:06:25 -04:00
Matthias Clasen
979e2408e8
Updates
2016-09-18 08:15:00 -04:00
Matthias Clasen
e887b4a7b0
2.49.7
2016-09-12 23:03:17 -04:00
Matthias Clasen
e89732206e
Updates
2016-08-26 01:32:18 -04:00
Matthias Clasen
ec2a7cc710
2.49.5
2016-08-17 12:21:13 -04:00
Matthias Clasen
e4623800aa
2.49.4
2016-07-20 20:52:48 -04:00
Matthias Clasen
8d68a27f70
Update
2016-07-17 13:17:55 -04:00
Matthias Clasen
26e07869af
Updates
2016-06-20 07:58:01 -04:00
Matthias Clasen
1341598c80
2.49.1
2016-05-26 16:30:25 -04:00
Allison Ryan Lortie
f384d20d80
GLib 2.48.0
2016-03-22 11:18:38 -04:00
Allison Ryan Lortie
8c9be18bd3
GLib 2.47.92
2016-03-15 22:26:31 -04:00
Matthias Clasen
5918f9609e
Updates
2016-02-15 15:53:06 -05:00
Allison Ryan Lortie
6e752d3f8b
GLib 2.47.5
2016-01-18 15:29:17 -05:00
Simon McVittie
82c2461e3d
Use system PCRE unless --with-pcre=internal is given
...
Bug: https://bugzilla.gnome.org/show_bug.cgi?id=740573
Reviewed-by: Emmanuele Bassi <ebassi@gnome.org>
Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
2016-01-14 13:09:06 +00:00
Matthias Clasen
1f341afa9a
More updates
2015-12-16 09:16:35 -05:00
Matthias Clasen
5e73ca974d
2.47.4
2015-12-16 07:52:05 -05:00
Allison Ryan Lortie
be225b76a7
GLib 2.47.3
2015-11-25 09:41:49 -05:00
Allison Ryan Lortie
4f18c671ab
GLib 2.47.2
2015-11-24 19:44:46 +00:00
Matthias Clasen
f87fd39cf3
2.47.1
2015-10-26 13:52:47 -04:00
Matthias Clasen
f9d9f9c056
Update to Unicode 8.0
...
Regenerate data tables from the Unicode Character Database, add
new scripts, and update tests to include some of the new data.
2015-10-04 10:24:06 -04:00
Matthias Clasen
d73cd49799
2.46.0
2015-09-21 08:38:33 -04:00
Matthias Clasen
5475be0c10
2.45.8
2015-09-14 11:17:20 -04:00