[Pkg-javascript-commits] [node-static] annotated tag upstream/0.7.3 created (now 2cf0879)

Jérémy Lal kapouer at moszumanska.debian.org
Fri Jan 10 22:55:22 UTC 2014


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

kapouer pushed a change to annotated tag upstream/0.7.3
in repository node-static.

        at  2cf0879   (tag)
   tagging  05b43bee7414e26b8b2b5d4df99c3b132f739478 (commit)
  replaces  v0.6.2
 tagged by  Jérémy Lal
        on  Fri Jan 10 23:42:16 2014 +0100

- Log -----------------------------------------------------------------
Upstream version 0.7.3
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAABCAAGBQJS0HdIAAoJEGYRwF7dOfN0sdsP/1TPVc69GvDtew+Q73G64025
YOiKC6u1iblUg1J2sFlfkOqgQ1kP7eOtXC0kh331UDU1gb32aWzLXml8cE+I9qV5
CWcZ53Q4ZlbtcUYAegianVRtwR/jSy93t1rkEmUgcXKIzyr7/lfy/AGnPFTTwJkN
WNsQlr1dvZ2Vkh4FiH3RDTsEweEjeJncRMOPYeMZ2gJQFrWqJQzFHqNENMrswmdQ
+hn2jykyJK0BTwRiCZThDW67RtXmFpHhFRMB4zqEbIXzu111uRHY7x1CmhcoYxAp
ukMk6BOwKSsyYlaXXasAbuMZwa+XO+h2piet7VWRMj5XOxMmiPTqrRzMAoUNh5Fq
o4LIWpPqQgiZzcNg9jIqgplYJ1RdHW96JYCYZM5AGHSRsBU3wvgl7CQC3a3qlBeG
U8FkRmMROvy/jQWoG87JTm8RVS8sCfAoVFgLI7h3b+xuibvfttle5E0s5yf4rTFr
p8Ms68m3/E+1vaNnLft3z9zsZO3tQwpv2OQNn6AeTPPzJyfo5qJO9nQE06TMlmay
juXWcFlaiT33Cl965JgV14delpEGouZotT993FY0DLge37I/0Xe2EP6C28hlDDLg
lrsNZZevfi3EEw4H96UC9p6wZG5ICMkXtqG1B+HrNzkMYD8yZ9XueHcNs8jLqQJj
ITLkRlV0C8lQrz4O9Sb/
=Pdfx
-----END PGP SIGNATURE-----

Aaron Stacy (1):
      call ReadableStream#resume() on the request

Andrew Eisenberg (1):
      Use 'exports' instead of 'this'.  Also, convert errant comma to a semicolon

Aria Stewart (1):
      Correct typo

Arjan Singh (1):
      Removed 'end' event listener.

Ben Weintraub (1):
      Fix for requests having both If-None-Match && If-Modified-Since

David Sargeant (4):
      One single Server exports.
      Switched mime handling to mime package.  Tests working with node 0.10.x.
      Cleaned up exports in main file.  Corrected package version number.  Added decodeURI test back in.
      Fixed server name test.  Issue was with file server options.

Dobes Vandermeer (6):
      Add static gzip file support, where a gzip file with a matching name but adding .gz to the end can be served up to clients that support it.  As part of that, changed the code so the Content-Type and Content-Length are sent even for an HTTP HEAD request.
      Updated the README to describe gzip configuration
      Remove in-memory cache
      Fix check for acceptEncoding header to work if there is no accept-encoding header
      Fix check for acceptEncoding header to work if there is no accept-encoding header
      Fix error with accept-encoding heaer check.  Fix bug where Content-Length was sent with a 304 not modified response.

Guy Bedford (4):
      Allow error listeners to handle response
      Attempt to avoid decodeURI issue
      added return statement
      Test for malformed URI

Hubert SABLONNIÈRE (1):
      Adding ogg/ogv/oga mime types

Jérémy Lal (3):
      Sober 404 error message without the 500kB image
      Remove unused files
      Imported Upstream version 0.7.3

Kay (1):
      Send custom headers even on a 304 Not Modified case

Mikael Abrahamsson (1):
      Added appcache mime

Pablo Cantero (33):
      Merges pull request #72
      Merges branch 'master' of https://github.com/zhangyijun/node-static
      Merges fix-not-modified-conditions
      Converts all header names to lowercase, due node automatically converts
      Bumped version number to 6.0.3
      Merge pull request #73 from hsablonniere/patch-1
      Bumped version number to 6.0.4
      Merge pull request #77 from m64253/master
      Bumped version number to 6.0.5
      Allows dynamic addition of content types #75
      Merge pull request #81 from aredridel/patch-1
      Merge pull request #84 from guybedford/master
      Merge pull request #92 from dubiousdavid/master
      Bumped version number to 6.0.8
      Merge branch 'master' of github.com:cloudhead/node-static
      Merge pull request #93 from aaronj1335/call_resume
      Bumped version number to 0.6.9
      Merge pull request #95 from sebs/master
      Merge pull request #87 from arjansingh/patch-1
      Merge pull request #96 from donebizkit/master
      Merge pull request #97 from joshlangner/patch-1
      Merge pull request #56 from TeeTeeHaa/master
      Merge pull request #100 from thbaja/master
      Merge pull request #103 from EndangeredMassa/patch-1
      Bump version to 0.7.0
      Merge branch 'patch-1' of https://github.com/valentinvieriu/node-static
      Closes #104
      Bumps version to 0.7.1
      Accepts all kind of HTTP methods. Fixes #106 and #109
      Bump version to 0.7.2
      Merge pull request #111 from igorii/master
      Merge pull request #114 from kapouer/master
      Bums version number 0.7.3

Sean Massa (1):
      Fix example

Sebastian Schürmann (1):
      Update README.md

TeeTeeHaa (3):
      fixed issue regarding missing trailing slash in URL when using default file "index.html"
      Merge remote-tracking branch 'upstream/master'
      improved fix and added test cases

guybedford (4):
      404 streaming test
      added both use cases
      malformed URI adjustment for 404 with test case
      switch to 400 response for malformed uri

joshlangner (1):
      added '.resume()' to end of addListener because it's required for node 10.x+

thbaja (7):
      Fixed merge issues
      Fixed more merge issues
      Updated syntax for ext. library (mime)
      Fixed mime lookup. It's not necessary to only pass in the file extension
      Reverted header check back to original, so we handle one or both of 'If-None-Match' and 'If-Modified-Since' correctly.
      Changed order in README and removed merge comment
      Corrected comma to semicolon

timthornton (1):
      Adding bounds checking to buffer copy in Server.stream

valentinvieriu (2):
      Update node-static.js
      We accept POST too

zhangyijun (1):
      minor fix: handle mstat err, check indexstore instead of store

-----------------------------------------------------------------------

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-static.git



More information about the Pkg-javascript-commits mailing list