ports/www/nginx-devel
Sergey A. Osokin 2261b4074d Upgrade from 0.2.3 to 0.2.4.
<ChangeLog>

nginx modules:

*) Change: stream module handlers are refactored.

   New methods and properties:
   s.on(), s.off(), s.allow(), s.done(), s.decline(),
   s.deny().

   Removed properties of Stream object:
   s.OK, s.ABORT, s.AGAIN, s.DECLINED, s.ERROR (replaced
   with s.allow(), s.done([code]), s.deny()).

   s.buffer (for reading replaced with data argument of
   the corresponding callback, for writing use s.send()).

   s.fromUpstream (replaced with a callback for a corresponding
   event).

   s.eof (replaced with flags.last).

Core:

*) Feature: added Function.prototype.length.

*) Feature: introduced sandboxing mode.

*) Improvement: added exception strings where appropriate.

*) Improvement: improved wording for primitive type conversion
   exception.

*) Bugfix: throwing TypeError for attempts to change frozen
   properties.

*) Bugfix: fixed Object.defineProperty() for existing properties.

*) Bugfix: respecting the enumerable attribute while iterating
   by for in.

*) Bugfix: respecting writable attribute for property handlers.

*) Bugfix: fixed exception handling in arguments of a function.

*) Bugfix: fixed Object.prototype.toString for different
   value types.

*) Bugfix: fixed Object() constructor for object types arguments.

*) Bugfix: fixed comparison of objects and strings.

*) Bugfix: fixed String.slice() for undefined arguments.

*) Bugfix: miscellaneous additional bugs have been fixed.

</ChangeLog>
2018-09-18 21:56:19 +00:00
..
files Upgrade passenger and its third-party modules for www/nginx and 2018-08-05 16:45:50 +00:00
distinfo Upgrade from 0.2.3 to 0.2.4. 2018-09-18 21:56:19 +00:00
Makefile Upgrade from 0.2.3 to 0.2.4. 2018-09-18 21:56:19 +00:00
Makefile.extmod Upgrade from 0.2.3 to 0.2.4. 2018-09-18 21:56:19 +00:00
Makefile.options.desc Merge from www/nginx and adopt next revisions: 2018-04-22 21:35:51 +00:00
pkg-descr
pkg-plist Merge from www/nginx and adopt next revisions: 2018-04-22 21:35:51 +00:00