Philip Withnall
8f0b968cd1
2.67.0
...
Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
2020-10-23 16:38:06 +01:00
Philip Withnall
c2c12e4292
2.66.0
...
Signed-off-by: Philip Withnall <withnall@endlessm.com>
2020-09-10 11:39:49 +01:00
Philip Withnall
47488cc1a0
2.65.3
...
Signed-off-by: Philip Withnall <withnall@endlessm.com>
2020-09-02 16:48:52 +01:00
Philip Withnall
f91af2021c
2.65.2
...
Signed-off-by: Philip Withnall <withnall@endlessm.com>
2020-08-18 11:49:43 +01:00
Philip Withnall
b99008f57f
2.65.1
...
Signed-off-by: Philip Withnall <withnall@endlessm.com>
2020-08-07 15:29:26 +01:00
Philip Withnall
8055dd2702
2.65.0
...
Signed-off-by: Philip Withnall <withnall@endlessm.com>
2020-06-18 16:52:39 +01:00
Philip Withnall
369626e310
2.64.0
...
Signed-off-by: Philip Withnall <withnall@endlessm.com>
2020-02-27 16:11:22 +00:00
Philip Withnall
b90eb15f3e
2.63.6
...
Signed-off-by: Philip Withnall <withnall@endlessm.com>
2020-02-24 15:05:38 +00:00
Philip Withnall
7f4cb36e8e
2.63.5
...
Signed-off-by: Philip Withnall <withnall@endlessm.com>
2020-02-03 14:26:39 +00:00
Philip Withnall
b413c50dcd
2.63.4
...
Signed-off-by: Philip Withnall <withnall@endlessm.com>
2020-01-21 12:41:48 +00:00
Philip Withnall
de7d7dbd6c
2.63.3
...
Signed-off-by: Philip Withnall <withnall@endlessm.com>
2019-12-16 13:57:28 +00:00
Philip Withnall
ae49ff0903
2.63.2
...
Signed-off-by: Philip Withnall <withnall@endlessm.com>
2019-11-25 11:11:33 +00:00
Philip Withnall
d97d4828d0
2.63.1
...
Signed-off-by: Philip Withnall <withnall@endlessm.com>
2019-10-31 16:25:09 +00:00
Philip Withnall
66da7beb65
2.63.0
...
Signed-off-by: Philip Withnall <withnall@endlessm.com>
2019-10-04 14:55:44 +01:00
Philip Withnall
a1af0be78c
2.62.0
...
Signed-off-by: Philip Withnall <withnall@endlessm.com>
2019-09-05 17:54:38 +01:00
Philip Withnall
cf990faae5
2.61.3
...
Signed-off-by: Philip Withnall <withnall@endlessm.com>
2019-09-02 13:58:31 +01:00
Philip Withnall
6bebef1691
2.61.2
...
Signed-off-by: Philip Withnall <withnall@endlessm.com>
2019-07-29 14:04:40 +01:00
Philip Withnall
e10eff122c
2.61.1
...
Signed-off-by: Philip Withnall <withnall@endlessm.com>
2019-05-24 17:38:59 +01:00
Philip Withnall
c95e2ae9c9
2.61.0
...
Signed-off-by: Philip Withnall <withnall@endlessm.com>
2019-04-15 12:45:02 +01:00
Philip Withnall
2edc5aa6df
2.60.0
...
Signed-off-by: Philip Withnall <withnall@endlessm.com>
2019-03-04 20:03:12 +00:00
Philip Withnall
8423e59e95
2.59.3
...
Signed-off-by: Philip Withnall <withnall@endlessm.com>
2019-02-18 08:55:54 +00:00
Philip Withnall
bc1443b2b6
2.59.2
...
Signed-off-by: Philip Withnall <withnall@endlessm.com>
2019-02-04 13:40:43 +00:00
Philip Withnall
2d46dff03e
2.59.1
...
Signed-off-by: Philip Withnall <withnall@endlessm.com>
2019-01-26 12:16:35 +00:00
Philip Withnall
37f41eb44a
2.59.0
...
Signed-off-by: Philip Withnall <withnall@endlessm.com>
2018-12-23 13:06:57 +00:00
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
Matthias Clasen
2e96668f24
Updates
2015-09-13 22:44:29 -04:00
Matthias Clasen
f14e2e5c53
2.45.7
2015-09-01 10:58:32 -04:00
Matthias Clasen
b8aad73af9
2.45.6
2015-08-19 16:24:22 -04:00
Matthias Clasen
fc38156cba
2.45.5
2015-08-19 15:46:49 -04:00
Matthias Clasen
ab3805ab04
2.45.4
2015-07-20 17:45:43 -04:00
Matthias Clasen
bb41a89c42
2.45.3
2015-06-23 06:56:26 -04:00
Matthias Clasen
7a295f063f
Updates
2015-06-16 14:56:33 -04:00
Matthias Clasen
102ac0e776
2.45.2
2015-05-25 23:30:07 -04:00
Matthias Clasen
c5fc760879
Updates
2015-04-30 12:46:20 -04:00
Matthias Clasen
cc287a21cf
Mention the glib-compile-schemas change in NEWS
2015-04-07 16:20:00 -04:00
Ryan Lortie
76f77fe8c9
GLib 2.43.92
2015-03-16 14:25:53 -04:00
Ryan Lortie
cd3f4bb32c
GLib 2.43.91
2015-03-02 11:55:33 -05:00
Ryan Lortie
a2172ee247
GLib 2.43.90
2015-02-18 11:26:25 -05:00
Matthias Clasen
926955f325
2.43.4
2015-02-10 19:49:10 -05:00
Ryan Lortie
95ea50d73c
GLib 2.43.3
2015-01-20 00:05:28 -05:00
Matthias Clasen
b32ea8d924
Updates
2014-12-15 11:52:42 -05:00
Matthias Clasen
3f5a78a248
2.43.1
2014-11-24 14:31:56 -05:00
Matthias Clasen
837d0b94a9
Updates for 2.43.0
2014-10-27 17:32:15 -04:00
Ryan Lortie
26a240fd10
GLib 2.42.0
2014-09-22 13:15:17 -04:00
Matthias Clasen
0177cece40
2.41.5
2014-09-15 15:52:48 -04:00
Matthias Clasen
d73886675e
2.41.4
2014-09-02 11:36:32 -04:00
Matthias Clasen
e03fc7a522
Updates for 2.41.3
2014-08-16 09:02:12 -04:00
Matthias Clasen
76ec61dee3
2.41.2
2014-07-14 10:23:25 -04:00
Matthias Clasen
1429ff12d8
2.41.1
2014-06-23 21:58:07 -04:00
Ryan Lortie
e93f7be60d
GLib 2.41.0
2014-05-26 23:01:56 +02:00
Ryan Lortie
599c669b23
GLib 2.39.92
2014-03-17 17:18:47 -04:00