[Pkg-javascript-commits] [ltx] branch master updated (8ab3dcc -> d0b2afb)
Jonas Smedegaard
dr at jones.dk
Tue Jan 10 18:21:45 UTC 2017
This is an automated email from the git hooks/post-receive script.
js pushed a change to branch master
in repository ltx.
from 8ab3dcc Prepare for release: Update changelog, control file and copyright hints.
new 993f5f2 Fix install all code files.
new 2f2b7fb Update watch file: Use substitution string @PACKAGE at .
new b0840b0 Drop obsolete lintian override regarding debhelper 9.
new 7bde9a0 Update copyright info: Extend coverage of Debian packaging.
new b5c411f Prepare for release: Update changelog and copyright hints.
new 9dbdad5 tagString (#99)
new 4a515c7 2.5.0
new c12e4f2 add test case for bug #101
new b3fcb19 fix bug if comment contains some other tag
new 0c19706 followed coding standards
new a501732 split STATE_IGNORE_TAG into proper STATE_IGNORE_COMMENT + STATE_IGNORE_INSTRUCTION
new f293e98 fix coding style
new 56a1d7e Merge pull request #102 from node-xmpp/masterback
new 4ae76eb 2.5.1
new 2aae68f bump dependencies (#103)
new e544c82 stringify (#104)
new b3870d7 2.6.0
new 2617c64 do not use es6 in stringify (#106)
new fafee87 2.6.1
new e1cd61e stop directly exporting tag method (#107)
new 6d351f3 2.6.2
new 3e0f401 New upstream version 2.6.2
new 2fb1bd3 Merge tag 'upstream/2.6.2'
new d5c8804 Update package relations: Fix recommend node-inherits.
new d0b2afb Prepare for release: Update changelog, control file, and copyright hints.
The 25 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 | 5 ++---
debian/changelog | 20 ++++++++++++++++++++
debian/control | 1 +
debian/control.in | 1 +
debian/copyright | 2 +-
debian/copyright_hints | 9 ++++++++-
debian/install | 2 +-
debian/rules | 6 ++++--
debian/source/lintian-overrides | 3 ---
debian/watch | 2 +-
index.js | 11 ++++++++++-
lib/DOMElement.js | 2 +-
lib/createElement.js | 2 +-
lib/parsers/ltx.js | 39 +++++++++++++++++++++++++++------------
lib/stringify.js | 32 ++++++++++++++++++++++++++++++++
lib/tag.js | 14 ++------------
lib/{tag.js => tagString.js} | 5 ++---
package.json | 6 +++---
test/ltx-test.js | 14 ++++++++++++++
test/parse-test.js | 18 ++++++++++++++++++
test/stringify-test.js | 39 +++++++++++++++++++++++++++++++++++++++
test/tag-test.js | 1 -
22 files changed, 188 insertions(+), 46 deletions(-)
create mode 100644 lib/stringify.js
copy lib/{tag.js => tagString.js} (68%)
create mode 100644 test/ltx-test.js
create mode 100644 test/stringify-test.js
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/ltx.git
More information about the Pkg-javascript-commits
mailing list