lp:~larsu/timezonemap/lp1440157

Created by Lars Karlitski and last modified
Get this branch:
bzr branch lp:~larsu/timezonemap/lp1440157
Only Lars Karlitski can upload to this branch. If you are Lars Karlitski please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Lars Karlitski
Project:
timezonemap
Status:
Merged

Recent revisions

50. By Lars Karlitski

timezone-completion: use libsoup for geoname lookups

Gio wasn't made for handling a lot of quick http api requests. It spawns
another process and keeps "mounts" of those requests around indefinitely (see
GNOME bug #509609).

Just use libsoup directly.

(Also fix some memory leaks and keeping the connection open by failing to unref
the input stream.)

49. By Lars Karlitski

timezone-completion: don't use g_cancellable_reset()

There might still be oustanding async operations for the same cancellable, for
which g_cancellable_is_cancelled() should continue returning FALSE.

Create a new cancellable for new operations instead. This is recommended by the
documentation for GCancellable.

48. By Dimitri John Ledkov

releasing package libtimezonemap version 0.4.3

47. By Iain Lane

releasing package libtimezonemap version 0.4.2

46. By Iain Lane

* Convert to multiarch.
  + Use compat 9 and pass multiarch flags to configure
  + Split arch-independent data out into a -data package
  + Make library package Multi-Arch: same
  + Install files into MA locations
* Bump S-V to 3.9.5, no changes required.

45. By Iain Lane

Merge r41 from lp:~dshea/timezonemap/trunk to expose a selected-offset property

44. By Iain Lane

Fix some indentation

43. By Iain Lane

Merge r40 from lp:~dshea/timezonemap/trunk

42. By Iain Lane

Don't call g_type_init() on glib >= 2.35; it's deprecated

41. By Iain Lane

Set en_name correctly

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:timezonemap
This branch contains Public information 
Everyone can see this information.

Subscribers