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 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184
|
ircmarkers (0.16-1) unstable; urgency=medium
* Make Makefile crossbuild-compatible. Thanks to Helmut Grohne for the
patch! (Closes: #993456)
* debian/control: Drop debtags.
* debian/watch: Get release tarballs from GitHub.
-- Christoph Berg <myon@debian.org> Tue, 24 Oct 2023 14:58:23 +0200
ircmarkers (0.15-3) unstable; urgency=medium
[ Debian Janitor ]
* Trim trailing whitespace.
* Bump debhelper from old 11 to 13.
* Set debhelper-compat version in Build-Depends.
[ Christoph Berg ]
* Update Git URLs.
-- Christoph Berg <myon@debian.org> Tue, 31 Aug 2021 16:49:05 +0200
ircmarkers (0.15-2) unstable; urgency=medium
* Bump to compat 11.
-- Christoph Berg <myon@debian.org> Sat, 19 May 2018 16:28:27 +0200
ircmarkers (0.15-1) unstable; urgency=medium
* Rename default map projection to square (equirectangular projection),
mercator projection is really something else.
* Fix sinusoidal projection to actually work.
* Add real mercator projection.
* Also draw markers where lat is 0.
* Bump to dh 9 and 3.0 (quilt).
-- Christoph Berg <myon@debian.org> Mon, 09 Jun 2014 23:54:55 +0200
ircmarkers (0.14-3) unstable; urgency=low
* Set POD encoding utf8. (Closes: #724087)
-- Christoph Berg <myon@debian.org> Wed, 25 Sep 2013 17:28:02 +0200
ircmarkers (0.14-2) unstable; urgency=low
* Suggest ttf-dejavu-core, our fixed_01.ttf doesn't support the more fancy
unicode characters. (Closes: 528220)
-- Christoph Berg <myon@debian.org> Tue, 26 May 2009 22:40:33 +0200
ircmarkers (0.14-1) unstable; urgency=low
* Support coordinates in N 51° 11.123 E 006° 25.846 and similar formats.
-- Christoph Berg <myon@debian.org> Fri, 21 Mar 2008 16:46:02 +0100
ircmarkers (0.13-1) unstable; urgency=low
* Allow + prefix on coordinates.
-- Christoph Berg <myon@debian.org> Sat, 24 Nov 2007 15:26:16 +0100
ircmarkers (0.12-2) unstable; urgency=low
* Support DEB_BUILD_OPTIONS=nostrip (Closes: #437232).
-- Christoph Berg <myon@debian.org> Sat, 11 Aug 2007 12:58:28 +0200
ircmarkers (0.12-1) unstable; urgency=low
* Fix segfault when all markers are outside the visible area, and print
warning in that case.
* The -x and -y documentation was mixed up in the --help output.
Spotted by Andreas Gockel.
-- Christoph Berg <myon@debian.org> Wed, 20 Dec 2006 16:08:28 +0100
ircmarkers (0.11-1) unstable; urgency=low
* Support Maidenhead (QTH) locator format.
* Do not bark on markers without coordinates.
* Draw US-AU links across the Pacific.
-- Christoph Berg <myon@debian.org> Fri, 3 Nov 2006 16:41:57 +0100
ircmarkers (0.10-2) unstable; urgency=low
* Move to Priority: extra.
* Add debtags to debian/control.
-- Christoph Berg <myon@debian.org> Fri, 22 Sep 2006 14:28:33 +0200
ircmarkers (0.10-1) unstable; urgency=low
* Add option for data export in pisg(1) <user> syntax.
-- Christoph Berg <myon@debian.org> Fri, 28 Jul 2006 17:00:19 +0200
ircmarkers (0.9-1) unstable; urgency=low
* Add recv-keys option.
* Fix overlap.c memory allocator and clean up code.
* Update copyright stuff.
-- Christoph Berg <myon@debian.org> Wed, 22 Feb 2006 01:46:11 +0100
ircmarkers (0.8-1) unstable; urgency=low
* Disable non-functional help_convert_crop code.
* Non-native package.
-- Christoph Berg <myon@debian.org> Fri, 16 Dec 2005 00:55:23 +0100
ircmarkers (0.7) unstable; urgency=low
* Support markers without label (thanks to Torbjörn Svensson for the
suggestion).
* Bump Standards-Version.
* Finally an upload after 0.6 being used locally for a year...
-- Christoph Berg <myon@debian.org> Sun, 4 Dec 2005 22:11:31 +0100
ircmarkers (0.6) unreleased; urgency=low
* Could previously not draw markers with lat = 0.
* Add support for HTML image maps.
* Marker labels do not have to be unique anymore.
* Compute better bounding box.
* Compute links per marker instead per key.
* Code cleanup.
* Add debian/watch.
-- Christoph Berg <cb@df7cb.de> Sun, 14 Nov 2004 01:51:42 +0100
ircmarkers (0.5) unstable; urgency=low
* Fix several parsing bugs.
* Links take color as option, support link_color none.
* Computes rough bounding box (requested by Uli Martens).
-- Christoph Berg <cb@df7cb.de> Sat, 18 Sep 2004 13:34:10 +0200
ircmarkers (0.4) unstable; urgency=low
* Allow arbitrary whitespace in config (requested by Uli Martens).
* Fix center_lon check (requested by Elmar Hoffmann).
* Support ~/ in file names.
* Support negative label positions.
-- Christoph Berg <cb@df7cb.de> Tue, 7 Sep 2004 02:46:50 +0200
ircmarkers (0.3) unstable; urgency=low
* Suggests: gnupg.
* Removed unused dependency on libttf2.
* Colors/borders/fonts/dotsize/shape configurable per marker.
* Support all GD file formats.
* Accept -o on command line.
* Catch error for non-existing map.
* Fix error in sinusoidal projection.
* Complain about some unreasonable map defintions (thanks to Elmar Hoffmann
for these suggestions).
* Non-marker labels (for headlines etc).
* Manpage: provide pointers to freely available maps.
* Wrote INSTALL, example.map, and README.Debian files.
-- Christoph Berg <cb@df7cb.de> Wed, 1 Sep 2004 21:35:09 +0200
ircmarkers (0.2) unstable; urgency=low
* Added view_lat/view_lon (thanks to Alexander Wirt for suggesting this).
* Made size of output map configurable.
* Added pointers to sites with coordinates to manpage.
* Created Debian package (Closes: #262120).
* Sponsored upload by Alexander Wirt <formorer@debian.org>
-- Christoph Berg <cb@df7cb.de> Sat, 31 Jul 2004 15:29:25 +0200
ircmarkers (0.1) unstable; urgency=low
* Initial Release.
-- Christoph Berg <cb@df7cb.de> Sat, 10 Jul 2004 18:56:37 +0200
|