2.28.6
[platform/upstream/glib-networking.git] / NEWS
1 2.28.6
2 ======
3   * Fixed some links in the gnutls backend
4
5   * New translations:
6         Turkish
7
8 2.28.5
9 ======
10   * New/updated translations:
11         Basque, Brazilian Portuguese, Chinese (Traditional), Danish,
12         Hindi, Kannada, Marathi, Uyghur
13
14 2.28.4
15 ======
16   * Added a new proxy backend, GProxyResolverGnome, that uses
17     GSettings and the network proxy schemas from
18     gsettings-desktop-schemas to provide proxy information (and using
19     a new D-Bus service provided by the libproxy backend to provide
20     PAC/WPAD support).
21
22     If you are building glib-networking in a GNOME 3.0 environment,
23     you should make sure that gsettings-desktop-schemas.pc is
24     available when building, so that this backend gets built.
25
26   * New translations:
27         Assamese, Latvian, Oriya, Serbian
28
29 2.28.0
30 ======
31   * Fixed broken libtool check in autogen.sh that failed for libtool
32     2.4 (Dan Williams)
33
34   * New/updated translations:
35         Bengali (India), Catalan, Chinese (Simplified), Chinese
36         (Traditional), Czech, Dutch, Estonian, Galician, German,
37         Greek, Gujarati, Hebrew, Indonesian, Italian, Korean,
38         Norwegian (BokmÃ¥l), Polish, Punjabi, Slovenian, Spanish,
39         Swedish, Uyghur, Ukranian
40
41 2.27.90
42 =======
43   * Fixed configure script to actually error out if installed glib
44     version is too old (Emilio Pozuelo Monfort)
45
46   * gnutls: updated GTlsClientConnectionGnutls for :accepted-cas type
47     change (Stef Walter)
48   * gnutls: fixed an uninitialized variable (Dan Winship)
49
50 2.27.5
51 ======
52   * gnutls: finish implementing GTlsRehandshakeMode, which was present
53     but non-functional in 2.27.4
54   * gnutls: updates for glib TLS API changes
55   * gnutls: fix some async bugs that caused the main loop to spin
56   * gnutls: implement a client-side session cache, to speed up
57     handshakes
58
59   * Compile with gcc warnings by default
60
61 2.27.4
62 ======
63   * GNUTLS-based implementation of GTlsBackend
64
65 2.26.0
66 ======
67
68   * No changes, just a version bump
69
70 2.25.0
71 ======
72
73   * Initial release, with libproxy-based GProxyResolver