Nginx-1.0.10

Changes with nginx 1.0.10 15 Nov
2011

*) Bugfix: a segmentation fault might occur in a worker process if
   resolver got a big DNS response.
   Thanks to Ben Hawkes.

*) Bugfix: in cache key calculation if internal MD5 implementation 

was
used; the bug had appeared in 1.0.4.

*) Bugfix: the module ngx_http_mp4_module sent incorrect
   "Content-Length" response header line if the "start" argument was
   used.
   Thanks to Piotr S..


Igor S.

Hi Igor,

It would be nice if you could include tarball checksums in the release
announcements!

Bruno

On Tue, Nov 15, 2011 at 01:29:04PM +0100, Bruno Prmont wrote:

Hi Igor,

It would be nice if you could include tarball checksums in the release
announcements!

Is http://nginx.org/download/nginx-1.0.10.tar.gz.asc not enough ?


Igor S.

On Tue, 15 Nov 2011 16:50:20 Igor S. wrote:

On Tue, Nov 15, 2011 at 01:29:04PM +0100, Bruno Prémont wrote:

Hi Igor,

It would be nice if you could include tarball checksums in the release
announcements!

Is http://nginx.org/download/nginx-1.0.10.tar.gz.asc not enough ?

It’s useful though not optimal (well, depends on workflow :slight_smile: ).

When reading announcements happens on one system but downloading
and compiling happens on a different system it’s easier to verify
checksums on the build host and have the checksums verified via signed
e-mail.

Bruno

Hello Nginx U.s,
Just released: Nginx 1.0.10 For Windows http://goo.gl/5GcCE (32-bit and
64-bit)

These versions are to support legacy users who are already using
Cygwin based builds of Nginx. Official Windows binaries are at
nginx.org

Thank you,
Kevin

Kevin W.
kworthington ~at] gmail [dot} .C0M~
http://www.kevinworthington.com/

On 15 Nov 2011 13h18 WET, [email protected] wrote:

It’s quite easy to create a script that downloads the source, the sig
and verifies it with GPG.

Here’s my take on it:

https://github.com/perusio/nginx-get-source

Feel free to use it or fork it.

— appa