turnkey-nodejs-14.0 (1) turnkey; urgency=low

  * install latest node using n version manager.
  * /etc/skel configuration to support for installing npm packages globally
    more securely without root or sudo root.
  * systemd pm2 service running as user node. pm2 runs tklweb-cp "control panel".
  * added several hundred node code examples to /opt/node-examples/
  * improved index, link to awesome curated node.js list
  * bundled global installations of especially important Node.js packages

    - pm2
    - forever
    - node-inspector
    - grunt
    - bower
    - nsp

  * improved default nginx configuration template.

 -- Liraz Siri <liraz@turnkeylinux.org>  Fri, 04 Sep 2015 05:40:23 +0300

turnkey-nodejs-14.0-rc (1) turnkey; urgency=low

  * Latest upstream version of NodeJS.

  * NodeJS uses:

    - Jade v1.9.x
    - Express v4.x.x

  * tkl-webcp code changed to keep up with new APIs of Jade and Express.

  * Note: Please refer to turnkey-core's changelog for changes common to all
    appliances. Here we only describe changes specific to this appliance.

 -- Anton Pyrogovskyi <q@dae.pp.ua>  Sat, 16 May 2015 18:39:23 +0300

turnkey-nodejs-13.0 (1) turnkey; urgency=low

  * Latest upstream version of NodeJS.

  * Note: Please refer to turnkey-core's changelog for changes common to all
    appliances. Here we only describe changes specific to this appliance.

 -- Alon Swartz <alon@turnkeylinux.org>  Thu, 10 Oct 2013 18:36:58 +0300

turnkey-nodejs-12.1 (1) turnkey; urgency=low

  * NodeJS related:

    - Latest version of node will be installed at build time, with a source
      symlink created at /usr/local/src/node.
    - Node binaries added to path via symlinking in /usr/local/bin.
    - Latest NPM module versions installed at build time.

  * Note: Please refer to turnkey-core's changelog for changes common to all
    appliances. Here we only describe changes specific to this appliance.

 -- Alon Swartz <alon@turnkeylinux.org>  Sun, 07 Apr 2013 08:00:00 +0200

turnkey-nodejs-12.0 (1) turnkey; urgency=low

  * Initial public release of TurnKey Node.js

  * Node.js installed from latest upstream tarball (includes NPM, with
    npm-completion out-of-the-box).

  * Includes custom nodejs initscript for running node app as daemon.

  * Includes nginx pre-configured to proxy to nodejs daemon, with SSL
    support out of the box (performance, security).

  * Includes TurnKey Web Control panel with links to useful references,
    built on expressjs with jade templating: /opt/tklweb-cp

  * Regenerates all secrets during installation / firstboot (security).

  * Includes postfix MTA (bound to localhost) for sending of email. Also
    includes webmin postfix module for convenience.

  * Major component versions

    nodejs          0.6.18 (upstream archive)
    nginx           0.7.67-3+squeeze2

  * Note: Please refer to turnkey-core's changelog for changes common to all
    appliances. Here we only describe changes specific to this appliance.

 -- Alon Swartz <alon@turnkeylinux.org>  Wed, 01 Aug 2012 08:00:00 +0200