[glib] Created tag 2.27.5



The unsigned tag '2.27.5' was created.

Tagger: Matthias Clasen <mclasen redhat com>
Date: Mon Dec 20 16:46:43 2010 -0500

    GLib 2.27.5

Changes since the last tag '2.27.3':

Aleksander Morgado (2):
      Fixes GB#530786: GFileMonitor 'changed' signal underdocumented
      Fixes GB#635187: Always unbox GVariant parameter received via dbus for an action

Aron Xu (2):
      Update Simplified Chinese translation.
      Complete Simplified Chinese translation.

Bastien Nocera (1):
      Fix typo in API docs for GDateTime

Benjamin Otte (9):
      API: Reinstate "gio-desktop-app-info-lookup" extension point
      gio: Remove unused variables from test
      gio: Comment out a whole test
      gobject: Cast token type to guint to avoid gcc warning
      glib: Fix enumeration warnings from gcc 4.5
      tls: Clarify docs for g_tls_client_connection_set_validation_flags()
      tls: Make g_tls_{client|server}_connection_new() return a GIOStream
      gio: Make enumerating a GNetworkAddress work more than once
      gio: Add a count to the resolver test for number of enumerators

Chao-Hsiung Liao (1):
      Updated Traditional Chinese translation(Hong Kong and Taiwan)

Chris Kühl (1):
      Added note in g_slist_free about using *free_full to mirror GList docs

Christian Dywan (3):
      Resolve warnings about istream and ostream in socket test
      g_simple_async_report_error_in_idle with no object
      Allow null object in g_simple_async_report_gerror_in_idle

Christian Persch (6):
      Use same variable names in .h and .c
      Typo fix
      Inherit gettext-domain from <schemalist>
      Fix the wrong-category schema test
      Better error reporting for g_variant_parse()
      Fix gsettings enum rule to work with non-srcdir builds

Chun-wei Fan (2):
      gtimer.c: Revert accidental overwrite
      gio: Fix C99 style variable declarations (bug #633075)

Colin Walters (3):
      introspection: Add annotations for g_file_copy, g_file_move
      glib: Document g_string_free semantics better in the FALSE case
      introspection: Remove spurious trailing :

Cosimo Cecchi (14):
      emblemed-icon: allow passing a NULL emblem to g_emblemed_icon_new()
      appinfo: add API to get fallback and recommended GAppInfos for a ctype
      appinfo: only rewrite recommended applications when adding non-default
      appinfo: update docs for API addition
      appinfo: add win32 fallback implementation
      tests: add a test for recommended and fallback GAppInfos
      gapplication: plug a memory leak
      emblemedicon: add g_emblemed_icon_clear_emblems()
      emblemedicon: add docs for _clear_emblems()
      docs: fix a typo
      tests: remove a bogus assumption
      emblemedicon: make GEmblemedIcon subclassable
      appinfo: add g_app_info_set_as_last_used_for_type()
      appinfo: avoid overriding the system defaults when adding support

Damien Lespiau (1):
      gmain: Add Since: 2.28 tag to g_source_{add,remove}_child_source

Dan Winship (20):
      gmain: move finalization of GSource outside of context lock
      gmain: fix some silly code in a programmer-error case
      Implement closure-related methods for gio GSource types
      Add g_source_set_dummy_callback()
      gmain: add g_source_add_child_source and g_source_remove_child_source
      GCancellable: add g_cancellable_create_source()
      Add pollable input/output streams
      make GProxyConnection public, as GTcpWrapperConnection
      Add initial TLS (SSL) support to gio
      Make gio/tests/g-icon pass again
      tiny fix to g_io_modules_scan_all_in_directory() docs
      Add g_tls_certificate_verify()
      Add GTlsConnection:use-system-certdb
      Remove GTlsConnection::need-certificate
      add G_TLS_ERROR_UNAVAILABLE
      Change the semantics of GTlsConnection:require-close-notify
      Clarify that g_socket_client_connect_to_uri() doesn't know about TLS
      Change the handling of the peer certificate in GTlsConnection
      Add missing property to GDummyTlsCertificate
      ghostutils: Convert non-ASCII dots to '.' when converting hostnames

Emilio Pozuelo Monfort (1):
      Fix error in GSimpleAsyncResult example

Fran Diéguez (2):
      Updated Galician translations
      Updated Galician translations

Gheyret T.Kenji (3):
      Added UG translation
      Added UG translation
      Added UG translation

Ignacio Casal Quinteiro (1):
      Check for (GIConv)-1 instead of NULL.

Javier Jardón (3):
      docs: Update the URL of some documentation links
      docs: gappinfo: Fix typo <envvar> -> <envar>
      grand: Fix URLs for info on the Mersenne Twister

John (J5) Palmieri (1):
      [gi] add annotations for methods which take a gpointer which are really GObjects

Jonas Holmberg (2):
      gobject: initialize memory in g_object_new_valist
      gobject: added property test

Jorge González (1):
      Updated Spanish translation

Kjartan Maraas (2):
      Updated Norwegian bokmål translation
      Updated Norwegian bokmål translation

Luca Ferretti (1):
      [l10n] Updated Italian translation

Matt Rajca (2):
      Fixed typo in public string in gsocks (630559)
      Removed mention of inexistent GNOME 2.0 porting guide

Matthew Barnes (1):
      Bug 636100 - Can't read GSettings:backend property

Matthias Clasen (23):
      Bump version
      Add Since: tags for new api
      Add indices for new symbols in 2.28
      GFileMonitor: Don't accept negative values for rate-limit
      Remove nonexisting type
      Various doc tweaks
      Update NEWS
      Documentation tweak
      Add new extension point to the list
      Add another bug
      Update POTFILES.in
      Bump version
      Avoid shadowing the dir builtin
      Avoid shadowing dir builtin
      Reword awkward sentence in the docs
      Add missing Since: tag
      Try to fix the version test on builders
      Document the GIO_USE_TLS environment variable
      Remove the dead --disable-visiblity configure option
      Remove GPeriodic for now
      Update symbols list for recent changes
      Add a delay-apply property to GSettings
      Update NEWS

Mattias Põldaru (1):
      [l10n] Updated Estonian translation

Murray Cumming (1):
      gioenums.h: Remove a trailing comma.

Nguy�n Thái Ng�c Duy (1):
      Updated Vietnamese translation

Owen W. Taylor (1):
      Fix off-by-1000 for GTimer

Pavel Holejsovsky (5):
      Add missing annotations to GApplication and GApplicationCommandLine.
      [gi] Fix GObject.Object annotations.
      [gi] Add annotations for GFile, G[File]{Input|Output|IO}Stream.
      Add GI annotations to GValue and GValueArray.
      Add GI annotations to GClosure and friends.

Peng Huang (1):
      Bug 632544 â?? Cannot send a locked message with PRESERVE_SERIAL flag

Ryan Lortie (4):
      Partial revert of last commit
      G_STATIC_ASSERT: clarify when use is valid
      g_str_hash: clean up code
      g_str_hash: switch to using DJB hash

Ted Gould (1):
      Bug 635626 â?? GDBus message idle can execute while flushes are pending

Thomas Hindoe Paaboel Andersen (1):
      Fix typo in docs for extension point

Tomas Bzatek (1):
      GIO: Hide mounts having a path element starting with dot

Will Thompson (1):
      g_object_get_property: document that value must be initialized

Xan Lopez (1):
      gsettingsschema: plug leak

Xavier Claessens (8):
      Add g_io_stream_splice_async/finish()
      Add Since 2.28 in g_io_stream_splice doc
      Add GIOStreamSpliceFlags to doc
      New API: g_sequence_lookup() and g_sequence_lookup_iter()
      Add unit test for g_sequence_lookup() and g_sequence_lookup_iter().
      Add note in g_sequence_search() doc about g_sequence_lookup()
      Add g_sequence_lookup{_iter} into symbols
      Add io-stream in gitignore

Yaron Shahrabani (1):
      Updated Hebrew translation



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]