File: changelog

package info (click to toggle)
leaflet-markercluster 1.4.1~dfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,544 kB
  • sloc: makefile: 35; sh: 10
file content (219 lines) | stat: -rw-r--r-- 8,297 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
leaflet-markercluster (1.4.1~dfsg-3) unstable; urgency=medium

  * Update copyright info: Use https protocol in file format URL.
  * Fix clean generated documentation.

 -- Jonas Smedegaard <dr@jones.dk>  Mon, 21 Jan 2019 01:41:51 +0100

leaflet-markercluster (1.4.1~dfsg-2) experimental; urgency=medium

  * Rename binary package to libjs-leaflet.markercluster,
    providing/conflicting with/replacing libjs-leaflet-markercluster.
  * Improve short and long description.
  * Provide generated README.txt and README.html,
    not README.md source.
    Build-depend on pandoc.
  * Add binary package node-leaflet.markercluster.
  * Extend patch 2002 to avoid privacy breaches also in documentation.

 -- Jonas Smedegaard <dr@jones.dk>  Sun, 20 Jan 2019 16:00:10 +0100

leaflet-markercluster (1.4.1~dfsg-1) unstable; urgency=medium

  [ upstream ]
  * New release.

  [ Jonas Smedegaard ]
  * Simplify rules:
    + Stop resolve build-dependencies in rules file.
    + Stop resolve binary package relations in rules file.
    + Use debhelper hint files.
    + Use short-form dh sequencer (not cdbs).
      Stop build-depend on cdbs.
  * Stop build-depend on dh-buildinfo.
  * Declare compliance with Debian Policy 4.3.0.
  * Update Vcs-* fields: Maintenance moved to Salsa.
  * Set Rules-Requires-Root: no.
  * Wrap and sort control file.
  * Repurpose patch 2001 to avoid git during build.
  * Add patch 2002 to fix privacy issues in examples.
    Stop mangle examples during install.
    Include mangling helper script with source.
  * Update build rules.
    Build-depend on rename rollup uglifyjs (not node-jake node-uglify).
  * Optimize CSS file.
    Build-depend on sassc.
  * Update and bump version of NEWS entry.

 -- Jonas Smedegaard <dr@jones.dk>  Sun, 20 Jan 2019 12:18:19 +0100

leaflet-markercluster (1.2.0~dfsg-1) experimental; urgency=medium

  [ upstream ]
  * New release.
    + Move clusterPane option in to options field.
    + Fix very small maxClusterRadius hanging the browser.

  [ Jonas Smedegaard ]
  * Declare compliance with Debian Policy 4.1.3.
  * Update CDN URL getting replaced with local non-tracking paths in
    example files.
  * Update copyright info:
    + Extend coverage for main upstream author.
    + Extend coverage for myself.

 -- Jonas Smedegaard <dr@jones.dk>  Sat, 06 Jan 2018 20:27:30 +0100

leaflet-markercluster (1.1.0~dfsg-1) experimental; urgency=medium

  [ upstream ]
  * New release(s).

  [ Jonas Smedegaard ]
  * Update watch file: Use substitution strings.
  * Tighten lintian overrides regarding License-Reference.
  * Drop obsolete lintian override regarding debhelper 9.
  * Fix use package section javascript (not web).
  * Update to use package optional (not extra).
  * Modernize Vcs-* fields:
    + Consistently use git (not cgit) in path.
    + Consistently use .git suffix in path.
  * Declare compliance with Debian Policy 4.1.1.
  * Update package relations:
    + Relax to build-depend unversioned on node-uglify: Needed version
      satisfied even in oldstable.

 -- Jonas Smedegaard <dr@jones.dk>  Sun, 22 Oct 2017 19:26:32 +0200

leaflet-markercluster (1.0.4~dfsg-1) experimental; urgency=medium

  * Modernize cdbs:
    + Drop CDBS debhelper hint: Handled in CDBS now.
    + Do copyright-check in maintainer script (not during build).
  * Normalize library files to use .min suffix.
  * Tighten build-dependency on libjs-leaflet.
  * Update copyright info:
    + Extend copyright of packaging to cover current year.
  * Add NEWS entry about major release with ABI changes, and normalized
    library filenames.
  * Update package relations:
    + Stop build-depend on devscripts.

 -- Jonas Smedegaard <dr@jones.dk>  Sun, 16 Apr 2017 07:37:44 +0200

leaflet-markercluster (0.5.0~dfsg-2) unstable; urgency=medium

  * Update Vcs-Git field: Fix path.

 -- Jonas Smedegaard <dr@jones.dk>  Wed, 15 Jun 2016 09:52:40 +0200

leaflet-markercluster (0.5.0~dfsg-1) unstable; urgency=medium

  [ upstream ]
  * New release.
    Bugfixes:
    + Fix getBounds when removeOutsideVisibleBounds: false is set.
    + Fix zoomToShowLayer fails after initial spiderfy.
    + Fix cluster not disappearing on Android.
    + Fix RemoveLayers() when spiderified.
    + Remove lines from map when removing cluster.
    + Fix getConvexHull when all markers are located at same latitude.
    + Fix removeLayers when cluster is not on the map.
    + Improved zoomToShowLayer with callback check.
    + Improved reliability of RefreshSpec test suite for PhantomJS.
    + Corrected effect of removeOutsideVisibleBounds option.
    + Fix getLayer when provided a string.
    + Documentation improvements.
    + Correct _getExpandedVisibleBounds for Max Latitude.
    + Correct unspiderfy vector.
    + Remove "leaflet-cluster-anim" class on map remove while spiderfied.
    + Fix disableClusteringAtZoom maxZoom troubles.
    Improvements:
    + chunkedLoading option to keep browser more responsive during
      larging a load data set.
    + maxClusterRadius can be a function.
    + Spiderfy without zooming when all markers at same location.
    + On becoming visible, markers retain their original opacity.
    + Spiderleg Polyline options.
    + Extra methods to allow refreshing cluster icons.
    + Ability to disable animations.
    + Optimized performance of bulk addLayers and removeLayers.
    + Replaced spiderfy legs animation from SMIL to CSS transition.
    + Provide more detailed context information on the spiderfied event.
    + Add unspiderfied event.
    + Readme updates.

  [ Jonas Smedegaard ]
  * Update watch file:
    + Bump file format to version 4.
    + Use github pattern from documentation.
    + Set repacksuffix.
    + Add usage comment.
  * Modernize git-buildpackage config:
    + Avoid git- prefix.
    + Filter any .gitignore file.
  * Use https protocol in Vcs-Git URL.
  * Declare compliance with Debian Policy 3.9.8.
  * Drop CDBS get-orig-source target: Use "gbp import-orig --uscan" instead.
  * Update copyright info:
    + Use License-Grant and License-Reference fields.
      Thanks to Ben Finney.
    + Extend copyright of packaging to cover current year.
  * Add lintian override regarding license in License-Reference field.
    See bug#786450.
  * Bump debhelper compatibility level to 9.
  * Add lintian override regarding debhelper 9.

 -- Jonas Smedegaard <dr@jones.dk>  Sat, 07 May 2016 11:37:06 +0200

leaflet-markercluster (0.4.0~dfsg-1) unstable; urgency=medium

  * Use recent Uglifyjs:
    + Drop patch 2002.
    + Tighten to build-depend versioned on node-uglify.
  * Update Vcs-Browser URL to use cgit web frontend.
  * Declare compliance with Debian Policy 3.9.6.
  * Add alternate git source URL.
  * Update upstream version numbering scheme in watch file and
    upstream-tarball hints in rules file.
  * Stop tracking md5sum of upstream tarball.
  * Update copyright info:
    + Extend coverage for myself to include current year.

 -- Jonas Smedegaard <dr@jones.dk>  Thu, 16 Oct 2014 17:54:43 +0200

leaflet-markercluster (0.4~dfsg-2) unstable; urgency=medium

  * Fix use common install path for example files.
    Also fixes applying path adjustments to those example files.
  * Install together with Leaflet (not in separate dir).
  * Fix cleanup uglified code in clean target.
  * Fix invoke jake only once.
  * Drop examples needing DFSG-nonfree or raw source files.

 -- Jonas Smedegaard <dr@jones.dk>  Sat, 01 Feb 2014 15:47:43 +0100

leaflet-markercluster (0.4~dfsg-1) unstable; urgency=medium

  [ upstream ]
  * new release.
    + Works with leaflet 0.7.1+.
      Closes: bug#733116. Thanks to Martín Ferrari.

  [ Jonas Smedegaard ]
  * Move packaging to pkg-javascript team.
  * Depend on (not recommend) leaflet, and tighten to recent versions.
  * Improve example files path fixing (i.e. Debian relative paths
    instead of CDN) to be version-agnostic.
  * Update copyright file: Cover newly included convenience code copies.
  * Unfuzz and update patch 2001.
  * Add patch 2002 to adapt build script to support Uglifyjs 1.x.

 -- Jonas Smedegaard <dr@jones.dk>  Tue, 28 Jan 2014 18:41:34 +0100

leaflet-markercluster (0.2~dfsg-1) unstable; urgency=low

  * Initial release.
  * Closes: bug#694119.

 -- Jonas Smedegaard <dr@jones.dk>  Mon, 04 Nov 2013 18:47:05 +0100