uwsgi (2.0.12-4ubuntu1) xenial; urgency=medium

  * Merge with Debian; remaining changes:
    - Remove uwsgi-mongodb-plugins binary package, since Ubuntu's mongodb does
      not include mongodb-dev.

uwsgi (2.0.12-4) unstable; urgency=medium

  * Build-depend on libzmq5-dev (favored over libzmq3-dev or libzmq-dev,
    kept to ease backporting).
    Enable ØMQ (ZeroMQ) plugins on the Hurd.
  * Add patch cherry-picked upstream to adjust a code indentation
    upsetting upcoming GCC6.
    Closes: Bug#811592. Thanks to Martin Michlmayr and Riccardo
    Magliocchetti.
  * Improve maintainer scripts:
    + Modernize to use $(( )) instead of expr.
    + Use grep -c instead of grep | wc.
    + Double quote to prevent globbing and word splitting.
    + Declare and assign local variables separately to avoid masking
      return values.
    + Use $* instead of $@ to explicitly concatenate where sensible.
    + Fix avoid bogus [] in tr.
    + Drop useless echo around commands.
    + Run shellcheck at build time.
      Build-depend on shellcheck.

uwsgi (2.0.12-3) unstable; urgency=medium

  * Fix path to logfiles in logrotate snippet.
    Closes: Bug#815484. Thanks to Michal Čihař.
  * Update package relations:
    + Fix stop have uwsgi-src suggest uwsgi-plugins-all.
  * Declare compliance with Debian Policy 3.9.7.
  * Update Vcs-git field: Use https protocol.
  * Add package uwsgi-plugin-rack-ruby2.3 (and drop
    uwsgi-plugin-rack-ruby2.2).
    Closes: Bug#816315. Thanks to Christian Hofstaedtler.

uwsgi (2.0.12-2) unstable; urgency=medium

  * Link against OpenJDK 8 (not 7).
    Closes: Bug#814175. Thanks to Matthias Klose.
  * Drop obsolete section about plugin build routines from
    README.source.
  * Add patch 1010 to support passing precomposed JVM INCLUDES string,
    and fix include arch-specific JVM include (see bug#760301).
  * Build-depend explicitly on java-common: Needed for bug#760301
    (really 0.52.1 of java-common is needed but we instead do not
    strongly rely on it to rease backportability).
  * Introduce new package uwsgi-src, for building plugins triggered by
    separate source package, or locally with custom flags.
  * Add workaround for broken java-common variable resolving (see
    bug#814783).

uwsgi (2.0.12-1) unstable; urgency=medium

  [ upstream ]
  * New release(s).
    Bugfixes:
    + 'rpcvar' routing action correctly returns NEXT on empty response.
    + uwsgiconfig: fix handling of empty keys in python3.
    + plugins/alarm_speech: fix AppKit spelling to support
      case-sensitive filesystems.
    + Fix inheriting INET address 0.0.0.0.
    + core/xmlconf: correctly initialize libxml2.
    + Pass LIBDIR to linker in python plugin.
    + Platforms-related build fixes for pty, forkptyrouter and mono
      plugins.

    New Features and improvements:
    + New custom worker api.
    + New –wsgi-disable-file-wrapper option.
    + PHP 7 support.
    + New uwsgi.spooler_get_task api.
    + New –if-hostname-match option.

  [ Jonas Smedegaard ]
  * Update copyright info:
    + Add license header in rules file.
    + Extend copyright of packaging to cover current year.
  * Update package relations:
    + Fix stop depend explicitly on sysvinit-utils: Package is
      essential.

Date: Mon, 14 Mar 2016 08:33:54 +0100
Changed-By: Matthias Klose <d...@ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-disc...@lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/uwsgi/2.0.12-4ubuntu1
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Mon, 14 Mar 2016 08:33:54 +0100
Source: uwsgi
Binary: uwsgi uwsgi-dbg uwsgi-src uwsgi-core uwsgi-emperor uwsgi-plugins-all 
uwsgi-infrastructure-plugins uwsgi-app-integration-plugins 
uwsgi-plugin-alarm-curl uwsgi-plugin-alarm-xmpp uwsgi-plugin-curl-cron 
uwsgi-plugin-emperor-pg uwsgi-plugin-glusterfs uwsgi-plugin-rados 
uwsgi-plugin-rbthreads uwsgi-plugin-fiber uwsgi-plugin-geoip 
uwsgi-plugin-graylog2 uwsgi-plugin-gevent-python uwsgi-plugin-greenlet-python 
uwsgi-plugin-asyncio-python uwsgi-plugin-asyncio-python3 
uwsgi-plugin-tornado-python uwsgi-plugin-gccgo uwsgi-plugin-jvm-openjdk-8 
uwsgi-plugin-jwsgi-openjdk-8 uwsgi-plugin-ring-openjdk-8 
uwsgi-plugin-servlet-openjdk-8 uwsgi-plugin-ldap uwsgi-plugin-lua5.1 
uwsgi-plugin-lua5.2 uwsgi-plugin-luajit uwsgi-plugin-mono uwsgi-plugin-psgi 
uwsgi-plugin-python uwsgi-plugin-python3 uwsgi-plugin-rack-ruby2.3 
uwsgi-plugin-router-access uwsgi-plugin-sqlite3 uwsgi-plugin-v8 
uwsgi-plugin-php uwsgi-plugin-xslt libapache2-mod-proxy-uwsgi 
libapache2-mod-proxy-uwsgi-dbg
 libapache2-mod-uwsgi libapache2-mod-uwsgi-dbg libapache2-mod-ruwsgi 
libapache2-mod-ruwsgi-dbg python-uwsgidecorators python3-uwsgidecorators
 uwsgi-extra
Architecture: source
Version: 2.0.12-4ubuntu1
Distribution: xenial
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-disc...@lists.ubuntu.com>
Changed-By: Matthias Klose <d...@ubuntu.com>
Description:
 libapache2-mod-proxy-uwsgi - uwsgi proxy module for Apache2 (mod_uwsgi)
 libapache2-mod-proxy-uwsgi-dbg - debugging symbols for Apache2 mod_proxy_uwsgi
 libapache2-mod-ruwsgi - uwsgi module for Apache2 (mod_Ruwsgi)
 libapache2-mod-ruwsgi-dbg - debugging symbols for Apache2 mod_Ruwsgi
 libapache2-mod-uwsgi - uwsgi module for Apache2 (mod_uwsgi)
 libapache2-mod-uwsgi-dbg - debugging symbols for Apache2 mod_uwsgi
 python-uwsgidecorators - module of decorators for elegant access to uWSGI API 
(Python 2)
 python3-uwsgidecorators - module of decorators for elegant access to uWSGI API 
(Python 3)
 uwsgi      - fast, self-healing application container server
 uwsgi-app-integration-plugins - plugins for integration of uWSGI and 
application
 uwsgi-core - fast, self-healing application container server (core)
 uwsgi-dbg  - debugging symbols for uWSGI server and it's plugins
 uwsgi-emperor - fast, self-healing application container server (emperor 
scripts)
 uwsgi-extra - fast, self-healing application container server (extra files)
 uwsgi-infrastructure-plugins - infrastructure plugins for uWSGI
 uwsgi-plugin-alarm-curl - cURL alarm plugin for uWSGI
 uwsgi-plugin-alarm-xmpp - XMPP alarm plugin for uWSGI
 uwsgi-plugin-asyncio-python - asyncio plugin for uWSGI (Python 2)
 uwsgi-plugin-asyncio-python3 - asyncio plugin for uWSGI (Python 3)
 uwsgi-plugin-curl-cron - cron cURL plugin for uWSGI
 uwsgi-plugin-emperor-pg - Emperor PostgreSQL plugin for uWSGI
 uwsgi-plugin-fiber - Fiber plugin for uWSGI
 uwsgi-plugin-gccgo - GNU Go plugin for uWSGI
 uwsgi-plugin-geoip - GeoIP plugin for uWSGI
 uwsgi-plugin-gevent-python - gevent plugin for uWSGI (Python 2)
 uwsgi-plugin-glusterfs - GlusterFS storage plugin for uWSGI
 uwsgi-plugin-graylog2 - graylog2 plugin for uWSGI
 uwsgi-plugin-greenlet-python - greenlet plugin for uWSGI (Python 2)
 uwsgi-plugin-jvm-openjdk-8 - Java plugin for uWSGI (OpenJDK 7)
 uwsgi-plugin-jwsgi-openjdk-8 - JWSGI plugin for uWSGI (OpenJDK 7)
 uwsgi-plugin-ldap - LDAP plugin for uWSGI
 uwsgi-plugin-lua5.1 - Lua WSAPI plugin for uWSGI (Lua 5.1)
 uwsgi-plugin-lua5.2 - Lua WSAPI plugin for uWSGI (Lua 5.2)
 uwsgi-plugin-luajit - Lua WSAPI plugin for uWSGI (LuaJIT)
 uwsgi-plugin-mono - Mono/ASP.NET plugin for uWSGI
 uwsgi-plugin-php - PHP plugin for uWSGI
 uwsgi-plugin-psgi - Perl PSGI plugin for uWSGI
 uwsgi-plugin-python - WSGI plugin for uWSGI (Python 2)
 uwsgi-plugin-python3 - WSGI plugin for uWSGI (Python 3)
 uwsgi-plugin-rack-ruby2.3 - Rack plugin for uWSGI (${uwsgi:RubyKind})
 uwsgi-plugin-rados - Ceph/RADOS storage plugin for uWSGI
 uwsgi-plugin-rbthreads - Ruby native threads plugin for uWSGI 
(${uwsgi:RubyDefaultkind})
 uwsgi-plugin-ring-openjdk-8 - Closure/Ring plugin for uWSGI (OpenJDK 7)
 uwsgi-plugin-router-access - Access router plugin for uWSGI
 uwsgi-plugin-servlet-openjdk-8 - JWSGI plugin for uWSGI (OpenJDK 7)
 uwsgi-plugin-sqlite3 - SQLite 3 configurations plugin for uWSGI
 uwsgi-plugin-tornado-python - tornado plugin for uWSGI (Python 2)
 uwsgi-plugin-v8 - JavaScript V8 plugin for uWSGI
 uwsgi-plugin-xslt - XSLT request plugin for uWSGI
 uwsgi-plugins-all - all available plugins for uWSGI
 uwsgi-src  - sources for uWSGI plugins
Closes: 811592 814175 815484 816315
Changes:
 uwsgi (2.0.12-4ubuntu1) xenial; urgency=medium
 .
   * Merge with Debian; remaining changes:
     - Remove uwsgi-mongodb-plugins binary package, since Ubuntu's mongodb does
       not include mongodb-dev.
 .
 uwsgi (2.0.12-4) unstable; urgency=medium
 .
   * Build-depend on libzmq5-dev (favored over libzmq3-dev or libzmq-dev,
     kept to ease backporting).
     Enable ØMQ (ZeroMQ) plugins on the Hurd.
   * Add patch cherry-picked upstream to adjust a code indentation
     upsetting upcoming GCC6.
     Closes: Bug#811592. Thanks to Martin Michlmayr and Riccardo
     Magliocchetti.
   * Improve maintainer scripts:
     + Modernize to use $(( )) instead of expr.
     + Use grep -c instead of grep | wc.
     + Double quote to prevent globbing and word splitting.
     + Declare and assign local variables separately to avoid masking
       return values.
     + Use $* instead of $@ to explicitly concatenate where sensible.
     + Fix avoid bogus [] in tr.
     + Drop useless echo around commands.
     + Run shellcheck at build time.
       Build-depend on shellcheck.
 .
 uwsgi (2.0.12-3) unstable; urgency=medium
 .
   * Fix path to logfiles in logrotate snippet.
     Closes: Bug#815484. Thanks to Michal Čihař.
   * Update package relations:
     + Fix stop have uwsgi-src suggest uwsgi-plugins-all.
   * Declare compliance with Debian Policy 3.9.7.
   * Update Vcs-git field: Use https protocol.
   * Add package uwsgi-plugin-rack-ruby2.3 (and drop
     uwsgi-plugin-rack-ruby2.2).
     Closes: Bug#816315. Thanks to Christian Hofstaedtler.
 .
 uwsgi (2.0.12-2) unstable; urgency=medium
 .
   * Link against OpenJDK 8 (not 7).
     Closes: Bug#814175. Thanks to Matthias Klose.
   * Drop obsolete section about plugin build routines from
     README.source.
   * Add patch 1010 to support passing precomposed JVM INCLUDES string,
     and fix include arch-specific JVM include (see bug#760301).
   * Build-depend explicitly on java-common: Needed for bug#760301
     (really 0.52.1 of java-common is needed but we instead do not
     strongly rely on it to rease backportability).
   * Introduce new package uwsgi-src, for building plugins triggered by
     separate source package, or locally with custom flags.
   * Add workaround for broken java-common variable resolving (see
     bug#814783).
 .
 uwsgi (2.0.12-1) unstable; urgency=medium
 .
   [ upstream ]
   * New release(s).
     Bugfixes:
     + 'rpcvar' routing action correctly returns NEXT on empty response.
     + uwsgiconfig: fix handling of empty keys in python3.
     + plugins/alarm_speech: fix AppKit spelling to support
       case-sensitive filesystems.
     + Fix inheriting INET address 0.0.0.0.
     + core/xmlconf: correctly initialize libxml2.
     + Pass LIBDIR to linker in python plugin.
     + Platforms-related build fixes for pty, forkptyrouter and mono
       plugins.
 .
     New Features and improvements:
     + New custom worker api.
     + New –wsgi-disable-file-wrapper option.
     + PHP 7 support.
     + New uwsgi.spooler_get_task api.
     + New –if-hostname-match option.
 .
   [ Jonas Smedegaard ]
   * Update copyright info:
     + Add license header in rules file.
     + Extend copyright of packaging to cover current year.
   * Update package relations:
     + Fix stop depend explicitly on sysvinit-utils: Package is
       essential.
Checksums-Sha1:
 68f1e1b17acf36d2caf992f85758d1c5ac99c550 8246 uwsgi_2.0.12-4ubuntu1.dsc
 e6b5bb01893c7373fbac0dbbe77eccd66e30b90e 784048 uwsgi_2.0.12.orig.tar.gz
 d6cdb4d04a2b162c24e9bc38ad9fcefc99f8220a 50220 
uwsgi_2.0.12-4ubuntu1.debian.tar.xz
Checksums-Sha256:
 377529db4b2f1a7b6f2cef5c9341914c4b7e2a22c11bb1c2978dc93fd0e912ac 8246 
uwsgi_2.0.12-4ubuntu1.dsc
 306b51db97648d6d23bb7eacd76e5a413434575f220dac1de231c8c26d33e409 784048 
uwsgi_2.0.12.orig.tar.gz
 8b8a00f147027bfa3850c0d2153d3e226d8fe14d5c09184d4489b1455d3f3616 50220 
uwsgi_2.0.12-4ubuntu1.debian.tar.xz
Files:
 e01920a757a98cc484204cf61f2bcfbd 8246 web extra uwsgi_2.0.12-4ubuntu1.dsc
 1451cab954bad0d7d7429e4d2c84b5df 784048 web extra uwsgi_2.0.12.orig.tar.gz
 0776408ebec5f8196bce82f773d67ae4 50220 web extra 
uwsgi_2.0.12-4ubuntu1.debian.tar.xz
Original-Maintainer: uWSGI packaging team 
<pkg-uwsgi-de...@lists.alioth.debian.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQIcBAEBCAAGBQJW5mowAAoJEL1+qmB3j6b1MtUQAJlhDcjxyybRdYAXV4RvNDox
cuXToLFTyb3KkLfE7DkOWBSkLRhd/fZkGsxl5Zr82JMDvNRgEHCoAZ9F7CrkenEO
LMkm9jjRDFZORcd/dnK+5q7wKbnRd4/1GN3RhitadEwCzQhhHbfU/7x2IY2eX+JB
v0Wk5vvLilVtRuqVHQU+Umbu0xMwFJeVI749D83R78CfOlqkVh5rGkIAfw2YuqWn
wtX67tpk+GeSzSz/IvsnksXXmPjdT37+VkcVkX3vabxNSyuL0pTx9rzC9aIl/wlw
L7iJ+QCJk2Fa+DHC7hdbDj+EkKLL933TFIgiR9nbrb2bgugOjOU2YTB/OS1f2AgQ
aBe0hM+UuQPdaPeNcPl5rW3jdqGJnWjWMymIoPUgUB2yBzbVHNZ6OMLw9xuNJyVp
ULi5Ko08nc/LwSKjWyEJ+Jx6tvBYSxK7PUpSFuNhcBEilPXdxO8SpiVXR2hlPL9H
+eLkiJN4OAXUr0HOw2GN4g7zKbidVMbMjUAq5FTqyJKZCLPgi2IBVGYajGLh7VlG
mmnquinr/cocqfo10BYU0d/6/IJD9n5KFbZPj1QuB6mgQiaFQn/YLwhGqzU8V6Rx
p6zobLDXgdr3e4epWcVHHtX1y0uOVAvXAOxdb05JU6NE5VI8aBZ/OBtV+3y+py1x
RX3xQIYY4F+tc7diQ7vF
=78F7
-----END PGP SIGNATURE-----
-- 
Xenial-changes mailing list
Xenial-changes@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/xenial-changes

Reply via email to