[Pkg-javascript-commits] [leaflet] 78/78: Prepare for release: Update changelog and copyright hints.
Jonas Smedegaard
dr at jones.dk
Sat May 7 08:58:49 UTC 2016
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository leaflet.
commit a502af9fb8216c1aee4896f3c8781a13cda2f577
Author: Jonas Smedegaard <dr at jones.dk>
Date: Sat May 7 11:00:49 2016 +0200
Prepare for release: Update changelog and copyright hints.
---
debian/changelog | 41 ++++++++++++++++++++++++++++++++++++++---
debian/copyright_hints | 19 ++++++++-----------
2 files changed, 46 insertions(+), 14 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 7b008f4..f453e64 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,29 @@
-leaflet (0.7.3~dfsg-2) UNRELEASED; urgency=medium
+leaflet (0.7.7+20160312-1) unstable; urgency=medium
+ [ upstream ]
+ * New release(s) and subsequent snapshot.
+ 0.7.4
+ + Fix bug reacting to interactions while loading in recent Chrome.
+ + Fix bug of tile layers not respecting minZoom/maxZoom options.
+ + Improve touch detection, esp. Chrome/Firefox in emulation mode.
+ + Fix bug in bounds checking of tile layers with maxNativeZoom.
+ + Fix bug remembering popup layer order after bindPopup(popup) call.
+ + Fix race condition between markers and zoom animation.
+ + Fix bug with Map.fitBounds padding.
+ + Allow canvas paths to fire dblclick and contextmenu events.
+ + Allow canvas filled polygons to use the fillRule option.
+ + Allow canvas lines to use lineCap and lineJoin options.
+ + Update bower definitions to comply with best practices.
+ 0.7.5
+ + Fix regression that broke animation in Leaflet.markercluster.
+ 0.7.7
+ + Fix regression of loowing tiles when pinch-zooming on iOS devices.
+ + Fix regression related to msPointer detection in IE10.
+ + Fix bug where mouseout can fire after vector element is removed.
+ + Fix touch interactions in Edge browser.
+ + Fix bug where layer group removal from feature group throws error.
+
+ [ Jonas Smedegaard ]
* Update watch file:
+ Bump file format to version 4.
+ Use github pattern from ducmentation.
@@ -11,8 +35,19 @@ leaflet (0.7.3~dfsg-2) UNRELEASED; urgency=medium
* Modernize Vcs-Git field: Use https protocol.
* Declare compliance with Debian Policy 3.9.8.
* Add README.source section on getting upstream snapshots.
-
- -- Jonas Smedegaard <dr at jones.dk> Thu, 21 Apr 2016 17:00:54 +0200
+ * Update copyright info:
+ + Extend copyright for main author to include recent years.
+ + Extend copyright of packaging to cover current year.
+ + Use License-Grant and License-Reference fields.
+ Thanks to Ben Finney.
+ * Add lintian override regarding license in License-Reference field.
+ See bug#786450.
+ * Bump debhelper compatibility level to 9.
+ * Add lintian override regarding debhelper 9.
+ * Fix syntax of lintian overrides regarding GeoJSON files (mistaken
+ for minified code).
+
+ -- Jonas Smedegaard <dr at jones.dk> Sat, 07 May 2016 11:00:33 +0200
leaflet (0.7.3~dfsg-1) unstable; urgency=medium
diff --git a/debian/copyright_hints b/debian/copyright_hints
index dc068b1..13fade2 100644
--- a/debian/copyright_hints
+++ b/debian/copyright_hints
@@ -10,7 +10,6 @@ Files: CHANGELOG.md
Jakefile.js
PLUGIN-GUIDE.md
README.md
- bower.json
build/bower.json
build/build.html
build/build.js
@@ -18,7 +17,6 @@ Files: CHANGELOG.md
build/deps.js
build/hintrc.js
build/publish.sh
- component.json
debian/NEWS
debian/README.source
debian/compat
@@ -201,13 +199,6 @@ Copyright: *No copyright*
License: UNKNOWN
FIXME
-Files: dist/leaflet-src.js
- src/copyright.js
-Copyright: 2010-2011, CloudMade
- 2010-2013, Vladimir Agafonkin
-License: UNKNOWN
- FIXME
-
Files: spec/sinon.js
Copyright: 2010-2013, Christian Johansen, christian at cjohansen.no
License: BSD-2-clause
@@ -215,16 +206,22 @@ License: BSD-2-clause
Files: LICENSE
Copyright: 2010-2011, CloudMade
- 2010-2013, Vladimir Agafonkin
+ 2010-2015, Vladimir Agafonkin
License: BSD-2-clause
FIXME
Files: debian/rules
-Copyright: 2010-2014, Jonas Smedegaard <dr at jones.dk>
+Copyright: 2010-2014, 2016 Jonas Smedegaard <dr at jones.dk>
2011, Andrew Harvey <andrew.harvey4 at gmail.com>
License: GPL-3+
FIXME
+Files: src/copyright.js
+Copyright: 2010-2011, CloudMade
+ 2010-2015, Vladimir Agafonkin
+License: UNKNOWN
+ FIXME
+
Files: spec/expect.js
Copyright: Joyent, MIT license)
License: UNKNOWN
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/leaflet.git
More information about the Pkg-javascript-commits
mailing list