[folks] Created tag FOLKS_0_9_2



The unsigned tag 'FOLKS_0_9_2' was created.

Tagger: Travis Reitter <travis reitter collabora co uk>
Date: Fri Jun 7 17:46:54 2013 -0700

    Tag version 0.9.2

Changes since the last tag 'FOLKS_0_9_1':

A S Alam (1):
      Punjabi: Translation updated (aalam)

Alexandre Franke (2):
      Update French translation
      Update French translation

Andika Triwidada (1):
      Updated Indonesian translation

Ani Peter (1):
      Completed  for Malayalam

Arash Mousavi (1):
      L10N: Updated Persian Translation

Ask H. Larsen (1):
      Updated Danish translation

Aurimas Černius (1):
      Updated Lithuanian translation

Balázs Úr (1):
      Updated Hungarian translation

Carles Ferrando (1):
      [l10n] Updated Catalan (Valencian) translation

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

Daniel Mustieles (1):
      Updated Spanish translation

Dimitris Spingos (1):
      Updated Greek translation

Duarte Loreto (1):
      Updated Portuguese translation and converted to New Spelling (Novo AO)

Enrico Nicoletto (1):
      Updated Brazilian Portuguese translation

Fran Diéguez (1):
      Updated Galician translations

Gheyret Kenji (3):
      Updated Uyghur translation
      Updated Uyghur translation
      Updated Uyghur translation

Gianvito Cavasoli (1):
      [l10n] Updated Italian translation.

Gil Forcada (1):
      [l10n] Updated Catalan translation

Ihar Hrachyshka (1):
      Updated Belarusian translation.

Inaki Larranaga Murgoitio (1):
      Added Basque language\nAdded 'eu' (Basque) to LINGUAS

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

Krishnababu Krothapalli (1):
      Updated Telugu Translations

Lionel Landwerlin (1):
      backends: eds: make the personna store backend more 'async'

Maciej Piechotka (1):
      Remove autodependency on zeitgeist

ManojKumar Giri (1):
      Updated Odia Language along with FUEL implementation

Marek Černocký (2):
      Updated Czech translation
      Updated Czech translation

Mario Blättermann (1):
      [l10n] Updated German translation

Matej Urbančič (1):
      Updated Slovenian translation

Nilamdyuti Goswami (1):
      Assamese translation updated for gnome 3.8

Patrick Ohly (8):
      eds: support 'groups' when creating a contact
      eds: fix Android favourite handling when creating contact
      support geo location information
      testing: do not require telepathy
      testing: avoid false warning
      EDS testing: allow EDS to add additional phone parameters
      eds: avoid blocking event processing
      NEWS: updated to include eds non-blocking change processing

Philip Withnall (2):
      eds: Fix the type of a parameter in add_persona_from_details()
      HACKING: Update documentation for strict-non-null mode

Piotr Drąg (1):
      Updated Polish translation

Rajesh Ranjan (1):
      hindi translation

Rūdolfs Mazurs (1):
      Updated Latvian translation

Sandeep Sheshrao Shedmake (1):
      Updated Marathi Translations

Seong-ho Cho (1):
      Updated Korean translation

Shankar Prasad (1):
      Updated kn translations

Shantha kumar (1):
      Tamil Translations Updated

Simon McVittie (70):
      Add -I$(top_srcdir) throughout
      Use absolute paths for --vapidir
      Mostly avoid an expensive multi-map iteration pattern
      Update NEWS with recent changes
      Do not assign to VALAFLAGS
      Always append to AM_VALAFLAGS, don't replace
      update NEWS
      Don't do manual memory management for libsocialweb Contact structs
      collection comparators: optimize the case of empty collections
      TestCase: fix indentation
      BackendStore: provide an easier way to limit backends via environment
      update NEWS
      Add subclasses for each category of TestCase
      Reduce hard-coding of e-d-s address book names
      Make EdsTest.TestCase.eds_backend nullable
      tests: limit backends via the environment a bit more directly
      LibsocialwebTest.TestCase: defer creation of lsw_backend until set_up()
      Document recently-added TestCase subclasses
      Assert that each D-Bus test case is run in its intended environment
      For symmetry, nullify sets in tear_down() if created in set_up()
      All tests: switch to a calling convention that does not rely on leaking
      TestCase: avoid circular refs between GTest and this
      all Makefiles: don't ignore or clean .c files not corresponding to Vala
      Add infrastructure to run tests under GTestDBus
      LibsocialwebTest: don't try to keep ownership of name through tear_down()
      LibsocialwebTest.Backend: clean up object registrations in tear_down()
      Run libsocialweb tests under GTestDBus instead of with-session-bus.sh
      Run Telepathy test cases under GTestDBus instead of with-session-bus.sh
      In tests that do not rely on with-session-bus*.sh, use a transient $HOME
      Add infrastructure to run helper test binaries
      tools: use the right locale directory
      NEWS: describe the change to tools' locale search path
      Simplify how we get PACKAGE_DATADIR
      Add infrastructure for finding test data files, and use it for avatars
      EdsTest.Backend: clear up more thoroughly after tests
      EdsTest.Backend: use an array for contacts
      EdsTest.Backend: add contacts as a batch, not one at a time
      Add support for running tests under callgrind as well as memcheck
      folks-inspect, folks-import: initialize localization from the environment
      TestCase: set locale from the environment
      NEWS for locale bits
      Simplify tests that can time out
      eds test: add some helper programs for performance testing
      Add a performance test for contacts in e-d-s
      Add missing setlocale calls to helper binaries
      Fix comment for get_built_test_data()
      Set up tests' backend paths in Vala code
      Remove a remnant of the avatar coming from the environment
      Edsf.PersonaStore: defer contacts-complete like contacts-added
      IndividualAggregator: use a GHashTable<string,GPtrArray> for the link map
      IndividualAggregator: assert and assume that _link_map[key][i] != null
      By default, do debug output iff at least one debug domain is enabled
      backends: when adding a persona by details, do not assume HashSet
      Do not explicitly link libfolks-internal.la into things
      Compile tp-lowlevel.vapi before libfolks_telepathy_la_vala.stamp
      contactlist: copy .deps to the same place as .vapi if necessary
      Folks.SmallSet: add and test
      folks, backends: use "small sets" instead of hash sets most of the time
      Add fast-path iteration for SmallSet
      Use SmallSet.copy() where it makes sense
      tracker tests: do not request starting all Tracker services
      all tests: disable non-local GIO VFS backends, such as gvfs
      tests: clear out various D-Bus-related variables
      Declare folks_small_set_copy properly
      TpfPersonaStore: make _supported_fields, _supported_fields_ro private
      Re-brand ERROR_CFLAGS to C_ERROR_CFLAGS
      Include ERROR_CFLAGS everywhere we compile C code
      Declare internal function folks_persona_store_set_is_user_set_default()
      Ensure that the C bits of TestCase are pre-declared in a header
      Add warnings (normally fatal) on use of archaic C features

Sweta Kothari (1):
      Updated gujarati file

Travis Reitter (17):
      Post-release version bump
      Update the home page listed in DOAP file
      build: Use @return instead of unsupported @returns valadoc
      build: Include location-details.c in POTFILES.skip
      build: ensure libtp-test-contactlist is built before its dependents
      build fix: include folks-generics in docs arguments
      Correct the terminology in Zeitgeist check failure
      Correctly check for existence of Zeitgeist.
      Bump libebook requirement to un-break GIR bindings.
      Use correct @return instead of @returns (which breaks valadoc)
      Pass the --driver version to valadoc to minimize complications.
      Make Telepathy docs build defs stand-alone
      Set release version of new API and update NEWS
      Cut excess line
      Temporarily work around valadoc crasher with Telepathy docs
      Temporarily work around valadoc crasher with eds docs
      Release version 0.9.2

Victor Ibragimov (1):
      [l10n] Added Tadjik translation

Wylmer Wang (1):
      update Simplified Chinese (zh_CN) translation

Yuri Myasoedov (1):
      Updated Russian translation

Мирослав Николић (1):
      Updated Serbian translation


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