~groldster/ubuntu/maverick/nginx/merge-from-sid-0.7.67-2

« back to all changes in this revision

Viewing changes to CHANGES

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Hahler
  • Date: 2009-10-19 23:22:06 UTC
  • mfrom: (1.1.13 upstream) (4.2.9 sid)
  • Revision ID: james.westby@ubuntu.com-20091019232206-g128vef5ewsjg4tf
Tags: 0.7.62-4ubuntu1
* Merge from debian unstable (LP: #450874), remaining changes:
  - Install html files.
    - debian/dirs: Add 'var/www/nginx-default'.
    - debian/nginx.install: Add 'html/* var/www/nginx-default'.
  - Added a UFW profile set: (LP: #308695)
    + debian/nginx.ufw.profile: Added.
    + debian/control: nginx: Suggests ufw.
    + debian/dirs: Added 'etc/ufw/applications.d'
    + debian/rules: Added install rule for the nginx UFW profile.
* Closes: LP: #260005, LP: #440888

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
 
2
Changes with nginx 0.7.62                                        14 Sep 2009
 
3
 
 
4
    *) Security: a segmentation fault might occur in worker process while 
 
5
       specially crafted request handling.
 
6
       Thanks to Chris Ries.
 
7
 
 
8
    *) Feature: the $upstream_cache_status variable.
 
9
 
 
10
    *) Bugfix: an expired cached response might stick in the "UPDATING" 
 
11
       state.
 
12
 
 
13
    *) Bugfix: a segmentation fault might occur in worker process, if 
 
14
       error_log was set to info or debug level.
 
15
       Thanks to Sergey Bochenkov.
 
16
 
 
17
    *) Bugfix: in handling FastCGI headers split in records.
 
18
 
 
19
    *) Bugfix: XSLT filter may fail with message "not well formed XML 
 
20
       document" for valid XML document.
 
21
       Thanks to Kuramoto Eiji.
 
22
 
 
23
    *) Bugfix: now in MacOSX, Cygwin, and nginx/Windows locations given by 
 
24
       a regular expression are always tested in case insensitive mode.
 
25
 
 
26
    *) Bugfix: now nginx/Windows ignores trailing dots in URI.
 
27
       Thanks to Hugo Leisink.
 
28
 
 
29
    *) Bugfix: name of file specified in --conf-path was not honored during 
 
30
       installation; the bug had appeared in 0.6.6.
 
31
       Thanks to Maxim Dounin.
 
32
 
 
33
    *) Bugfix: a 500 error code was returned for invalid login/password 
 
34
       while HTTP Basic authentication on Windows.
 
35
 
 
36
 
2
37
Changes with nginx 0.7.61                                        22 Jun 2009
3
38
 
4
 
    *) Bugfix: nginx could not be built on MacOSX 10.6. the bug had 
5
 
       appeared in 0.8.2.
 
39
    *) Bugfix: nginx could not be built on MacOSX 10.6.
6
40
 
7
41
    *) Bugfix: nginx could not be built --without-http-cache; the bug had 
8
42
       appeared in 0.7.60.
23
57
    *) Bugfix: in open_file_cache and proxy/fastcgi cache interaction on 
24
58
       start up.
25
59
 
26
 
    *) Bugfix: open_file_cache might cache open file descriptors too long.
 
60
    *) Bugfix: open_file_cache might cache open file descriptors too long; 
 
61
       the bug had appeared in 0.7.4.
27
62
 
28
63
    *) Bugfix: the "If-Modified-Since", "If-Range", etc. client request 
29
64
       header lines were passed to backend while caching if no 
1828
1863
       amd64, sparc, and ppc; the bug had appeared in 0.5.8.
1829
1864
 
1830
1865
    *) Bugfix: a segmentation fault might occur in worker process if the 
1831
 
       temporarily files were used while working with FastCGI server; the 
1832
 
       bug had appeared in 0.5.8.
 
1866
       temporary files were used while working with FastCGI server; the bug 
 
1867
       had appeared in 0.5.8.
1833
1868
 
1834
1869
    *) Bugfix: a segmentation fault might occur in worker process if the 
1835
1870
       $fastcgi_script_name variable was logged.
2732
2767
       in 0.3.18.
2733
2768
 
2734
2769
    *) Bugfix: if the HTTPS protocol was used in the "proxy_pass" directive 
2735
 
       and the request body was in temporarily file then the request was 
2736
 
       not transferred.
 
2770
       and the request body was in temporary file then the request was not 
 
2771
       transferred.
2737
2772
 
2738
2773
    *) Bugfix: perl 5.8.8 compatibility.
2739
2774