~ubuntu-branches/ubuntu/trusty/glib2.0/trusty-proposed

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-03-23 19:25:52 UTC
  • mfrom: (3.4.9 experimental)
  • Revision ID: james.westby@ubuntu.com-20100323192552-istna8c33bw6harh
Tags: 2.23.6-1ubuntu1
* Resync on Debian
* debian/patches/01_gettext-desktopfiles.patch:
  - updated to use gettext for X-GNOME-Fullname too
* debian/patches/71_gio_launch_handler.patch:
  - new gio default launch handle feature required for wncksync
* debian/control.in, 
  debian/patches/80-gtester-subunit.patch:
  - gtester-report subunit support
* debian/libglib2.0-0.symbols:
  - updated the symbols list for the gio launcher handler

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Overview of Changes from GLib 2.23.5 to GLib 2.23.6
 
2
===================================================
 
3
 
 
4
* Class private data:
 
5
  - support for private data associated with a GTypeClass
 
6
 
 
7
* GVariant merge is now complete:
 
8
  - loading functions and parser merged
 
9
 
 
10
* Windows improvements:
 
11
  - socket fixes
 
12
  - various build improvements
 
13
  - removal of GCC/C99isms in favour of portable code
 
14
  - drop unmaintained Visual Studio 8 support
 
15
 
 
16
* Minor API addition:
 
17
  - g_desktop_app_info_get_filename()
 
18
 
 
19
* Bugs fixed:
 
20
 521707 Class private data
 
21
 612502 build fails on glib/tests/gvariant.c
 
22
 612832 [GDesktopAppInfo] New function g_desktop_app_info_get_filename
 
23
 612702 [PATCH] Fix GSocket-related crash on Windows
 
24
 612736 Improve the documentation about single include
 
25
 610858 gvariant test fails sometimes
 
26
 612327 uninitialized variable
 
27
 
 
28
* New translations:
 
29
 Afrikaans
 
30
 LowGerman
 
31
 
 
32
* Updated translations:
 
33
 Czech
 
34
 Finnish
 
35
 Galician
 
36
 Greek
 
37
 Punjabi
 
38
 Romanian
 
39
 Serbian
 
40
 
 
41
 
1
42
Overview of Changes from GLib 2.23.4 to GLib 2.23.5
2
43
===================================================
3
44