[Pkg-javascript-commits] [node-jsdom] branch master updated (1628c76 -> 8085fbb)

Dmitry Smirnov onlyjob at moszumanska.debian.org
Mon Dec 30 22:41:52 UTC 2013


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

onlyjob pushed a change to branch master
in repository node-jsdom.

      from  1628c76   Bump dependency on node-contextify (>= 0.1)
       new  2d13f81   watch github for releases
       new  043ea06   get-orig-source DFSG-repackaging corrections
       new  eb6cf8b   Standards to 3.9.5.
      adds  a909bb1   Imported Upstream version 0.8.10+dfsg1
       new  8254c06   Merge tag 'upstream/0.8.10+dfsg1'
       new  4234ca5   Update VCS links to canonical form
       new  8085fbb   New upstream release [0.8.10] + changelog summary

The 6 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:
 .npmignore                                        |   10 +-
 .travis.yml                                       |    4 +
 Changelog.md                                      |  383 ++++++
 Contributing.md                                   |   54 +
 README.md                                         |  469 ++++---
 changelog                                         |  154 ---
 debian/changelog                                  |   18 +-
 debian/control                                    |    6 +-
 debian/copyright                                  |    1 -
 debian/patches/00-dont_require_package-json.patch |   30 +-
 debian/rules                                      |   15 +-
 debian/watch                                      |    4 +
 lib/jsdom.js                                      |  430 +++---
 lib/jsdom/browser/documentfeatures.js             |   10 +-
 lib/jsdom/browser/domtohtml.js                    |   20 +-
 lib/jsdom/browser/history.js                      |   99 ++
 lib/jsdom/browser/htmltodom.js                    |   24 +-
 lib/jsdom/browser/index.js                        |  311 ++---
 lib/jsdom/browser/location.js                     |   98 ++
 lib/jsdom/browser/utils.js                        |   12 +
 lib/jsdom/level1/core.js                          |  296 +++--
 lib/jsdom/level2/core.js                          |    8 +-
 lib/jsdom/level2/events.js                        |    7 +-
 lib/jsdom/level2/html.js                          |  345 ++++-
 lib/jsdom/level2/style.js                         |   96 +-
 lib/jsdom/level3/core.js                          |   57 +-
 lib/jsdom/level3/index.js                         |    2 +-
 lib/jsdom/level3/xpath.js                         |    5 +-
 lib/jsdom/selectors/index.js                      |   34 +-
 lib/jsdom/selectors/sizzle.js                     | 1449 ---------------------
 lib/jsdom/utils.js                                |   16 +-
 package.json                                      |  212 +--
 32 files changed, 2008 insertions(+), 2671 deletions(-)
 create mode 100644 .travis.yml
 create mode 100644 Changelog.md
 create mode 100644 Contributing.md
 delete mode 100644 changelog
 create mode 100644 lib/jsdom/browser/history.js
 create mode 100644 lib/jsdom/browser/location.js
 create mode 100644 lib/jsdom/browser/utils.js
 delete mode 100755 lib/jsdom/selectors/sizzle.js

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/node-jsdom.git



More information about the Pkg-javascript-commits mailing list