~ubuntu-branches/ubuntu/utopic/glib2.0/utopic

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Package Import Robot
  • Author(s): Iain Lane
  • Date: 2014-10-02 13:08:24 UTC
  • mfrom: (1.67.13)
  • mto: This revision was merged to the branch mainline in revision 233.
  • Revision ID: package-import@ubuntu.com-20141002130824-cqp99rbif2g6wf6r
Tags: upstream-2.42.0
ImportĀ upstreamĀ versionĀ 2.42.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Overview of changes in GLib 2.42.0
 
2
===================================
 
3
 
 
4
All changes in this release are trivial in nature.
 
5
 
 
6
 - introspection warning fixes
 
7
 
 
8
 - g_application_add_main_option now uses an enum instead of an 'int'
 
9
   for the type of a parameter
 
10
 
 
11
 - added a G_OPTION_FLAG_NONE so that people don't need to use 0
 
12
 
 
13
 - gresource: Use GError in more places
 
14
 
 
15
 - gresource commandline tool: improve extraction from multiple sections
 
16
 
 
17
 - GSource now takes the context lock (if any) in g_source_set_name()
 
18
 
 
19
 - new documentation to clarify the use of some APIs related to
 
20
   GVariant, GSource, GApplication
 
21
 
 
22
 - other minor updates to docs
 
23
 
 
24
* Bugs fixed
 
25
 736683 Thread safety issues with g_main_context_find_source_by_id
 
26
 736975 [patch] please document that GVariant serialization needs an
 
27
        out-of-band length field
 
28
 
 
29
* Translation updates
 
30
 Danish
 
31
 Hindi
 
32
 Marathi
 
33
 Punjabi
 
34
 Serbian
 
35
 Simplified Chinese
 
36
 
1
37
Overview of changes in GLib 2.41.5
2
38
==================================
3
39