From 2c2400b64c7ec5b2c4b54fb3dc6edcfa5badb3b7 Mon Sep 17 00:00:00 2001 From: Mike Fiedler Date: Tue, 17 Mar 2015 00:08:12 -0400 Subject: [PATCH] changelog update, v2.7.5 --- CHANGELOG.md | 99 +++++++++++++++++++++++++++++++++++++++++++++++++++- metadata.rb | 2 +- 2 files changed, 99 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 692bb3ed3..7bc28a8c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ This file is used to list changes made in each version of the nginx cookbook. v2.7.5 (Unreleased) ------------------- +**NOTE** As of this release, this cookbook in its current format is deprecated, +and only critical bugs and fixes will be added. +A complete rewrite is in progress, so we appreciate your patience while we sort things out. +The amount of change included here + * Fix nginx 1.4.4 archive checksum to prevent redownload, [#305][] [@irontoby][] * Allow setting an empty string to prevent additional repos, [#243][] [@miketheman][] * Use correct `mime.types` for javascript, [#259][] [@dwradcliffe][] @@ -15,7 +20,42 @@ v2.7.5 (Unreleased) * Toolchain updates for testing * Adds support for `tcp_nopush`, `tcp_nodelay` [@shtouff][] -https://github.com/miketheman/nginx/compare/v2.7.4...master +After merging a ton of pull requests, here's a brief changelog. Click each to read more. + +* Merge pull request [#335][] from [@stevenolen][] +* Merge pull request [#332][] from [@monsterstrike][] +* Merge pull request [#331][] from [@jalberto][] +* Merge pull request [#327][] from [@nkadel-skyhook][] +* Merge pull request [#326][] from [@bchrobot][] +* Merge pull request [#325][] from [@CanOfSpam3bug324][] +* Merge pull request [#321][] from [@jalberto][] +* Merge pull request [#318][] from [@evertrue][] +* Merge pull request [#314][] from [@bkw][] +* Merge pull request [#312][] from [@thomasmeeus][] +* Merge pull request [#310][] from [@morr][] +* Merge pull request [#305][] from [@irontoby][] +* Merge pull request [#302][] from [@auth0][] +* Merge pull request [#298][] from [@Mytho][] +* Merge pull request [#269][] from [@yveslaroche][] +* Merge pull request [#259][] from [@dwradcliffe][] +* Merge pull request [#254][] from [@evertrue][] +* Merge pull request [#252][] from [@gkra][] +* Merge pull request [#249][] from [@whatcould][] +* Merge pull request [#240][] from [@jcoleman][] +* Merge pull request [#236][] from [@adepue][] +* Merge pull request [#230][] from [@n1koo][] +* Merge pull request [#225][] from [@thommay][] +* Merge pull request [#223][] from [@firmhouse][] +* Merge pull request [#220][] from [@evertrue][] +* Merge pull request [#219][] from [@evertrue][] +* Merge pull request [#204][] from [@usertesting][] +* Merge pull request [#200][] from [@ffuenf][] +* Merge pull request [#188][] from [@larkin][] +* Merge pull request [#184][] from [@tvdinner][] +* Merge pull request [#183][] from [@jenssegers][] +* Merge pull request [#174][] from [@9minutesnooze][] + +https://github.com/miketheman/nginx/compare/v2.7.4...v2.7.5 v2.7.4 (2014-06-06) ------------------- @@ -316,16 +356,73 @@ v0.99.2 - [COOK-772] - update nginx download source location +[#174]: https://github.com/miketheman/nginx/issues/174 +[#183]: https://github.com/miketheman/nginx/issues/183 +[#184]: https://github.com/miketheman/nginx/issues/184 +[#188]: https://github.com/miketheman/nginx/issues/188 +[#200]: https://github.com/miketheman/nginx/issues/200 +[#204]: https://github.com/miketheman/nginx/issues/204 [#205]: https://github.com/miketheman/nginx/issues/205 +[#219]: https://github.com/miketheman/nginx/issues/219 +[#220]: https://github.com/miketheman/nginx/issues/220 +[#223]: https://github.com/miketheman/nginx/issues/223 +[#225]: https://github.com/miketheman/nginx/issues/225 +[#230]: https://github.com/miketheman/nginx/issues/230 +[#236]: https://github.com/miketheman/nginx/issues/236 +[#240]: https://github.com/miketheman/nginx/issues/240 [#243]: https://github.com/miketheman/nginx/issues/243 +[#249]: https://github.com/miketheman/nginx/issues/249 +[#252]: https://github.com/miketheman/nginx/issues/252 +[#254]: https://github.com/miketheman/nginx/issues/254 [#259]: https://github.com/miketheman/nginx/issues/259 +[#269]: https://github.com/miketheman/nginx/issues/269 [#279]: https://github.com/miketheman/nginx/issues/279 [#294]: https://github.com/miketheman/nginx/issues/294 +[#298]: https://github.com/miketheman/nginx/issues/298 +[#302]: https://github.com/miketheman/nginx/issues/302 [#305]: https://github.com/miketheman/nginx/issues/305 +[#310]: https://github.com/miketheman/nginx/issues/310 +[#312]: https://github.com/miketheman/nginx/issues/312 +[#314]: https://github.com/miketheman/nginx/issues/314 +[#318]: https://github.com/miketheman/nginx/issues/318 +[#321]: https://github.com/miketheman/nginx/issues/321 +[#325]: https://github.com/miketheman/nginx/issues/325 +[#326]: https://github.com/miketheman/nginx/issues/326 +[#327]: https://github.com/miketheman/nginx/issues/327 +[#331]: https://github.com/miketheman/nginx/issues/331 +[#332]: https://github.com/miketheman/nginx/issues/332 +[#335]: https://github.com/miketheman/nginx/issues/335 +[@9minutesnooze]: https://github.com/9minutesnooze +[@CanOfSpam3bug324]: https://github.com/CanOfSpam3bug324 +[@Mytho]: https://github.com/Mytho +[@adepue]: https://github.com/adepue +[@auth0]: https://github.com/auth0 +[@bchrobot]: https://github.com/bchrobot +[@bkw]: https://github.com/bkw [@dwradcliffe]: https://github.com/dwradcliffe +[@evertrue]: https://github.com/evertrue +[@ffuenf]: https://github.com/ffuenf +[@firmhouse]: https://github.com/firmhouse +[@gkra]: https://github.com/gkra [@gregkare]: https://github.com/gregkare [@irontoby]: https://github.com/irontoby +[@jalberto]: https://github.com/jalberto +[@jcoleman]: https://github.com/jcoleman +[@jenssegers]: https://github.com/jenssegers [@josh-padnick]: https://github.com/josh-padnick [@jujugrrr]: https://github.com/jujugrrr [@karsten-bruckmann]: https://github.com/karsten-bruckmann +[@larkin]: https://github.com/larkin [@miketheman]: https://github.com/miketheman +[@monsterstrike]: https://github.com/monsterstrike +[@morr]: https://github.com/morr +[@n1koo]: https://github.com/n1koo +[@nkadel-skyhook]: https://github.com/nkadel-skyhook +[@shtouff]: https://github.com/shtouff +[@stevenolen]: https://github.com/stevenolen +[@thomasmeeus]: https://github.com/thomasmeeus +[@thommay]: https://github.com/thommay +[@tvdinner]: https://github.com/tvdinner +[@usertesting]: https://github.com/usertesting +[@whatcould]: https://github.com/whatcould +[@yveslaroche]: https://github.com/yveslaroche diff --git a/metadata.rb b/metadata.rb index e3aaa89dd..f0f4e31ac 100644 --- a/metadata.rb +++ b/metadata.rb @@ -3,7 +3,7 @@ maintainer_email 'cookbooks@chef.io' license 'Apache 2.0' description 'Installs and configures nginx' -version '2.7.4' +version '2.7.5' recipe 'nginx', 'Installs nginx package and sets up configuration with Debian apache style with sites-enabled/sites-available' recipe 'nginx::source', 'Installs nginx from source and sets up configuration with Debian apache style with sites-enabled/sites-available'