[Pkg-javascript-commits] [leaflet] branch master updated (1199fa7 -> 0f6b5f2)

Jonas Smedegaard dr at jones.dk
Thu Oct 16 16:33:05 UTC 2014


This is an automated email from the git hooks/post-receive script.

js pushed a change to branch master
in repository leaflet.

      from  1199fa7   Prepare for release: Update changelog, control file and copyright hints.
       new  9cd4f1b   Don't set _animatingZoom for touchZoom zooming. refs #1934
       new  c2c3706   Merge pull request #2400 from Leaflet/stable-1934b
       new  c6d3607   Trigger remove when removing canvas layers
       new  2e7601b   Merge pull request #2486 from adimitrov/patch-2
       new  0e558ad   fire viewreset before onAdd, fix #2510
       new  6864384   fix travis uploads in stable branch too
       new  4b9f5f4   make Android double-click issue threshold smaller, close #2303
       new  59a8c00   correctly remove event listener for layer control
       new  7fe7f57   Merge pull request #2569 from jack-kerouac/patch-1
       new  0317a73   Backported 9a2399ee500cfa24efd320e44c68ebf1c4109d78
       new  974dcb8   Added test case for setView immediately after map is initialized
       new  ce7a753   Remove duplicate requestAnimFrame.
       new  da3fb65   Merge pull request #2636 from perliedman/backport-freeze-fix-2521
       new  79d4e4e   Merge branch 'stable' of https://github.com/Leaflet/Leaflet into stable
       new  2d911c2   backport #2503 fix false-positive drag on tap
       new  1335c77   fix error dragging outside of window in FF, close #2610
       new  a442bb3   fix build
       new  964716c   update changelog with 0.7.3 fixes
       new  8acccd8   bump version
       new  600b90b   add bower support
       new  c64f31a   build script fixes
       new  0cff05a   update changelog
       new  bac0884   update publish script
       new  25db37b   bump version
       new  8a5fdfc   build v0.7.3
       new  102f484   Imported Upstream version 0.7.3
       new  8869bc1   Merge tag 'upstream/0.7.3'
       new  dc2bf4c   Update copyright info: Extend coverage of packaging.
       new  ca33d19   Suppress lintian warnings: JSON data confused as sourceless minified JavaScript.
       new  74289ce   Update Vcs-Browser URL to use cgit web frontend.
       new  046a8e5   Declare compliance with Debian Policy 3.9.6.
       new  a25fd24   Use recent Uglifyjs: Drop patch 2002. Tighten to build-depend versioned on node-uglify.
       new  9a6086a   Update changelog and copyright hints.
       new  cf0123a   Repackage upstream tarball to strip potentially source-less minified file. Thanks to lintian.
       new  956b5b9   Add alternate git source URL.
       new  f897f0b   Update changelog.
       new  68c4f4e   Imported Upstream version 0.7.3~dfsg
       new  d379ae5   Merge tag 'upstream/0.7.3_dfsg'
       new  9d09ea6   Fix override lintian warnings.
       new  0f6b5f2   Prepare for release: Update changelog, control file and copyright hints.

The 40 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .travis.yml                                |    3 +-
 CHANGELOG.md                               |   12 +
 bower.json                                 |   24 +
 build/bower.json                           |   23 +
 build/component.json                       |   19 +
 build/publish.sh                           |   25 +
 component.json                             |   20 +
 debian/changelog                           |   32 +
 debian/control                             |    6 +-
 debian/control.in                          |    4 +-
 debian/copyright                           |    6 +-
 debian/copyright_hints                     |   23 +-
 debian/patches/2002_use_old_uglifyjs.patch |   37 -
 debian/patches/series                      |    1 -
 debian/rules                               |    8 +-
 debian/source/lintian-overrides            |    3 +
 debian/watch                               |    1 +
 debug/tests/setview_marker_setview.html    |   25 +
 dist/leaflet-src.js                        | 9180 ++++++++++++++++++++++++++++
 package.json                               |   14 +-
 spec/suites/layer/TileLayerSpec.js         |   24 +-
 src/Leaflet.js                             |    2 +-
 src/control/Control.Layers.js              |    4 +-
 src/dom/DomEvent.js                        |    4 +-
 src/dom/Draggable.js                       |   12 +-
 src/layer/vector/canvas/Path.Canvas.js     |    3 +-
 src/map/Map.js                             |    4 +-
 src/map/anim/Map.ZoomAnimation.js          |   24 +-
 src/map/handler/Map.TouchZoom.js           |    2 +-
 29 files changed, 9459 insertions(+), 86 deletions(-)
 create mode 100644 bower.json
 create mode 100644 build/bower.json
 create mode 100644 build/component.json
 create mode 100755 build/publish.sh
 create mode 100644 component.json
 delete mode 100644 debian/patches/2002_use_old_uglifyjs.patch
 create mode 100644 debian/source/lintian-overrides
 create mode 100644 debug/tests/setview_marker_setview.html
 create mode 100644 dist/leaflet-src.js

-- 
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