1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696
|
gunicorn (23.0.0-1) unstable; urgency=medium
* Team upload.
* Enable autopkgtest-pkg-pybuild.
* New upstream release.
-- Colin Watson <cjwatson@debian.org> Wed, 14 Aug 2024 19:08:22 +0100
gunicorn (22.0.0-1) unstable; urgency=medium
* Team upload.
* New upstream release.
- Fix running tornado apps (closes: #997990).
- CVE-2024-1135: Fail-safe on unsupported request framing (closes:
#1069126).
* Use pybuild-plugin-pyproject.
-- Colin Watson <cjwatson@debian.org> Mon, 27 May 2024 17:41:34 +0100
gunicorn (20.1.0-6) unstable; urgency=medium
[ Debian Janitor ]
* Remove constraints unnecessary since buster (oldstable)
-- Jelmer Vernooij <jelmer@debian.org> Mon, 31 Oct 2022 17:36:51 +0000
gunicorn (20.1.0-5) unstable; urgency=medium
[ Debian Janitor ]
* Update renamed lintian tag names in lintian overrides.
* Update standards version to 4.6.1, no changes needed.
-- Jelmer Vernooij <jelmer@debian.org> Fri, 28 Oct 2022 19:10:22 +0100
gunicorn (20.1.0-4) unstable; urgency=medium
* Team upload
* Add upstream patch with fix for change in eventlet 0.30.3+
-- Antonio Terceiro <terceiro@debian.org> Tue, 18 Oct 2022 18:13:54 -0300
gunicorn (20.1.0-3) unstable; urgency=medium
[ Debian Janitor ]
* Set upstream metadata fields: Repository.
-- Jelmer Vernooij <jelmer@debian.org> Mon, 17 Oct 2022 02:39:50 +0100
gunicorn (20.1.0-2) unstable; urgency=medium
[ Chris Lamb ]
* Move package to Python Team.
* Update debian/watch version.
* Bump Standards-Version to 4.6.0.
[ Debian Janitor ]
* Apply multi-arch hints. + gunicorn-examples: Add Multi-Arch: foreign.
-- Chris Lamb <lamby@debian.org> Tue, 02 Nov 2021 17:35:46 +0000
gunicorn (20.1.0-1) unstable; urgency=medium
* New upstream release.
- Refresh patches.
* Bump Standards-Version to 4.5.1.
* Move to debhelper-compat level 13.
-- Chris Lamb <lamby@debian.org> Wed, 17 Feb 2021 09:43:48 +0000
gunicorn (20.0.4-4) unstable; urgency=medium
* Mark that the [Python 3.x] gunicorn binary package replaces the legacy
gunicorn3 one removed in 19.9.0-2. Thanks, Enrico. (Re: #953883)
* Add Bug-Database and Bug-Submit to debian/upstream/metadata.
-- Chris Lamb <lamby@debian.org> Tue, 24 Mar 2020 18:08:15 +0000
gunicorn (20.0.4-3) unstable; urgency=medium
* Specify that the gunicorn binary package provides the httpd-wsgi3 virtual
package. (Closes: #952706)
-- Chris Lamb <lamby@debian.org> Thu, 27 Feb 2020 13:28:21 -0800
gunicorn (20.0.4-2) unstable; urgency=medium
[ Chris Lamb ]
* Bump Standards-Version to 4.5.0.
[ Debian Janitor ]
* Set upstream metadata fields: Repository, Repository-Browse, etc.
-- Chris Lamb <lamby@debian.org> Fri, 07 Feb 2020 22:51:09 +0000
gunicorn (20.0.4-1) unstable; urgency=medium
* New upstream release.
-- Chris Lamb <lamby@debian.org> Fri, 29 Nov 2019 09:58:36 +0000
gunicorn (20.0.2-1) unstable; urgency=medium
* New upstream release.
-- Chris Lamb <lamby@debian.org> Sun, 24 Nov 2019 18:07:17 -0500
gunicorn (20.0.0-1) unstable; urgency=medium
* New upstream release.
* Refresh patches.
* Add Rules-Requires-Root: no.
-- Chris Lamb <lamby@debian.org> Tue, 12 Nov 2019 10:48:55 +0100
gunicorn (19.9.0-4) unstable; urgency=medium
* Add a /usr/bin/gunicorn3 -> /usr/bin/gunicorn compatibility symlink.
(Closes: #939409)
-- Chris Lamb <lamby@debian.org> Thu, 05 Sep 2019 13:41:59 +0100
gunicorn (19.9.0-3) unstable; urgency=medium
* Port autopkgtests to Python 3.x.
-- Chris Lamb <lamby@debian.org> Mon, 02 Sep 2019 16:57:37 +0100
gunicorn (19.9.0-2) unstable; urgency=medium
* Drop support for Python 2.x; the "gunicorn" package now provides the
Python 3.x version. (Closes: #936679)
* Move debhelper compatibility level 12, using the debhelper-compat package.
* Bump Standards-Version to 4.4.0.
* Add a gitlab-ci.yml.
* wrap-and-sort -sa.
-- Chris Lamb <lamby@debian.org> Mon, 02 Sep 2019 16:30:14 +0100
gunicorn (19.9.0-1) unstable; urgency=medium
* New upstream release. (Closes: #903222)
-- Chris Lamb <lamby@debian.org> Sun, 08 Jul 2018 09:11:19 +0200
gunicorn (19.8.1-2) unstable; urgency=medium
* Update Vcs-* to point to salsa.debian.org.
* Drop "ancient" X-Python-Version and X-Python3-Version headers.
-- Chris Lamb <lamby@debian.org> Fri, 08 Jun 2018 17:54:56 +0100
gunicorn (19.8.1-1) unstable; urgency=medium
* New upstream release.
- Refresh and rebase patches.
* Bump Standards-Version to 4.1.4.
-- Chris Lamb <lamby@debian.org> Wed, 02 May 2018 20:48:53 -0700
gunicorn (19.7.1-4) unstable; urgency=medium
* Bump compat level to 11.
* Update gbp.conf.
* Update Standards-Version.
* Bump Standards-Version to 4.1.2.
* Use HTTPS URI in debian/copyright.
* Remove trailing whitespace in debian/changelog.
* Override debian-watch-does-not-check-gpg-signature.
* Tidy debian/tests/control.
-- Chris Lamb <lamby@debian.org> Wed, 07 Feb 2018 08:58:05 +0000
gunicorn (19.7.1-3) unstable; urgency=medium
* Move autopkgtests to a separate file.
-- Chris Lamb <lamby@debian.org> Sat, 12 Aug 2017 12:56:56 -0400
gunicorn (19.7.1-2) unstable; urgency=medium
* Bump Standards-Version to 4.0.0.
* Bump debhelper compatibility level to 10.
* Drop useless ${python3:Depends} from gunicorn-examples package.
* Set Section: python for python{,3}-gunicorn binary packages.
* wrap-and-sort -sa.
* Override no-upstream-changelog Lintian warnings.
-- Chris Lamb <lamby@debian.org> Sun, 30 Jul 2017 22:11:27 -0400
gunicorn (19.7.1-1) unstable; urgency=medium
* New upstream release.
-- Chris Lamb <lamby@debian.org> Sun, 26 Mar 2017 17:35:16 +0100
gunicorn (19.7.0-1) unstable; urgency=medium
* New upstream release.
- Update 0001-drop-supplemental-groups.patch.
- The deprecated gunicorn_django command has been removed.
* Add debian/gbp.conf.
* Refresh all patches with pq import -> pq export.
-- Chris Lamb <lamby@debian.org> Mon, 13 Mar 2017 18:11:44 +0100
gunicorn (19.6.0-11) unstable; urgency=medium
* Use ${misc:Pre-Depends} to populate Pre-Depends for
dpkg-maintscript-helper. Thanks to Sebastian Ramacher. (Closes: #853989)
-- Chris Lamb <lamby@debian.org> Fri, 03 Feb 2017 09:45:15 +1300
gunicorn (19.6.0-10) unstable; urgency=medium
* Move debian/README.Debian → debian/NEWS.
-- Chris Lamb <lamby@debian.org> Sun, 01 Jan 2017 22:05:49 +0000
gunicorn (19.6.0-9) unstable; urgency=medium
* Add simple autopkgtest smoke test.
-- Chris Lamb <lamby@debian.org> Sun, 13 Nov 2016 10:38:30 +0000
gunicorn (19.6.0-8) unstable; urgency=medium
* Correct 0004-Set-supplementary-groups-when-changing-uid.patch to be
compatible with Python 3. (Closes: #839984)
-- Chris Lamb <lamby@debian.org> Fri, 07 Oct 2016 11:12:58 +0100
gunicorn (19.6.0-7) unstable; urgency=medium
* Set supplementary groups when changing uid Thanks to Filippos Giannakos
<philipgian@grnet.gr>. (Closes: #762448)
* Add example systemd service to gunicorn-examples. (Closes: #839250)
* Add README.Debian to make it clearer what to do now that /etc/gunicorn.d
has been removed.
-- Chris Lamb <lamby@debian.org> Thu, 06 Oct 2016 19:52:41 +0100
gunicorn (19.6.0-6) unstable; urgency=medium
* Remove now-obsolete conffiles; they should have been removed in 19.6.0-3.
(Closes: #839183)
- Also drop logrotate script now that we are not logging there.
-- Chris Lamb <lamby@debian.org> Fri, 30 Sep 2016 18:18:08 +0100
gunicorn (19.6.0-5) unstable; urgency=medium
* Run "gbp pq import && gbp pq export" to refresh patches.
* Don't call chown(2) if it would be a no-op so to avoid startup failures
when confined in a snap. See
<https://bugs.launchpad.net/ubuntu/+source/gunicorn/+bug/1611603>.
-- Chris Lamb <lamby@debian.org> Fri, 23 Sep 2016 22:35:47 +0200
gunicorn (19.6.0-4) unstable; urgency=medium
* Drop template .service files; lets be as "upstream" as possible and point
towards examples and documentation instead.
-- Chris Lamb <lamby@debian.org> Wed, 24 Aug 2016 09:10:06 +0100
gunicorn (19.6.0-3) unstable; urgency=medium
* Drop /usr/sbin/gunicorn{,3}-debian and related machinery (Closes: #835225)
- Inflexibility.
- Never was documented.
- Not adopted upstream.
- Templated systemd service files can do a better job.
- I doubt many people were really using this feature.
* Add template .service files.
-- Chris Lamb <lamby@debian.org> Tue, 23 Aug 2016 19:26:20 +0100
gunicorn (19.6.0-2) unstable; urgency=medium
* Reload in logrotate's postrotate, otherwise gunicorn processes continue
writing to the rotated files and not the new ones. Thanks to Dimitris
Bliablias <bl.dimitris@gmail.com> for the report and patch, although note
that we call the more generic "reload" action instead of the suggested
kill(1) call. (Closes: #832603)
* Ensure that package short descriptions are unique to appease lintian.
* wrap-and-sort -sa.
* Re-order binary packages in debian/control.
* Move to DEP-5 copyright file.
-- Chris Lamb <lamby@debian.org> Mon, 01 Aug 2016 16:08:44 -0400
gunicorn (19.6.0-1) unstable; urgency=medium
* New upstream release.
-- Chris Lamb <lamby@debian.org> Tue, 31 May 2016 17:25:00 +0100
gunicorn (19.5.0-1) unstable; urgency=medium
* New upstream release.
* Bump Standards-Version to 3.9.8.
* Use https Github URL in Vcs-Git.
-- Chris Lamb <lamby@debian.org> Thu, 19 May 2016 15:43:43 +0100
gunicorn (19.4.5-1) unstable; urgency=medium
* New upstream release.
-- Chris Lamb <lamby@debian.org> Mon, 11 Jan 2016 13:53:49 +0000
gunicorn (19.4.1-1) unstable; urgency=medium
* New upstream release.
-- Chris Lamb <lamby@debian.org> Thu, 10 Dec 2015 17:30:52 +0200
gunicorn (19.3-3) unstable; urgency=medium
* Correct Python interpreter path references in gunicorn3-debian. Thanks to
Olivier AUDRY <olivier@minas.fr> for the report and patch, although note I
applied it slightly differently keeping the "python" argument consistent
(Closes: #805973)
* Rebase patches with gbp-pq.
-- Chris Lamb <lamby@debian.org> Tue, 24 Nov 2015 21:41:23 +0200
gunicorn (19.3-2) unstable; urgency=medium
* Correct path in `rm` call to _gaiohttp.py (Closes: #803170)
* wrap-and-sort -sa
* Tidy debian/rules
-- Chris Lamb <lamby@debian.org> Wed, 28 Oct 2015 09:14:31 +0000
gunicorn (19.3-1) unstable; urgency=medium
* New upstream release (Closes: #803086)
* Update debian/watch to not use deprecated githubredir.
* Refresh 0001-drop-supplemental-groups.patch.
* Refresh 0002-use-system-js-libs.patch.
-- Chris Lamb <lamby@debian.org> Mon, 26 Oct 2015 21:34:38 +0000
gunicorn (19.0-8) unstable; urgency=medium
* Drop dependency on python-tox now that tests are disabled.
(Closes: #798798)
-- Chris Lamb <lamby@debian.org> Sat, 12 Sep 2015 23:35:09 +0100
gunicorn (19.0-7) unstable; urgency=medium
* Use a no-op dh_auto_test to disable tox tests over not exporting
PYBUILD_TEST_TOX. (Closes: #796432)
-- Chris Lamb <lamby@debian.org> Fri, 21 Aug 2015 22:52:57 +0200
gunicorn (19.0-6) unstable; urgency=medium
* Correct B+R version number to 19.0-3 & add B+R to python-gunicorn. Thanks
to Andreas Beckmann (anbe). (Closes: #790518)
-- Chris Lamb <lamby@debian.org> Wed, 01 Jul 2015 18:06:45 +0100
gunicorn (19.0-5) unstable; urgency=medium
* Add Replaces and Breaks to ensure upgrade path from testing.
(Closes: #790518)
-- Chris Lamb <lamby@debian.org> Tue, 30 Jun 2015 11:37:24 +0100
gunicorn (19.0-4) unstable; urgency=medium
* Add entry for docs/sitemap_gen.py in debian/copyright.
(Closes: #790314)
* Use system jQuery libraries to appease Lintian's
privacy-breach-may-use-debian-package.
-- Chris Lamb <lamby@debian.org> Sun, 28 Jun 2015 00:34:01 +0100
gunicorn (19.0-3) unstable; urgency=medium
* Set Section to "httpd".
* Bump Standards-Version to 3.9.6.
* Bump debhelper compat level to 9.
* Call wrap-and-sort.
[ Barry Warsaw ]
* Add Python 3 support. (Closes: #756057)
* d/control:
- Split the gunicorn package into separate binary packages for the
Python 2 and 3 library, the Python 2 and 3 command line scripts, and
common files.
- Update build dependencies for Python 3.
* d/compat: Bump to version 8.
* d/patches/0001-drop-supplemental-groups.patch: Adapt for Python 3.
* d/rules:
- Use --buildsystem=pybuild and dh_python3.
- Update overrides for proper package installation.
- Build the gunicorn-debian.8 manpage with help2man.
* d/gunicorn.examples -> gunicorn-common.examples
* d/gunicorn.init -> gunicorn-common.init
* d/gunicorn.install -> gunicorn-common.install
* d/gunicorn{3,-common}.manpages: Added.
[ Chris Lamb ]
* d/gunicorn3-debian: Minimise whitespace diff to d/gunicorn-debian for ease
of future changes.
-- Chris Lamb <lamby@debian.org> Fri, 15 May 2015 13:57:47 +0100
gunicorn (19.0-2) unstable; urgency=low
* Add provides: http-wsgi. Thanks to collinanderson via
<https://github.com/lamby/pkg-gunicorn/issues/17>.
* Install logrotate script. THanks to Collin Anderson <cmawebsite@gmail.com>
(Closes: #759279).
* Remove /var/log/gunicorn when purging package. (Closes: #769333)
-- Chris Lamb <lamby@debian.org> Sun, 16 Nov 2014 21:16:00 +0000
gunicorn (19.0-1) unstable; urgency=low
* New upstream release.
- Update 0001-drop-supplemental-groups.patch.
* Bump Standards-Version to 3.9.5.
* Remove gaoihttp.py prior to building as it's Python 3 only.
-- Chris Lamb <lamby@debian.org> Sat, 05 Jul 2014 17:09:19 +0100
gunicorn (18.0-3) unstable; urgency=low
* Set permissions on /var/log/gunicorn so that workers (not just the master
running as root) can write to logfiles.
-- Chris Lamb <lamby@debian.org> Fri, 11 Apr 2014 16:12:46 +0100
gunicorn (18.0-2) unstable; urgency=low
* Avoid using $all in Required-Start so that other services can
Required-Start on us without creating loops.
-- Chris Lamb <lamby@debian.org> Sun, 06 Apr 2014 17:36:11 +0100
gunicorn (18.0-1) unstable; urgency=low
* New upstream release.
* Update 0001-drop-supplemental-groups.
-- Chris Lamb <lamby@debian.org> Sat, 08 Feb 2014 17:28:58 +0000
gunicorn (17.5-2) unstable; urgency=low
* Ignore automatic backup files (eg. "filename~") in /etc/gunicorn.d. Thanks
to Gael Le Mignot <gael@pilotsystems.net>. (Closes: #715032)
-- Chris Lamb <lamby@debian.org> Thu, 11 Jul 2013 20:05:04 +0100
gunicorn (17.5-1) unstable; urgency=low
* New upstream release.
* Refresh and alter structure of 0001-drop-supplemental-groups.patch. Thanks
to Randall Leeds.
-- Chris Lamb <lamby@debian.org> Thu, 04 Jul 2013 17:28:14 +0100
gunicorn (0.15.0-1) unstable; urgency=low
* New upstream release.
-- Chris Lamb <lamby@debian.org> Wed, 31 Oct 2012 19:44:54 +0000
gunicorn (0.14.5-5) unstable; urgency=low
* Apply patch by Randall Leeds to set log directory permissions correctly.
Thanks!
-- Chris Lamb <lamby@debian.org> Tue, 30 Oct 2012 00:14:18 +0000
gunicorn (0.14.5-4) unstable; urgency=low
* Update setgroups patch so that permission errors are non-fatal, allowing
gunicorn to be started by a non-root user. Thanks to Matthew Draper
<matthew@trebex.net> (Closes: #690500)
* Fix broken pysupport -> dh_python2 conversion. Thanks to Jakub Wilk
(jwilk). (Closes: #690079)
-- Chris Lamb <lamby@debian.org> Tue, 16 Oct 2012 12:06:11 +0100
gunicorn (0.14.5-3) unstable; urgency=medium
* Apply security patch from Vangelis Koukis <vkoukis@grnet.gr> to ensure
gunicorn drops supplemental groups.
Without this change, gunicorn workers run with the supplemental group of
'root' even though we have specifically requested a switch (eg. to
www-data:www-data)
-- Chris Lamb <lamby@debian.org> Thu, 04 Oct 2012 20:22:08 +0100
gunicorn (0.14.5-2) unstable; urgency=low
* Pass through any initscript options to gunicorn-debian. Thanks to Piet
Delport <pjdelport@gmail.com>. (Closes: #684299)
* Drop unsupported 'status' argument. Thanks to Piet Delport
<pjdelport@gmail.com>.
-- Chris Lamb <lamby@debian.org> Wed, 08 Aug 2012 13:03:26 -0700
gunicorn (0.14.5-1) unstable; urgency=low
* New upstream release.
-- Chris Lamb <lamby@debian.org> Mon, 02 Jul 2012 10:49:20 +0100
gunicorn (0.14.3-1) unstable; urgency=low
* New upstream release.
* Don't use the upstream Makefile for building as it uses virtualenv and
starts downloading things.
* Bump Standards-Version to 3.9.3.
-- Chris Lamb <lamby@debian.org> Mon, 21 May 2012 22:04:58 +0100
gunicorn (0.14.2-1) unstable; urgency=low
* New upstream version.
* Add support for "restart" argument to gunicorn-debian.
-- Chris Lamb <lamby@debian.org> Tue, 17 Apr 2012 12:07:36 +0100
gunicorn (0.13.4-3) unstable; urgency=low
* Don't stop *all* configurations when calling "gunicorn-debian stop config".
-- Chris Lamb <lamby@debian.org> Fri, 10 Feb 2012 12:49:17 +0000
gunicorn (0.13.4-2) unstable; urgency=low
* Move /usr/share/gunicorn/initscript-helper.py => /usr/sbin/gunicorn-debian.
* Detect dpkg "rc" state in /etc/init.d/gunicorn.
* Add shebang to /usr/sbin/gunicorn-debian.
* Use optparse to parse command line over unpacking sys.argv.
* Use sys.dont_write_bytecode over PYTHONDONTWRITEBYTECODE environment
variable.
* Ignore .comc files too.
* Logging for /usr/sbin/gunicorn-debian.
* Better logging of what start-stop-daemon is called with.
* "reload" starts unstarted instances (Closes: #642234)
* Allow limiting actions to particular configs. Thanks to thomas marquart
<thomas@marquart.se> for the suggestion.
-- Chris Lamb <lamby@debian.org> Thu, 19 Jan 2012 15:27:53 +0000
gunicorn (0.13.4-1) unstable; urgency=low
* New upstream version.
* Bump retry time and make it configurable. This is required so that we don't
attempt to (re)start gunicorn when the previous instances are still running
as the port would still be in use and would then completely fail to start.
-- Chris Lamb <lamby@debian.org> Wed, 16 Nov 2011 17:05:47 +0000
gunicorn (0.13.1-1) unstable; urgency=low
* New upstream release.
* Bump Standards-Version to 3.9.2.
-- Chris Lamb <lamby@debian.org> Sun, 04 Sep 2011 12:20:18 +0100
gunicorn (0.12.2-2) unstable; urgency=low
* Source /etc/default/gunicorn so CONF_DIR (etc.) can be overridden.
(via https://github.com/lamby/pkg-gunicorn/issues/8). Thanks to cbay for
the patch.
-- Chris Lamb <lamby@debian.org> Thu, 26 May 2011 16:42:38 +0100
gunicorn (0.12.2-1) unstable; urgency=low
* New upstream release.
* Update Python path under all Python versions, not just 2.6.
(via https://github.com/lamby/pkg-gunicorn/issues/6)
* Don't require configuration files to define a CONFIG dictionary.
Thanks to cbay for the patch.
(via https://github.com/lamby/pkg-gunicorn/issues/7)
-- Chris Lamb <lamby@debian.org> Thu, 19 May 2011 16:22:21 +0100
gunicorn (0.12.1-3) unstable; urgency=low
* Update Python path for Python <= 2.6 so that configurations can extend each
other.
* Correct check for ignoring files beginning with "_".
* Also ignore .pyc files.
* Fix "reload" action by removing "--retry 10" start-stop-daemon argument
which was sending KILL afer 10 seconds. Thanks to cbay.
(via https://github.com/lamby/pkg-gunicorn/issues/4)
* Delete *.pid files even if start-stop-daemon fails. Thanks to cbay for
report and patch.
(via https://github.com/lamby/pkg-gunicorn/issues/3)
-- Chris Lamb <lamby@debian.org> Thu, 19 May 2011 11:28:00 +0100
gunicorn (0.12.1-2) unstable; urgency=low
* Add option to specify the Python interpreter to use.
(via https://github.com/lamby/pkg-gunicorn/issues/1)
* Ignore files that begin with "_" so that we can avoid duplicated code.
(via https://github.com/lamby/pkg-gunicorn/issues/2)
-- Chris Lamb <lamby@debian.org> Mon, 09 May 2011 00:54:18 +0100
gunicorn (0.12.1-1) unstable; urgency=low
* New upstream release.
* Add Python 2.5 support for /etc/gunicorn.d.
-- Chris Lamb <lamby@debian.org> Thu, 24 Mar 2011 12:32:40 +0000
gunicorn (0.12.0-2) unstable; urgency=low
* Add .d-based config based on an idea by Arthur Furlan. Users (or
configuration packages) can now place files in /etc/gunicorn.d which setup
different gunicorn configurations. This avoids the need for separate or
custom initscripts and generally integrates Gunicorn better with the Debian
system. All gunicorn options are configurable. (Closes: #606216)
-- Chris Lamb <lamby@debian.org> Mon, 21 Mar 2011 00:04:33 +0000
gunicorn (0.12.0-1) unstable; urgency=low
* New upstream release.
* Update Vcs-{Git,Browser}.
-- Chris Lamb <lamby@debian.org> Sat, 26 Feb 2011 18:18:47 +0000
gunicorn (0.11.2-1) unstable; urgency=low
* New upstream release.
* Bump Standards-Version to 3.9.1.
-- Chris Lamb <lamby@debian.org> Mon, 01 Nov 2010 10:55:04 +0000
gunicorn (0.10.0-1) unstable; urgency=low
* New upstream release.
* Add python-setproctitle to Suggests. Thanks to Örjan Persson
<orange@fobie.net>.
* Bump Standards-Version to 3.9.0.
-- Chris Lamb <lamby@debian.org> Fri, 16 Jul 2010 10:44:12 +0100
gunicorn (0.9.1-2) unstable; urgency=low
* Add python-setuptools to binary Depends.
-- Chris Lamb <lamby@debian.org> Tue, 15 Jun 2010 11:02:09 +0100
gunicorn (0.9.1-1) unstable; urgency=low
* New upstream release.
-- Chris Lamb <lamby@debian.org> Thu, 27 May 2010 23:51:25 +0100
gunicorn (0.8.0-3) unstable; urgency=low
* Re-enable gunicorn_paster entry point.
-- Chris Lamb <lamby@debian.org> Fri, 07 May 2010 18:18:37 +0100
gunicorn (0.8.0-2) unstable; urgency=low
* Bump minimal Python requirement to 2.5. Thanks to Piotr Ożarowski.
(Closes: #580679)
* Add python-pkg-resources to Depends.
* Add python-gevent and python-tornado to Suggests.
* Update long description to reflect Tornado support.
-- Chris Lamb <lamby@debian.org> Fri, 07 May 2010 17:55:36 +0100
gunicorn (0.8.0-1) unstable; urgency=low
* New upstream release.
* Update debian/watch to not pick up spurious help.tar.gz.
-- Chris Lamb <lamby@debian.org> Thu, 22 Apr 2010 21:47:18 +0100
gunicorn (0.7.1-1) unstable; urgency=low
* Initial release. (Closes: #577107)
- We don't package the "paster" entry point yet as Debian's python-paste is
out of date.
-- Chris Lamb <lamby@debian.org> Sun, 11 Apr 2010 21:05:39 +0100
|