1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143
|
libtimezonemap (0.4.6-2) unstable; urgency=medium
* source only upload to unblock transition
-- Norbert Preining <norbert@preining.info> Tue, 18 Feb 2020 05:32:12 +0900
libtimezonemap (0.4.6-1) unstable; urgency=medium
* Include libtimezonemap from Ubuntu in Debian (Closes: #948696)
-- Norbert Preining <norbert@preining.info> Sun, 12 Jan 2020 11:16:16 +0900
libtimezonemap (0.4.6) disco; urgency=medium
* Convert from cdbs to dh
* Bump debhelper compat to 11
* Add a symbols file
* debian/gir1.2-timezonemap-1.0.install: Install to multiarch directory
* Add debian/docs to install README
* Have libtimezonemap1-dev depend on gir1.2-timezonemap-1.0
* Switch to copyright format 1.0
* Bump Standards-Version to 4.2.1
-- Jeremy Bicha <jbicha@debian.org> Tue, 27 Nov 2018 23:44:22 -0500
libtimezonemap (0.4.5) xenial; urgency=medium
[ David Shea ]
* Update the SVG, and re-generated map images. Notable changes:
- Image for UTC-11:30 (timezone_11.5.png) is no longer needed.
- New image for North Korea time zone (timezone_8.5.png).
-- Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> Wed, 23 Dec 2015 13:53:19 -0500
libtimezonemap (0.4.4) wily; urgency=medium
[ David Shea ]
* Update the SVG, generated new map images, and cleaned up a couple other
image-related issues.
* Constrain the location when clicking in the same spot.
[ Lars Uebernickel ]
* Port to libsoup directly for geoname requests, fix some memory leaks and
do not reuse GCancellables. (LP: #1440157)
-- Iain Lane <iain.lane@canonical.com> Fri, 08 May 2015 00:18:37 +0100
libtimezonemap (0.4.3) utopic; urgency=medium
* Add missing Breaks/Replaces for the -data split (LP: #1315452)
-- Adam Conrad <adconrad@ubuntu.com> Fri, 02 May 2014 13:28:59 -0600
libtimezonemap (0.4.2) utopic; urgency=medium
* 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.
-- Iain Lane <iain.lane@canonical.com> Fri, 02 May 2014 11:14:20 +0100
libtimezonemap (0.4.1) trusty; urgency=low
[ Iain Lane ]
* Include countryInfo and admin1Codes from geonames (in addition to
cities15000 already shipped from there) and use them to provide "state"
and "full_country" properties.
-- Dmitrijs Ledkovs <xnox@ubuntu.com> Tue, 05 Nov 2013 11:40:18 +0000
libtimezonemap (0.4.0.2) saucy; urgency=low
* Allow using the tz data file from the build tree. Fixes amd64
builds.
-- Evan Dandrea <ev@ubuntu.com> Thu, 10 Oct 2013 15:19:03 +0100
libtimezonemap (0.4.0.1) saucy; urgency=low
* Add Depends from the -dev package to packages the .pcfile Requires.
-- Iain Lane <iain.lane@canonical.com> Tue, 23 Jul 2013 17:42:07 +0100
libtimezonemap (0.4.0) raring; urgency=low
[ James M Leddy ]
* Simplfy setting location
* Use latitude/longitude for local cities as well (LP: #892370)
* Add m4 directory to prevent aclocal from complaining.
* Include cities with greater than 15000 people locally.
[ Dmitrijs Ledkovs ]
* Add original timezone svg map, thanks to Otto for finding it.
* Bump standards version to 3.9.4.
* Fix gir scanner options.
-- Dmitrijs Ledkovs <dmitrij.ledkov@ubuntu.com> Thu, 28 Mar 2013 11:23:23 +0000
libtimezonemap (0.3.2) precise; urgency=low
* Use AC_CHECK_LIBM. Thanks Loic Minier!
* Cycle through timezones on mouse clicks within a 10 pixel square box
of the previous click (LP: #905754).
-- Evan Dandrea <ev@ubuntu.com> Mon, 27 Feb 2012 19:13:49 +0000
libtimezonemap (0.3.1) precise; urgency=low
* Ship m4/ directory, which accidentally got dropped when making the
tarball for 0.3. Fixes FTBFS
-- Michael Terry <mterry@ubuntu.com> Mon, 09 Jan 2012 15:53:35 +0100
libtimezonemap (0.3) precise; urgency=low
* Fix crash when freeing CcTimezoneLocation objects
* Ship a .pc file
* Ship include headers
* Move .gir file from gir1.2-* package to *-dev package
* Add CcTimezoneCompletion from indicator-datetime
-- Michael Terry <mterry@ubuntu.com> Mon, 09 Jan 2012 12:58:29 +0000
libtimezonemap (0.2.1) precise; urgency=low
* Link with libm.
-- Matthias Klose <doko@ubuntu.com> Sun, 04 Dec 2011 21:55:46 +0100
libtimezonemap (0.2) oneiric; urgency=low
* Expose TzLocations as GObjects.
-- Evan Dandrea <ev@ubuntu.com> Tue, 09 Aug 2011 10:23:25 +0100
libtimezonemap (0.1) oneiric; urgency=low
* Initial release.
-- Evan Dandrea <ev@ubuntu.com> Wed, 03 Aug 2011 10:21:41 +0100
|