File: changelog

package info (click to toggle)
mapcache 1.4.1-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,892 kB
  • ctags: 2,572
  • sloc: ansic: 25,570; xml: 367; sh: 92; makefile: 66; python: 48
file content (228 lines) | stat: -rw-r--r-- 8,575 bytes parent folder | download
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
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
mapcache (1.4.1-3) unstable; urgency=medium

  * Update symbols for hurd-i386.
  * Bump Standards-Version to 3.9.8, no changes.
  * Drop libmapcache2 post{inst,rm}, rely on dpkg-triggers for ldconfig.

 -- Bas Couwenberg <sebastic@debian.org>  Thu, 05 May 2016 11:40:45 +0200

mapcache (1.4.1-2) unstable; urgency=medium

  * Disable memcache support on hurd-i386 too.
  * Update symbols for other architectures.

 -- Bas Couwenberg <sebastic@debian.org>  Fri, 26 Feb 2016 09:46:50 +0100

mapcache (1.4.1-1) unstable; urgency=medium

  * New upstream release.
  * Update Vcs-Git URL to use HTTPS.
  * Add patches for various typos.
  * Bump Standards-Version to 3.9.7, no changes.
  * Update symbols for 1.4.1.

 -- Bas Couwenberg <sebastic@debian.org>  Thu, 25 Feb 2016 21:04:46 +0100

mapcache (1.4.0-4) unstable; urgency=medium

  * Update watch file to use lowercase RC in uversionmangle.
  * Rebuild for geos transition.

 -- Bas Couwenberg <sebastic@debian.org>  Sat, 29 Aug 2015 14:15:23 +0200

mapcache (1.4.0-3) unstable; urgency=medium

  * Disable memcache support on architectures where it's not supported.

 -- Bas Couwenberg <sebastic@debian.org>  Tue, 25 Aug 2015 19:22:22 +0200

mapcache (1.4.0-2) unstable; urgency=medium

  * Enable memcache support. Thanks to Frederic Junod for the patch.
    (closes: 794784)
  * Update Vcs-Browser URL to use HTTPS.
  * Update Upstream-Contact in copyright file to include email address.

 -- Bas Couwenberg <sebastic@debian.org>  Tue, 25 Aug 2015 16:45:28 +0200

mapcache (1.4.0-1) unstable; urgency=medium

  * Update symbols for other architectures.
  * Move from experimental to unstable.

 -- Bas Couwenberg <sebastic@debian.org>  Fri, 31 Jul 2015 00:32:07 +0200

mapcache (1.4.0-1~exp1) experimental; urgency=medium

  * Update watch file to support new upstream tag format too.
  * New upstream release.
  * Update copyright file, add license & copyright for hmac-sha.c.
  * Refresh patches.
  * Disable experimental mapserver support, FTBFS.
  * Update symbols for amd64.
  * Move docs to libapache2-mod-mapcache.
  * Update mapcache_seed man page with new options.

 -- Bas Couwenberg <sebastic@debian.org>  Tue, 28 Jul 2015 21:40:01 +0200

mapcache (1.2.1-4) unstable; urgency=medium

  * Update symbols for other architectures.
  * Move from experimental to unstable.

 -- Bas Couwenberg <sebastic@debian.org>  Sat, 25 Jul 2015 13:41:00 +0200

mapcache (1.2.1-4~exp1) experimental; urgency=medium

  * Add libcurl-ssl-dev as alternative for libcurl-gnutls-dev build dependency.
  * Use multi-line uscan options without quotes.
  * Update mapserver build dependencies for MapServer 7.0.0.
  * Reorder build dependencies, add libharfbuzz-dev.

 -- Bas Couwenberg <sebastic@debian.org>  Fri, 24 Jul 2015 13:45:27 +0200

mapcache (1.2.1-3) unstable; urgency=medium

  * Add upstream metadata.
  * Update Source URL for GitHub in copyright file.
  * Update Homepage URL, strip en/ from path.
  * Set the date embedded in man pages to the build date for
    reproducible builds.
  * Update Vcs-Browser URL to use cgit instead of gitweb.
  * Update my email to @debian.org address.
  * Bump Standards-Version to 3.9.6, no changes.
  * Update copyright file, changes:
    - Convert copyright file from iso-8859-1 to utf8
    - Update copyright years
    - Drop unused files paragraph for ltmain.sh
  * Drop lintian override for no-upstream-changelog,
    shouldn't override pedantic tags.

 -- Bas Couwenberg <sebastic@debian.org>  Mon, 27 Apr 2015 12:11:00 +0200

mapcache (1.2.1-2) unstable; urgency=low

  * Add gpb.conf to use pristine-tar by default.
  * Use dh commands instead of CMake directly.
  * Enable parallel builds.
  * Drop lintian override for debian-watch-may-check-gpg-signature,
    shouldn't override pedantic tags.
  * Don't create /var/cache/mapcache in postinst,
    use libapache2-mod-mapcache.dirs instead.
    (closes: #740327)
  * Also remove generated man pages on clean.

 -- Bas Couwenberg <sebastic@xs4all.nl>  Fri, 28 Feb 2014 17:55:13 +0100

mapcache (1.2.1-1) unstable; urgency=low

  * New upstream release.
  * Bump Standards-Version to 3.9.5, no changes required.
  * Drop soname.patch, applied upstream.
  * Add lintian override for debian-watch-may-check-gpg-signature,
    upstream doesn't provide signatures for verification.
  * Add lintian override for no-upstream-changelog, no changes in source.

 -- Bas Couwenberg <sebastic@xs4all.nl>  Fri, 03 Jan 2014 17:30:18 +0100

mapcache (1.2.0-2) unstable; urgency=low

  [ Bas Couwenberg ]
  * Change priority to optional.

  [ Francesco Paolo Lovergine ]
  * Changed to libgdal-dev b-d.

 -- Francesco Paolo Lovergine <frankie@debian.org>  Thu, 12 Dec 2013 17:08:16 +0100

mapcache (1.2.0-1) unstable; urgency=low

  * New upstream release 1.2.0. (closes: #712377)
  * Update watch file for github releases.
  * Build system changed from autotools to cmake.
  * Drop patches:
    - includepath.patch (no longer required)
    - fixwithmapserv.patch (libtool no longer used)
    - libmapcache_hardening.patch (libtool no longer used)
    - demo_service_js_typos.patch (applied upstream)
    - demo_service_valid_js_var.patch (applied upstream)
    - demo_service_html5_doctype.patch (applied upstream)
    - demo_service_html_charset.patch (applied upstream)
    - demo_service_list_newlines.patch (applied upstream)
    - demo_service_page_height.patch (applied upstream)
    - demo_service_indenting.patch (applied upstream)
    - mapcache_seed_non_zero_exit.patch (applied upstream)
    - mapcache_seed_delete_mode.patch (applied upstream)
    - mapcache_seed_typo.patch (applied upstream)
  * Use pkgkde-gensymbols & pkgkde-symbolshelper to handle symbols.
  * Add patch to use a versioned SONAME.
  * SONAME of libmapcache changed from libmapcache.so.0 to
    libmapcache.so.1.
  * Update libmapcache symbols for 1.2.0 on amd64.
  * Enable verbose make output.
  * Call ldconfig in libmapcache postinst and postrm.
  * Update libmapserver dependency for MapServer 6.4.0.
  * Add patch to include mapserver cmake package.
  * Build-Depend on libtiff-dev for libtiff5 transition.

 -- Bas Couwenberg <sebastic@xs4all.nl>  Wed, 11 Sep 2013 19:16:06 +0200

mapcache (1.0.0-3) UNRELEASED; urgency=low

  * Upload for Debian closes: #712377
  * Strip RPATH from module and CGI binary.
  * Empty dependency_libs in la file.
  * Update copyright file to DEP-5 format.
  * Use set -e in postinst & postrm.
  * Additional cleanup of auto-generated files.
  * Multi-Arch libmapcache with debhelper 9.
  * Rename libmapcache to libmapcache0 to match SONAME.
  * Add libmapcache0-dev package.
  * Bump Standards-Version to 3.9.4.
  * Create /var/cache/mapcache in postinst.
  * Build-Depend on libproj-dev instead of the proj source package.
  * Drop explicit dependency on libmapcache0, already set by shlibs:Depends.
  * Enable hardening build flags.
  * Add man page for mapcache_seed utility.
  * Add patch to fix typos in demo service javascript.
  * Add patch to use a valid variable name for the WMSGetFeatureInfo control.
  * Add patch to set the HTML5 DOCTYPE in the demo service.
  * Add patch to set the Content-Type and charset in the HTML documents.
  * Add patch to add newlines after each list item.
  * Add patch to set the page height to 100% for the demo service.
  * Add patch to use 4 space indenting in the generated HTML.
  * Add patch to return non-zero exit status if errors occured in mapcache_seed.
  * Add patch to fix deletion of map tiles in seeder's delete mode.
  * Add patch to fix typos in mapcache_seed.
  * Add watch file.
  * Add maintainer scripts for libmapcache0 to call ldconfig.
  * Add mapcache.xml examples to libapache2-mod-mapcache.
  * Update for apache 2.4.

 -- Bas Couwenberg <sebastic@xs4all.nl>  Sat, 15 Jun 2013 01:34:26 +0200

mapcache (1.0.0-2~ubuntu1) unstable; urgency=low

  * Added libmapcache.symbols

 -- Jerome Villeneuve Larouche <jlarouche@mapgears.com>  Thu, 28 Feb 2013 10:04:43 -0500

mapcache (1.0.0-1~ubuntu1) unstable; urgency=low

  * Initial Upstream Release
  * Added includepath.patch to change the mapserver.h path to
    mapserver/mapserver.h

 -- Jerome Villeneuve Larouche <jlarouche@mapgears.com>  Thu, 15 Nov 2012 21:08:41 +0000

mapcache (0~git052512+a8a8fe848c-1~ubuntu1) unstable; urgency=low

  * New git upstream.

 -- Alan Boudreault <aboudreault@mapgears.com>  Wed, 20 Jun 2012 13:46:36 +0000

mapcache (0.0.0~git20120526~ubuntu1) unstable; urgency=low

  * Initial Release.

 -- Tom Payne <tom.payne@camptocamp.com>  Thu, 07 Jun 2012 19:18:04 +0200